@be-logixpair/api 0.0.105 → 0.0.106

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 +1541 -1336
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -704483,6 +704483,45 @@ declare const cargoflowRouter: BuiltRouter<{
704483
704483
  id_type: string | null;
704484
704484
  is_override: boolean | null;
704485
704485
  }[];
704486
+ forwarding_shipment_packings: {
704487
+ is_active: boolean | null;
704488
+ id: string;
704489
+ logic_code: string | null;
704490
+ code: string | null;
704491
+ created_at: Date | null;
704492
+ created_by: string | null;
704493
+ updated_at: Date | null;
704494
+ updated_by: string | null;
704495
+ length: Decimal | null;
704496
+ description: string | null;
704497
+ id_weight_unit: string | null;
704498
+ id_volume_unit: string | null;
704499
+ id_commodity: string | null;
704500
+ id_forwarding_booking: string | null;
704501
+ volume: Decimal | null;
704502
+ id_forwarding_shipment: string | null;
704503
+ id_console_container: string | null;
704504
+ id_package_type: string | null;
704505
+ id_length_unit: string | null;
704506
+ id_width_unit: string | null;
704507
+ id_height_unit: string | null;
704508
+ id_dg_substance: string | null;
704509
+ id_dg_class: string | null;
704510
+ po_number: string | null;
704511
+ goods_description: string | null;
704512
+ item_number: string | null;
704513
+ pack: number | null;
704514
+ packing_order: number | null;
704515
+ weight: Decimal | null;
704516
+ width: Decimal | null;
704517
+ height: Decimal | null;
704518
+ harmonized_code: string | null;
704519
+ harmonized_description: string | null;
704520
+ dg_substance_name: string | null;
704521
+ dg_class_name: string | null;
704522
+ flash_point: Decimal | null;
704523
+ un_dg_contact: string | null;
704524
+ }[];
704486
704525
  forwarding_transport_mode: {
704487
704526
  is_active: boolean | null;
704488
704527
  id: string;
@@ -704762,45 +704801,6 @@ declare const cargoflowRouter: BuiltRouter<{
704762
704801
  is_vent_required: boolean;
704763
704802
  expiration_date: number | null;
704764
704803
  } | null;
704765
- forwarding_shipment_packings: {
704766
- is_active: boolean | null;
704767
- id: string;
704768
- logic_code: string | null;
704769
- code: string | null;
704770
- created_at: Date | null;
704771
- created_by: string | null;
704772
- updated_at: Date | null;
704773
- updated_by: string | null;
704774
- length: Decimal | null;
704775
- id_weight_unit: string | null;
704776
- id_volume_unit: string | null;
704777
- id_commodity: string | null;
704778
- id_forwarding_booking: string | null;
704779
- description: string | null;
704780
- volume: Decimal | null;
704781
- id_forwarding_shipment: string | null;
704782
- id_console_container: string | null;
704783
- id_package_type: string | null;
704784
- id_length_unit: string | null;
704785
- id_width_unit: string | null;
704786
- id_height_unit: string | null;
704787
- id_dg_substance: string | null;
704788
- id_dg_class: string | null;
704789
- po_number: string | null;
704790
- goods_description: string | null;
704791
- item_number: string | null;
704792
- pack: number | null;
704793
- packing_order: number | null;
704794
- weight: Decimal | null;
704795
- width: Decimal | null;
704796
- height: Decimal | null;
704797
- harmonized_code: string | null;
704798
- harmonized_description: string | null;
704799
- dg_substance_name: string | null;
704800
- dg_class_name: string | null;
704801
- flash_point: Decimal | null;
704802
- un_dg_contact: string | null;
704803
- }[];
704804
704804
  is_active: boolean | null;
704805
704805
  id: string;
704806
704806
  logic_code: string | null;
@@ -704809,6 +704809,7 @@ declare const cargoflowRouter: BuiltRouter<{
704809
704809
  updated_at: Date | null;
704810
704810
  updated_by: string | null;
704811
704811
  length: Decimal | null;
704812
+ description: string | null;
704812
704813
  id_transport_mode: string | null;
704813
704814
  id_container_shipping_type: string | null;
704814
704815
  id_incoterm: string | null;
@@ -704826,7 +704827,6 @@ declare const cargoflowRouter: BuiltRouter<{
704826
704827
  id_volume_unit: string | null;
704827
704828
  id_chargeable_unit: string | null;
704828
704829
  id_commodity: string | null;
704829
- description: string | null;
704830
704830
  extra_term: string | null;
704831
704831
  shipper_ref: string | null;
704832
704832
  mark_number: string | null;
@@ -704955,6 +704955,275 @@ declare const cargoflowRouter: BuiltRouter<{
704955
704955
  id_type: string | null;
704956
704956
  is_override: boolean | null;
704957
704957
  }[];
704958
+ forwarding_shipment_packings: {
704959
+ forwarding_booking: {
704960
+ is_active: boolean | null;
704961
+ id: string;
704962
+ logic_code: string | null;
704963
+ created_at: Date | null;
704964
+ created_by: string | null;
704965
+ updated_at: Date | null;
704966
+ updated_by: string | null;
704967
+ length: Decimal | null;
704968
+ description: string | null;
704969
+ id_transport_mode: string | null;
704970
+ id_container_shipping_type: string | null;
704971
+ id_incoterm: string | null;
704972
+ id_service_level: string | null;
704973
+ id_release_type: string | null;
704974
+ id_charges_apply: string | null;
704975
+ id_origin_un_locode: string | null;
704976
+ id_destination_un_locode: string | null;
704977
+ id_carrier: string | null;
704978
+ id_creditor: string | null;
704979
+ id_carrier_service_level: string | null;
704980
+ id_on_board_status: string | null;
704981
+ id_outer_unit: string | null;
704982
+ id_weight_unit: string | null;
704983
+ id_volume_unit: string | null;
704984
+ id_chargeable_unit: string | null;
704985
+ id_commodity: string | null;
704986
+ extra_term: string | null;
704987
+ shipper_ref: string | null;
704988
+ mark_number: string | null;
704989
+ contract_number: string | null;
704990
+ booking_date: Date | null;
704991
+ expected_pickup_date: Date | null;
704992
+ expected_delivery_date: Date | null;
704993
+ customer_expected_pickup_date: Date | null;
704994
+ customer_expected_delivery_date: Date | null;
704995
+ outer: Decimal | null;
704996
+ volume: Decimal | null;
704997
+ chargeable: Decimal | null;
704998
+ booking_number: string | null;
704999
+ } | null;
705000
+ commodity: {
705001
+ is_active: boolean | null;
705002
+ id: string;
705003
+ logic_code: string | null;
705004
+ name: string | null;
705005
+ code: string | null;
705006
+ created_at: Date | null;
705007
+ created_by: string | null;
705008
+ updated_at: Date | null;
705009
+ updated_by: string | null;
705010
+ id_universal_group: string | null;
705011
+ id_iata_commodity: string | null;
705012
+ id_expiration_date_unit: string | null;
705013
+ reefer_min_temp: Decimal | null;
705014
+ reefer_max_temp: Decimal | null;
705015
+ is_hazardous: boolean;
705016
+ is_perishable: boolean;
705017
+ is_flammable: boolean;
705018
+ is_timber: boolean;
705019
+ is_vent_required: boolean;
705020
+ expiration_date: number | null;
705021
+ } | null;
705022
+ forwarding_shipment: {
705023
+ is_active: boolean | null;
705024
+ id: string;
705025
+ logic_code: string | null;
705026
+ created_at: Date | null;
705027
+ created_by: string | null;
705028
+ updated_at: Date | null;
705029
+ updated_by: string | null;
705030
+ description: string | null;
705031
+ id_transport_mode: string | null;
705032
+ id_container_shipping_type: string | null;
705033
+ id_incoterm: string | null;
705034
+ id_service_level: string | null;
705035
+ id_release_type: string | null;
705036
+ id_on_board_status: string | null;
705037
+ id_weight_unit: string | null;
705038
+ id_volume_unit: string | null;
705039
+ id_chargeable_unit: string | null;
705040
+ mark_number: string | null;
705041
+ volume: Decimal | null;
705042
+ chargeable: Decimal | null;
705043
+ weight: Decimal | null;
705044
+ id_transport_type: string | null;
705045
+ id_service_scope: string | null;
705046
+ id_origin: string | null;
705047
+ id_destination: string | null;
705048
+ id_weight_volume_unit: string | null;
705049
+ id_package_count_type: string | null;
705050
+ id_package_inner_count_type: string | null;
705051
+ id_air_waybill_dims: string | null;
705052
+ id_house_bill_type: string | null;
705053
+ id_hbl_delivery_mode: string | null;
705054
+ id_charge_apply: string | null;
705055
+ id_control_customer: string | null;
705056
+ id_control_agent: string | null;
705057
+ shipment_number: string | null;
705058
+ house_bill: string | null;
705059
+ weight_volume: Decimal | null;
705060
+ package_count: number | null;
705061
+ package_inner_count: number | null;
705062
+ original_bills: number | null;
705063
+ copy_bills: number | null;
705064
+ estimated_delivery_date: Date | null;
705065
+ estimated_arrival_date: Date | null;
705066
+ issue_date: Date | null;
705067
+ } | null;
705068
+ forwarding_console_container: {
705069
+ is_active: boolean | null;
705070
+ id: string;
705071
+ logic_code: string | null;
705072
+ name: string | null;
705073
+ code: string | null;
705074
+ created_at: Date | null;
705075
+ created_by: string | null;
705076
+ updated_at: Date | null;
705077
+ updated_by: string | null;
705078
+ id_container_shipping_type: string | null;
705079
+ id_type: string | null;
705080
+ id_delivery_mode: string | null;
705081
+ } | null;
705082
+ package_type: {
705083
+ is_active: boolean | null;
705084
+ id: string;
705085
+ logic_code: string | null;
705086
+ name: string | null;
705087
+ code: string | null;
705088
+ created_at: Date | null;
705089
+ created_by: string | null;
705090
+ updated_at: Date | null;
705091
+ updated_by: string | null;
705092
+ length: Decimal | null;
705093
+ id_weight_unit: string | null;
705094
+ weight: Decimal | null;
705095
+ width: Decimal | null;
705096
+ height: Decimal | null;
705097
+ id_dimension_unit: string | null;
705098
+ id_measurement_unit_type: string | null;
705099
+ is_keep_upright: boolean | null;
705100
+ } | null;
705101
+ weight_unit: {
705102
+ is_active: boolean | null;
705103
+ id: string;
705104
+ logic_code: string | null;
705105
+ name: string | null;
705106
+ code: string | null;
705107
+ created_at: Date | null;
705108
+ created_by: string | null;
705109
+ updated_at: Date | null;
705110
+ updated_by: string | null;
705111
+ id_type: string | null;
705112
+ } | null;
705113
+ volume_unit: {
705114
+ is_active: boolean | null;
705115
+ id: string;
705116
+ logic_code: string | null;
705117
+ name: string | null;
705118
+ code: string | null;
705119
+ created_at: Date | null;
705120
+ created_by: string | null;
705121
+ updated_at: Date | null;
705122
+ updated_by: string | null;
705123
+ id_type: string | null;
705124
+ } | null;
705125
+ length_unit: {
705126
+ is_active: boolean | null;
705127
+ id: string;
705128
+ logic_code: string | null;
705129
+ name: string | null;
705130
+ code: string | null;
705131
+ created_at: Date | null;
705132
+ created_by: string | null;
705133
+ updated_at: Date | null;
705134
+ updated_by: string | null;
705135
+ id_type: string | null;
705136
+ } | null;
705137
+ width_unit: {
705138
+ is_active: boolean | null;
705139
+ id: string;
705140
+ logic_code: string | null;
705141
+ name: string | null;
705142
+ code: string | null;
705143
+ created_at: Date | null;
705144
+ created_by: string | null;
705145
+ updated_at: Date | null;
705146
+ updated_by: string | null;
705147
+ id_type: string | null;
705148
+ } | null;
705149
+ height_unit: {
705150
+ is_active: boolean | null;
705151
+ id: string;
705152
+ logic_code: string | null;
705153
+ name: string | null;
705154
+ code: string | null;
705155
+ created_at: Date | null;
705156
+ created_by: string | null;
705157
+ updated_at: Date | null;
705158
+ updated_by: string | null;
705159
+ id_type: string | null;
705160
+ } | null;
705161
+ dg_substance: {
705162
+ is_active: boolean | null;
705163
+ id: string;
705164
+ logic_code: string | null;
705165
+ name: string | null;
705166
+ created_at: Date | null;
705167
+ created_by: string | null;
705168
+ updated_at: Date | null;
705169
+ updated_by: string | null;
705170
+ id_dg_class: string | null;
705171
+ id_dg_packing_group: string | null;
705172
+ id_dg_excepted_quantity: string | null;
705173
+ un_number: string | null;
705174
+ extra_labels: string | null;
705175
+ sub_risk: string | null;
705176
+ is_high_danger: boolean | null;
705177
+ } | null;
705178
+ dg_class: {
705179
+ is_active: boolean | null;
705180
+ id: string;
705181
+ logic_code: string | null;
705182
+ name: string | null;
705183
+ code: string | null;
705184
+ created_at: Date | null;
705185
+ created_by: string | null;
705186
+ updated_at: Date | null;
705187
+ updated_by: string | null;
705188
+ } | null;
705189
+ is_active: boolean | null;
705190
+ id: string;
705191
+ logic_code: string | null;
705192
+ code: string | null;
705193
+ created_at: Date | null;
705194
+ created_by: string | null;
705195
+ updated_at: Date | null;
705196
+ updated_by: string | null;
705197
+ length: Decimal | null;
705198
+ description: string | null;
705199
+ id_weight_unit: string | null;
705200
+ id_volume_unit: string | null;
705201
+ id_commodity: string | null;
705202
+ id_forwarding_booking: string | null;
705203
+ volume: Decimal | null;
705204
+ id_forwarding_shipment: string | null;
705205
+ id_console_container: string | null;
705206
+ id_package_type: string | null;
705207
+ id_length_unit: string | null;
705208
+ id_width_unit: string | null;
705209
+ id_height_unit: string | null;
705210
+ id_dg_substance: string | null;
705211
+ id_dg_class: string | null;
705212
+ po_number: string | null;
705213
+ goods_description: string | null;
705214
+ item_number: string | null;
705215
+ pack: number | null;
705216
+ packing_order: number | null;
705217
+ weight: Decimal | null;
705218
+ width: Decimal | null;
705219
+ height: Decimal | null;
705220
+ harmonized_code: string | null;
705221
+ harmonized_description: string | null;
705222
+ dg_substance_name: string | null;
705223
+ dg_class_name: string | null;
705224
+ flash_point: Decimal | null;
705225
+ un_dg_contact: string | null;
705226
+ }[];
704958
705227
  forwarding_transport_mode: {
704959
705228
  is_active: boolean | null;
704960
705229
  id: string;
@@ -705234,275 +705503,6 @@ declare const cargoflowRouter: BuiltRouter<{
705234
705503
  is_vent_required: boolean;
705235
705504
  expiration_date: number | null;
705236
705505
  } | null;
705237
- forwarding_shipment_packings: {
705238
- forwarding_booking: {
705239
- is_active: boolean | null;
705240
- id: string;
705241
- logic_code: string | null;
705242
- created_at: Date | null;
705243
- created_by: string | null;
705244
- updated_at: Date | null;
705245
- updated_by: string | null;
705246
- length: Decimal | null;
705247
- id_transport_mode: string | null;
705248
- id_container_shipping_type: string | null;
705249
- id_incoterm: string | null;
705250
- id_service_level: string | null;
705251
- id_release_type: string | null;
705252
- id_charges_apply: string | null;
705253
- id_origin_un_locode: string | null;
705254
- id_destination_un_locode: string | null;
705255
- id_carrier: string | null;
705256
- id_creditor: string | null;
705257
- id_carrier_service_level: string | null;
705258
- id_on_board_status: string | null;
705259
- id_outer_unit: string | null;
705260
- id_weight_unit: string | null;
705261
- id_volume_unit: string | null;
705262
- id_chargeable_unit: string | null;
705263
- id_commodity: string | null;
705264
- description: string | null;
705265
- extra_term: string | null;
705266
- shipper_ref: string | null;
705267
- mark_number: string | null;
705268
- contract_number: string | null;
705269
- booking_date: Date | null;
705270
- expected_pickup_date: Date | null;
705271
- expected_delivery_date: Date | null;
705272
- customer_expected_pickup_date: Date | null;
705273
- customer_expected_delivery_date: Date | null;
705274
- outer: Decimal | null;
705275
- volume: Decimal | null;
705276
- chargeable: Decimal | null;
705277
- booking_number: string | null;
705278
- } | null;
705279
- commodity: {
705280
- is_active: boolean | null;
705281
- id: string;
705282
- logic_code: string | null;
705283
- name: string | null;
705284
- code: string | null;
705285
- created_at: Date | null;
705286
- created_by: string | null;
705287
- updated_at: Date | null;
705288
- updated_by: string | null;
705289
- id_universal_group: string | null;
705290
- id_iata_commodity: string | null;
705291
- id_expiration_date_unit: string | null;
705292
- reefer_min_temp: Decimal | null;
705293
- reefer_max_temp: Decimal | null;
705294
- is_hazardous: boolean;
705295
- is_perishable: boolean;
705296
- is_flammable: boolean;
705297
- is_timber: boolean;
705298
- is_vent_required: boolean;
705299
- expiration_date: number | null;
705300
- } | null;
705301
- forwarding_shipment: {
705302
- is_active: boolean | null;
705303
- id: string;
705304
- logic_code: string | null;
705305
- created_at: Date | null;
705306
- created_by: string | null;
705307
- updated_at: Date | null;
705308
- updated_by: string | null;
705309
- id_transport_mode: string | null;
705310
- id_container_shipping_type: string | null;
705311
- id_incoterm: string | null;
705312
- id_service_level: string | null;
705313
- id_release_type: string | null;
705314
- id_on_board_status: string | null;
705315
- id_weight_unit: string | null;
705316
- id_volume_unit: string | null;
705317
- id_chargeable_unit: string | null;
705318
- description: string | null;
705319
- mark_number: string | null;
705320
- volume: Decimal | null;
705321
- chargeable: Decimal | null;
705322
- weight: Decimal | null;
705323
- id_transport_type: string | null;
705324
- id_service_scope: string | null;
705325
- id_origin: string | null;
705326
- id_destination: string | null;
705327
- id_weight_volume_unit: string | null;
705328
- id_package_count_type: string | null;
705329
- id_package_inner_count_type: string | null;
705330
- id_air_waybill_dims: string | null;
705331
- id_house_bill_type: string | null;
705332
- id_hbl_delivery_mode: string | null;
705333
- id_charge_apply: string | null;
705334
- id_control_customer: string | null;
705335
- id_control_agent: string | null;
705336
- shipment_number: string | null;
705337
- house_bill: string | null;
705338
- weight_volume: Decimal | null;
705339
- package_count: number | null;
705340
- package_inner_count: number | null;
705341
- original_bills: number | null;
705342
- copy_bills: number | null;
705343
- estimated_delivery_date: Date | null;
705344
- estimated_arrival_date: Date | null;
705345
- issue_date: Date | null;
705346
- } | null;
705347
- forwarding_console_container: {
705348
- is_active: boolean | null;
705349
- id: string;
705350
- logic_code: string | null;
705351
- name: string | null;
705352
- code: string | null;
705353
- created_at: Date | null;
705354
- created_by: string | null;
705355
- updated_at: Date | null;
705356
- updated_by: string | null;
705357
- id_container_shipping_type: string | null;
705358
- id_type: string | null;
705359
- id_delivery_mode: string | null;
705360
- } | null;
705361
- package_type: {
705362
- is_active: boolean | null;
705363
- id: string;
705364
- logic_code: string | null;
705365
- name: string | null;
705366
- code: string | null;
705367
- created_at: Date | null;
705368
- created_by: string | null;
705369
- updated_at: Date | null;
705370
- updated_by: string | null;
705371
- length: Decimal | null;
705372
- id_weight_unit: string | null;
705373
- weight: Decimal | null;
705374
- width: Decimal | null;
705375
- height: Decimal | null;
705376
- id_dimension_unit: string | null;
705377
- id_measurement_unit_type: string | null;
705378
- is_keep_upright: boolean | null;
705379
- } | null;
705380
- weight_unit: {
705381
- is_active: boolean | null;
705382
- id: string;
705383
- logic_code: string | null;
705384
- name: string | null;
705385
- code: string | null;
705386
- created_at: Date | null;
705387
- created_by: string | null;
705388
- updated_at: Date | null;
705389
- updated_by: string | null;
705390
- id_type: string | null;
705391
- } | null;
705392
- volume_unit: {
705393
- is_active: boolean | null;
705394
- id: string;
705395
- logic_code: string | null;
705396
- name: string | null;
705397
- code: string | null;
705398
- created_at: Date | null;
705399
- created_by: string | null;
705400
- updated_at: Date | null;
705401
- updated_by: string | null;
705402
- id_type: string | null;
705403
- } | null;
705404
- length_unit: {
705405
- is_active: boolean | null;
705406
- id: string;
705407
- logic_code: string | null;
705408
- name: string | null;
705409
- code: string | null;
705410
- created_at: Date | null;
705411
- created_by: string | null;
705412
- updated_at: Date | null;
705413
- updated_by: string | null;
705414
- id_type: string | null;
705415
- } | null;
705416
- width_unit: {
705417
- is_active: boolean | null;
705418
- id: string;
705419
- logic_code: string | null;
705420
- name: string | null;
705421
- code: string | null;
705422
- created_at: Date | null;
705423
- created_by: string | null;
705424
- updated_at: Date | null;
705425
- updated_by: string | null;
705426
- id_type: string | null;
705427
- } | null;
705428
- height_unit: {
705429
- is_active: boolean | null;
705430
- id: string;
705431
- logic_code: string | null;
705432
- name: string | null;
705433
- code: string | null;
705434
- created_at: Date | null;
705435
- created_by: string | null;
705436
- updated_at: Date | null;
705437
- updated_by: string | null;
705438
- id_type: string | null;
705439
- } | null;
705440
- dg_substance: {
705441
- is_active: boolean | null;
705442
- id: string;
705443
- logic_code: string | null;
705444
- name: string | null;
705445
- created_at: Date | null;
705446
- created_by: string | null;
705447
- updated_at: Date | null;
705448
- updated_by: string | null;
705449
- id_dg_class: string | null;
705450
- id_dg_packing_group: string | null;
705451
- id_dg_excepted_quantity: string | null;
705452
- un_number: string | null;
705453
- extra_labels: string | null;
705454
- sub_risk: string | null;
705455
- is_high_danger: boolean | null;
705456
- } | null;
705457
- dg_class: {
705458
- is_active: boolean | null;
705459
- id: string;
705460
- logic_code: string | null;
705461
- name: string | null;
705462
- code: string | null;
705463
- created_at: Date | null;
705464
- created_by: string | null;
705465
- updated_at: Date | null;
705466
- updated_by: string | null;
705467
- } | null;
705468
- is_active: boolean | null;
705469
- id: string;
705470
- logic_code: string | null;
705471
- code: string | null;
705472
- created_at: Date | null;
705473
- created_by: string | null;
705474
- updated_at: Date | null;
705475
- updated_by: string | null;
705476
- length: Decimal | null;
705477
- id_weight_unit: string | null;
705478
- id_volume_unit: string | null;
705479
- id_commodity: string | null;
705480
- id_forwarding_booking: string | null;
705481
- description: string | null;
705482
- volume: Decimal | null;
705483
- id_forwarding_shipment: string | null;
705484
- id_console_container: string | null;
705485
- id_package_type: string | null;
705486
- id_length_unit: string | null;
705487
- id_width_unit: string | null;
705488
- id_height_unit: string | null;
705489
- id_dg_substance: string | null;
705490
- id_dg_class: string | null;
705491
- po_number: string | null;
705492
- goods_description: string | null;
705493
- item_number: string | null;
705494
- pack: number | null;
705495
- packing_order: number | null;
705496
- weight: Decimal | null;
705497
- width: Decimal | null;
705498
- height: Decimal | null;
705499
- harmonized_code: string | null;
705500
- harmonized_description: string | null;
705501
- dg_substance_name: string | null;
705502
- dg_class_name: string | null;
705503
- flash_point: Decimal | null;
705504
- un_dg_contact: string | null;
705505
- }[];
705506
705506
  is_active: boolean | null;
705507
705507
  id: string;
705508
705508
  logic_code: string | null;
@@ -705511,6 +705511,7 @@ declare const cargoflowRouter: BuiltRouter<{
705511
705511
  updated_at: Date | null;
705512
705512
  updated_by: string | null;
705513
705513
  length: Decimal | null;
705514
+ description: string | null;
705514
705515
  id_transport_mode: string | null;
705515
705516
  id_container_shipping_type: string | null;
705516
705517
  id_incoterm: string | null;
@@ -705528,7 +705529,6 @@ declare const cargoflowRouter: BuiltRouter<{
705528
705529
  id_volume_unit: string | null;
705529
705530
  id_chargeable_unit: string | null;
705530
705531
  id_commodity: string | null;
705531
- description: string | null;
705532
705532
  extra_term: string | null;
705533
705533
  shipper_ref: string | null;
705534
705534
  mark_number: string | null;
@@ -705590,13 +705590,13 @@ declare const cargoflowRouter: BuiltRouter<{
705590
705590
  data: {
705591
705591
  id: string;
705592
705592
  id_log_type: string | null;
705593
- id_forwarding_booking: string | null;
705594
705593
  url: string | null;
705595
705594
  params: SimpleJson;
705596
705595
  action: string | null;
705597
705596
  action_by: string | null;
705598
705597
  action_id: string | null;
705599
705598
  action_at: Date | null;
705599
+ id_forwarding_booking: string | null;
705600
705600
  }[] | undefined;
705601
705601
  total: number | undefined;
705602
705602
  };
@@ -705614,13 +705614,13 @@ declare const cargoflowRouter: BuiltRouter<{
705614
705614
  data: {
705615
705615
  id: string;
705616
705616
  id_log_type: string | null;
705617
- id_forwarding_booking: string | null;
705618
705617
  url: string | null;
705619
705618
  params: SimpleJson;
705620
705619
  action: string | null;
705621
705620
  action_by: string | null;
705622
705621
  action_id: string | null;
705623
705622
  action_at: Date | null;
705623
+ id_forwarding_booking: string | null;
705624
705624
  } | undefined;
705625
705625
  };
705626
705626
  meta: object;
@@ -705682,39 +705682,195 @@ declare const cargoflowRouter: BuiltRouter<{
705682
705682
  address?: string | null | undefined;
705683
705683
  is_override?: string | number | boolean | null | undefined;
705684
705684
  } | undefined;
705685
- packings?: {
705686
- is_active?: string | number | boolean | null | undefined;
705687
- id_forwarding_shipment?: string | number | bigint | null | undefined;
705688
- id_forwarding_booking?: string | number | bigint | null | undefined;
705689
- id_console_container?: string | number | bigint | null | undefined;
705690
- id_package_type?: string | number | bigint | null | undefined;
705691
- id_weight_unit?: string | number | bigint | null | undefined;
705692
- id_volume_unit?: string | number | bigint | null | undefined;
705693
- id_length_unit?: string | number | bigint | null | undefined;
705694
- id_width_unit?: string | number | bigint | null | undefined;
705695
- id_height_unit?: string | number | bigint | null | undefined;
705696
- id_commodity?: string | number | bigint | null | undefined;
705697
- id_dg_substance?: string | number | bigint | null | undefined;
705698
- id_dg_class?: string | number | bigint | null | undefined;
705699
- code?: string | null | undefined;
705700
- po_number?: string | null | undefined;
705701
- goods_description?: string | null | undefined;
705702
- item_number?: string | null | undefined;
705703
- pack?: string | number | null | undefined;
705704
- packing_order?: string | number | null | undefined;
705705
- weight?: string | null | undefined;
705706
- volume?: string | null | undefined;
705707
- length?: string | null | undefined;
705708
- width?: string | null | undefined;
705709
- height?: string | null | undefined;
705710
- description?: string | null | undefined;
705711
- harmonized_code?: string | null | undefined;
705712
- harmonized_description?: string | null | undefined;
705713
- dg_substance_name?: string | null | undefined;
705714
- dg_class_name?: string | null | undefined;
705715
- flash_point?: string | null | undefined;
705716
- un_dg_contact?: string | null | undefined;
705717
- }[] | undefined;
705685
+ packings?: {
705686
+ is_active?: string | number | boolean | null | undefined;
705687
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
705688
+ id_forwarding_booking?: string | number | bigint | null | undefined;
705689
+ id_console_container?: string | number | bigint | null | undefined;
705690
+ id_package_type?: string | number | bigint | null | undefined;
705691
+ id_weight_unit?: string | number | bigint | null | undefined;
705692
+ id_volume_unit?: string | number | bigint | null | undefined;
705693
+ id_length_unit?: string | number | bigint | null | undefined;
705694
+ id_width_unit?: string | number | bigint | null | undefined;
705695
+ id_height_unit?: string | number | bigint | null | undefined;
705696
+ id_commodity?: string | number | bigint | null | undefined;
705697
+ id_dg_substance?: string | number | bigint | null | undefined;
705698
+ id_dg_class?: string | number | bigint | null | undefined;
705699
+ code?: string | null | undefined;
705700
+ po_number?: string | null | undefined;
705701
+ goods_description?: string | null | undefined;
705702
+ item_number?: string | null | undefined;
705703
+ pack?: string | number | null | undefined;
705704
+ packing_order?: string | number | null | undefined;
705705
+ weight?: string | null | undefined;
705706
+ volume?: string | null | undefined;
705707
+ length?: string | null | undefined;
705708
+ width?: string | null | undefined;
705709
+ height?: string | null | undefined;
705710
+ description?: string | null | undefined;
705711
+ harmonized_code?: string | null | undefined;
705712
+ harmonized_description?: string | null | undefined;
705713
+ dg_substance_name?: string | null | undefined;
705714
+ dg_class_name?: string | null | undefined;
705715
+ flash_point?: string | null | undefined;
705716
+ un_dg_contact?: string | null | undefined;
705717
+ }[] | undefined;
705718
+ };
705719
+ output: {
705720
+ data: {
705721
+ is_active: boolean | null;
705722
+ id: string;
705723
+ logic_code: string | null;
705724
+ created_at: Date | null;
705725
+ created_by: string | null;
705726
+ updated_at: Date | null;
705727
+ updated_by: string | null;
705728
+ length: Decimal | null;
705729
+ description: string | null;
705730
+ id_transport_mode: string | null;
705731
+ id_container_shipping_type: string | null;
705732
+ id_incoterm: string | null;
705733
+ id_service_level: string | null;
705734
+ id_release_type: string | null;
705735
+ id_charges_apply: string | null;
705736
+ id_origin_un_locode: string | null;
705737
+ id_destination_un_locode: string | null;
705738
+ id_carrier: string | null;
705739
+ id_creditor: string | null;
705740
+ id_carrier_service_level: string | null;
705741
+ id_on_board_status: string | null;
705742
+ id_outer_unit: string | null;
705743
+ id_weight_unit: string | null;
705744
+ id_volume_unit: string | null;
705745
+ id_chargeable_unit: string | null;
705746
+ id_commodity: string | null;
705747
+ extra_term: string | null;
705748
+ shipper_ref: string | null;
705749
+ mark_number: string | null;
705750
+ contract_number: string | null;
705751
+ booking_date: Date | null;
705752
+ expected_pickup_date: Date | null;
705753
+ expected_delivery_date: Date | null;
705754
+ customer_expected_pickup_date: Date | null;
705755
+ customer_expected_delivery_date: Date | null;
705756
+ outer: Decimal | null;
705757
+ volume: Decimal | null;
705758
+ chargeable: Decimal | null;
705759
+ booking_number: string | null;
705760
+ };
705761
+ log: {
705762
+ data: {
705763
+ id: string;
705764
+ id_log_type: string | null;
705765
+ url: string | null;
705766
+ params: SimpleJson;
705767
+ action: string | null;
705768
+ action_by: string | null;
705769
+ action_id: string | null;
705770
+ action_at: Date | null;
705771
+ id_forwarding_booking: string | null;
705772
+ } | undefined;
705773
+ };
705774
+ } | undefined;
705775
+ meta: object;
705776
+ }>;
705777
+ update: MutationProcedure<{
705778
+ input: {
705779
+ is_system?: (string | number | boolean)[] | null | undefined;
705780
+ id?: string | number | bigint | null | undefined;
705781
+ id_string?: string | null | undefined;
705782
+ logic_code?: string | null | undefined;
705783
+ packings?: {
705784
+ is_system?: (string | number | boolean)[] | null | undefined;
705785
+ id?: string | number | bigint | null | undefined;
705786
+ id_string?: string | null | undefined;
705787
+ logic_code?: string | null | undefined;
705788
+ is_active?: string | number | boolean | null | undefined;
705789
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
705790
+ id_forwarding_booking?: string | number | bigint | null | undefined;
705791
+ id_console_container?: string | number | bigint | null | undefined;
705792
+ id_package_type?: string | number | bigint | null | undefined;
705793
+ id_weight_unit?: string | number | bigint | null | undefined;
705794
+ id_volume_unit?: string | number | bigint | null | undefined;
705795
+ id_length_unit?: string | number | bigint | null | undefined;
705796
+ id_width_unit?: string | number | bigint | null | undefined;
705797
+ id_height_unit?: string | number | bigint | null | undefined;
705798
+ id_commodity?: string | number | bigint | null | undefined;
705799
+ id_dg_substance?: string | number | bigint | null | undefined;
705800
+ id_dg_class?: string | number | bigint | null | undefined;
705801
+ code?: string | null | undefined;
705802
+ po_number?: string | null | undefined;
705803
+ goods_description?: string | null | undefined;
705804
+ item_number?: string | null | undefined;
705805
+ pack?: string | number | null | undefined;
705806
+ packing_order?: string | number | null | undefined;
705807
+ weight?: string | null | undefined;
705808
+ volume?: string | null | undefined;
705809
+ length?: string | null | undefined;
705810
+ width?: string | null | undefined;
705811
+ height?: string | null | undefined;
705812
+ description?: string | null | undefined;
705813
+ harmonized_code?: string | null | undefined;
705814
+ harmonized_description?: string | null | undefined;
705815
+ dg_substance_name?: string | null | undefined;
705816
+ dg_class_name?: string | null | undefined;
705817
+ flash_point?: string | null | undefined;
705818
+ un_dg_contact?: string | null | undefined;
705819
+ }[] | undefined;
705820
+ is_active?: string | number | boolean | null | undefined;
705821
+ id_transport_mode?: string | number | bigint | null | undefined;
705822
+ id_container_shipping_type?: string | number | bigint | null | undefined;
705823
+ id_incoterm?: string | number | bigint | null | undefined;
705824
+ id_service_level?: string | number | bigint | null | undefined;
705825
+ id_release_type?: string | number | bigint | null | undefined;
705826
+ id_charges_apply?: string | number | bigint | null | undefined;
705827
+ id_origin_un_locode?: string | number | bigint | null | undefined;
705828
+ id_destination_un_locode?: string | number | bigint | null | undefined;
705829
+ id_carrier?: string | number | bigint | null | undefined;
705830
+ id_creditor?: string | number | bigint | null | undefined;
705831
+ id_carrier_service_level?: string | number | bigint | null | undefined;
705832
+ id_on_board_status?: string | number | bigint | null | undefined;
705833
+ extra_term?: string | null | undefined;
705834
+ shipper_ref?: string | null | undefined;
705835
+ description?: string | null | undefined;
705836
+ mark_number?: string | null | undefined;
705837
+ contract_number?: string | null | undefined;
705838
+ booking_date?: string | null | undefined;
705839
+ expected_pickup_date?: string | null | undefined;
705840
+ expected_delivery_date?: string | null | undefined;
705841
+ customer_expected_pickup_date?: string | null | undefined;
705842
+ customer_expected_delivery_date?: string | null | undefined;
705843
+ id_outer_unit?: string | number | bigint | null | undefined;
705844
+ id_weight_unit?: string | number | bigint | null | undefined;
705845
+ id_volume_unit?: string | number | bigint | null | undefined;
705846
+ id_chargeable_unit?: string | number | bigint | null | undefined;
705847
+ id_commodity?: string | number | bigint | null | undefined;
705848
+ outer?: string | null | undefined;
705849
+ length?: string | null | undefined;
705850
+ volume?: string | null | undefined;
705851
+ chargeable?: string | null | undefined;
705852
+ shipper?: {
705853
+ is_active?: string | number | boolean | null | undefined;
705854
+ id_forwarding_booking?: string | number | bigint | null | undefined;
705855
+ id_organization?: string | number | bigint | null | undefined;
705856
+ id_organization_address?: string | number | bigint | null | undefined;
705857
+ id_type?: string | number | bigint | null | undefined;
705858
+ code?: string | null | undefined;
705859
+ name?: string | null | undefined;
705860
+ address?: string | null | undefined;
705861
+ is_override?: string | number | boolean | null | undefined;
705862
+ } | undefined;
705863
+ consignee?: {
705864
+ is_active?: string | number | boolean | null | undefined;
705865
+ id_forwarding_booking?: string | number | bigint | null | undefined;
705866
+ id_organization?: string | number | bigint | null | undefined;
705867
+ id_organization_address?: string | number | bigint | null | undefined;
705868
+ id_type?: string | number | bigint | null | undefined;
705869
+ code?: string | null | undefined;
705870
+ name?: string | null | undefined;
705871
+ address?: string | null | undefined;
705872
+ is_override?: string | number | boolean | null | undefined;
705873
+ } | undefined;
705718
705874
  };
705719
705875
  output: {
705720
705876
  data: {
@@ -705726,162 +705882,7 @@ declare const cargoflowRouter: BuiltRouter<{
705726
705882
  updated_at: Date | null;
705727
705883
  updated_by: string | null;
705728
705884
  length: Decimal | null;
705729
- id_transport_mode: string | null;
705730
- id_container_shipping_type: string | null;
705731
- id_incoterm: string | null;
705732
- id_service_level: string | null;
705733
- id_release_type: string | null;
705734
- id_charges_apply: string | null;
705735
- id_origin_un_locode: string | null;
705736
- id_destination_un_locode: string | null;
705737
- id_carrier: string | null;
705738
- id_creditor: string | null;
705739
- id_carrier_service_level: string | null;
705740
- id_on_board_status: string | null;
705741
- id_outer_unit: string | null;
705742
- id_weight_unit: string | null;
705743
- id_volume_unit: string | null;
705744
- id_chargeable_unit: string | null;
705745
- id_commodity: string | null;
705746
705885
  description: string | null;
705747
- extra_term: string | null;
705748
- shipper_ref: string | null;
705749
- mark_number: string | null;
705750
- contract_number: string | null;
705751
- booking_date: Date | null;
705752
- expected_pickup_date: Date | null;
705753
- expected_delivery_date: Date | null;
705754
- customer_expected_pickup_date: Date | null;
705755
- customer_expected_delivery_date: Date | null;
705756
- outer: Decimal | null;
705757
- volume: Decimal | null;
705758
- chargeable: Decimal | null;
705759
- booking_number: string | null;
705760
- };
705761
- log: {
705762
- data: {
705763
- id: string;
705764
- id_log_type: string | null;
705765
- id_forwarding_booking: string | null;
705766
- url: string | null;
705767
- params: SimpleJson;
705768
- action: string | null;
705769
- action_by: string | null;
705770
- action_id: string | null;
705771
- action_at: Date | null;
705772
- } | undefined;
705773
- };
705774
- } | undefined;
705775
- meta: object;
705776
- }>;
705777
- update: MutationProcedure<{
705778
- input: {
705779
- is_system?: (string | number | boolean)[] | null | undefined;
705780
- id?: string | number | bigint | null | undefined;
705781
- id_string?: string | null | undefined;
705782
- logic_code?: string | null | undefined;
705783
- packings?: {
705784
- is_system?: (string | number | boolean)[] | null | undefined;
705785
- id?: string | number | bigint | null | undefined;
705786
- id_string?: string | null | undefined;
705787
- logic_code?: string | null | undefined;
705788
- is_active?: string | number | boolean | null | undefined;
705789
- id_forwarding_shipment?: string | number | bigint | null | undefined;
705790
- id_forwarding_booking?: string | number | bigint | null | undefined;
705791
- id_console_container?: string | number | bigint | null | undefined;
705792
- id_package_type?: string | number | bigint | null | undefined;
705793
- id_weight_unit?: string | number | bigint | null | undefined;
705794
- id_volume_unit?: string | number | bigint | null | undefined;
705795
- id_length_unit?: string | number | bigint | null | undefined;
705796
- id_width_unit?: string | number | bigint | null | undefined;
705797
- id_height_unit?: string | number | bigint | null | undefined;
705798
- id_commodity?: string | number | bigint | null | undefined;
705799
- id_dg_substance?: string | number | bigint | null | undefined;
705800
- id_dg_class?: string | number | bigint | null | undefined;
705801
- code?: string | null | undefined;
705802
- po_number?: string | null | undefined;
705803
- goods_description?: string | null | undefined;
705804
- item_number?: string | null | undefined;
705805
- pack?: string | number | null | undefined;
705806
- packing_order?: string | number | null | undefined;
705807
- weight?: string | null | undefined;
705808
- volume?: string | null | undefined;
705809
- length?: string | null | undefined;
705810
- width?: string | null | undefined;
705811
- height?: string | null | undefined;
705812
- description?: string | null | undefined;
705813
- harmonized_code?: string | null | undefined;
705814
- harmonized_description?: string | null | undefined;
705815
- dg_substance_name?: string | null | undefined;
705816
- dg_class_name?: string | null | undefined;
705817
- flash_point?: string | null | undefined;
705818
- un_dg_contact?: string | null | undefined;
705819
- }[] | undefined;
705820
- is_active?: string | number | boolean | null | undefined;
705821
- id_transport_mode?: string | number | bigint | null | undefined;
705822
- id_container_shipping_type?: string | number | bigint | null | undefined;
705823
- id_incoterm?: string | number | bigint | null | undefined;
705824
- id_service_level?: string | number | bigint | null | undefined;
705825
- id_release_type?: string | number | bigint | null | undefined;
705826
- id_charges_apply?: string | number | bigint | null | undefined;
705827
- id_origin_un_locode?: string | number | bigint | null | undefined;
705828
- id_destination_un_locode?: string | number | bigint | null | undefined;
705829
- id_carrier?: string | number | bigint | null | undefined;
705830
- id_creditor?: string | number | bigint | null | undefined;
705831
- id_carrier_service_level?: string | number | bigint | null | undefined;
705832
- id_on_board_status?: string | number | bigint | null | undefined;
705833
- extra_term?: string | null | undefined;
705834
- shipper_ref?: string | null | undefined;
705835
- description?: string | null | undefined;
705836
- mark_number?: string | null | undefined;
705837
- contract_number?: string | null | undefined;
705838
- booking_date?: string | null | undefined;
705839
- expected_pickup_date?: string | null | undefined;
705840
- expected_delivery_date?: string | null | undefined;
705841
- customer_expected_pickup_date?: string | null | undefined;
705842
- customer_expected_delivery_date?: string | null | undefined;
705843
- id_outer_unit?: string | number | bigint | null | undefined;
705844
- id_weight_unit?: string | number | bigint | null | undefined;
705845
- id_volume_unit?: string | number | bigint | null | undefined;
705846
- id_chargeable_unit?: string | number | bigint | null | undefined;
705847
- id_commodity?: string | number | bigint | null | undefined;
705848
- outer?: string | null | undefined;
705849
- length?: string | null | undefined;
705850
- volume?: string | null | undefined;
705851
- chargeable?: string | null | undefined;
705852
- shipper?: {
705853
- is_active?: string | number | boolean | null | undefined;
705854
- id_forwarding_booking?: string | number | bigint | null | undefined;
705855
- id_organization?: string | number | bigint | null | undefined;
705856
- id_organization_address?: string | number | bigint | null | undefined;
705857
- id_type?: string | number | bigint | null | undefined;
705858
- code?: string | null | undefined;
705859
- name?: string | null | undefined;
705860
- address?: string | null | undefined;
705861
- is_override?: string | number | boolean | null | undefined;
705862
- } | undefined;
705863
- consignee?: {
705864
- is_active?: string | number | boolean | null | undefined;
705865
- id_forwarding_booking?: string | number | bigint | null | undefined;
705866
- id_organization?: string | number | bigint | null | undefined;
705867
- id_organization_address?: string | number | bigint | null | undefined;
705868
- id_type?: string | number | bigint | null | undefined;
705869
- code?: string | null | undefined;
705870
- name?: string | null | undefined;
705871
- address?: string | null | undefined;
705872
- is_override?: string | number | boolean | null | undefined;
705873
- } | undefined;
705874
- };
705875
- output: {
705876
- data: {
705877
- is_active: boolean | null;
705878
- id: string;
705879
- logic_code: string | null;
705880
- created_at: Date | null;
705881
- created_by: string | null;
705882
- updated_at: Date | null;
705883
- updated_by: string | null;
705884
- length: Decimal | null;
705885
705886
  id_transport_mode: string | null;
705886
705887
  id_container_shipping_type: string | null;
705887
705888
  id_incoterm: string | null;
@@ -705899,7 +705900,6 @@ declare const cargoflowRouter: BuiltRouter<{
705899
705900
  id_volume_unit: string | null;
705900
705901
  id_chargeable_unit: string | null;
705901
705902
  id_commodity: string | null;
705902
- description: string | null;
705903
705903
  extra_term: string | null;
705904
705904
  shipper_ref: string | null;
705905
705905
  mark_number: string | null;
@@ -705918,13 +705918,13 @@ declare const cargoflowRouter: BuiltRouter<{
705918
705918
  data: {
705919
705919
  id: string;
705920
705920
  id_log_type: string | null;
705921
- id_forwarding_booking: string | null;
705922
705921
  url: string | null;
705923
705922
  params: SimpleJson;
705924
705923
  action: string | null;
705925
705924
  action_by: string | null;
705926
705925
  action_id: string | null;
705927
705926
  action_at: Date | null;
705927
+ id_forwarding_booking: string | null;
705928
705928
  } | undefined;
705929
705929
  };
705930
705930
  } | undefined;
@@ -705947,6 +705947,7 @@ declare const cargoflowRouter: BuiltRouter<{
705947
705947
  updated_at: Date | null;
705948
705948
  updated_by: string | null;
705949
705949
  length: Decimal | null;
705950
+ description: string | null;
705950
705951
  id_transport_mode: string | null;
705951
705952
  id_container_shipping_type: string | null;
705952
705953
  id_incoterm: string | null;
@@ -705964,7 +705965,6 @@ declare const cargoflowRouter: BuiltRouter<{
705964
705965
  id_volume_unit: string | null;
705965
705966
  id_chargeable_unit: string | null;
705966
705967
  id_commodity: string | null;
705967
- description: string | null;
705968
705968
  extra_term: string | null;
705969
705969
  shipper_ref: string | null;
705970
705970
  mark_number: string | null;
@@ -706037,6 +706037,7 @@ declare const cargoflowRouter: BuiltRouter<{
706037
706037
  updated_at: Date | null;
706038
706038
  updated_by: string | null;
706039
706039
  length: Decimal | null;
706040
+ description: string | null;
706040
706041
  id_transport_mode: string | null;
706041
706042
  id_container_shipping_type: string | null;
706042
706043
  id_incoterm: string | null;
@@ -706054,7 +706055,6 @@ declare const cargoflowRouter: BuiltRouter<{
706054
706055
  id_volume_unit: string | null;
706055
706056
  id_chargeable_unit: string | null;
706056
706057
  id_commodity: string | null;
706057
- description: string | null;
706058
706058
  extra_term: string | null;
706059
706059
  shipper_ref: string | null;
706060
706060
  mark_number: string | null;
@@ -706174,6 +706174,7 @@ declare const cargoflowRouter: BuiltRouter<{
706174
706174
  updated_at: Date | null;
706175
706175
  updated_by: string | null;
706176
706176
  length: Decimal | null;
706177
+ description: string | null;
706177
706178
  id_transport_mode: string | null;
706178
706179
  id_container_shipping_type: string | null;
706179
706180
  id_incoterm: string | null;
@@ -706191,7 +706192,6 @@ declare const cargoflowRouter: BuiltRouter<{
706191
706192
  id_volume_unit: string | null;
706192
706193
  id_chargeable_unit: string | null;
706193
706194
  id_commodity: string | null;
706194
- description: string | null;
706195
706195
  extra_term: string | null;
706196
706196
  shipper_ref: string | null;
706197
706197
  mark_number: string | null;
@@ -706559,6 +706559,7 @@ declare const cargoflowRouter: BuiltRouter<{
706559
706559
  created_by: string | null;
706560
706560
  updated_at: Date | null;
706561
706561
  updated_by: string | null;
706562
+ description: string | null;
706562
706563
  id_transport_mode: string | null;
706563
706564
  id_container_shipping_type: string | null;
706564
706565
  id_incoterm: string | null;
@@ -706568,7 +706569,6 @@ declare const cargoflowRouter: BuiltRouter<{
706568
706569
  id_weight_unit: string | null;
706569
706570
  id_volume_unit: string | null;
706570
706571
  id_chargeable_unit: string | null;
706571
- description: string | null;
706572
706572
  mark_number: string | null;
706573
706573
  volume: Decimal | null;
706574
706574
  chargeable: Decimal | null;
@@ -706664,6 +706664,7 @@ declare const cargoflowRouter: BuiltRouter<{
706664
706664
  created_by: string | null;
706665
706665
  updated_at: Date | null;
706666
706666
  updated_by: string | null;
706667
+ description: string | null;
706667
706668
  id_transport_mode: string | null;
706668
706669
  id_container_shipping_type: string | null;
706669
706670
  id_incoterm: string | null;
@@ -706673,7 +706674,6 @@ declare const cargoflowRouter: BuiltRouter<{
706673
706674
  id_weight_unit: string | null;
706674
706675
  id_volume_unit: string | null;
706675
706676
  id_chargeable_unit: string | null;
706676
- description: string | null;
706677
706677
  mark_number: string | null;
706678
706678
  volume: Decimal | null;
706679
706679
  chargeable: Decimal | null;
@@ -706876,6 +706876,7 @@ declare const cargoflowRouter: BuiltRouter<{
706876
706876
  created_by: string | null;
706877
706877
  updated_at: Date | null;
706878
706878
  updated_by: string | null;
706879
+ description: string | null;
706879
706880
  id_transport_mode: string | null;
706880
706881
  id_container_shipping_type: string | null;
706881
706882
  id_incoterm: string | null;
@@ -706885,7 +706886,6 @@ declare const cargoflowRouter: BuiltRouter<{
706885
706886
  id_weight_unit: string | null;
706886
706887
  id_volume_unit: string | null;
706887
706888
  id_chargeable_unit: string | null;
706888
- description: string | null;
706889
706889
  mark_number: string | null;
706890
706890
  volume: Decimal | null;
706891
706891
  chargeable: Decimal | null;
@@ -706992,6 +706992,7 @@ declare const cargoflowRouter: BuiltRouter<{
706992
706992
  created_by: string | null;
706993
706993
  updated_at: Date | null;
706994
706994
  updated_by: string | null;
706995
+ description: string | null;
706995
706996
  id_transport_mode: string | null;
706996
706997
  id_container_shipping_type: string | null;
706997
706998
  id_incoterm: string | null;
@@ -707001,7 +707002,6 @@ declare const cargoflowRouter: BuiltRouter<{
707001
707002
  id_weight_unit: string | null;
707002
707003
  id_volume_unit: string | null;
707003
707004
  id_chargeable_unit: string | null;
707004
- description: string | null;
707005
707005
  mark_number: string | null;
707006
707006
  volume: Decimal | null;
707007
707007
  chargeable: Decimal | null;
@@ -707133,6 +707133,7 @@ declare const cargoflowRouter: BuiltRouter<{
707133
707133
  created_by: string | null;
707134
707134
  updated_at: Date | null;
707135
707135
  updated_by: string | null;
707136
+ description: string | null;
707136
707137
  id_transport_mode: string | null;
707137
707138
  id_container_shipping_type: string | null;
707138
707139
  id_incoterm: string | null;
@@ -707142,7 +707143,6 @@ declare const cargoflowRouter: BuiltRouter<{
707142
707143
  id_weight_unit: string | null;
707143
707144
  id_volume_unit: string | null;
707144
707145
  id_chargeable_unit: string | null;
707145
- description: string | null;
707146
707146
  mark_number: string | null;
707147
707147
  volume: Decimal | null;
707148
707148
  chargeable: Decimal | null;
@@ -707220,6 +707220,7 @@ declare const cargoflowRouter: BuiltRouter<{
707220
707220
  created_by: string | null;
707221
707221
  updated_at: Date | null;
707222
707222
  updated_by: string | null;
707223
+ description: string | null;
707223
707224
  id_transport_mode: string | null;
707224
707225
  id_container_shipping_type: string | null;
707225
707226
  id_incoterm: string | null;
@@ -707229,7 +707230,6 @@ declare const cargoflowRouter: BuiltRouter<{
707229
707230
  id_weight_unit: string | null;
707230
707231
  id_volume_unit: string | null;
707231
707232
  id_chargeable_unit: string | null;
707232
- description: string | null;
707233
707233
  mark_number: string | null;
707234
707234
  volume: Decimal | null;
707235
707235
  chargeable: Decimal | null;
@@ -707729,6 +707729,7 @@ declare const cargoflowRouter: BuiltRouter<{
707729
707729
  created_by: string | null;
707730
707730
  updated_at: Date | null;
707731
707731
  updated_by: string | null;
707732
+ description: string | null;
707732
707733
  id_transport_mode: string | null;
707733
707734
  id_container_shipping_type: string | null;
707734
707735
  id_incoterm: string | null;
@@ -707738,7 +707739,6 @@ declare const cargoflowRouter: BuiltRouter<{
707738
707739
  id_weight_unit: string | null;
707739
707740
  id_volume_unit: string | null;
707740
707741
  id_chargeable_unit: string | null;
707741
- description: string | null;
707742
707742
  mark_number: string | null;
707743
707743
  volume: Decimal | null;
707744
707744
  chargeable: Decimal | null;
@@ -707818,6 +707818,7 @@ declare const cargoflowRouter: BuiltRouter<{
707818
707818
  created_by: string | null;
707819
707819
  updated_at: Date | null;
707820
707820
  updated_by: string | null;
707821
+ description: string | null;
707821
707822
  id_transport_mode: string | null;
707822
707823
  id_container_shipping_type: string | null;
707823
707824
  id_incoterm: string | null;
@@ -707827,7 +707828,6 @@ declare const cargoflowRouter: BuiltRouter<{
707827
707828
  id_weight_unit: string | null;
707828
707829
  id_volume_unit: string | null;
707829
707830
  id_chargeable_unit: string | null;
707830
- description: string | null;
707831
707831
  mark_number: string | null;
707832
707832
  volume: Decimal | null;
707833
707833
  chargeable: Decimal | null;
@@ -708265,6 +708265,121 @@ declare const cargoflowRouter: BuiltRouter<{
708265
708265
  };
708266
708266
  output: {
708267
708267
  data: {
708268
+ forwarding_shipment_organizations: {
708269
+ organization: {
708270
+ is_active: boolean | null;
708271
+ id: string;
708272
+ logic_code: string | null;
708273
+ name: string | null;
708274
+ id_country: string | null;
708275
+ id_state: string | null;
708276
+ id_city: string | null;
708277
+ id_postal_code: string | null;
708278
+ id_company: string | null;
708279
+ id_branch: string | null;
708280
+ code: string | null;
708281
+ created_at: Date | null;
708282
+ created_by: string | null;
708283
+ updated_at: Date | null;
708284
+ updated_by: string | null;
708285
+ id_un_locode: string | null;
708286
+ email: string | null;
708287
+ id_business_category: string | null;
708288
+ id_controlling_branch: string | null;
708289
+ id_airline: string | null;
708290
+ id_shipping_line: string | null;
708291
+ phone: string | null;
708292
+ website_url: string | null;
708293
+ company_number: string | null;
708294
+ company_tax_number: string | null;
708295
+ } | null;
708296
+ organization_address: {
708297
+ is_active: boolean | null;
708298
+ id: string;
708299
+ logic_code: string | null;
708300
+ id_country: string | null;
708301
+ id_state: string | null;
708302
+ id_city: string | null;
708303
+ id_postal_code: string | null;
708304
+ code: string | null;
708305
+ address: string | null;
708306
+ mobile_phone: string | null;
708307
+ created_at: Date | null;
708308
+ created_by: string | null;
708309
+ updated_at: Date | null;
708310
+ updated_by: string | null;
708311
+ id_un_locode: string | null;
708312
+ email: string | null;
708313
+ id_organization: string | null;
708314
+ phone: string | null;
708315
+ fax: string | null;
708316
+ } | null;
708317
+ forwarding_shipment_organization_type: {
708318
+ is_active: boolean | null;
708319
+ id: string;
708320
+ logic_code: string | null;
708321
+ name: string | null;
708322
+ code: string | null;
708323
+ created_at: Date | null;
708324
+ created_by: string | null;
708325
+ updated_at: Date | null;
708326
+ updated_by: string | null;
708327
+ } | null;
708328
+ is_active: boolean | null;
708329
+ id: string;
708330
+ logic_code: string | null;
708331
+ name: string | null;
708332
+ code: string | null;
708333
+ address: string | null;
708334
+ created_at: Date | null;
708335
+ created_by: string | null;
708336
+ updated_at: Date | null;
708337
+ updated_by: string | null;
708338
+ id_organization: string | null;
708339
+ id_organization_address: string | null;
708340
+ id_type: string | null;
708341
+ is_override: boolean | null;
708342
+ id_forwarding_shipment: string | null;
708343
+ }[];
708344
+ forwarding_shipment_packings: {
708345
+ is_active: boolean | null;
708346
+ id: string;
708347
+ logic_code: string | null;
708348
+ code: string | null;
708349
+ created_at: Date | null;
708350
+ created_by: string | null;
708351
+ updated_at: Date | null;
708352
+ updated_by: string | null;
708353
+ length: Decimal | null;
708354
+ description: string | null;
708355
+ id_weight_unit: string | null;
708356
+ id_volume_unit: string | null;
708357
+ id_commodity: string | null;
708358
+ id_forwarding_booking: string | null;
708359
+ volume: Decimal | null;
708360
+ id_forwarding_shipment: string | null;
708361
+ id_console_container: string | null;
708362
+ id_package_type: string | null;
708363
+ id_length_unit: string | null;
708364
+ id_width_unit: string | null;
708365
+ id_height_unit: string | null;
708366
+ id_dg_substance: string | null;
708367
+ id_dg_class: string | null;
708368
+ po_number: string | null;
708369
+ goods_description: string | null;
708370
+ item_number: string | null;
708371
+ pack: number | null;
708372
+ packing_order: number | null;
708373
+ weight: Decimal | null;
708374
+ width: Decimal | null;
708375
+ height: Decimal | null;
708376
+ harmonized_code: string | null;
708377
+ harmonized_description: string | null;
708378
+ dg_substance_name: string | null;
708379
+ dg_class_name: string | null;
708380
+ flash_point: Decimal | null;
708381
+ un_dg_contact: string | null;
708382
+ }[];
708268
708383
  forwarding_transport_mode: {
708269
708384
  is_active: boolean | null;
708270
708385
  id: string;
@@ -708374,121 +708489,6 @@ declare const cargoflowRouter: BuiltRouter<{
708374
708489
  has_seaport: boolean | null;
708375
708490
  has_outport: boolean | null;
708376
708491
  } | null;
708377
- forwarding_shipment_packings: {
708378
- is_active: boolean | null;
708379
- id: string;
708380
- logic_code: string | null;
708381
- code: string | null;
708382
- created_at: Date | null;
708383
- created_by: string | null;
708384
- updated_at: Date | null;
708385
- updated_by: string | null;
708386
- length: Decimal | null;
708387
- id_weight_unit: string | null;
708388
- id_volume_unit: string | null;
708389
- id_commodity: string | null;
708390
- id_forwarding_booking: string | null;
708391
- description: string | null;
708392
- volume: Decimal | null;
708393
- id_forwarding_shipment: string | null;
708394
- id_console_container: string | null;
708395
- id_package_type: string | null;
708396
- id_length_unit: string | null;
708397
- id_width_unit: string | null;
708398
- id_height_unit: string | null;
708399
- id_dg_substance: string | null;
708400
- id_dg_class: string | null;
708401
- po_number: string | null;
708402
- goods_description: string | null;
708403
- item_number: string | null;
708404
- pack: number | null;
708405
- packing_order: number | null;
708406
- weight: Decimal | null;
708407
- width: Decimal | null;
708408
- height: Decimal | null;
708409
- harmonized_code: string | null;
708410
- harmonized_description: string | null;
708411
- dg_substance_name: string | null;
708412
- dg_class_name: string | null;
708413
- flash_point: Decimal | null;
708414
- un_dg_contact: string | null;
708415
- }[];
708416
- forwarding_shipment_organizations: {
708417
- organization: {
708418
- is_active: boolean | null;
708419
- id: string;
708420
- logic_code: string | null;
708421
- name: string | null;
708422
- id_country: string | null;
708423
- id_state: string | null;
708424
- id_city: string | null;
708425
- id_postal_code: string | null;
708426
- id_company: string | null;
708427
- id_branch: string | null;
708428
- code: string | null;
708429
- created_at: Date | null;
708430
- created_by: string | null;
708431
- updated_at: Date | null;
708432
- updated_by: string | null;
708433
- id_un_locode: string | null;
708434
- email: string | null;
708435
- id_business_category: string | null;
708436
- id_controlling_branch: string | null;
708437
- id_airline: string | null;
708438
- id_shipping_line: string | null;
708439
- phone: string | null;
708440
- website_url: string | null;
708441
- company_number: string | null;
708442
- company_tax_number: string | null;
708443
- } | null;
708444
- organization_address: {
708445
- is_active: boolean | null;
708446
- id: string;
708447
- logic_code: string | null;
708448
- id_country: string | null;
708449
- id_state: string | null;
708450
- id_city: string | null;
708451
- id_postal_code: string | null;
708452
- code: string | null;
708453
- address: string | null;
708454
- mobile_phone: string | null;
708455
- created_at: Date | null;
708456
- created_by: string | null;
708457
- updated_at: Date | null;
708458
- updated_by: string | null;
708459
- id_un_locode: string | null;
708460
- email: string | null;
708461
- id_organization: string | null;
708462
- phone: string | null;
708463
- fax: string | null;
708464
- } | null;
708465
- forwarding_shipment_organization_type: {
708466
- is_active: boolean | null;
708467
- id: string;
708468
- logic_code: string | null;
708469
- name: string | null;
708470
- code: string | null;
708471
- created_at: Date | null;
708472
- created_by: string | null;
708473
- updated_at: Date | null;
708474
- updated_by: string | null;
708475
- } | null;
708476
- is_active: boolean | null;
708477
- id: string;
708478
- logic_code: string | null;
708479
- name: string | null;
708480
- code: string | null;
708481
- address: string | null;
708482
- created_at: Date | null;
708483
- created_by: string | null;
708484
- updated_at: Date | null;
708485
- updated_by: string | null;
708486
- id_organization: string | null;
708487
- id_organization_address: string | null;
708488
- id_type: string | null;
708489
- is_override: boolean | null;
708490
- id_forwarding_shipment: string | null;
708491
- }[];
708492
708492
  weight_unit: {
708493
708493
  is_active: boolean | null;
708494
708494
  id: string;
@@ -708864,6 +708864,7 @@ declare const cargoflowRouter: BuiltRouter<{
708864
708864
  created_by: string | null;
708865
708865
  updated_at: Date | null;
708866
708866
  updated_by: string | null;
708867
+ description: string | null;
708867
708868
  id_transport_mode: string | null;
708868
708869
  id_container_shipping_type: string | null;
708869
708870
  id_incoterm: string | null;
@@ -708873,7 +708874,6 @@ declare const cargoflowRouter: BuiltRouter<{
708873
708874
  id_weight_unit: string | null;
708874
708875
  id_volume_unit: string | null;
708875
708876
  id_chargeable_unit: string | null;
708876
- description: string | null;
708877
708877
  mark_number: string | null;
708878
708878
  volume: Decimal | null;
708879
708879
  chargeable: Decimal | null;
@@ -708950,115 +708950,82 @@ declare const cargoflowRouter: BuiltRouter<{
708950
708950
  forwarding_shipment_attachments: number;
708951
708951
  syncproc_purchase_orders: number;
708952
708952
  };
708953
- forwarding_transport_mode: {
708954
- is_active: boolean | null;
708955
- id: string;
708956
- logic_code: string | null;
708957
- name: string | null;
708958
- code: string | null;
708959
- created_at: Date | null;
708960
- created_by: string | null;
708961
- updated_at: Date | null;
708962
- updated_by: string | null;
708963
- } | null;
708964
- container_shipping_type: {
708965
- is_active: boolean | null;
708966
- id: string;
708967
- logic_code: string | null;
708968
- name: string | null;
708969
- code: string | null;
708970
- created_at: Date | null;
708971
- created_by: string | null;
708972
- updated_at: Date | null;
708973
- updated_by: string | null;
708974
- } | null;
708975
- incoterm: {
708976
- is_active: boolean | null;
708977
- id: string;
708978
- logic_code: string | null;
708979
- name: string | null;
708980
- code: string | null;
708981
- created_at: Date | null;
708982
- created_by: string | null;
708983
- updated_at: Date | null;
708984
- updated_by: string | null;
708985
- description: string | null;
708986
- } | null;
708987
- service_level: {
708953
+ forwarding_shipment_organizations: {
708954
+ organization: {
708955
+ is_active: boolean | null;
708956
+ id: string;
708957
+ logic_code: string | null;
708958
+ name: string | null;
708959
+ id_country: string | null;
708960
+ id_state: string | null;
708961
+ id_city: string | null;
708962
+ id_postal_code: string | null;
708963
+ id_company: string | null;
708964
+ id_branch: string | null;
708965
+ code: string | null;
708966
+ created_at: Date | null;
708967
+ created_by: string | null;
708968
+ updated_at: Date | null;
708969
+ updated_by: string | null;
708970
+ id_un_locode: string | null;
708971
+ email: string | null;
708972
+ id_business_category: string | null;
708973
+ id_controlling_branch: string | null;
708974
+ id_airline: string | null;
708975
+ id_shipping_line: string | null;
708976
+ phone: string | null;
708977
+ website_url: string | null;
708978
+ company_number: string | null;
708979
+ company_tax_number: string | null;
708980
+ } | null;
708981
+ organization_address: {
708982
+ is_active: boolean | null;
708983
+ id: string;
708984
+ logic_code: string | null;
708985
+ id_country: string | null;
708986
+ id_state: string | null;
708987
+ id_city: string | null;
708988
+ id_postal_code: string | null;
708989
+ code: string | null;
708990
+ address: string | null;
708991
+ mobile_phone: string | null;
708992
+ created_at: Date | null;
708993
+ created_by: string | null;
708994
+ updated_at: Date | null;
708995
+ updated_by: string | null;
708996
+ id_un_locode: string | null;
708997
+ email: string | null;
708998
+ id_organization: string | null;
708999
+ phone: string | null;
709000
+ fax: string | null;
709001
+ } | null;
709002
+ forwarding_shipment_organization_type: {
709003
+ is_active: boolean | null;
709004
+ id: string;
709005
+ logic_code: string | null;
709006
+ name: string | null;
709007
+ code: string | null;
709008
+ created_at: Date | null;
709009
+ created_by: string | null;
709010
+ updated_at: Date | null;
709011
+ updated_by: string | null;
709012
+ } | null;
708988
709013
  is_active: boolean | null;
708989
709014
  id: string;
708990
709015
  logic_code: string | null;
708991
709016
  name: string | null;
708992
709017
  code: string | null;
709018
+ address: string | null;
708993
709019
  created_at: Date | null;
708994
709020
  created_by: string | null;
708995
709021
  updated_at: Date | null;
708996
709022
  updated_by: string | null;
708997
- id_agreement: string | null;
708998
- percentage: Decimal | null;
708999
- } | null;
709000
- origin_un_locode: {
709001
- is_active: boolean | null;
709002
- id: string;
709003
- logic_code: string | null;
709004
- id_country: string | null;
709005
- id_state: string | null;
709006
- id_city: string | null;
709007
- created_at: Date | null;
709008
- created_by: string | null;
709009
- updated_at: Date | null;
709010
- updated_by: string | null;
709011
- id_time_zone: string | null;
709012
- un_code: string | null;
709013
- iata_code: string | null;
709014
- iata_region_code: string | null;
709015
- latitude: Decimal | null;
709016
- longitude: Decimal | null;
709017
- port_name: string | null;
709018
- proper_name: string | null;
709019
- has_post: boolean | null;
709020
- has_customs: boolean | null;
709021
- has_unload: boolean | null;
709022
- has_airport: boolean | null;
709023
- has_railway: boolean | null;
709024
- has_road: boolean | null;
709025
- has_store: boolean | null;
709026
- has_terminal: boolean | null;
709027
- has_discharge: boolean | null;
709028
- has_seaport: boolean | null;
709029
- has_outport: boolean | null;
709030
- } | null;
709031
- destination_un_locode: {
709032
- is_active: boolean | null;
709033
- id: string;
709034
- logic_code: string | null;
709035
- id_country: string | null;
709036
- id_state: string | null;
709037
- id_city: string | null;
709038
- created_at: Date | null;
709039
- created_by: string | null;
709040
- updated_at: Date | null;
709041
- updated_by: string | null;
709042
- id_time_zone: string | null;
709043
- un_code: string | null;
709044
- iata_code: string | null;
709045
- iata_region_code: string | null;
709046
- latitude: Decimal | null;
709047
- longitude: Decimal | null;
709048
- port_name: string | null;
709049
- proper_name: string | null;
709050
- has_post: boolean | null;
709051
- has_customs: boolean | null;
709052
- has_unload: boolean | null;
709053
- has_airport: boolean | null;
709054
- has_railway: boolean | null;
709055
- has_road: boolean | null;
709056
- has_store: boolean | null;
709057
- has_terminal: boolean | null;
709058
- has_discharge: boolean | null;
709059
- has_seaport: boolean | null;
709060
- has_outport: boolean | null;
709061
- } | null;
709023
+ id_organization: string | null;
709024
+ id_organization_address: string | null;
709025
+ id_type: string | null;
709026
+ is_override: boolean | null;
709027
+ id_forwarding_shipment: string | null;
709028
+ }[];
709062
709029
  forwarding_shipment_packings: {
709063
709030
  forwarding_booking: {
709064
709031
  is_active: boolean | null;
@@ -709069,6 +709036,7 @@ declare const cargoflowRouter: BuiltRouter<{
709069
709036
  updated_at: Date | null;
709070
709037
  updated_by: string | null;
709071
709038
  length: Decimal | null;
709039
+ description: string | null;
709072
709040
  id_transport_mode: string | null;
709073
709041
  id_container_shipping_type: string | null;
709074
709042
  id_incoterm: string | null;
@@ -709086,7 +709054,6 @@ declare const cargoflowRouter: BuiltRouter<{
709086
709054
  id_volume_unit: string | null;
709087
709055
  id_chargeable_unit: string | null;
709088
709056
  id_commodity: string | null;
709089
- description: string | null;
709090
709057
  extra_term: string | null;
709091
709058
  shipper_ref: string | null;
709092
709059
  mark_number: string | null;
@@ -709131,6 +709098,7 @@ declare const cargoflowRouter: BuiltRouter<{
709131
709098
  created_by: string | null;
709132
709099
  updated_at: Date | null;
709133
709100
  updated_by: string | null;
709101
+ description: string | null;
709134
709102
  id_transport_mode: string | null;
709135
709103
  id_container_shipping_type: string | null;
709136
709104
  id_incoterm: string | null;
@@ -709140,7 +709108,6 @@ declare const cargoflowRouter: BuiltRouter<{
709140
709108
  id_weight_unit: string | null;
709141
709109
  id_volume_unit: string | null;
709142
709110
  id_chargeable_unit: string | null;
709143
- description: string | null;
709144
709111
  mark_number: string | null;
709145
709112
  volume: Decimal | null;
709146
709113
  chargeable: Decimal | null;
@@ -709299,11 +709266,11 @@ declare const cargoflowRouter: BuiltRouter<{
709299
709266
  updated_at: Date | null;
709300
709267
  updated_by: string | null;
709301
709268
  length: Decimal | null;
709269
+ description: string | null;
709302
709270
  id_weight_unit: string | null;
709303
709271
  id_volume_unit: string | null;
709304
709272
  id_commodity: string | null;
709305
709273
  id_forwarding_booking: string | null;
709306
- description: string | null;
709307
709274
  volume: Decimal | null;
709308
709275
  id_forwarding_shipment: string | null;
709309
709276
  id_console_container: string | null;
@@ -709328,82 +709295,115 @@ declare const cargoflowRouter: BuiltRouter<{
709328
709295
  flash_point: Decimal | null;
709329
709296
  un_dg_contact: string | null;
709330
709297
  }[];
709331
- forwarding_shipment_organizations: {
709332
- organization: {
709333
- is_active: boolean | null;
709334
- id: string;
709335
- logic_code: string | null;
709336
- name: string | null;
709337
- id_country: string | null;
709338
- id_state: string | null;
709339
- id_city: string | null;
709340
- id_postal_code: string | null;
709341
- id_company: string | null;
709342
- id_branch: string | null;
709343
- code: string | null;
709344
- created_at: Date | null;
709345
- created_by: string | null;
709346
- updated_at: Date | null;
709347
- updated_by: string | null;
709348
- id_un_locode: string | null;
709349
- email: string | null;
709350
- id_business_category: string | null;
709351
- id_controlling_branch: string | null;
709352
- id_airline: string | null;
709353
- id_shipping_line: string | null;
709354
- phone: string | null;
709355
- website_url: string | null;
709356
- company_number: string | null;
709357
- company_tax_number: string | null;
709358
- } | null;
709359
- organization_address: {
709360
- is_active: boolean | null;
709361
- id: string;
709362
- logic_code: string | null;
709363
- id_country: string | null;
709364
- id_state: string | null;
709365
- id_city: string | null;
709366
- id_postal_code: string | null;
709367
- code: string | null;
709368
- address: string | null;
709369
- mobile_phone: string | null;
709370
- created_at: Date | null;
709371
- created_by: string | null;
709372
- updated_at: Date | null;
709373
- updated_by: string | null;
709374
- id_un_locode: string | null;
709375
- email: string | null;
709376
- id_organization: string | null;
709377
- phone: string | null;
709378
- fax: string | null;
709379
- } | null;
709380
- forwarding_shipment_organization_type: {
709381
- is_active: boolean | null;
709382
- id: string;
709383
- logic_code: string | null;
709384
- name: string | null;
709385
- code: string | null;
709386
- created_at: Date | null;
709387
- created_by: string | null;
709388
- updated_at: Date | null;
709389
- updated_by: string | null;
709390
- } | null;
709298
+ forwarding_transport_mode: {
709391
709299
  is_active: boolean | null;
709392
709300
  id: string;
709393
709301
  logic_code: string | null;
709394
709302
  name: string | null;
709395
709303
  code: string | null;
709396
- address: string | null;
709397
709304
  created_at: Date | null;
709398
709305
  created_by: string | null;
709399
709306
  updated_at: Date | null;
709400
709307
  updated_by: string | null;
709401
- id_organization: string | null;
709402
- id_organization_address: string | null;
709403
- id_type: string | null;
709404
- is_override: boolean | null;
709405
- id_forwarding_shipment: string | null;
709406
- }[];
709308
+ } | null;
709309
+ container_shipping_type: {
709310
+ is_active: boolean | null;
709311
+ id: string;
709312
+ logic_code: string | null;
709313
+ name: string | null;
709314
+ code: string | null;
709315
+ created_at: Date | null;
709316
+ created_by: string | null;
709317
+ updated_at: Date | null;
709318
+ updated_by: string | null;
709319
+ } | null;
709320
+ incoterm: {
709321
+ is_active: boolean | null;
709322
+ id: string;
709323
+ logic_code: string | null;
709324
+ name: string | null;
709325
+ code: string | null;
709326
+ created_at: Date | null;
709327
+ created_by: string | null;
709328
+ updated_at: Date | null;
709329
+ updated_by: string | null;
709330
+ description: string | null;
709331
+ } | null;
709332
+ service_level: {
709333
+ is_active: boolean | null;
709334
+ id: string;
709335
+ logic_code: string | null;
709336
+ name: string | null;
709337
+ code: string | null;
709338
+ created_at: Date | null;
709339
+ created_by: string | null;
709340
+ updated_at: Date | null;
709341
+ updated_by: string | null;
709342
+ id_agreement: string | null;
709343
+ percentage: Decimal | null;
709344
+ } | null;
709345
+ origin_un_locode: {
709346
+ is_active: boolean | null;
709347
+ id: string;
709348
+ logic_code: string | null;
709349
+ id_country: string | null;
709350
+ id_state: string | null;
709351
+ id_city: string | null;
709352
+ created_at: Date | null;
709353
+ created_by: string | null;
709354
+ updated_at: Date | null;
709355
+ updated_by: string | null;
709356
+ id_time_zone: string | null;
709357
+ un_code: string | null;
709358
+ iata_code: string | null;
709359
+ iata_region_code: string | null;
709360
+ latitude: Decimal | null;
709361
+ longitude: Decimal | null;
709362
+ port_name: string | null;
709363
+ proper_name: string | null;
709364
+ has_post: boolean | null;
709365
+ has_customs: boolean | null;
709366
+ has_unload: boolean | null;
709367
+ has_airport: boolean | null;
709368
+ has_railway: boolean | null;
709369
+ has_road: boolean | null;
709370
+ has_store: boolean | null;
709371
+ has_terminal: boolean | null;
709372
+ has_discharge: boolean | null;
709373
+ has_seaport: boolean | null;
709374
+ has_outport: boolean | null;
709375
+ } | null;
709376
+ destination_un_locode: {
709377
+ is_active: boolean | null;
709378
+ id: string;
709379
+ logic_code: string | null;
709380
+ id_country: string | null;
709381
+ id_state: string | null;
709382
+ id_city: string | null;
709383
+ created_at: Date | null;
709384
+ created_by: string | null;
709385
+ updated_at: Date | null;
709386
+ updated_by: string | null;
709387
+ id_time_zone: string | null;
709388
+ un_code: string | null;
709389
+ iata_code: string | null;
709390
+ iata_region_code: string | null;
709391
+ latitude: Decimal | null;
709392
+ longitude: Decimal | null;
709393
+ port_name: string | null;
709394
+ proper_name: string | null;
709395
+ has_post: boolean | null;
709396
+ has_customs: boolean | null;
709397
+ has_unload: boolean | null;
709398
+ has_airport: boolean | null;
709399
+ has_railway: boolean | null;
709400
+ has_road: boolean | null;
709401
+ has_store: boolean | null;
709402
+ has_terminal: boolean | null;
709403
+ has_discharge: boolean | null;
709404
+ has_seaport: boolean | null;
709405
+ has_outport: boolean | null;
709406
+ } | null;
709407
709407
  weight_unit: {
709408
709408
  is_active: boolean | null;
709409
709409
  id: string;
@@ -710720,6 +710720,7 @@ declare const cargoflowRouter: BuiltRouter<{
710720
710720
  created_by: string | null;
710721
710721
  updated_at: Date | null;
710722
710722
  updated_by: string | null;
710723
+ description: string | null;
710723
710724
  id_transport_mode: string | null;
710724
710725
  id_container_shipping_type: string | null;
710725
710726
  id_incoterm: string | null;
@@ -710729,7 +710730,6 @@ declare const cargoflowRouter: BuiltRouter<{
710729
710730
  id_weight_unit: string | null;
710730
710731
  id_volume_unit: string | null;
710731
710732
  id_chargeable_unit: string | null;
710732
- description: string | null;
710733
710733
  mark_number: string | null;
710734
710734
  volume: Decimal | null;
710735
710735
  chargeable: Decimal | null;
@@ -711113,6 +711113,7 @@ declare const cargoflowRouter: BuiltRouter<{
711113
711113
  created_by: string | null;
711114
711114
  updated_at: Date | null;
711115
711115
  updated_by: string | null;
711116
+ description: string | null;
711116
711117
  id_transport_mode: string | null;
711117
711118
  id_container_shipping_type: string | null;
711118
711119
  id_incoterm: string | null;
@@ -711122,7 +711123,6 @@ declare const cargoflowRouter: BuiltRouter<{
711122
711123
  id_weight_unit: string | null;
711123
711124
  id_volume_unit: string | null;
711124
711125
  id_chargeable_unit: string | null;
711125
- description: string | null;
711126
711126
  mark_number: string | null;
711127
711127
  volume: Decimal | null;
711128
711128
  chargeable: Decimal | null;
@@ -711439,6 +711439,7 @@ declare const cargoflowRouter: BuiltRouter<{
711439
711439
  created_by: string | null;
711440
711440
  updated_at: Date | null;
711441
711441
  updated_by: string | null;
711442
+ description: string | null;
711442
711443
  id_transport_mode: string | null;
711443
711444
  id_container_shipping_type: string | null;
711444
711445
  id_incoterm: string | null;
@@ -711448,7 +711449,6 @@ declare const cargoflowRouter: BuiltRouter<{
711448
711449
  id_weight_unit: string | null;
711449
711450
  id_volume_unit: string | null;
711450
711451
  id_chargeable_unit: string | null;
711451
- description: string | null;
711452
711452
  mark_number: string | null;
711453
711453
  volume: Decimal | null;
711454
711454
  chargeable: Decimal | null;
@@ -711509,6 +711509,7 @@ declare const cargoflowRouter: BuiltRouter<{
711509
711509
  created_by: string | null;
711510
711510
  updated_at: Date | null;
711511
711511
  updated_by: string | null;
711512
+ description: string | null;
711512
711513
  id_transport_mode: string | null;
711513
711514
  id_container_shipping_type: string | null;
711514
711515
  id_incoterm: string | null;
@@ -711518,7 +711519,6 @@ declare const cargoflowRouter: BuiltRouter<{
711518
711519
  id_weight_unit: string | null;
711519
711520
  id_volume_unit: string | null;
711520
711521
  id_chargeable_unit: string | null;
711521
- description: string | null;
711522
711522
  mark_number: string | null;
711523
711523
  volume: Decimal | null;
711524
711524
  chargeable: Decimal | null;
@@ -711663,6 +711663,7 @@ declare const cargoflowRouter: BuiltRouter<{
711663
711663
  created_by: string | null;
711664
711664
  updated_at: Date | null;
711665
711665
  updated_by: string | null;
711666
+ description: string | null;
711666
711667
  id_transport_mode: string | null;
711667
711668
  id_container_shipping_type: string | null;
711668
711669
  id_incoterm: string | null;
@@ -711672,149 +711673,148 @@ declare const cargoflowRouter: BuiltRouter<{
711672
711673
  id_weight_unit: string | null;
711673
711674
  id_volume_unit: string | null;
711674
711675
  id_chargeable_unit: string | null;
711676
+ mark_number: string | null;
711677
+ volume: Decimal | null;
711678
+ chargeable: Decimal | null;
711679
+ weight: Decimal | null;
711680
+ id_transport_type: string | null;
711681
+ id_service_scope: string | null;
711682
+ id_origin: string | null;
711683
+ id_destination: string | null;
711684
+ id_weight_volume_unit: string | null;
711685
+ id_package_count_type: string | null;
711686
+ id_package_inner_count_type: string | null;
711687
+ id_air_waybill_dims: string | null;
711688
+ id_house_bill_type: string | null;
711689
+ id_hbl_delivery_mode: string | null;
711690
+ id_charge_apply: string | null;
711691
+ id_control_customer: string | null;
711692
+ id_control_agent: string | null;
711693
+ shipment_number: string | null;
711694
+ house_bill: string | null;
711695
+ weight_volume: Decimal | null;
711696
+ package_count: number | null;
711697
+ package_inner_count: number | null;
711698
+ original_bills: number | null;
711699
+ copy_bills: number | null;
711700
+ estimated_delivery_date: Date | null;
711701
+ estimated_arrival_date: Date | null;
711702
+ issue_date: Date | null;
711703
+ } | null;
711704
+ is_active: boolean | null;
711705
+ id: string;
711706
+ logic_code: string | null;
711707
+ name: string | null;
711708
+ code: string | null;
711709
+ address: string | null;
711710
+ created_at: Date | null;
711711
+ created_by: string | null;
711712
+ updated_at: Date | null;
711713
+ updated_by: string | null;
711714
+ id_organization: string | null;
711715
+ id_organization_address: string | null;
711716
+ id_type: string | null;
711717
+ is_override: boolean | null;
711718
+ id_forwarding_shipment: string | null;
711719
+ }[] | undefined;
711720
+ total: number | undefined;
711721
+ };
711722
+ meta: object;
711723
+ }>;
711724
+ getDetail: MutationProcedure<{
711725
+ input: {
711726
+ is_active?: (string | number | boolean)[] | null | undefined;
711727
+ is_system?: (string | number | boolean)[] | null | undefined;
711728
+ id?: string | number | bigint | null | undefined;
711729
+ id_string?: string | null | undefined;
711730
+ logic_code?: string | null | undefined;
711731
+ };
711732
+ output: {
711733
+ data: {
711734
+ _count: {
711735
+ forwarding_shipment: number;
711736
+ organization: number;
711737
+ organization_address: number;
711738
+ forwarding_shipment_organization_type: number;
711739
+ forwarding_shipment_organization_logs: number;
711740
+ };
711741
+ organization: {
711742
+ is_active: boolean | null;
711743
+ id: string;
711744
+ logic_code: string | null;
711745
+ name: string | null;
711746
+ id_country: string | null;
711747
+ id_state: string | null;
711748
+ id_city: string | null;
711749
+ id_postal_code: string | null;
711750
+ id_company: string | null;
711751
+ id_branch: string | null;
711752
+ code: string | null;
711753
+ created_at: Date | null;
711754
+ created_by: string | null;
711755
+ updated_at: Date | null;
711756
+ updated_by: string | null;
711757
+ id_un_locode: string | null;
711758
+ email: string | null;
711759
+ id_business_category: string | null;
711760
+ id_controlling_branch: string | null;
711761
+ id_airline: string | null;
711762
+ id_shipping_line: string | null;
711763
+ phone: string | null;
711764
+ website_url: string | null;
711765
+ company_number: string | null;
711766
+ company_tax_number: string | null;
711767
+ } | null;
711768
+ organization_address: {
711769
+ is_active: boolean | null;
711770
+ id: string;
711771
+ logic_code: string | null;
711772
+ id_country: string | null;
711773
+ id_state: string | null;
711774
+ id_city: string | null;
711775
+ id_postal_code: string | null;
711776
+ code: string | null;
711777
+ address: string | null;
711778
+ mobile_phone: string | null;
711779
+ created_at: Date | null;
711780
+ created_by: string | null;
711781
+ updated_at: Date | null;
711782
+ updated_by: string | null;
711783
+ id_un_locode: string | null;
711784
+ email: string | null;
711785
+ id_organization: string | null;
711786
+ phone: string | null;
711787
+ fax: string | null;
711788
+ } | null;
711789
+ forwarding_shipment_organization_type: {
711790
+ is_active: boolean | null;
711791
+ id: string;
711792
+ logic_code: string | null;
711793
+ name: string | null;
711794
+ code: string | null;
711795
+ created_at: Date | null;
711796
+ created_by: string | null;
711797
+ updated_at: Date | null;
711798
+ updated_by: string | null;
711799
+ } | null;
711800
+ forwarding_shipment: {
711801
+ is_active: boolean | null;
711802
+ id: string;
711803
+ logic_code: string | null;
711804
+ created_at: Date | null;
711805
+ created_by: string | null;
711806
+ updated_at: Date | null;
711807
+ updated_by: string | null;
711675
711808
  description: string | null;
711676
- mark_number: string | null;
711677
- volume: Decimal | null;
711678
- chargeable: Decimal | null;
711679
- weight: Decimal | null;
711680
- id_transport_type: string | null;
711681
- id_service_scope: string | null;
711682
- id_origin: string | null;
711683
- id_destination: string | null;
711684
- id_weight_volume_unit: string | null;
711685
- id_package_count_type: string | null;
711686
- id_package_inner_count_type: string | null;
711687
- id_air_waybill_dims: string | null;
711688
- id_house_bill_type: string | null;
711689
- id_hbl_delivery_mode: string | null;
711690
- id_charge_apply: string | null;
711691
- id_control_customer: string | null;
711692
- id_control_agent: string | null;
711693
- shipment_number: string | null;
711694
- house_bill: string | null;
711695
- weight_volume: Decimal | null;
711696
- package_count: number | null;
711697
- package_inner_count: number | null;
711698
- original_bills: number | null;
711699
- copy_bills: number | null;
711700
- estimated_delivery_date: Date | null;
711701
- estimated_arrival_date: Date | null;
711702
- issue_date: Date | null;
711703
- } | null;
711704
- is_active: boolean | null;
711705
- id: string;
711706
- logic_code: string | null;
711707
- name: string | null;
711708
- code: string | null;
711709
- address: string | null;
711710
- created_at: Date | null;
711711
- created_by: string | null;
711712
- updated_at: Date | null;
711713
- updated_by: string | null;
711714
- id_organization: string | null;
711715
- id_organization_address: string | null;
711716
- id_type: string | null;
711717
- is_override: boolean | null;
711718
- id_forwarding_shipment: string | null;
711719
- }[] | undefined;
711720
- total: number | undefined;
711721
- };
711722
- meta: object;
711723
- }>;
711724
- getDetail: MutationProcedure<{
711725
- input: {
711726
- is_active?: (string | number | boolean)[] | null | undefined;
711727
- is_system?: (string | number | boolean)[] | null | undefined;
711728
- id?: string | number | bigint | null | undefined;
711729
- id_string?: string | null | undefined;
711730
- logic_code?: string | null | undefined;
711731
- };
711732
- output: {
711733
- data: {
711734
- _count: {
711735
- forwarding_shipment: number;
711736
- organization: number;
711737
- organization_address: number;
711738
- forwarding_shipment_organization_type: number;
711739
- forwarding_shipment_organization_logs: number;
711740
- };
711741
- organization: {
711742
- is_active: boolean | null;
711743
- id: string;
711744
- logic_code: string | null;
711745
- name: string | null;
711746
- id_country: string | null;
711747
- id_state: string | null;
711748
- id_city: string | null;
711749
- id_postal_code: string | null;
711750
- id_company: string | null;
711751
- id_branch: string | null;
711752
- code: string | null;
711753
- created_at: Date | null;
711754
- created_by: string | null;
711755
- updated_at: Date | null;
711756
- updated_by: string | null;
711757
- id_un_locode: string | null;
711758
- email: string | null;
711759
- id_business_category: string | null;
711760
- id_controlling_branch: string | null;
711761
- id_airline: string | null;
711762
- id_shipping_line: string | null;
711763
- phone: string | null;
711764
- website_url: string | null;
711765
- company_number: string | null;
711766
- company_tax_number: string | null;
711767
- } | null;
711768
- organization_address: {
711769
- is_active: boolean | null;
711770
- id: string;
711771
- logic_code: string | null;
711772
- id_country: string | null;
711773
- id_state: string | null;
711774
- id_city: string | null;
711775
- id_postal_code: string | null;
711776
- code: string | null;
711777
- address: string | null;
711778
- mobile_phone: string | null;
711779
- created_at: Date | null;
711780
- created_by: string | null;
711781
- updated_at: Date | null;
711782
- updated_by: string | null;
711783
- id_un_locode: string | null;
711784
- email: string | null;
711785
- id_organization: string | null;
711786
- phone: string | null;
711787
- fax: string | null;
711788
- } | null;
711789
- forwarding_shipment_organization_type: {
711790
- is_active: boolean | null;
711791
- id: string;
711792
- logic_code: string | null;
711793
- name: string | null;
711794
- code: string | null;
711795
- created_at: Date | null;
711796
- created_by: string | null;
711797
- updated_at: Date | null;
711798
- updated_by: string | null;
711799
- } | null;
711800
- forwarding_shipment: {
711801
- is_active: boolean | null;
711802
- id: string;
711803
- logic_code: string | null;
711804
- created_at: Date | null;
711805
- created_by: string | null;
711806
- updated_at: Date | null;
711807
- updated_by: string | null;
711808
- id_transport_mode: string | null;
711809
- id_container_shipping_type: string | null;
711810
- id_incoterm: string | null;
711811
- id_service_level: string | null;
711812
- id_release_type: string | null;
711813
- id_on_board_status: string | null;
711814
- id_weight_unit: string | null;
711815
- id_volume_unit: string | null;
711816
- id_chargeable_unit: string | null;
711817
- description: string | null;
711809
+ id_transport_mode: string | null;
711810
+ id_container_shipping_type: string | null;
711811
+ id_incoterm: string | null;
711812
+ id_service_level: string | null;
711813
+ id_release_type: string | null;
711814
+ id_on_board_status: string | null;
711815
+ id_weight_unit: string | null;
711816
+ id_volume_unit: string | null;
711817
+ id_chargeable_unit: string | null;
711818
711818
  mark_number: string | null;
711819
711819
  volume: Decimal | null;
711820
711820
  chargeable: Decimal | null;
@@ -712195,6 +712195,7 @@ declare const cargoflowRouter: BuiltRouter<{
712195
712195
  created_by: string | null;
712196
712196
  updated_at: Date | null;
712197
712197
  updated_by: string | null;
712198
+ description: string | null;
712198
712199
  id_transport_mode: string | null;
712199
712200
  id_container_shipping_type: string | null;
712200
712201
  id_incoterm: string | null;
@@ -712204,7 +712205,6 @@ declare const cargoflowRouter: BuiltRouter<{
712204
712205
  id_weight_unit: string | null;
712205
712206
  id_volume_unit: string | null;
712206
712207
  id_chargeable_unit: string | null;
712207
- description: string | null;
712208
712208
  mark_number: string | null;
712209
712209
  volume: Decimal | null;
712210
712210
  chargeable: Decimal | null;
@@ -712444,6 +712444,7 @@ declare const cargoflowRouter: BuiltRouter<{
712444
712444
  created_by: string | null;
712445
712445
  updated_at: Date | null;
712446
712446
  updated_by: string | null;
712447
+ description: string | null;
712447
712448
  id_transport_mode: string | null;
712448
712449
  id_container_shipping_type: string | null;
712449
712450
  id_incoterm: string | null;
@@ -712453,7 +712454,6 @@ declare const cargoflowRouter: BuiltRouter<{
712453
712454
  id_weight_unit: string | null;
712454
712455
  id_volume_unit: string | null;
712455
712456
  id_chargeable_unit: string | null;
712456
- description: string | null;
712457
712457
  mark_number: string | null;
712458
712458
  volume: Decimal | null;
712459
712459
  chargeable: Decimal | null;
@@ -713018,6 +713018,7 @@ declare const cargoflowRouter: BuiltRouter<{
713018
713018
  created_by: string | null;
713019
713019
  updated_at: Date | null;
713020
713020
  updated_by: string | null;
713021
+ description: string | null;
713021
713022
  id_transport_mode: string | null;
713022
713023
  id_container_shipping_type: string | null;
713023
713024
  id_incoterm: string | null;
@@ -713027,7 +713028,6 @@ declare const cargoflowRouter: BuiltRouter<{
713027
713028
  id_weight_unit: string | null;
713028
713029
  id_volume_unit: string | null;
713029
713030
  id_chargeable_unit: string | null;
713030
- description: string | null;
713031
713031
  mark_number: string | null;
713032
713032
  volume: Decimal | null;
713033
713033
  chargeable: Decimal | null;
@@ -713267,6 +713267,7 @@ declare const cargoflowRouter: BuiltRouter<{
713267
713267
  created_by: string | null;
713268
713268
  updated_at: Date | null;
713269
713269
  updated_by: string | null;
713270
+ description: string | null;
713270
713271
  id_transport_mode: string | null;
713271
713272
  id_container_shipping_type: string | null;
713272
713273
  id_incoterm: string | null;
@@ -713276,7 +713277,6 @@ declare const cargoflowRouter: BuiltRouter<{
713276
713277
  id_weight_unit: string | null;
713277
713278
  id_volume_unit: string | null;
713278
713279
  id_chargeable_unit: string | null;
713279
- description: string | null;
713280
713280
  mark_number: string | null;
713281
713281
  volume: Decimal | null;
713282
713282
  chargeable: Decimal | null;
@@ -713801,6 +713801,7 @@ declare const cargoflowRouter: BuiltRouter<{
713801
713801
  updated_at: Date | null;
713802
713802
  updated_by: string | null;
713803
713803
  length: Decimal | null;
713804
+ description: string | null;
713804
713805
  id_transport_mode: string | null;
713805
713806
  id_container_shipping_type: string | null;
713806
713807
  id_incoterm: string | null;
@@ -713818,7 +713819,6 @@ declare const cargoflowRouter: BuiltRouter<{
713818
713819
  id_volume_unit: string | null;
713819
713820
  id_chargeable_unit: string | null;
713820
713821
  id_commodity: string | null;
713821
- description: string | null;
713822
713822
  extra_term: string | null;
713823
713823
  shipper_ref: string | null;
713824
713824
  mark_number: string | null;
@@ -713863,6 +713863,7 @@ declare const cargoflowRouter: BuiltRouter<{
713863
713863
  created_by: string | null;
713864
713864
  updated_at: Date | null;
713865
713865
  updated_by: string | null;
713866
+ description: string | null;
713866
713867
  id_transport_mode: string | null;
713867
713868
  id_container_shipping_type: string | null;
713868
713869
  id_incoterm: string | null;
@@ -713872,7 +713873,6 @@ declare const cargoflowRouter: BuiltRouter<{
713872
713873
  id_weight_unit: string | null;
713873
713874
  id_volume_unit: string | null;
713874
713875
  id_chargeable_unit: string | null;
713875
- description: string | null;
713876
713876
  mark_number: string | null;
713877
713877
  volume: Decimal | null;
713878
713878
  chargeable: Decimal | null;
@@ -714031,11 +714031,11 @@ declare const cargoflowRouter: BuiltRouter<{
714031
714031
  updated_at: Date | null;
714032
714032
  updated_by: string | null;
714033
714033
  length: Decimal | null;
714034
+ description: string | null;
714034
714035
  id_weight_unit: string | null;
714035
714036
  id_volume_unit: string | null;
714036
714037
  id_commodity: string | null;
714037
714038
  id_forwarding_booking: string | null;
714038
- description: string | null;
714039
714039
  volume: Decimal | null;
714040
714040
  id_forwarding_shipment: string | null;
714041
714041
  id_console_container: string | null;
@@ -714098,6 +714098,7 @@ declare const cargoflowRouter: BuiltRouter<{
714098
714098
  updated_at: Date | null;
714099
714099
  updated_by: string | null;
714100
714100
  length: Decimal | null;
714101
+ description: string | null;
714101
714102
  id_transport_mode: string | null;
714102
714103
  id_container_shipping_type: string | null;
714103
714104
  id_incoterm: string | null;
@@ -714115,7 +714116,6 @@ declare const cargoflowRouter: BuiltRouter<{
714115
714116
  id_volume_unit: string | null;
714116
714117
  id_chargeable_unit: string | null;
714117
714118
  id_commodity: string | null;
714118
- description: string | null;
714119
714119
  extra_term: string | null;
714120
714120
  shipper_ref: string | null;
714121
714121
  mark_number: string | null;
@@ -714160,6 +714160,7 @@ declare const cargoflowRouter: BuiltRouter<{
714160
714160
  created_by: string | null;
714161
714161
  updated_at: Date | null;
714162
714162
  updated_by: string | null;
714163
+ description: string | null;
714163
714164
  id_transport_mode: string | null;
714164
714165
  id_container_shipping_type: string | null;
714165
714166
  id_incoterm: string | null;
@@ -714169,7 +714170,6 @@ declare const cargoflowRouter: BuiltRouter<{
714169
714170
  id_weight_unit: string | null;
714170
714171
  id_volume_unit: string | null;
714171
714172
  id_chargeable_unit: string | null;
714172
- description: string | null;
714173
714173
  mark_number: string | null;
714174
714174
  volume: Decimal | null;
714175
714175
  chargeable: Decimal | null;
@@ -714328,11 +714328,11 @@ declare const cargoflowRouter: BuiltRouter<{
714328
714328
  updated_at: Date | null;
714329
714329
  updated_by: string | null;
714330
714330
  length: Decimal | null;
714331
+ description: string | null;
714331
714332
  id_weight_unit: string | null;
714332
714333
  id_volume_unit: string | null;
714333
714334
  id_commodity: string | null;
714334
714335
  id_forwarding_booking: string | null;
714335
- description: string | null;
714336
714336
  volume: Decimal | null;
714337
714337
  id_forwarding_shipment: string | null;
714338
714338
  id_console_container: string | null;
@@ -714505,11 +714505,11 @@ declare const cargoflowRouter: BuiltRouter<{
714505
714505
  updated_at: Date | null;
714506
714506
  updated_by: string | null;
714507
714507
  length: Decimal | null;
714508
+ description: string | null;
714508
714509
  id_weight_unit: string | null;
714509
714510
  id_volume_unit: string | null;
714510
714511
  id_commodity: string | null;
714511
714512
  id_forwarding_booking: string | null;
714512
- description: string | null;
714513
714513
  volume: Decimal | null;
714514
714514
  id_forwarding_shipment: string | null;
714515
714515
  id_console_container: string | null;
@@ -714597,11 +714597,11 @@ declare const cargoflowRouter: BuiltRouter<{
714597
714597
  updated_at: Date | null;
714598
714598
  updated_by: string | null;
714599
714599
  length: Decimal | null;
714600
+ description: string | null;
714600
714601
  id_weight_unit: string | null;
714601
714602
  id_volume_unit: string | null;
714602
714603
  id_commodity: string | null;
714603
714604
  id_forwarding_booking: string | null;
714604
- description: string | null;
714605
714605
  volume: Decimal | null;
714606
714606
  id_forwarding_shipment: string | null;
714607
714607
  id_console_container: string | null;
@@ -714725,11 +714725,11 @@ declare const cargoflowRouter: BuiltRouter<{
714725
714725
  updated_at: Date | null;
714726
714726
  updated_by: string | null;
714727
714727
  length: Decimal | null;
714728
+ description: string | null;
714728
714729
  id_weight_unit: string | null;
714729
714730
  id_volume_unit: string | null;
714730
714731
  id_commodity: string | null;
714731
714732
  id_forwarding_booking: string | null;
714732
- description: string | null;
714733
714733
  volume: Decimal | null;
714734
714734
  id_forwarding_shipment: string | null;
714735
714735
  id_console_container: string | null;
@@ -714777,11 +714777,11 @@ declare const cargoflowRouter: BuiltRouter<{
714777
714777
  updated_at: Date | null;
714778
714778
  updated_by: string | null;
714779
714779
  length: Decimal | null;
714780
+ description: string | null;
714780
714781
  id_weight_unit: string | null;
714781
714782
  id_volume_unit: string | null;
714782
714783
  id_commodity: string | null;
714783
714784
  id_forwarding_booking: string | null;
714784
- description: string | null;
714785
714785
  volume: Decimal | null;
714786
714786
  id_forwarding_shipment: string | null;
714787
714787
  id_console_container: string | null;
@@ -714839,11 +714839,11 @@ declare const cargoflowRouter: BuiltRouter<{
714839
714839
  updated_at: Date | null;
714840
714840
  updated_by: string | null;
714841
714841
  length: Decimal | null;
714842
+ description: string | null;
714842
714843
  id_weight_unit: string | null;
714843
714844
  id_volume_unit: string | null;
714844
714845
  id_commodity: string | null;
714845
714846
  id_forwarding_booking: string | null;
714846
- description: string | null;
714847
714847
  volume: Decimal | null;
714848
714848
  id_forwarding_shipment: string | null;
714849
714849
  id_console_container: string | null;
@@ -714973,6 +714973,7 @@ declare const cargoflowRouter: BuiltRouter<{
714973
714973
  created_by: string | null;
714974
714974
  updated_at: Date | null;
714975
714975
  updated_by: string | null;
714976
+ description: string | null;
714976
714977
  id_transport_mode: string | null;
714977
714978
  id_container_shipping_type: string | null;
714978
714979
  id_incoterm: string | null;
@@ -714982,7 +714983,6 @@ declare const cargoflowRouter: BuiltRouter<{
714982
714983
  id_weight_unit: string | null;
714983
714984
  id_volume_unit: string | null;
714984
714985
  id_chargeable_unit: string | null;
714985
- description: string | null;
714986
714986
  mark_number: string | null;
714987
714987
  volume: Decimal | null;
714988
714988
  chargeable: Decimal | null;
@@ -715706,6 +715706,7 @@ declare const cargoflowRouter: BuiltRouter<{
715706
715706
  created_by: string | null;
715707
715707
  updated_at: Date | null;
715708
715708
  updated_by: string | null;
715709
+ description: string | null;
715709
715710
  id_transport_mode: string | null;
715710
715711
  id_container_shipping_type: string | null;
715711
715712
  id_incoterm: string | null;
@@ -715715,7 +715716,6 @@ declare const cargoflowRouter: BuiltRouter<{
715715
715716
  id_weight_unit: string | null;
715716
715717
  id_volume_unit: string | null;
715717
715718
  id_chargeable_unit: string | null;
715718
- description: string | null;
715719
715719
  mark_number: string | null;
715720
715720
  volume: Decimal | null;
715721
715721
  chargeable: Decimal | null;
@@ -718106,6 +718106,7 @@ declare const cargoflowRouter: BuiltRouter<{
718106
718106
  updated_at: Date | null;
718107
718107
  updated_by: string | null;
718108
718108
  length: Decimal | null;
718109
+ description: string | null;
718109
718110
  id_transport_mode: string | null;
718110
718111
  id_container_shipping_type: string | null;
718111
718112
  id_incoterm: string | null;
@@ -718123,7 +718124,6 @@ declare const cargoflowRouter: BuiltRouter<{
718123
718124
  id_volume_unit: string | null;
718124
718125
  id_chargeable_unit: string | null;
718125
718126
  id_commodity: string | null;
718126
- description: string | null;
718127
718127
  extra_term: string | null;
718128
718128
  shipper_ref: string | null;
718129
718129
  mark_number: string | null;
@@ -718230,6 +718230,7 @@ declare const cargoflowRouter: BuiltRouter<{
718230
718230
  created_by: string | null;
718231
718231
  updated_at: Date | null;
718232
718232
  updated_by: string | null;
718233
+ description: string | null;
718233
718234
  id_transport_mode: string | null;
718234
718235
  id_container_shipping_type: string | null;
718235
718236
  id_incoterm: string | null;
@@ -718239,7 +718240,6 @@ declare const cargoflowRouter: BuiltRouter<{
718239
718240
  id_weight_unit: string | null;
718240
718241
  id_volume_unit: string | null;
718241
718242
  id_chargeable_unit: string | null;
718242
- description: string | null;
718243
718243
  mark_number: string | null;
718244
718244
  volume: Decimal | null;
718245
718245
  chargeable: Decimal | null;
@@ -718451,13 +718451,13 @@ declare const cargoflowRouter: BuiltRouter<{
718451
718451
  updated_at: Date | null;
718452
718452
  updated_by: string | null;
718453
718453
  length: Decimal | null;
718454
+ description: string | null;
718454
718455
  id_origin_un_locode: string | null;
718455
718456
  id_destination_un_locode: string | null;
718456
718457
  id_weight_unit: string | null;
718457
718458
  id_volume_unit: string | null;
718458
718459
  id_commodity: string | null;
718459
718460
  id_forwarding_booking: string | null;
718460
- description: string | null;
718461
718461
  volume: Decimal | null;
718462
718462
  id_forwarding_shipment: string | null;
718463
718463
  id_package_type: string | null;
@@ -718526,6 +718526,7 @@ declare const cargoflowRouter: BuiltRouter<{
718526
718526
  updated_at: Date | null;
718527
718527
  updated_by: string | null;
718528
718528
  length: Decimal | null;
718529
+ description: string | null;
718529
718530
  id_transport_mode: string | null;
718530
718531
  id_container_shipping_type: string | null;
718531
718532
  id_incoterm: string | null;
@@ -718543,7 +718544,6 @@ declare const cargoflowRouter: BuiltRouter<{
718543
718544
  id_volume_unit: string | null;
718544
718545
  id_chargeable_unit: string | null;
718545
718546
  id_commodity: string | null;
718546
- description: string | null;
718547
718547
  extra_term: string | null;
718548
718548
  shipper_ref: string | null;
718549
718549
  mark_number: string | null;
@@ -718650,6 +718650,7 @@ declare const cargoflowRouter: BuiltRouter<{
718650
718650
  created_by: string | null;
718651
718651
  updated_at: Date | null;
718652
718652
  updated_by: string | null;
718653
+ description: string | null;
718653
718654
  id_transport_mode: string | null;
718654
718655
  id_container_shipping_type: string | null;
718655
718656
  id_incoterm: string | null;
@@ -718659,7 +718660,6 @@ declare const cargoflowRouter: BuiltRouter<{
718659
718660
  id_weight_unit: string | null;
718660
718661
  id_volume_unit: string | null;
718661
718662
  id_chargeable_unit: string | null;
718662
- description: string | null;
718663
718663
  mark_number: string | null;
718664
718664
  volume: Decimal | null;
718665
718665
  chargeable: Decimal | null;
@@ -718871,13 +718871,13 @@ declare const cargoflowRouter: BuiltRouter<{
718871
718871
  updated_at: Date | null;
718872
718872
  updated_by: string | null;
718873
718873
  length: Decimal | null;
718874
+ description: string | null;
718874
718875
  id_origin_un_locode: string | null;
718875
718876
  id_destination_un_locode: string | null;
718876
718877
  id_weight_unit: string | null;
718877
718878
  id_volume_unit: string | null;
718878
718879
  id_commodity: string | null;
718879
718880
  id_forwarding_booking: string | null;
718880
- description: string | null;
718881
718881
  volume: Decimal | null;
718882
718882
  id_forwarding_shipment: string | null;
718883
718883
  id_package_type: string | null;
@@ -719056,113 +719056,113 @@ declare const cargoflowRouter: BuiltRouter<{
719056
719056
  updated_at: Date | null;
719057
719057
  updated_by: string | null;
719058
719058
  length: Decimal | null;
719059
+ description: string | null;
719059
719060
  id_origin_un_locode: string | null;
719060
719061
  id_destination_un_locode: string | null;
719061
719062
  id_weight_unit: string | null;
719062
719063
  id_volume_unit: string | null;
719063
719064
  id_commodity: string | null;
719064
719065
  id_forwarding_booking: string | null;
719066
+ volume: Decimal | null;
719067
+ id_forwarding_shipment: string | null;
719068
+ id_package_type: string | null;
719069
+ id_length_unit: string | null;
719070
+ id_width_unit: string | null;
719071
+ id_height_unit: string | null;
719072
+ id_dg_substance: string | null;
719073
+ id_dg_class: string | null;
719074
+ po_number: string | null;
719075
+ goods_description: string | null;
719076
+ item_number: string | null;
719077
+ pack: number | null;
719078
+ weight: Decimal | null;
719079
+ width: Decimal | null;
719080
+ height: Decimal | null;
719081
+ harmonized_code: string | null;
719082
+ harmonized_description: string | null;
719083
+ dg_substance_name: string | null;
719084
+ dg_class_name: string | null;
719085
+ flash_point: Decimal | null;
719086
+ un_dg_contact: string | null;
719087
+ id_syncproc_project: string | null;
719088
+ id_shipper: string | null;
719089
+ id_consignee: string | null;
719090
+ cargo_ready_date: Date | null;
719091
+ };
719092
+ log: {
719093
+ id: string;
719094
+ id_log_type: string | null;
719095
+ url: string | null;
719096
+ params: SimpleJson;
719097
+ action: string | null;
719098
+ action_by: string | null;
719099
+ action_id: string | null;
719100
+ action_at: Date | null;
719101
+ id_syncproc_purchase_order: string | null;
719102
+ } | undefined;
719103
+ } | undefined;
719104
+ meta: object;
719105
+ }>;
719106
+ update: MutationProcedure<{
719107
+ input: {
719108
+ is_system?: (string | number | boolean)[] | null | undefined;
719109
+ id?: string | number | bigint | null | undefined;
719110
+ id_string?: string | null | undefined;
719111
+ logic_code?: string | null | undefined;
719112
+ is_active?: string | number | boolean | null | undefined;
719113
+ id_syncproc_project?: string | number | bigint | null | undefined;
719114
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
719115
+ id_forwarding_booking?: string | number | bigint | null | undefined;
719116
+ id_package_type?: string | number | bigint | null | undefined;
719117
+ id_weight_unit?: string | number | bigint | null | undefined;
719118
+ id_volume_unit?: string | number | bigint | null | undefined;
719119
+ id_length_unit?: string | number | bigint | null | undefined;
719120
+ id_width_unit?: string | number | bigint | null | undefined;
719121
+ id_height_unit?: string | number | bigint | null | undefined;
719122
+ id_commodity?: string | number | bigint | null | undefined;
719123
+ id_dg_substance?: string | number | bigint | null | undefined;
719124
+ id_dg_class?: string | number | bigint | null | undefined;
719125
+ id_shipper?: string | number | bigint | null | undefined;
719126
+ id_consignee?: string | number | bigint | null | undefined;
719127
+ id_origin_un_locode?: string | number | bigint | null | undefined;
719128
+ id_destination_un_locode?: string | number | bigint | null | undefined;
719129
+ code?: string | null | undefined;
719130
+ po_number?: string | null | undefined;
719131
+ goods_description?: string | null | undefined;
719132
+ item_number?: string | null | undefined;
719133
+ pack?: string | number | null | undefined;
719134
+ weight?: string | null | undefined;
719135
+ volume?: string | null | undefined;
719136
+ length?: string | null | undefined;
719137
+ width?: string | null | undefined;
719138
+ height?: string | null | undefined;
719139
+ description?: string | null | undefined;
719140
+ harmonized_code?: string | null | undefined;
719141
+ harmonized_description?: string | null | undefined;
719142
+ dg_substance_name?: string | null | undefined;
719143
+ dg_class_name?: string | null | undefined;
719144
+ flash_point?: string | null | undefined;
719145
+ un_dg_contact?: string | null | undefined;
719146
+ cargo_ready_date?: string | null | undefined;
719147
+ };
719148
+ output: {
719149
+ data: {
719150
+ is_active: boolean | null;
719151
+ id: string;
719152
+ logic_code: string | null;
719153
+ code: string | null;
719154
+ created_at: Date | null;
719155
+ created_by: string | null;
719156
+ updated_at: Date | null;
719157
+ updated_by: string | null;
719158
+ length: Decimal | null;
719065
719159
  description: string | null;
719066
- volume: Decimal | null;
719067
- id_forwarding_shipment: string | null;
719068
- id_package_type: string | null;
719069
- id_length_unit: string | null;
719070
- id_width_unit: string | null;
719071
- id_height_unit: string | null;
719072
- id_dg_substance: string | null;
719073
- id_dg_class: string | null;
719074
- po_number: string | null;
719075
- goods_description: string | null;
719076
- item_number: string | null;
719077
- pack: number | null;
719078
- weight: Decimal | null;
719079
- width: Decimal | null;
719080
- height: Decimal | null;
719081
- harmonized_code: string | null;
719082
- harmonized_description: string | null;
719083
- dg_substance_name: string | null;
719084
- dg_class_name: string | null;
719085
- flash_point: Decimal | null;
719086
- un_dg_contact: string | null;
719087
- id_syncproc_project: string | null;
719088
- id_shipper: string | null;
719089
- id_consignee: string | null;
719090
- cargo_ready_date: Date | null;
719091
- };
719092
- log: {
719093
- id: string;
719094
- id_log_type: string | null;
719095
- url: string | null;
719096
- params: SimpleJson;
719097
- action: string | null;
719098
- action_by: string | null;
719099
- action_id: string | null;
719100
- action_at: Date | null;
719101
- id_syncproc_purchase_order: string | null;
719102
- } | undefined;
719103
- } | undefined;
719104
- meta: object;
719105
- }>;
719106
- update: MutationProcedure<{
719107
- input: {
719108
- is_system?: (string | number | boolean)[] | null | undefined;
719109
- id?: string | number | bigint | null | undefined;
719110
- id_string?: string | null | undefined;
719111
- logic_code?: string | null | undefined;
719112
- is_active?: string | number | boolean | null | undefined;
719113
- id_syncproc_project?: string | number | bigint | null | undefined;
719114
- id_forwarding_shipment?: string | number | bigint | null | undefined;
719115
- id_forwarding_booking?: string | number | bigint | null | undefined;
719116
- id_package_type?: string | number | bigint | null | undefined;
719117
- id_weight_unit?: string | number | bigint | null | undefined;
719118
- id_volume_unit?: string | number | bigint | null | undefined;
719119
- id_length_unit?: string | number | bigint | null | undefined;
719120
- id_width_unit?: string | number | bigint | null | undefined;
719121
- id_height_unit?: string | number | bigint | null | undefined;
719122
- id_commodity?: string | number | bigint | null | undefined;
719123
- id_dg_substance?: string | number | bigint | null | undefined;
719124
- id_dg_class?: string | number | bigint | null | undefined;
719125
- id_shipper?: string | number | bigint | null | undefined;
719126
- id_consignee?: string | number | bigint | null | undefined;
719127
- id_origin_un_locode?: string | number | bigint | null | undefined;
719128
- id_destination_un_locode?: string | number | bigint | null | undefined;
719129
- code?: string | null | undefined;
719130
- po_number?: string | null | undefined;
719131
- goods_description?: string | null | undefined;
719132
- item_number?: string | null | undefined;
719133
- pack?: string | number | null | undefined;
719134
- weight?: string | null | undefined;
719135
- volume?: string | null | undefined;
719136
- length?: string | null | undefined;
719137
- width?: string | null | undefined;
719138
- height?: string | null | undefined;
719139
- description?: string | null | undefined;
719140
- harmonized_code?: string | null | undefined;
719141
- harmonized_description?: string | null | undefined;
719142
- dg_substance_name?: string | null | undefined;
719143
- dg_class_name?: string | null | undefined;
719144
- flash_point?: string | null | undefined;
719145
- un_dg_contact?: string | null | undefined;
719146
- cargo_ready_date?: string | null | undefined;
719147
- };
719148
- output: {
719149
- data: {
719150
- is_active: boolean | null;
719151
- id: string;
719152
- logic_code: string | null;
719153
- code: string | null;
719154
- created_at: Date | null;
719155
- created_by: string | null;
719156
- updated_at: Date | null;
719157
- updated_by: string | null;
719158
- length: Decimal | null;
719159
- id_origin_un_locode: string | null;
719160
- id_destination_un_locode: string | null;
719161
- id_weight_unit: string | null;
719162
- id_volume_unit: string | null;
719163
- id_commodity: string | null;
719164
- id_forwarding_booking: string | null;
719165
- description: string | null;
719160
+ id_origin_un_locode: string | null;
719161
+ id_destination_un_locode: string | null;
719162
+ id_weight_unit: string | null;
719163
+ id_volume_unit: string | null;
719164
+ id_commodity: string | null;
719165
+ id_forwarding_booking: string | null;
719166
719166
  volume: Decimal | null;
719167
719167
  id_forwarding_shipment: string | null;
719168
719168
  id_package_type: string | null;
@@ -719221,13 +719221,13 @@ declare const cargoflowRouter: BuiltRouter<{
719221
719221
  updated_at: Date | null;
719222
719222
  updated_by: string | null;
719223
719223
  length: Decimal | null;
719224
+ description: string | null;
719224
719225
  id_origin_un_locode: string | null;
719225
719226
  id_destination_un_locode: string | null;
719226
719227
  id_weight_unit: string | null;
719227
719228
  id_volume_unit: string | null;
719228
719229
  id_commodity: string | null;
719229
719230
  id_forwarding_booking: string | null;
719230
- description: string | null;
719231
719231
  volume: Decimal | null;
719232
719232
  id_forwarding_shipment: string | null;
719233
719233
  id_package_type: string | null;
@@ -719924,13 +719924,13 @@ declare const humanCapitalRouter: BuiltRouter<{
719924
719924
  } | null;
719925
719925
  id: string;
719926
719926
  id_log_type: string | null;
719927
+ id_user: string | null;
719927
719928
  url: string | null;
719928
719929
  params: SimpleJson;
719929
719930
  action: string | null;
719930
719931
  action_by: string | null;
719931
719932
  action_id: string | null;
719932
719933
  action_at: Date | null;
719933
- id_user: string | null;
719934
719934
  }[] | undefined;
719935
719935
  total: number | undefined;
719936
719936
  };
@@ -719958,13 +719958,13 @@ declare const humanCapitalRouter: BuiltRouter<{
719958
719958
  } | null;
719959
719959
  id: string;
719960
719960
  id_log_type: string | null;
719961
+ id_user: string | null;
719961
719962
  url: string | null;
719962
719963
  params: SimpleJson;
719963
719964
  action: string | null;
719964
719965
  action_by: string | null;
719965
719966
  action_id: string | null;
719966
719967
  action_at: Date | null;
719967
- id_user: string | null;
719968
719968
  } | undefined;
719969
719969
  };
719970
719970
  meta: object;
@@ -720065,13 +720065,13 @@ declare const humanCapitalRouter: BuiltRouter<{
720065
720065
  log: {
720066
720066
  id: string;
720067
720067
  id_log_type: string | null;
720068
+ id_user: string | null;
720068
720069
  url: string | null;
720069
720070
  params: SimpleJson;
720070
720071
  action: string | null;
720071
720072
  action_by: string | null;
720072
720073
  action_id: string | null;
720073
720074
  action_at: Date | null;
720074
- id_user: string | null;
720075
720075
  } | undefined;
720076
720076
  } | undefined;
720077
720077
  meta: object;
@@ -720175,13 +720175,13 @@ declare const humanCapitalRouter: BuiltRouter<{
720175
720175
  log: {
720176
720176
  id: string;
720177
720177
  id_log_type: string | null;
720178
+ id_user: string | null;
720178
720179
  url: string | null;
720179
720180
  params: SimpleJson;
720180
720181
  action: string | null;
720181
720182
  action_by: string | null;
720182
720183
  action_id: string | null;
720183
720184
  action_at: Date | null;
720184
- id_user: string | null;
720185
720185
  } | undefined;
720186
720186
  } | undefined;
720187
720187
  meta: object;
@@ -720305,13 +720305,13 @@ declare const humanCapitalRouter: BuiltRouter<{
720305
720305
  log: {
720306
720306
  id: string;
720307
720307
  id_log_type: string | null;
720308
+ id_user: string | null;
720308
720309
  url: string | null;
720309
720310
  params: SimpleJson;
720310
720311
  action: string | null;
720311
720312
  action_by: string | null;
720312
720313
  action_id: string | null;
720313
720314
  action_at: Date | null;
720314
- id_user: string | null;
720315
720315
  } | undefined;
720316
720316
  } | undefined;
720317
720317
  meta: object;
@@ -721192,6 +721192,39 @@ declare const settingsRouter: BuiltRouter<{
721192
721192
  is_controlling_agent: boolean | null;
721193
721193
  is_internal_organization: boolean | null;
721194
721194
  }[];
721195
+ organization_service_types: {
721196
+ is_active: boolean | null;
721197
+ id: string;
721198
+ logic_code: string | null;
721199
+ name: string | null;
721200
+ code: string | null;
721201
+ created_at: Date | null;
721202
+ created_by: string | null;
721203
+ updated_at: Date | null;
721204
+ updated_by: string | null;
721205
+ }[];
721206
+ organization_wh_inv_managements: {
721207
+ is_active: boolean | null;
721208
+ id: string;
721209
+ logic_code: string | null;
721210
+ name: string | null;
721211
+ code: string | null;
721212
+ created_at: Date | null;
721213
+ created_by: string | null;
721214
+ updated_at: Date | null;
721215
+ updated_by: string | null;
721216
+ }[];
721217
+ organization_forwarder_details: {
721218
+ is_active: boolean | null;
721219
+ id: string;
721220
+ created_at: Date | null;
721221
+ created_by: string | null;
721222
+ updated_at: Date | null;
721223
+ updated_by: string | null;
721224
+ id_currency: string | null;
721225
+ id_organization: string | null;
721226
+ id_forwarder_category: string | null;
721227
+ } | null;
721195
721228
  organization_business_category: {
721196
721229
  is_active: boolean | null;
721197
721230
  id: string;
@@ -721280,39 +721313,6 @@ declare const settingsRouter: BuiltRouter<{
721280
721313
  is_non_vessel_operator: boolean | null;
721281
721314
  is_shipping_line: boolean | null;
721282
721315
  } | null;
721283
- organization_forwarder_details: {
721284
- is_active: boolean | null;
721285
- id: string;
721286
- created_at: Date | null;
721287
- created_by: string | null;
721288
- updated_at: Date | null;
721289
- updated_by: string | null;
721290
- id_currency: string | null;
721291
- id_organization: string | null;
721292
- id_forwarder_category: string | null;
721293
- } | null;
721294
- organization_service_types: {
721295
- is_active: boolean | null;
721296
- id: string;
721297
- logic_code: string | null;
721298
- name: string | null;
721299
- code: string | null;
721300
- created_at: Date | null;
721301
- created_by: string | null;
721302
- updated_at: Date | null;
721303
- updated_by: string | null;
721304
- }[];
721305
- organization_wh_inv_managements: {
721306
- is_active: boolean | null;
721307
- id: string;
721308
- logic_code: string | null;
721309
- name: string | null;
721310
- code: string | null;
721311
- created_at: Date | null;
721312
- created_by: string | null;
721313
- updated_at: Date | null;
721314
- updated_by: string | null;
721315
- }[];
721316
721316
  receivable_settlement_group_organizations: {
721317
721317
  is_active: boolean | null;
721318
721318
  id: string;
@@ -721711,6 +721711,39 @@ declare const settingsRouter: BuiltRouter<{
721711
721711
  is_controlling_agent: boolean | null;
721712
721712
  is_internal_organization: boolean | null;
721713
721713
  }[];
721714
+ organization_service_types: {
721715
+ is_active: boolean | null;
721716
+ id: string;
721717
+ logic_code: string | null;
721718
+ name: string | null;
721719
+ code: string | null;
721720
+ created_at: Date | null;
721721
+ created_by: string | null;
721722
+ updated_at: Date | null;
721723
+ updated_by: string | null;
721724
+ }[];
721725
+ organization_wh_inv_managements: {
721726
+ is_active: boolean | null;
721727
+ id: string;
721728
+ logic_code: string | null;
721729
+ name: string | null;
721730
+ code: string | null;
721731
+ created_at: Date | null;
721732
+ created_by: string | null;
721733
+ updated_at: Date | null;
721734
+ updated_by: string | null;
721735
+ }[];
721736
+ organization_forwarder_details: {
721737
+ is_active: boolean | null;
721738
+ id: string;
721739
+ created_at: Date | null;
721740
+ created_by: string | null;
721741
+ updated_at: Date | null;
721742
+ updated_by: string | null;
721743
+ id_currency: string | null;
721744
+ id_organization: string | null;
721745
+ id_forwarder_category: string | null;
721746
+ } | null;
721714
721747
  organization_business_category: {
721715
721748
  is_active: boolean | null;
721716
721749
  id: string;
@@ -721799,39 +721832,6 @@ declare const settingsRouter: BuiltRouter<{
721799
721832
  is_non_vessel_operator: boolean | null;
721800
721833
  is_shipping_line: boolean | null;
721801
721834
  } | null;
721802
- organization_forwarder_details: {
721803
- is_active: boolean | null;
721804
- id: string;
721805
- created_at: Date | null;
721806
- created_by: string | null;
721807
- updated_at: Date | null;
721808
- updated_by: string | null;
721809
- id_currency: string | null;
721810
- id_organization: string | null;
721811
- id_forwarder_category: string | null;
721812
- } | null;
721813
- organization_service_types: {
721814
- is_active: boolean | null;
721815
- id: string;
721816
- logic_code: string | null;
721817
- name: string | null;
721818
- code: string | null;
721819
- created_at: Date | null;
721820
- created_by: string | null;
721821
- updated_at: Date | null;
721822
- updated_by: string | null;
721823
- }[];
721824
- organization_wh_inv_managements: {
721825
- is_active: boolean | null;
721826
- id: string;
721827
- logic_code: string | null;
721828
- name: string | null;
721829
- code: string | null;
721830
- created_at: Date | null;
721831
- created_by: string | null;
721832
- updated_at: Date | null;
721833
- updated_by: string | null;
721834
- }[];
721835
721835
  receivable_settlement_group_organizations: {
721836
721836
  is_active: boolean | null;
721837
721837
  id: string;
@@ -723827,33 +723827,6 @@ declare const settingsRouter: BuiltRouter<{
723827
723827
  };
723828
723828
  output: {
723829
723829
  data: {
723830
- organization: {
723831
- is_active: boolean | null;
723832
- id: string;
723833
- logic_code: string | null;
723834
- name: string | null;
723835
- id_country: string | null;
723836
- id_state: string | null;
723837
- id_city: string | null;
723838
- id_postal_code: string | null;
723839
- id_company: string | null;
723840
- id_branch: string | null;
723841
- code: string | null;
723842
- created_at: Date | null;
723843
- created_by: string | null;
723844
- updated_at: Date | null;
723845
- updated_by: string | null;
723846
- id_un_locode: string | null;
723847
- email: string | null;
723848
- id_business_category: string | null;
723849
- id_controlling_branch: string | null;
723850
- id_airline: string | null;
723851
- id_shipping_line: string | null;
723852
- phone: string | null;
723853
- website_url: string | null;
723854
- company_number: string | null;
723855
- company_tax_number: string | null;
723856
- } | null;
723857
723830
  user: {
723858
723831
  is_active: boolean | null;
723859
723832
  id: string;
@@ -723901,6 +723874,33 @@ declare const settingsRouter: BuiltRouter<{
723901
723874
  updated_at: Date | null;
723902
723875
  updated_by: string | null;
723903
723876
  } | null;
723877
+ organization: {
723878
+ is_active: boolean | null;
723879
+ id: string;
723880
+ logic_code: string | null;
723881
+ name: string | null;
723882
+ id_country: string | null;
723883
+ id_state: string | null;
723884
+ id_city: string | null;
723885
+ id_postal_code: string | null;
723886
+ id_company: string | null;
723887
+ id_branch: string | null;
723888
+ code: string | null;
723889
+ created_at: Date | null;
723890
+ created_by: string | null;
723891
+ updated_at: Date | null;
723892
+ updated_by: string | null;
723893
+ id_un_locode: string | null;
723894
+ email: string | null;
723895
+ id_business_category: string | null;
723896
+ id_controlling_branch: string | null;
723897
+ id_airline: string | null;
723898
+ id_shipping_line: string | null;
723899
+ phone: string | null;
723900
+ website_url: string | null;
723901
+ company_number: string | null;
723902
+ company_tax_number: string | null;
723903
+ } | null;
723904
723904
  organization_staff_role: {
723905
723905
  is_active: boolean | null;
723906
723906
  id: string;
@@ -723918,8 +723918,8 @@ declare const settingsRouter: BuiltRouter<{
723918
723918
  created_by: string | null;
723919
723919
  updated_at: Date | null;
723920
723920
  updated_by: string | null;
723921
- id_organization: string | null;
723922
723921
  id_user: string | null;
723922
+ id_organization: string | null;
723923
723923
  id_organization_staff_role: string | null;
723924
723924
  }[] | undefined;
723925
723925
  total: number | undefined;
@@ -723942,33 +723942,6 @@ declare const settingsRouter: BuiltRouter<{
723942
723942
  organization_staff_role: number;
723943
723943
  organization_staff_assignment_logs: number;
723944
723944
  };
723945
- organization: {
723946
- is_active: boolean | null;
723947
- id: string;
723948
- logic_code: string | null;
723949
- name: string | null;
723950
- id_country: string | null;
723951
- id_state: string | null;
723952
- id_city: string | null;
723953
- id_postal_code: string | null;
723954
- id_company: string | null;
723955
- id_branch: string | null;
723956
- code: string | null;
723957
- created_at: Date | null;
723958
- created_by: string | null;
723959
- updated_at: Date | null;
723960
- updated_by: string | null;
723961
- id_un_locode: string | null;
723962
- email: string | null;
723963
- id_business_category: string | null;
723964
- id_controlling_branch: string | null;
723965
- id_airline: string | null;
723966
- id_shipping_line: string | null;
723967
- phone: string | null;
723968
- website_url: string | null;
723969
- company_number: string | null;
723970
- company_tax_number: string | null;
723971
- } | null;
723972
723945
  user: {
723973
723946
  is_active: boolean | null;
723974
723947
  id: string;
@@ -724016,6 +723989,33 @@ declare const settingsRouter: BuiltRouter<{
724016
723989
  updated_at: Date | null;
724017
723990
  updated_by: string | null;
724018
723991
  } | null;
723992
+ organization: {
723993
+ is_active: boolean | null;
723994
+ id: string;
723995
+ logic_code: string | null;
723996
+ name: string | null;
723997
+ id_country: string | null;
723998
+ id_state: string | null;
723999
+ id_city: string | null;
724000
+ id_postal_code: string | null;
724001
+ id_company: string | null;
724002
+ id_branch: string | null;
724003
+ code: string | null;
724004
+ created_at: Date | null;
724005
+ created_by: string | null;
724006
+ updated_at: Date | null;
724007
+ updated_by: string | null;
724008
+ id_un_locode: string | null;
724009
+ email: string | null;
724010
+ id_business_category: string | null;
724011
+ id_controlling_branch: string | null;
724012
+ id_airline: string | null;
724013
+ id_shipping_line: string | null;
724014
+ phone: string | null;
724015
+ website_url: string | null;
724016
+ company_number: string | null;
724017
+ company_tax_number: string | null;
724018
+ } | null;
724019
724019
  organization_staff_role: {
724020
724020
  is_active: boolean | null;
724021
724021
  id: string;
@@ -724033,8 +724033,8 @@ declare const settingsRouter: BuiltRouter<{
724033
724033
  created_by: string | null;
724034
724034
  updated_at: Date | null;
724035
724035
  updated_by: string | null;
724036
- id_organization: string | null;
724037
724036
  id_user: string | null;
724037
+ id_organization: string | null;
724038
724038
  id_organization_staff_role: string | null;
724039
724039
  };
724040
724040
  };
@@ -724149,33 +724149,6 @@ declare const settingsRouter: BuiltRouter<{
724149
724149
  };
724150
724150
  output: {
724151
724151
  data: {
724152
- organization: {
724153
- is_active: boolean | null;
724154
- id: string;
724155
- logic_code: string | null;
724156
- name: string | null;
724157
- id_country: string | null;
724158
- id_state: string | null;
724159
- id_city: string | null;
724160
- id_postal_code: string | null;
724161
- id_company: string | null;
724162
- id_branch: string | null;
724163
- code: string | null;
724164
- created_at: Date | null;
724165
- created_by: string | null;
724166
- updated_at: Date | null;
724167
- updated_by: string | null;
724168
- id_un_locode: string | null;
724169
- email: string | null;
724170
- id_business_category: string | null;
724171
- id_controlling_branch: string | null;
724172
- id_airline: string | null;
724173
- id_shipping_line: string | null;
724174
- phone: string | null;
724175
- website_url: string | null;
724176
- company_number: string | null;
724177
- company_tax_number: string | null;
724178
- } | null;
724179
724152
  user: {
724180
724153
  is_active: boolean | null;
724181
724154
  id: string;
@@ -724223,6 +724196,33 @@ declare const settingsRouter: BuiltRouter<{
724223
724196
  updated_at: Date | null;
724224
724197
  updated_by: string | null;
724225
724198
  } | null;
724199
+ organization: {
724200
+ is_active: boolean | null;
724201
+ id: string;
724202
+ logic_code: string | null;
724203
+ name: string | null;
724204
+ id_country: string | null;
724205
+ id_state: string | null;
724206
+ id_city: string | null;
724207
+ id_postal_code: string | null;
724208
+ id_company: string | null;
724209
+ id_branch: string | null;
724210
+ code: string | null;
724211
+ created_at: Date | null;
724212
+ created_by: string | null;
724213
+ updated_at: Date | null;
724214
+ updated_by: string | null;
724215
+ id_un_locode: string | null;
724216
+ email: string | null;
724217
+ id_business_category: string | null;
724218
+ id_controlling_branch: string | null;
724219
+ id_airline: string | null;
724220
+ id_shipping_line: string | null;
724221
+ phone: string | null;
724222
+ website_url: string | null;
724223
+ company_number: string | null;
724224
+ company_tax_number: string | null;
724225
+ } | null;
724226
724226
  organization_staff_role: {
724227
724227
  is_active: boolean | null;
724228
724228
  id: string;
@@ -724240,8 +724240,8 @@ declare const settingsRouter: BuiltRouter<{
724240
724240
  created_by: string | null;
724241
724241
  updated_at: Date | null;
724242
724242
  updated_by: string | null;
724243
- id_organization: string | null;
724244
724243
  id_user: string | null;
724244
+ id_organization: string | null;
724245
724245
  id_organization_staff_role: string | null;
724246
724246
  } | undefined;
724247
724247
  log: {
@@ -724271,33 +724271,6 @@ declare const settingsRouter: BuiltRouter<{
724271
724271
  };
724272
724272
  output: {
724273
724273
  data: {
724274
- organization: {
724275
- is_active: boolean | null;
724276
- id: string;
724277
- logic_code: string | null;
724278
- name: string | null;
724279
- id_country: string | null;
724280
- id_state: string | null;
724281
- id_city: string | null;
724282
- id_postal_code: string | null;
724283
- id_company: string | null;
724284
- id_branch: string | null;
724285
- code: string | null;
724286
- created_at: Date | null;
724287
- created_by: string | null;
724288
- updated_at: Date | null;
724289
- updated_by: string | null;
724290
- id_un_locode: string | null;
724291
- email: string | null;
724292
- id_business_category: string | null;
724293
- id_controlling_branch: string | null;
724294
- id_airline: string | null;
724295
- id_shipping_line: string | null;
724296
- phone: string | null;
724297
- website_url: string | null;
724298
- company_number: string | null;
724299
- company_tax_number: string | null;
724300
- } | null;
724301
724274
  user: {
724302
724275
  is_active: boolean | null;
724303
724276
  id: string;
@@ -724345,6 +724318,33 @@ declare const settingsRouter: BuiltRouter<{
724345
724318
  updated_at: Date | null;
724346
724319
  updated_by: string | null;
724347
724320
  } | null;
724321
+ organization: {
724322
+ is_active: boolean | null;
724323
+ id: string;
724324
+ logic_code: string | null;
724325
+ name: string | null;
724326
+ id_country: string | null;
724327
+ id_state: string | null;
724328
+ id_city: string | null;
724329
+ id_postal_code: string | null;
724330
+ id_company: string | null;
724331
+ id_branch: string | null;
724332
+ code: string | null;
724333
+ created_at: Date | null;
724334
+ created_by: string | null;
724335
+ updated_at: Date | null;
724336
+ updated_by: string | null;
724337
+ id_un_locode: string | null;
724338
+ email: string | null;
724339
+ id_business_category: string | null;
724340
+ id_controlling_branch: string | null;
724341
+ id_airline: string | null;
724342
+ id_shipping_line: string | null;
724343
+ phone: string | null;
724344
+ website_url: string | null;
724345
+ company_number: string | null;
724346
+ company_tax_number: string | null;
724347
+ } | null;
724348
724348
  organization_staff_role: {
724349
724349
  is_active: boolean | null;
724350
724350
  id: string;
@@ -724362,8 +724362,8 @@ declare const settingsRouter: BuiltRouter<{
724362
724362
  created_by: string | null;
724363
724363
  updated_at: Date | null;
724364
724364
  updated_by: string | null;
724365
- id_organization: string | null;
724366
724365
  id_user: string | null;
724366
+ id_organization: string | null;
724367
724367
  id_organization_staff_role: string | null;
724368
724368
  } | undefined;
724369
724369
  log: {
@@ -724395,8 +724395,8 @@ declare const settingsRouter: BuiltRouter<{
724395
724395
  created_by: string | null;
724396
724396
  updated_at: Date | null;
724397
724397
  updated_by: string | null;
724398
- id_organization: string | null;
724399
724398
  id_user: string | null;
724399
+ id_organization: string | null;
724400
724400
  id_organization_staff_role: string | null;
724401
724401
  } | undefined)[] | undefined;
724402
724402
  };
@@ -727253,34 +727253,18 @@ declare const settingsRouter: BuiltRouter<{
727253
727253
  updated_by: string | null;
727254
727254
  id_un_locode: string | null;
727255
727255
  } | null;
727256
- organization: {
727256
+ organization_account_groups: {
727257
727257
  is_active: boolean | null;
727258
727258
  id: string;
727259
727259
  logic_code: string | null;
727260
727260
  name: string | null;
727261
- id_country: string | null;
727262
- id_state: string | null;
727263
- id_city: string | null;
727264
- id_postal_code: string | null;
727265
- id_company: string | null;
727266
- id_branch: string | null;
727267
727261
  code: string | null;
727268
727262
  created_at: Date | null;
727269
727263
  created_by: string | null;
727270
727264
  updated_at: Date | null;
727271
727265
  updated_by: string | null;
727272
- id_un_locode: string | null;
727273
- email: string | null;
727274
- id_business_category: string | null;
727275
- id_controlling_branch: string | null;
727276
- id_airline: string | null;
727277
- id_shipping_line: string | null;
727278
- phone: string | null;
727279
- website_url: string | null;
727280
- company_number: string | null;
727281
- company_tax_number: string | null;
727282
727266
  } | null;
727283
- organization_account_groups: {
727267
+ organization_account_relationships: {
727284
727268
  is_active: boolean | null;
727285
727269
  id: string;
727286
727270
  logic_code: string | null;
@@ -727291,7 +727275,7 @@ declare const settingsRouter: BuiltRouter<{
727291
727275
  updated_at: Date | null;
727292
727276
  updated_by: string | null;
727293
727277
  } | null;
727294
- organization_account_relationships: {
727278
+ organization_consolidation_categories: {
727295
727279
  is_active: boolean | null;
727296
727280
  id: string;
727297
727281
  logic_code: string | null;
@@ -727302,7 +727286,7 @@ declare const settingsRouter: BuiltRouter<{
727302
727286
  updated_at: Date | null;
727303
727287
  updated_by: string | null;
727304
727288
  } | null;
727305
- organization_consolidation_categories: {
727289
+ organization_tax_types: {
727306
727290
  is_active: boolean | null;
727307
727291
  id: string;
727308
727292
  logic_code: string | null;
@@ -727313,7 +727297,7 @@ declare const settingsRouter: BuiltRouter<{
727313
727297
  updated_at: Date | null;
727314
727298
  updated_by: string | null;
727315
727299
  } | null;
727316
- organization_tax_types: {
727300
+ organization_transaction_restrictions: {
727317
727301
  is_active: boolean | null;
727318
727302
  id: string;
727319
727303
  logic_code: string | null;
@@ -727324,16 +727308,32 @@ declare const settingsRouter: BuiltRouter<{
727324
727308
  updated_at: Date | null;
727325
727309
  updated_by: string | null;
727326
727310
  } | null;
727327
- organization_transaction_restrictions: {
727311
+ organization: {
727328
727312
  is_active: boolean | null;
727329
727313
  id: string;
727330
727314
  logic_code: string | null;
727331
727315
  name: string | null;
727316
+ id_country: string | null;
727317
+ id_state: string | null;
727318
+ id_city: string | null;
727319
+ id_postal_code: string | null;
727320
+ id_company: string | null;
727321
+ id_branch: string | null;
727332
727322
  code: string | null;
727333
727323
  created_at: Date | null;
727334
727324
  created_by: string | null;
727335
727325
  updated_at: Date | null;
727336
727326
  updated_by: string | null;
727327
+ id_un_locode: string | null;
727328
+ email: string | null;
727329
+ id_business_category: string | null;
727330
+ id_controlling_branch: string | null;
727331
+ id_airline: string | null;
727332
+ id_shipping_line: string | null;
727333
+ phone: string | null;
727334
+ website_url: string | null;
727335
+ company_number: string | null;
727336
+ company_tax_number: string | null;
727337
727337
  } | null;
727338
727338
  default_currency: {
727339
727339
  symbol: string | null;
@@ -727410,33 +727410,6 @@ declare const settingsRouter: BuiltRouter<{
727410
727410
  updated_by: string | null;
727411
727411
  id_un_locode: string | null;
727412
727412
  } | null;
727413
- organization: {
727414
- is_active: boolean | null;
727415
- id: string;
727416
- logic_code: string | null;
727417
- name: string | null;
727418
- id_country: string | null;
727419
- id_state: string | null;
727420
- id_city: string | null;
727421
- id_postal_code: string | null;
727422
- id_company: string | null;
727423
- id_branch: string | null;
727424
- code: string | null;
727425
- created_at: Date | null;
727426
- created_by: string | null;
727427
- updated_at: Date | null;
727428
- updated_by: string | null;
727429
- id_un_locode: string | null;
727430
- email: string | null;
727431
- id_business_category: string | null;
727432
- id_controlling_branch: string | null;
727433
- id_airline: string | null;
727434
- id_shipping_line: string | null;
727435
- phone: string | null;
727436
- website_url: string | null;
727437
- company_number: string | null;
727438
- company_tax_number: string | null;
727439
- } | null;
727440
727413
  organization_account_groups: {
727441
727414
  is_active: boolean | null;
727442
727415
  id: string;
@@ -727492,6 +727465,33 @@ declare const settingsRouter: BuiltRouter<{
727492
727465
  updated_at: Date | null;
727493
727466
  updated_by: string | null;
727494
727467
  } | null;
727468
+ organization: {
727469
+ is_active: boolean | null;
727470
+ id: string;
727471
+ logic_code: string | null;
727472
+ name: string | null;
727473
+ id_country: string | null;
727474
+ id_state: string | null;
727475
+ id_city: string | null;
727476
+ id_postal_code: string | null;
727477
+ id_company: string | null;
727478
+ id_branch: string | null;
727479
+ code: string | null;
727480
+ created_at: Date | null;
727481
+ created_by: string | null;
727482
+ updated_at: Date | null;
727483
+ updated_by: string | null;
727484
+ id_un_locode: string | null;
727485
+ email: string | null;
727486
+ id_business_category: string | null;
727487
+ id_controlling_branch: string | null;
727488
+ id_airline: string | null;
727489
+ id_shipping_line: string | null;
727490
+ phone: string | null;
727491
+ website_url: string | null;
727492
+ company_number: string | null;
727493
+ company_tax_number: string | null;
727494
+ } | null;
727495
727495
  default_currency: {
727496
727496
  symbol: string | null;
727497
727497
  is_active: boolean | null;
@@ -735311,7 +735311,6 @@ declare const settingsRouter: BuiltRouter<{
735311
735311
  updated_by: string | null;
735312
735312
  } | null;
735313
735313
  id: string;
735314
- id_transport_mode: string | null;
735315
735314
  id_log_type: string | null;
735316
735315
  url: string | null;
735317
735316
  params: SimpleJson;
@@ -735319,6 +735318,7 @@ declare const settingsRouter: BuiltRouter<{
735319
735318
  action_by: string | null;
735320
735319
  action_id: string | null;
735321
735320
  action_at: Date | null;
735321
+ id_transport_mode: string | null;
735322
735322
  }[] | undefined;
735323
735323
  total: number | undefined;
735324
735324
  };
@@ -735345,7 +735345,6 @@ declare const settingsRouter: BuiltRouter<{
735345
735345
  updated_by: string | null;
735346
735346
  } | null;
735347
735347
  id: string;
735348
- id_transport_mode: string | null;
735349
735348
  id_log_type: string | null;
735350
735349
  url: string | null;
735351
735350
  params: SimpleJson;
@@ -735353,6 +735352,7 @@ declare const settingsRouter: BuiltRouter<{
735353
735352
  action_by: string | null;
735354
735353
  action_id: string | null;
735355
735354
  action_at: Date | null;
735355
+ id_transport_mode: string | null;
735356
735356
  } | undefined;
735357
735357
  };
735358
735358
  meta: object;
@@ -735378,7 +735378,6 @@ declare const settingsRouter: BuiltRouter<{
735378
735378
  } | undefined;
735379
735379
  log: {
735380
735380
  id: string;
735381
- id_transport_mode: string | null;
735382
735381
  id_log_type: string | null;
735383
735382
  url: string | null;
735384
735383
  params: SimpleJson;
@@ -735386,6 +735385,7 @@ declare const settingsRouter: BuiltRouter<{
735386
735385
  action_by: string | null;
735387
735386
  action_id: string | null;
735388
735387
  action_at: Date | null;
735388
+ id_transport_mode: string | null;
735389
735389
  } | undefined;
735390
735390
  };
735391
735391
  meta: object;
@@ -735414,7 +735414,6 @@ declare const settingsRouter: BuiltRouter<{
735414
735414
  } | undefined;
735415
735415
  log: {
735416
735416
  id: string;
735417
- id_transport_mode: string | null;
735418
735417
  id_log_type: string | null;
735419
735418
  url: string | null;
735420
735419
  params: SimpleJson;
@@ -735422,6 +735421,7 @@ declare const settingsRouter: BuiltRouter<{
735422
735421
  action_by: string | null;
735423
735422
  action_id: string | null;
735424
735423
  action_at: Date | null;
735424
+ id_transport_mode: string | null;
735425
735425
  } | undefined;
735426
735426
  };
735427
735427
  meta: object;
@@ -737663,7 +737663,7 @@ declare const settingsRouter: BuiltRouter<{
737663
737663
  };
737664
737664
  output: {
737665
737665
  data: {
737666
- measurement_unit_type: {
737666
+ weight_unit: {
737667
737667
  is_active: boolean | null;
737668
737668
  id: string;
737669
737669
  logic_code: string | null;
@@ -737673,8 +737673,9 @@ declare const settingsRouter: BuiltRouter<{
737673
737673
  created_by: string | null;
737674
737674
  updated_at: Date | null;
737675
737675
  updated_by: string | null;
737676
+ id_type: string | null;
737676
737677
  } | null;
737677
- weight_unit: {
737678
+ measurement_unit_type: {
737678
737679
  is_active: boolean | null;
737679
737680
  id: string;
737680
737681
  logic_code: string | null;
@@ -737684,7 +737685,6 @@ declare const settingsRouter: BuiltRouter<{
737684
737685
  created_by: string | null;
737685
737686
  updated_at: Date | null;
737686
737687
  updated_by: string | null;
737687
- id_type: string | null;
737688
737688
  } | null;
737689
737689
  dimension_unit: {
737690
737690
  is_active: boolean | null;
@@ -737740,7 +737740,7 @@ declare const settingsRouter: BuiltRouter<{
737740
737740
  forwarding_shipment_packings: number;
737741
737741
  syncproc_purchase_orders: number;
737742
737742
  };
737743
- measurement_unit_type: {
737743
+ weight_unit: {
737744
737744
  is_active: boolean | null;
737745
737745
  id: string;
737746
737746
  logic_code: string | null;
@@ -737750,8 +737750,9 @@ declare const settingsRouter: BuiltRouter<{
737750
737750
  created_by: string | null;
737751
737751
  updated_at: Date | null;
737752
737752
  updated_by: string | null;
737753
+ id_type: string | null;
737753
737754
  } | null;
737754
- weight_unit: {
737755
+ measurement_unit_type: {
737755
737756
  is_active: boolean | null;
737756
737757
  id: string;
737757
737758
  logic_code: string | null;
@@ -737761,7 +737762,6 @@ declare const settingsRouter: BuiltRouter<{
737761
737762
  created_by: string | null;
737762
737763
  updated_at: Date | null;
737763
737764
  updated_by: string | null;
737764
- id_type: string | null;
737765
737765
  } | null;
737766
737766
  dimension_unit: {
737767
737767
  is_active: boolean | null;
@@ -738947,7 +738947,6 @@ declare const settingsRouter: BuiltRouter<{
738947
738947
  updated_by: string | null;
738948
738948
  } | null;
738949
738949
  id: string;
738950
- id_service_level: string | null;
738951
738950
  id_log_type: string | null;
738952
738951
  url: string | null;
738953
738952
  params: SimpleJson;
@@ -738955,6 +738954,7 @@ declare const settingsRouter: BuiltRouter<{
738955
738954
  action_by: string | null;
738956
738955
  action_id: string | null;
738957
738956
  action_at: Date | null;
738957
+ id_service_level: string | null;
738958
738958
  }[] | undefined;
738959
738959
  total: number | undefined;
738960
738960
  };
@@ -738981,7 +738981,6 @@ declare const settingsRouter: BuiltRouter<{
738981
738981
  updated_by: string | null;
738982
738982
  } | null;
738983
738983
  id: string;
738984
- id_service_level: string | null;
738985
738984
  id_log_type: string | null;
738986
738985
  url: string | null;
738987
738986
  params: SimpleJson;
@@ -738989,6 +738988,7 @@ declare const settingsRouter: BuiltRouter<{
738989
738988
  action_by: string | null;
738990
738989
  action_id: string | null;
738991
738990
  action_at: Date | null;
738991
+ id_service_level: string | null;
738992
738992
  } | undefined;
738993
738993
  };
738994
738994
  meta: object;
@@ -739018,7 +739018,6 @@ declare const settingsRouter: BuiltRouter<{
739018
739018
  } | undefined;
739019
739019
  log: {
739020
739020
  id: string;
739021
- id_service_level: string | null;
739022
739021
  id_log_type: string | null;
739023
739022
  url: string | null;
739024
739023
  params: SimpleJson;
@@ -739026,6 +739025,7 @@ declare const settingsRouter: BuiltRouter<{
739026
739025
  action_by: string | null;
739027
739026
  action_id: string | null;
739028
739027
  action_at: Date | null;
739028
+ id_service_level: string | null;
739029
739029
  } | undefined;
739030
739030
  };
739031
739031
  meta: object;
@@ -739058,7 +739058,6 @@ declare const settingsRouter: BuiltRouter<{
739058
739058
  } | undefined;
739059
739059
  log: {
739060
739060
  id: string;
739061
- id_service_level: string | null;
739062
739061
  id_log_type: string | null;
739063
739062
  url: string | null;
739064
739063
  params: SimpleJson;
@@ -739066,6 +739065,7 @@ declare const settingsRouter: BuiltRouter<{
739066
739065
  action_by: string | null;
739067
739066
  action_id: string | null;
739068
739067
  action_at: Date | null;
739068
+ id_service_level: string | null;
739069
739069
  } | undefined;
739070
739070
  };
739071
739071
  meta: object;
@@ -739501,7 +739501,6 @@ declare const settingsRouter: BuiltRouter<{
739501
739501
  updated_by: string | null;
739502
739502
  } | null;
739503
739503
  id: string;
739504
- id_incoterm: string | null;
739505
739504
  id_log_type: string | null;
739506
739505
  url: string | null;
739507
739506
  params: SimpleJson;
@@ -739509,6 +739508,7 @@ declare const settingsRouter: BuiltRouter<{
739509
739508
  action_by: string | null;
739510
739509
  action_id: string | null;
739511
739510
  action_at: Date | null;
739511
+ id_incoterm: string | null;
739512
739512
  }[] | undefined;
739513
739513
  total: number | undefined;
739514
739514
  };
@@ -739535,7 +739535,6 @@ declare const settingsRouter: BuiltRouter<{
739535
739535
  updated_by: string | null;
739536
739536
  } | null;
739537
739537
  id: string;
739538
- id_incoterm: string | null;
739539
739538
  id_log_type: string | null;
739540
739539
  url: string | null;
739541
739540
  params: SimpleJson;
@@ -739543,6 +739542,7 @@ declare const settingsRouter: BuiltRouter<{
739543
739542
  action_by: string | null;
739544
739543
  action_id: string | null;
739545
739544
  action_at: Date | null;
739545
+ id_incoterm: string | null;
739546
739546
  } | undefined;
739547
739547
  };
739548
739548
  meta: object;
@@ -739570,7 +739570,6 @@ declare const settingsRouter: BuiltRouter<{
739570
739570
  } | undefined;
739571
739571
  log: {
739572
739572
  id: string;
739573
- id_incoterm: string | null;
739574
739573
  id_log_type: string | null;
739575
739574
  url: string | null;
739576
739575
  params: SimpleJson;
@@ -739578,6 +739577,7 @@ declare const settingsRouter: BuiltRouter<{
739578
739577
  action_by: string | null;
739579
739578
  action_id: string | null;
739580
739579
  action_at: Date | null;
739580
+ id_incoterm: string | null;
739581
739581
  } | undefined;
739582
739582
  };
739583
739583
  meta: object;
@@ -739608,7 +739608,6 @@ declare const settingsRouter: BuiltRouter<{
739608
739608
  } | undefined;
739609
739609
  log: {
739610
739610
  id: string;
739611
- id_incoterm: string | null;
739612
739611
  id_log_type: string | null;
739613
739612
  url: string | null;
739614
739613
  params: SimpleJson;
@@ -739616,6 +739615,7 @@ declare const settingsRouter: BuiltRouter<{
739616
739615
  action_by: string | null;
739617
739616
  action_id: string | null;
739618
739617
  action_at: Date | null;
739618
+ id_incoterm: string | null;
739619
739619
  } | undefined;
739620
739620
  };
739621
739621
  meta: object;
@@ -739868,7 +739868,6 @@ declare const settingsRouter: BuiltRouter<{
739868
739868
  updated_by: string | null;
739869
739869
  } | null;
739870
739870
  id: string;
739871
- id_commodity: string | null;
739872
739871
  id_log_type: string | null;
739873
739872
  url: string | null;
739874
739873
  params: SimpleJson;
@@ -739876,6 +739875,7 @@ declare const settingsRouter: BuiltRouter<{
739876
739875
  action_by: string | null;
739877
739876
  action_id: string | null;
739878
739877
  action_at: Date | null;
739878
+ id_commodity: string | null;
739879
739879
  }[] | undefined;
739880
739880
  total: number | undefined;
739881
739881
  };
@@ -739902,7 +739902,6 @@ declare const settingsRouter: BuiltRouter<{
739902
739902
  updated_by: string | null;
739903
739903
  } | null;
739904
739904
  id: string;
739905
- id_commodity: string | null;
739906
739905
  id_log_type: string | null;
739907
739906
  url: string | null;
739908
739907
  params: SimpleJson;
@@ -739910,6 +739909,7 @@ declare const settingsRouter: BuiltRouter<{
739910
739909
  action_by: string | null;
739911
739910
  action_id: string | null;
739912
739911
  action_at: Date | null;
739912
+ id_commodity: string | null;
739913
739913
  } | undefined;
739914
739914
  };
739915
739915
  meta: object;
@@ -739957,7 +739957,6 @@ declare const settingsRouter: BuiltRouter<{
739957
739957
  } | undefined;
739958
739958
  log: {
739959
739959
  id: string;
739960
- id_commodity: string | null;
739961
739960
  id_log_type: string | null;
739962
739961
  url: string | null;
739963
739962
  params: SimpleJson;
@@ -739965,6 +739964,7 @@ declare const settingsRouter: BuiltRouter<{
739965
739964
  action_by: string | null;
739966
739965
  action_id: string | null;
739967
739966
  action_at: Date | null;
739967
+ id_commodity: string | null;
739968
739968
  } | undefined;
739969
739969
  };
739970
739970
  meta: object;
@@ -740015,7 +740015,6 @@ declare const settingsRouter: BuiltRouter<{
740015
740015
  } | undefined;
740016
740016
  log: {
740017
740017
  id: string;
740018
- id_commodity: string | null;
740019
740018
  id_log_type: string | null;
740020
740019
  url: string | null;
740021
740020
  params: SimpleJson;
@@ -740023,6 +740022,7 @@ declare const settingsRouter: BuiltRouter<{
740023
740022
  action_by: string | null;
740024
740023
  action_id: string | null;
740025
740024
  action_at: Date | null;
740025
+ id_commodity: string | null;
740026
740026
  } | undefined;
740027
740027
  };
740028
740028
  meta: object;
@@ -740656,9 +740656,214 @@ declare const settingsRouter: BuiltRouter<{
740656
740656
  id?: string | number | bigint | null | undefined;
740657
740657
  id_string?: string | null | undefined;
740658
740658
  logic_code?: string | null | undefined;
740659
+ exchange_from?: {
740660
+ search?: string | null | undefined;
740661
+ take?: string | number | null | undefined;
740662
+ skip?: string | number | null | undefined;
740663
+ is_active?: (string | number | boolean)[] | null | undefined;
740664
+ is_system?: (string | number | boolean)[] | null | undefined;
740665
+ ids_include?: (string | number | bigint)[] | null | undefined;
740666
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
740667
+ ids_string_include?: string[] | null | undefined;
740668
+ ids_string_exclude?: string[] | null | undefined;
740669
+ logic_codes_include?: string[] | null | undefined;
740670
+ logic_codes_exclude?: string[] | null | undefined;
740671
+ created_at?: {
740672
+ start_date?: string | null | undefined;
740673
+ end_date?: string | null | undefined;
740674
+ } | null | undefined;
740675
+ updated_at?: {
740676
+ start_date?: string | null | undefined;
740677
+ end_date?: string | null | undefined;
740678
+ } | null | undefined;
740679
+ order_by?: {
740680
+ field: string;
740681
+ direction: "asc" | "desc";
740682
+ } | null | undefined;
740683
+ order_bys?: {
740684
+ field: string;
740685
+ direction: "asc" | "desc";
740686
+ }[] | null | undefined;
740687
+ id_currency_from?: string | number | bigint | null | undefined;
740688
+ ids_currency_from?: (string | number | bigint)[] | null | undefined;
740689
+ id_currency_to?: string | number | bigint | null | undefined;
740690
+ ids_currency_to?: (string | number | bigint)[] | null | undefined;
740691
+ id_exchange_rate_type?: string | number | bigint | null | undefined;
740692
+ ids_exchange_rate_type?: (string | number | bigint)[] | null | undefined;
740693
+ } | undefined;
740694
+ exchange_to?: {
740695
+ search?: string | null | undefined;
740696
+ take?: string | number | null | undefined;
740697
+ skip?: string | number | null | undefined;
740698
+ is_active?: (string | number | boolean)[] | null | undefined;
740699
+ is_system?: (string | number | boolean)[] | null | undefined;
740700
+ ids_include?: (string | number | bigint)[] | null | undefined;
740701
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
740702
+ ids_string_include?: string[] | null | undefined;
740703
+ ids_string_exclude?: string[] | null | undefined;
740704
+ logic_codes_include?: string[] | null | undefined;
740705
+ logic_codes_exclude?: string[] | null | undefined;
740706
+ created_at?: {
740707
+ start_date?: string | null | undefined;
740708
+ end_date?: string | null | undefined;
740709
+ } | null | undefined;
740710
+ updated_at?: {
740711
+ start_date?: string | null | undefined;
740712
+ end_date?: string | null | undefined;
740713
+ } | null | undefined;
740714
+ order_by?: {
740715
+ field: string;
740716
+ direction: "asc" | "desc";
740717
+ } | null | undefined;
740718
+ order_bys?: {
740719
+ field: string;
740720
+ direction: "asc" | "desc";
740721
+ }[] | null | undefined;
740722
+ id_currency_from?: string | number | bigint | null | undefined;
740723
+ ids_currency_from?: (string | number | bigint)[] | null | undefined;
740724
+ id_currency_to?: string | number | bigint | null | undefined;
740725
+ ids_currency_to?: (string | number | bigint)[] | null | undefined;
740726
+ id_exchange_rate_type?: string | number | bigint | null | undefined;
740727
+ ids_exchange_rate_type?: (string | number | bigint)[] | null | undefined;
740728
+ } | undefined;
740659
740729
  };
740660
740730
  output: {
740661
740731
  data: {
740732
+ _count: {
740733
+ currency_logs: number;
740734
+ exchange_rates_from: number;
740735
+ exchange_rates_to: number;
740736
+ bank_accounts: number;
740737
+ bank_accounts_os_balance: number;
740738
+ bank_accounts_local_balance: number;
740739
+ forwarding_shipment_billing_details_cost: number;
740740
+ forwarding_shipment_billing_details_sell: number;
740741
+ forwarding_console_billing_details_cost: number;
740742
+ forwarding_console_billing_details_sell: number;
740743
+ organization_forwarder_details: number;
740744
+ organization_account_receivable_details: number;
740745
+ organization_account_bank_details: number;
740746
+ countries_currency: number;
740747
+ countries_awb_currency: number;
740748
+ customs_idn_datas_billing_amount_currency: number;
740749
+ customs_idn_datas_cargo_value_currency: number;
740750
+ };
740751
+ exchange_rates_from: {
740752
+ exchange_rate_types: {
740753
+ is_active: boolean | null;
740754
+ id: string;
740755
+ logic_code: string | null;
740756
+ name: string | null;
740757
+ code: string | null;
740758
+ created_at: Date | null;
740759
+ created_by: string | null;
740760
+ updated_at: Date | null;
740761
+ updated_by: string | null;
740762
+ } | null;
740763
+ currency_from: {
740764
+ symbol: string | null;
740765
+ is_active: boolean | null;
740766
+ id: string;
740767
+ logic_code: string | null;
740768
+ created_at: Date | null;
740769
+ created_by: string | null;
740770
+ updated_at: Date | null;
740771
+ updated_by: string | null;
740772
+ currency_code: string | null;
740773
+ currency_name: string | null;
740774
+ major_unit: string | null;
740775
+ minor_unit: string | null;
740776
+ decimal_unit: number | null;
740777
+ iso_decimal: number | null;
740778
+ } | null;
740779
+ currency_to: {
740780
+ symbol: string | null;
740781
+ is_active: boolean | null;
740782
+ id: string;
740783
+ logic_code: string | null;
740784
+ created_at: Date | null;
740785
+ created_by: string | null;
740786
+ updated_at: Date | null;
740787
+ updated_by: string | null;
740788
+ currency_code: string | null;
740789
+ currency_name: string | null;
740790
+ major_unit: string | null;
740791
+ minor_unit: string | null;
740792
+ decimal_unit: number | null;
740793
+ iso_decimal: number | null;
740794
+ } | null;
740795
+ is_active: boolean | null;
740796
+ id: string;
740797
+ logic_code: string | null;
740798
+ created_at: Date | null;
740799
+ created_by: string | null;
740800
+ updated_at: Date | null;
740801
+ updated_by: string | null;
740802
+ start_date: Date | null;
740803
+ end_date: Date | null;
740804
+ id_currency_from: string | null;
740805
+ id_currency_to: string | null;
740806
+ id_exchange_rate_type: string | null;
740807
+ rate: Decimal | null;
740808
+ }[];
740809
+ exchange_rates_to: {
740810
+ exchange_rate_types: {
740811
+ is_active: boolean | null;
740812
+ id: string;
740813
+ logic_code: string | null;
740814
+ name: string | null;
740815
+ code: string | null;
740816
+ created_at: Date | null;
740817
+ created_by: string | null;
740818
+ updated_at: Date | null;
740819
+ updated_by: string | null;
740820
+ } | null;
740821
+ currency_from: {
740822
+ symbol: string | null;
740823
+ is_active: boolean | null;
740824
+ id: string;
740825
+ logic_code: string | null;
740826
+ created_at: Date | null;
740827
+ created_by: string | null;
740828
+ updated_at: Date | null;
740829
+ updated_by: string | null;
740830
+ currency_code: string | null;
740831
+ currency_name: string | null;
740832
+ major_unit: string | null;
740833
+ minor_unit: string | null;
740834
+ decimal_unit: number | null;
740835
+ iso_decimal: number | null;
740836
+ } | null;
740837
+ currency_to: {
740838
+ symbol: string | null;
740839
+ is_active: boolean | null;
740840
+ id: string;
740841
+ logic_code: string | null;
740842
+ created_at: Date | null;
740843
+ created_by: string | null;
740844
+ updated_at: Date | null;
740845
+ updated_by: string | null;
740846
+ currency_code: string | null;
740847
+ currency_name: string | null;
740848
+ major_unit: string | null;
740849
+ minor_unit: string | null;
740850
+ decimal_unit: number | null;
740851
+ iso_decimal: number | null;
740852
+ } | null;
740853
+ is_active: boolean | null;
740854
+ id: string;
740855
+ logic_code: string | null;
740856
+ created_at: Date | null;
740857
+ created_by: string | null;
740858
+ updated_at: Date | null;
740859
+ updated_by: string | null;
740860
+ start_date: Date | null;
740861
+ end_date: Date | null;
740862
+ id_currency_from: string | null;
740863
+ id_currency_to: string | null;
740864
+ id_exchange_rate_type: string | null;
740865
+ rate: Decimal | null;
740866
+ }[];
740662
740867
  symbol: string | null;
740663
740868
  is_active: boolean | null;
740664
740869
  id: string;
@@ -744945,7 +745150,7 @@ declare const settingsRouter: BuiltRouter<{
744945
745150
  id_system: string | null;
744946
745151
  tax_message: string | null;
744947
745152
  } | null;
744948
- incoterm: {
745153
+ charge_code_groups: {
744949
745154
  is_active: boolean | null;
744950
745155
  id: string;
744951
745156
  logic_code: string | null;
@@ -744955,9 +745160,8 @@ declare const settingsRouter: BuiltRouter<{
744955
745160
  created_by: string | null;
744956
745161
  updated_at: Date | null;
744957
745162
  updated_by: string | null;
744958
- description: string | null;
744959
745163
  } | null;
744960
- charge_code_groups: {
745164
+ incoterm: {
744961
745165
  is_active: boolean | null;
744962
745166
  id: string;
744963
745167
  logic_code: string | null;
@@ -744967,6 +745171,7 @@ declare const settingsRouter: BuiltRouter<{
744967
745171
  created_by: string | null;
744968
745172
  updated_at: Date | null;
744969
745173
  updated_by: string | null;
745174
+ description: string | null;
744970
745175
  } | null;
744971
745176
  charge_code_type: {
744972
745177
  is_active: boolean | null;
@@ -745220,7 +745425,7 @@ declare const settingsRouter: BuiltRouter<{
745220
745425
  id_system: string | null;
745221
745426
  tax_message: string | null;
745222
745427
  } | null;
745223
- incoterm: {
745428
+ charge_code_groups: {
745224
745429
  is_active: boolean | null;
745225
745430
  id: string;
745226
745431
  logic_code: string | null;
@@ -745230,9 +745435,8 @@ declare const settingsRouter: BuiltRouter<{
745230
745435
  created_by: string | null;
745231
745436
  updated_at: Date | null;
745232
745437
  updated_by: string | null;
745233
- description: string | null;
745234
745438
  } | null;
745235
- charge_code_groups: {
745439
+ incoterm: {
745236
745440
  is_active: boolean | null;
745237
745441
  id: string;
745238
745442
  logic_code: string | null;
@@ -745242,6 +745446,7 @@ declare const settingsRouter: BuiltRouter<{
745242
745446
  created_by: string | null;
745243
745447
  updated_at: Date | null;
745244
745448
  updated_by: string | null;
745449
+ description: string | null;
745245
745450
  } | null;
745246
745451
  charge_code_type: {
745247
745452
  is_active: boolean | null;
@@ -751909,7 +752114,6 @@ declare const systemRouter: BuiltRouter<{
751909
752114
  updated_by: string | null;
751910
752115
  } | null;
751911
752116
  id: string;
751912
- id_container_shipping_type: string | null;
751913
752117
  id_log_type: string | null;
751914
752118
  url: string | null;
751915
752119
  params: SimpleJson;
@@ -751917,6 +752121,7 @@ declare const systemRouter: BuiltRouter<{
751917
752121
  action_by: string | null;
751918
752122
  action_id: string | null;
751919
752123
  action_at: Date | null;
752124
+ id_container_shipping_type: string | null;
751920
752125
  }[] | undefined;
751921
752126
  total: number | undefined;
751922
752127
  };
@@ -751943,7 +752148,6 @@ declare const systemRouter: BuiltRouter<{
751943
752148
  updated_by: string | null;
751944
752149
  } | null;
751945
752150
  id: string;
751946
- id_container_shipping_type: string | null;
751947
752151
  id_log_type: string | null;
751948
752152
  url: string | null;
751949
752153
  params: SimpleJson;
@@ -751951,6 +752155,7 @@ declare const systemRouter: BuiltRouter<{
751951
752155
  action_by: string | null;
751952
752156
  action_id: string | null;
751953
752157
  action_at: Date | null;
752158
+ id_container_shipping_type: string | null;
751954
752159
  } | undefined;
751955
752160
  };
751956
752161
  meta: object;
@@ -751976,7 +752181,6 @@ declare const systemRouter: BuiltRouter<{
751976
752181
  };
751977
752182
  log: {
751978
752183
  id: string;
751979
- id_container_shipping_type: string | null;
751980
752184
  id_log_type: string | null;
751981
752185
  url: string | null;
751982
752186
  params: SimpleJson;
@@ -751984,6 +752188,7 @@ declare const systemRouter: BuiltRouter<{
751984
752188
  action_by: string | null;
751985
752189
  action_id: string | null;
751986
752190
  action_at: Date | null;
752191
+ id_container_shipping_type: string | null;
751987
752192
  } | undefined;
751988
752193
  } | undefined;
751989
752194
  meta: object;
@@ -752012,7 +752217,6 @@ declare const systemRouter: BuiltRouter<{
752012
752217
  };
752013
752218
  log: {
752014
752219
  id: string;
752015
- id_container_shipping_type: string | null;
752016
752220
  id_log_type: string | null;
752017
752221
  url: string | null;
752018
752222
  params: SimpleJson;
@@ -752020,6 +752224,7 @@ declare const systemRouter: BuiltRouter<{
752020
752224
  action_by: string | null;
752021
752225
  action_id: string | null;
752022
752226
  action_at: Date | null;
752227
+ id_container_shipping_type: string | null;
752023
752228
  } | undefined;
752024
752229
  } | undefined;
752025
752230
  meta: object;
@@ -752056,7 +752261,6 @@ declare const systemRouter: BuiltRouter<{
752056
752261
  };
752057
752262
  log: {
752058
752263
  id: string;
752059
- id_container_shipping_type: string | null;
752060
752264
  id_log_type: string | null;
752061
752265
  url: string | null;
752062
752266
  params: SimpleJson;
@@ -752064,6 +752268,7 @@ declare const systemRouter: BuiltRouter<{
752064
752268
  action_by: string | null;
752065
752269
  action_id: string | null;
752066
752270
  action_at: Date | null;
752271
+ id_container_shipping_type: string | null;
752067
752272
  } | undefined;
752068
752273
  } | undefined)[];
752069
752274
  updatedData: ({
@@ -752080,7 +752285,6 @@ declare const systemRouter: BuiltRouter<{
752080
752285
  };
752081
752286
  log: {
752082
752287
  id: string;
752083
- id_container_shipping_type: string | null;
752084
752288
  id_log_type: string | null;
752085
752289
  url: string | null;
752086
752290
  params: SimpleJson;
@@ -752088,6 +752292,7 @@ declare const systemRouter: BuiltRouter<{
752088
752292
  action_by: string | null;
752089
752293
  action_id: string | null;
752090
752294
  action_at: Date | null;
752295
+ id_container_shipping_type: string | null;
752091
752296
  } | undefined;
752092
752297
  } | undefined)[];
752093
752298
  } | undefined;