@be-logixpair/api 0.0.123 → 0.0.124-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -712756,45 +712756,6 @@ declare const cargoflowRouter: BuiltRouter<{
712756
712756
  id_type: string | null;
712757
712757
  is_override: boolean | null;
712758
712758
  }[];
712759
- forwarding_shipment_packings: {
712760
- is_active: boolean | null;
712761
- id: string;
712762
- logic_code: string | null;
712763
- code: string | null;
712764
- created_at: Date | null;
712765
- created_by: string | null;
712766
- updated_at: Date | null;
712767
- updated_by: string | null;
712768
- length: Decimal | null;
712769
- description: string | null;
712770
- id_weight_unit: string | null;
712771
- id_volume_unit: string | null;
712772
- id_commodity: string | null;
712773
- id_forwarding_booking: string | null;
712774
- volume: Decimal | null;
712775
- id_forwarding_shipment: string | null;
712776
- id_consol_container: string | null;
712777
- id_package_type: string | null;
712778
- id_length_unit: string | null;
712779
- id_width_unit: string | null;
712780
- id_height_unit: string | null;
712781
- id_dg_substance: string | null;
712782
- id_dg_class: string | null;
712783
- po_number: string | null;
712784
- goods_description: string | null;
712785
- item_number: string | null;
712786
- pack: number | null;
712787
- packing_order: number | null;
712788
- weight: Decimal | null;
712789
- width: Decimal | null;
712790
- height: Decimal | null;
712791
- harmonized_code: string | null;
712792
- harmonized_description: string | null;
712793
- dg_substance_name: string | null;
712794
- dg_class_name: string | null;
712795
- flash_point: Decimal | null;
712796
- un_dg_contact: string | null;
712797
- }[];
712798
712759
  forwarding_transport_mode: {
712799
712760
  is_active: boolean | null;
712800
712761
  id: string;
@@ -713076,6 +713037,45 @@ declare const cargoflowRouter: BuiltRouter<{
713076
713037
  is_vent_required: boolean;
713077
713038
  expiration_date: number | null;
713078
713039
  } | null;
713040
+ forwarding_shipment_packings: {
713041
+ is_active: boolean | null;
713042
+ id: string;
713043
+ logic_code: string | null;
713044
+ code: string | null;
713045
+ created_at: Date | null;
713046
+ created_by: string | null;
713047
+ updated_at: Date | null;
713048
+ updated_by: string | null;
713049
+ length: Decimal | null;
713050
+ id_weight_unit: string | null;
713051
+ id_volume_unit: string | null;
713052
+ id_commodity: string | null;
713053
+ id_forwarding_booking: string | null;
713054
+ description: string | null;
713055
+ volume: Decimal | null;
713056
+ id_forwarding_shipment: string | null;
713057
+ id_consol_container: string | null;
713058
+ id_package_type: string | null;
713059
+ id_length_unit: string | null;
713060
+ id_width_unit: string | null;
713061
+ id_height_unit: string | null;
713062
+ id_dg_substance: string | null;
713063
+ id_dg_class: string | null;
713064
+ po_number: string | null;
713065
+ goods_description: string | null;
713066
+ item_number: string | null;
713067
+ pack: number | null;
713068
+ packing_order: number | null;
713069
+ weight: Decimal | null;
713070
+ width: Decimal | null;
713071
+ height: Decimal | null;
713072
+ harmonized_code: string | null;
713073
+ harmonized_description: string | null;
713074
+ dg_substance_name: string | null;
713075
+ dg_class_name: string | null;
713076
+ flash_point: Decimal | null;
713077
+ un_dg_contact: string | null;
713078
+ }[];
713079
713079
  is_active: boolean | null;
713080
713080
  id: string;
713081
713081
  logic_code: string | null;
@@ -713084,7 +713084,6 @@ declare const cargoflowRouter: BuiltRouter<{
713084
713084
  updated_at: Date | null;
713085
713085
  updated_by: string | null;
713086
713086
  length: Decimal | null;
713087
- description: string | null;
713088
713087
  id_transport_mode: string | null;
713089
713088
  id_container_shipping_type: string | null;
713090
713089
  id_incoterm: string | null;
@@ -713102,6 +713101,7 @@ declare const cargoflowRouter: BuiltRouter<{
713102
713101
  id_volume_unit: string | null;
713103
713102
  id_chargeable_unit: string | null;
713104
713103
  id_commodity: string | null;
713104
+ description: string | null;
713105
713105
  extra_term: string | null;
713106
713106
  shipper_ref: string | null;
713107
713107
  mark_number: string | null;
@@ -713230,276 +713230,6 @@ declare const cargoflowRouter: BuiltRouter<{
713230
713230
  id_type: string | null;
713231
713231
  is_override: boolean | null;
713232
713232
  }[];
713233
- forwarding_shipment_packings: {
713234
- forwarding_booking: {
713235
- is_active: boolean | null;
713236
- id: string;
713237
- logic_code: string | null;
713238
- created_at: Date | null;
713239
- created_by: string | null;
713240
- updated_at: Date | null;
713241
- updated_by: string | null;
713242
- length: Decimal | null;
713243
- description: string | null;
713244
- id_transport_mode: string | null;
713245
- id_container_shipping_type: string | null;
713246
- id_incoterm: string | null;
713247
- id_service_level: string | null;
713248
- id_release_type: string | null;
713249
- id_charges_apply: string | null;
713250
- id_origin_un_locode: string | null;
713251
- id_destination_un_locode: string | null;
713252
- id_carrier: string | null;
713253
- id_creditor: string | null;
713254
- id_carrier_service_level: string | null;
713255
- id_on_board_status: string | null;
713256
- id_outer_unit: string | null;
713257
- id_weight_unit: string | null;
713258
- id_volume_unit: string | null;
713259
- id_chargeable_unit: string | null;
713260
- id_commodity: string | null;
713261
- extra_term: string | null;
713262
- shipper_ref: string | null;
713263
- mark_number: string | null;
713264
- contract_number: string | null;
713265
- booking_date: Date | null;
713266
- expected_pickup_date: Date | null;
713267
- expected_delivery_date: Date | null;
713268
- customer_expected_pickup_date: Date | null;
713269
- customer_expected_delivery_date: Date | null;
713270
- outer: Decimal | null;
713271
- volume: Decimal | null;
713272
- chargeable: Decimal | null;
713273
- booking_number: string | null;
713274
- } | null;
713275
- commodity: {
713276
- is_active: boolean | null;
713277
- id: string;
713278
- logic_code: string | null;
713279
- name: string | null;
713280
- code: string | null;
713281
- created_at: Date | null;
713282
- created_by: string | null;
713283
- updated_at: Date | null;
713284
- updated_by: string | null;
713285
- id_universal_group: string | null;
713286
- id_iata_commodity: string | null;
713287
- id_expiration_date_unit: string | null;
713288
- reefer_min_temp: Decimal | null;
713289
- reefer_max_temp: Decimal | null;
713290
- is_hazardous: boolean;
713291
- is_perishable: boolean;
713292
- is_flammable: boolean;
713293
- is_timber: boolean;
713294
- is_vent_required: boolean;
713295
- expiration_date: number | null;
713296
- } | null;
713297
- forwarding_shipment: {
713298
- is_active: boolean | null;
713299
- id: string;
713300
- logic_code: string | null;
713301
- created_at: Date | null;
713302
- created_by: string | null;
713303
- updated_at: Date | null;
713304
- updated_by: string | null;
713305
- description: string | null;
713306
- id_transport_mode: string | null;
713307
- id_container_shipping_type: string | null;
713308
- id_incoterm: string | null;
713309
- id_service_level: string | null;
713310
- id_release_type: string | null;
713311
- id_on_board_status: string | null;
713312
- id_weight_unit: string | null;
713313
- id_volume_unit: string | null;
713314
- id_chargeable_unit: string | null;
713315
- mark_number: string | null;
713316
- volume: Decimal | null;
713317
- chargeable: Decimal | null;
713318
- weight: Decimal | null;
713319
- id_forwarding_consol: string | null;
713320
- id_transport_type: string | null;
713321
- id_service_scope: string | null;
713322
- id_origin: string | null;
713323
- id_destination: string | null;
713324
- id_weight_volume_unit: string | null;
713325
- id_package_count_type: string | null;
713326
- id_package_inner_count_type: string | null;
713327
- id_air_waybill_dims: string | null;
713328
- id_house_bill_type: string | null;
713329
- id_hbl_delivery_mode: string | null;
713330
- id_charge_apply: string | null;
713331
- id_control_customer: string | null;
713332
- id_control_agent: string | null;
713333
- weight_volume: Decimal | null;
713334
- package_count: number | null;
713335
- package_inner_count: number | null;
713336
- original_bills: number | null;
713337
- copy_bills: number | null;
713338
- estimated_delivery_date: Date | null;
713339
- estimated_arrival_date: Date | null;
713340
- issue_date: Date | null;
713341
- shipment_number: string | null;
713342
- house_bill: string | null;
713343
- } | null;
713344
- forwarding_consol_container: {
713345
- is_active: boolean | null;
713346
- id: string;
713347
- logic_code: string | null;
713348
- created_at: Date | null;
713349
- created_by: string | null;
713350
- updated_at: Date | null;
713351
- updated_by: string | null;
713352
- id_container_shipping_type: string | null;
713353
- id_type: string | null;
713354
- id_forwarding_consol: string | null;
713355
- id_delivery_mode: string | null;
713356
- container_number: string | null;
713357
- } | null;
713358
- package_type: {
713359
- is_active: boolean | null;
713360
- id: string;
713361
- logic_code: string | null;
713362
- name: string | null;
713363
- code: string | null;
713364
- created_at: Date | null;
713365
- created_by: string | null;
713366
- updated_at: Date | null;
713367
- updated_by: string | null;
713368
- length: Decimal | null;
713369
- id_weight_unit: string | null;
713370
- weight: Decimal | null;
713371
- width: Decimal | null;
713372
- height: Decimal | null;
713373
- id_dimension_unit: string | null;
713374
- id_measurement_unit_type: string | null;
713375
- is_keep_upright: boolean | null;
713376
- } | null;
713377
- weight_unit: {
713378
- is_active: boolean | null;
713379
- id: string;
713380
- logic_code: string | null;
713381
- name: string | null;
713382
- code: string | null;
713383
- created_at: Date | null;
713384
- created_by: string | null;
713385
- updated_at: Date | null;
713386
- updated_by: string | null;
713387
- id_type: string | null;
713388
- } | null;
713389
- volume_unit: {
713390
- is_active: boolean | null;
713391
- id: string;
713392
- logic_code: string | null;
713393
- name: string | null;
713394
- code: string | null;
713395
- created_at: Date | null;
713396
- created_by: string | null;
713397
- updated_at: Date | null;
713398
- updated_by: string | null;
713399
- id_type: string | null;
713400
- } | null;
713401
- length_unit: {
713402
- is_active: boolean | null;
713403
- id: string;
713404
- logic_code: string | null;
713405
- name: string | null;
713406
- code: string | null;
713407
- created_at: Date | null;
713408
- created_by: string | null;
713409
- updated_at: Date | null;
713410
- updated_by: string | null;
713411
- id_type: string | null;
713412
- } | null;
713413
- width_unit: {
713414
- is_active: boolean | null;
713415
- id: string;
713416
- logic_code: string | null;
713417
- name: string | null;
713418
- code: string | null;
713419
- created_at: Date | null;
713420
- created_by: string | null;
713421
- updated_at: Date | null;
713422
- updated_by: string | null;
713423
- id_type: string | null;
713424
- } | null;
713425
- height_unit: {
713426
- is_active: boolean | null;
713427
- id: string;
713428
- logic_code: string | null;
713429
- name: string | null;
713430
- code: string | null;
713431
- created_at: Date | null;
713432
- created_by: string | null;
713433
- updated_at: Date | null;
713434
- updated_by: string | null;
713435
- id_type: string | null;
713436
- } | null;
713437
- dg_substance: {
713438
- is_active: boolean | null;
713439
- id: string;
713440
- logic_code: string | null;
713441
- name: string | null;
713442
- created_at: Date | null;
713443
- created_by: string | null;
713444
- updated_at: Date | null;
713445
- updated_by: string | null;
713446
- id_dg_class: string | null;
713447
- id_dg_packing_group: string | null;
713448
- id_dg_excepted_quantity: string | null;
713449
- un_number: string | null;
713450
- extra_labels: string | null;
713451
- sub_risk: string | null;
713452
- is_high_danger: boolean | null;
713453
- } | null;
713454
- dg_class: {
713455
- is_active: boolean | null;
713456
- id: string;
713457
- logic_code: string | null;
713458
- name: string | null;
713459
- code: string | null;
713460
- created_at: Date | null;
713461
- created_by: string | null;
713462
- updated_at: Date | null;
713463
- updated_by: string | null;
713464
- } | null;
713465
- is_active: boolean | null;
713466
- id: string;
713467
- logic_code: string | null;
713468
- code: string | null;
713469
- created_at: Date | null;
713470
- created_by: string | null;
713471
- updated_at: Date | null;
713472
- updated_by: string | null;
713473
- length: Decimal | null;
713474
- description: string | null;
713475
- id_weight_unit: string | null;
713476
- id_volume_unit: string | null;
713477
- id_commodity: string | null;
713478
- id_forwarding_booking: string | null;
713479
- volume: Decimal | null;
713480
- id_forwarding_shipment: string | null;
713481
- id_consol_container: string | null;
713482
- id_package_type: string | null;
713483
- id_length_unit: string | null;
713484
- id_width_unit: string | null;
713485
- id_height_unit: string | null;
713486
- id_dg_substance: string | null;
713487
- id_dg_class: string | null;
713488
- po_number: string | null;
713489
- goods_description: string | null;
713490
- item_number: string | null;
713491
- pack: number | null;
713492
- packing_order: number | null;
713493
- weight: Decimal | null;
713494
- width: Decimal | null;
713495
- height: Decimal | null;
713496
- harmonized_code: string | null;
713497
- harmonized_description: string | null;
713498
- dg_substance_name: string | null;
713499
- dg_class_name: string | null;
713500
- flash_point: Decimal | null;
713501
- un_dg_contact: string | null;
713502
- }[];
713503
713233
  forwarding_transport_mode: {
713504
713234
  is_active: boolean | null;
713505
713235
  id: string;
@@ -713781,6 +713511,276 @@ declare const cargoflowRouter: BuiltRouter<{
713781
713511
  is_vent_required: boolean;
713782
713512
  expiration_date: number | null;
713783
713513
  } | null;
713514
+ forwarding_shipment_packings: {
713515
+ forwarding_booking: {
713516
+ is_active: boolean | null;
713517
+ id: string;
713518
+ logic_code: string | null;
713519
+ created_at: Date | null;
713520
+ created_by: string | null;
713521
+ updated_at: Date | null;
713522
+ updated_by: string | null;
713523
+ length: Decimal | null;
713524
+ id_transport_mode: string | null;
713525
+ id_container_shipping_type: string | null;
713526
+ id_incoterm: string | null;
713527
+ id_service_level: string | null;
713528
+ id_release_type: string | null;
713529
+ id_charges_apply: string | null;
713530
+ id_origin_un_locode: string | null;
713531
+ id_destination_un_locode: string | null;
713532
+ id_carrier: string | null;
713533
+ id_creditor: string | null;
713534
+ id_carrier_service_level: string | null;
713535
+ id_on_board_status: string | null;
713536
+ id_outer_unit: string | null;
713537
+ id_weight_unit: string | null;
713538
+ id_volume_unit: string | null;
713539
+ id_chargeable_unit: string | null;
713540
+ id_commodity: string | null;
713541
+ description: string | null;
713542
+ extra_term: string | null;
713543
+ shipper_ref: string | null;
713544
+ mark_number: string | null;
713545
+ contract_number: string | null;
713546
+ booking_date: Date | null;
713547
+ expected_pickup_date: Date | null;
713548
+ expected_delivery_date: Date | null;
713549
+ customer_expected_pickup_date: Date | null;
713550
+ customer_expected_delivery_date: Date | null;
713551
+ outer: Decimal | null;
713552
+ volume: Decimal | null;
713553
+ chargeable: Decimal | null;
713554
+ booking_number: string | null;
713555
+ } | null;
713556
+ commodity: {
713557
+ is_active: boolean | null;
713558
+ id: string;
713559
+ logic_code: string | null;
713560
+ name: string | null;
713561
+ code: string | null;
713562
+ created_at: Date | null;
713563
+ created_by: string | null;
713564
+ updated_at: Date | null;
713565
+ updated_by: string | null;
713566
+ id_universal_group: string | null;
713567
+ id_iata_commodity: string | null;
713568
+ id_expiration_date_unit: string | null;
713569
+ reefer_min_temp: Decimal | null;
713570
+ reefer_max_temp: Decimal | null;
713571
+ is_hazardous: boolean;
713572
+ is_perishable: boolean;
713573
+ is_flammable: boolean;
713574
+ is_timber: boolean;
713575
+ is_vent_required: boolean;
713576
+ expiration_date: number | null;
713577
+ } | null;
713578
+ forwarding_shipment: {
713579
+ is_active: boolean | null;
713580
+ id: string;
713581
+ logic_code: string | null;
713582
+ created_at: Date | null;
713583
+ created_by: string | null;
713584
+ updated_at: Date | null;
713585
+ updated_by: string | null;
713586
+ id_transport_mode: string | null;
713587
+ id_container_shipping_type: string | null;
713588
+ id_incoterm: string | null;
713589
+ id_service_level: string | null;
713590
+ id_release_type: string | null;
713591
+ id_on_board_status: string | null;
713592
+ id_weight_unit: string | null;
713593
+ id_volume_unit: string | null;
713594
+ id_chargeable_unit: string | null;
713595
+ description: string | null;
713596
+ mark_number: string | null;
713597
+ volume: Decimal | null;
713598
+ chargeable: Decimal | null;
713599
+ weight: Decimal | null;
713600
+ id_forwarding_consol: string | null;
713601
+ id_transport_type: string | null;
713602
+ id_service_scope: string | null;
713603
+ id_origin: string | null;
713604
+ id_destination: string | null;
713605
+ id_weight_volume_unit: string | null;
713606
+ id_package_count_type: string | null;
713607
+ id_package_inner_count_type: string | null;
713608
+ id_air_waybill_dims: string | null;
713609
+ id_house_bill_type: string | null;
713610
+ id_hbl_delivery_mode: string | null;
713611
+ id_charge_apply: string | null;
713612
+ id_control_customer: string | null;
713613
+ id_control_agent: string | null;
713614
+ weight_volume: Decimal | null;
713615
+ package_count: number | null;
713616
+ package_inner_count: number | null;
713617
+ original_bills: number | null;
713618
+ copy_bills: number | null;
713619
+ estimated_delivery_date: Date | null;
713620
+ estimated_arrival_date: Date | null;
713621
+ issue_date: Date | null;
713622
+ shipment_number: string | null;
713623
+ house_bill: string | null;
713624
+ } | null;
713625
+ forwarding_consol_container: {
713626
+ is_active: boolean | null;
713627
+ id: string;
713628
+ logic_code: string | null;
713629
+ created_at: Date | null;
713630
+ created_by: string | null;
713631
+ updated_at: Date | null;
713632
+ updated_by: string | null;
713633
+ id_container_shipping_type: string | null;
713634
+ id_type: string | null;
713635
+ id_forwarding_consol: string | null;
713636
+ id_delivery_mode: string | null;
713637
+ container_number: string | null;
713638
+ } | null;
713639
+ package_type: {
713640
+ is_active: boolean | null;
713641
+ id: string;
713642
+ logic_code: string | null;
713643
+ name: string | null;
713644
+ code: string | null;
713645
+ created_at: Date | null;
713646
+ created_by: string | null;
713647
+ updated_at: Date | null;
713648
+ updated_by: string | null;
713649
+ length: Decimal | null;
713650
+ id_weight_unit: string | null;
713651
+ weight: Decimal | null;
713652
+ width: Decimal | null;
713653
+ height: Decimal | null;
713654
+ id_dimension_unit: string | null;
713655
+ id_measurement_unit_type: string | null;
713656
+ is_keep_upright: boolean | null;
713657
+ } | null;
713658
+ weight_unit: {
713659
+ is_active: boolean | null;
713660
+ id: string;
713661
+ logic_code: string | null;
713662
+ name: string | null;
713663
+ code: string | null;
713664
+ created_at: Date | null;
713665
+ created_by: string | null;
713666
+ updated_at: Date | null;
713667
+ updated_by: string | null;
713668
+ id_type: string | null;
713669
+ } | null;
713670
+ volume_unit: {
713671
+ is_active: boolean | null;
713672
+ id: string;
713673
+ logic_code: string | null;
713674
+ name: string | null;
713675
+ code: string | null;
713676
+ created_at: Date | null;
713677
+ created_by: string | null;
713678
+ updated_at: Date | null;
713679
+ updated_by: string | null;
713680
+ id_type: string | null;
713681
+ } | null;
713682
+ length_unit: {
713683
+ is_active: boolean | null;
713684
+ id: string;
713685
+ logic_code: string | null;
713686
+ name: string | null;
713687
+ code: string | null;
713688
+ created_at: Date | null;
713689
+ created_by: string | null;
713690
+ updated_at: Date | null;
713691
+ updated_by: string | null;
713692
+ id_type: string | null;
713693
+ } | null;
713694
+ width_unit: {
713695
+ is_active: boolean | null;
713696
+ id: string;
713697
+ logic_code: string | null;
713698
+ name: string | null;
713699
+ code: string | null;
713700
+ created_at: Date | null;
713701
+ created_by: string | null;
713702
+ updated_at: Date | null;
713703
+ updated_by: string | null;
713704
+ id_type: string | null;
713705
+ } | null;
713706
+ height_unit: {
713707
+ is_active: boolean | null;
713708
+ id: string;
713709
+ logic_code: string | null;
713710
+ name: string | null;
713711
+ code: string | null;
713712
+ created_at: Date | null;
713713
+ created_by: string | null;
713714
+ updated_at: Date | null;
713715
+ updated_by: string | null;
713716
+ id_type: string | null;
713717
+ } | null;
713718
+ dg_substance: {
713719
+ is_active: boolean | null;
713720
+ id: string;
713721
+ logic_code: string | null;
713722
+ name: string | null;
713723
+ created_at: Date | null;
713724
+ created_by: string | null;
713725
+ updated_at: Date | null;
713726
+ updated_by: string | null;
713727
+ id_dg_class: string | null;
713728
+ id_dg_packing_group: string | null;
713729
+ id_dg_excepted_quantity: string | null;
713730
+ un_number: string | null;
713731
+ extra_labels: string | null;
713732
+ sub_risk: string | null;
713733
+ is_high_danger: boolean | null;
713734
+ } | null;
713735
+ dg_class: {
713736
+ is_active: boolean | null;
713737
+ id: string;
713738
+ logic_code: string | null;
713739
+ name: string | null;
713740
+ code: string | null;
713741
+ created_at: Date | null;
713742
+ created_by: string | null;
713743
+ updated_at: Date | null;
713744
+ updated_by: string | null;
713745
+ } | null;
713746
+ is_active: boolean | null;
713747
+ id: string;
713748
+ logic_code: string | null;
713749
+ code: string | null;
713750
+ created_at: Date | null;
713751
+ created_by: string | null;
713752
+ updated_at: Date | null;
713753
+ updated_by: string | null;
713754
+ length: Decimal | null;
713755
+ id_weight_unit: string | null;
713756
+ id_volume_unit: string | null;
713757
+ id_commodity: string | null;
713758
+ id_forwarding_booking: string | null;
713759
+ description: string | null;
713760
+ volume: Decimal | null;
713761
+ id_forwarding_shipment: string | null;
713762
+ id_consol_container: string | null;
713763
+ id_package_type: string | null;
713764
+ id_length_unit: string | null;
713765
+ id_width_unit: string | null;
713766
+ id_height_unit: string | null;
713767
+ id_dg_substance: string | null;
713768
+ id_dg_class: string | null;
713769
+ po_number: string | null;
713770
+ goods_description: string | null;
713771
+ item_number: string | null;
713772
+ pack: number | null;
713773
+ packing_order: number | null;
713774
+ weight: Decimal | null;
713775
+ width: Decimal | null;
713776
+ height: Decimal | null;
713777
+ harmonized_code: string | null;
713778
+ harmonized_description: string | null;
713779
+ dg_substance_name: string | null;
713780
+ dg_class_name: string | null;
713781
+ flash_point: Decimal | null;
713782
+ un_dg_contact: string | null;
713783
+ }[];
713784
713784
  is_active: boolean | null;
713785
713785
  id: string;
713786
713786
  logic_code: string | null;
@@ -713789,7 +713789,6 @@ declare const cargoflowRouter: BuiltRouter<{
713789
713789
  updated_at: Date | null;
713790
713790
  updated_by: string | null;
713791
713791
  length: Decimal | null;
713792
- description: string | null;
713793
713792
  id_transport_mode: string | null;
713794
713793
  id_container_shipping_type: string | null;
713795
713794
  id_incoterm: string | null;
@@ -713807,6 +713806,7 @@ declare const cargoflowRouter: BuiltRouter<{
713807
713806
  id_volume_unit: string | null;
713808
713807
  id_chargeable_unit: string | null;
713809
713808
  id_commodity: string | null;
713809
+ description: string | null;
713810
713810
  extra_term: string | null;
713811
713811
  shipper_ref: string | null;
713812
713812
  mark_number: string | null;
@@ -713868,13 +713868,13 @@ declare const cargoflowRouter: BuiltRouter<{
713868
713868
  data: {
713869
713869
  id: string;
713870
713870
  id_log_type: string | null;
713871
+ id_forwarding_booking: string | null;
713871
713872
  url: string | null;
713872
713873
  params: SimpleJson;
713873
713874
  action: string | null;
713874
713875
  action_by: string | null;
713875
713876
  action_id: string | null;
713876
713877
  action_at: Date | null;
713877
- id_forwarding_booking: string | null;
713878
713878
  }[] | undefined;
713879
713879
  total: number | undefined;
713880
713880
  };
@@ -713892,13 +713892,13 @@ declare const cargoflowRouter: BuiltRouter<{
713892
713892
  data: {
713893
713893
  id: string;
713894
713894
  id_log_type: string | null;
713895
+ id_forwarding_booking: string | null;
713895
713896
  url: string | null;
713896
713897
  params: SimpleJson;
713897
713898
  action: string | null;
713898
713899
  action_by: string | null;
713899
713900
  action_id: string | null;
713900
713901
  action_at: Date | null;
713901
- id_forwarding_booking: string | null;
713902
713902
  } | undefined;
713903
713903
  };
713904
713904
  meta: object;
@@ -713960,195 +713960,39 @@ declare const cargoflowRouter: BuiltRouter<{
713960
713960
  address?: string | null | undefined;
713961
713961
  is_override?: string | number | boolean | null | undefined;
713962
713962
  } | undefined;
713963
- packings?: {
713964
- is_active?: string | number | boolean | null | undefined;
713965
- id_forwarding_shipment?: string | number | bigint | null | undefined;
713966
- id_forwarding_booking?: string | number | bigint | null | undefined;
713967
- id_consol_container?: string | number | bigint | null | undefined;
713968
- id_package_type?: string | number | bigint | null | undefined;
713969
- id_weight_unit?: string | number | bigint | null | undefined;
713970
- id_volume_unit?: string | number | bigint | null | undefined;
713971
- id_length_unit?: string | number | bigint | null | undefined;
713972
- id_width_unit?: string | number | bigint | null | undefined;
713973
- id_height_unit?: string | number | bigint | null | undefined;
713974
- id_commodity?: string | number | bigint | null | undefined;
713975
- id_dg_substance?: string | number | bigint | null | undefined;
713976
- id_dg_class?: string | number | bigint | null | undefined;
713977
- code?: string | null | undefined;
713978
- po_number?: string | null | undefined;
713979
- goods_description?: string | null | undefined;
713980
- item_number?: string | null | undefined;
713981
- pack?: string | number | null | undefined;
713982
- packing_order?: string | number | null | undefined;
713983
- weight?: string | null | undefined;
713984
- volume?: string | null | undefined;
713985
- length?: string | null | undefined;
713986
- width?: string | null | undefined;
713987
- height?: string | null | undefined;
713988
- description?: string | null | undefined;
713989
- harmonized_code?: string | null | undefined;
713990
- harmonized_description?: string | null | undefined;
713991
- dg_substance_name?: string | null | undefined;
713992
- dg_class_name?: string | null | undefined;
713993
- flash_point?: string | null | undefined;
713994
- un_dg_contact?: string | null | undefined;
713995
- }[] | undefined;
713996
- };
713997
- output: {
713998
- data: {
713999
- is_active: boolean | null;
714000
- id: string;
714001
- logic_code: string | null;
714002
- created_at: Date | null;
714003
- created_by: string | null;
714004
- updated_at: Date | null;
714005
- updated_by: string | null;
714006
- length: Decimal | null;
714007
- description: string | null;
714008
- id_transport_mode: string | null;
714009
- id_container_shipping_type: string | null;
714010
- id_incoterm: string | null;
714011
- id_service_level: string | null;
714012
- id_release_type: string | null;
714013
- id_charges_apply: string | null;
714014
- id_origin_un_locode: string | null;
714015
- id_destination_un_locode: string | null;
714016
- id_carrier: string | null;
714017
- id_creditor: string | null;
714018
- id_carrier_service_level: string | null;
714019
- id_on_board_status: string | null;
714020
- id_outer_unit: string | null;
714021
- id_weight_unit: string | null;
714022
- id_volume_unit: string | null;
714023
- id_chargeable_unit: string | null;
714024
- id_commodity: string | null;
714025
- extra_term: string | null;
714026
- shipper_ref: string | null;
714027
- mark_number: string | null;
714028
- contract_number: string | null;
714029
- booking_date: Date | null;
714030
- expected_pickup_date: Date | null;
714031
- expected_delivery_date: Date | null;
714032
- customer_expected_pickup_date: Date | null;
714033
- customer_expected_delivery_date: Date | null;
714034
- outer: Decimal | null;
714035
- volume: Decimal | null;
714036
- chargeable: Decimal | null;
714037
- booking_number: string | null;
714038
- };
714039
- log: {
714040
- data: {
714041
- id: string;
714042
- id_log_type: string | null;
714043
- url: string | null;
714044
- params: SimpleJson;
714045
- action: string | null;
714046
- action_by: string | null;
714047
- action_id: string | null;
714048
- action_at: Date | null;
714049
- id_forwarding_booking: string | null;
714050
- } | undefined;
714051
- };
714052
- } | undefined;
714053
- meta: object;
714054
- }>;
714055
- update: MutationProcedure<{
714056
- input: {
714057
- is_system?: (string | number | boolean)[] | null | undefined;
714058
- id?: string | number | bigint | null | undefined;
714059
- id_string?: string | null | undefined;
714060
- logic_code?: string | null | undefined;
714061
- packings?: {
714062
- is_system?: (string | number | boolean)[] | null | undefined;
714063
- id?: string | number | bigint | null | undefined;
714064
- id_string?: string | null | undefined;
714065
- logic_code?: string | null | undefined;
714066
- is_active?: string | number | boolean | null | undefined;
714067
- id_forwarding_shipment?: string | number | bigint | null | undefined;
714068
- id_forwarding_booking?: string | number | bigint | null | undefined;
714069
- id_consol_container?: string | number | bigint | null | undefined;
714070
- id_package_type?: string | number | bigint | null | undefined;
714071
- id_weight_unit?: string | number | bigint | null | undefined;
714072
- id_volume_unit?: string | number | bigint | null | undefined;
714073
- id_length_unit?: string | number | bigint | null | undefined;
714074
- id_width_unit?: string | number | bigint | null | undefined;
714075
- id_height_unit?: string | number | bigint | null | undefined;
714076
- id_commodity?: string | number | bigint | null | undefined;
714077
- id_dg_substance?: string | number | bigint | null | undefined;
714078
- id_dg_class?: string | number | bigint | null | undefined;
714079
- code?: string | null | undefined;
714080
- po_number?: string | null | undefined;
714081
- goods_description?: string | null | undefined;
714082
- item_number?: string | null | undefined;
714083
- pack?: string | number | null | undefined;
714084
- packing_order?: string | number | null | undefined;
714085
- weight?: string | null | undefined;
714086
- volume?: string | null | undefined;
714087
- length?: string | null | undefined;
714088
- width?: string | null | undefined;
714089
- height?: string | null | undefined;
714090
- description?: string | null | undefined;
714091
- harmonized_code?: string | null | undefined;
714092
- harmonized_description?: string | null | undefined;
714093
- dg_substance_name?: string | null | undefined;
714094
- dg_class_name?: string | null | undefined;
714095
- flash_point?: string | null | undefined;
714096
- un_dg_contact?: string | null | undefined;
714097
- }[] | undefined;
714098
- is_active?: string | number | boolean | null | undefined;
714099
- id_transport_mode?: string | number | bigint | null | undefined;
714100
- id_container_shipping_type?: string | number | bigint | null | undefined;
714101
- id_incoterm?: string | number | bigint | null | undefined;
714102
- id_service_level?: string | number | bigint | null | undefined;
714103
- id_release_type?: string | number | bigint | null | undefined;
714104
- id_charges_apply?: string | number | bigint | null | undefined;
714105
- id_origin_un_locode?: string | number | bigint | null | undefined;
714106
- id_destination_un_locode?: string | number | bigint | null | undefined;
714107
- id_carrier?: string | number | bigint | null | undefined;
714108
- id_creditor?: string | number | bigint | null | undefined;
714109
- id_carrier_service_level?: string | number | bigint | null | undefined;
714110
- id_on_board_status?: string | number | bigint | null | undefined;
714111
- extra_term?: string | null | undefined;
714112
- shipper_ref?: string | null | undefined;
714113
- description?: string | null | undefined;
714114
- mark_number?: string | null | undefined;
714115
- contract_number?: string | null | undefined;
714116
- booking_date?: string | null | undefined;
714117
- expected_pickup_date?: string | null | undefined;
714118
- expected_delivery_date?: string | null | undefined;
714119
- customer_expected_pickup_date?: string | null | undefined;
714120
- customer_expected_delivery_date?: string | null | undefined;
714121
- id_outer_unit?: string | number | bigint | null | undefined;
714122
- id_weight_unit?: string | number | bigint | null | undefined;
714123
- id_volume_unit?: string | number | bigint | null | undefined;
714124
- id_chargeable_unit?: string | number | bigint | null | undefined;
714125
- id_commodity?: string | number | bigint | null | undefined;
714126
- outer?: string | null | undefined;
714127
- length?: string | null | undefined;
714128
- volume?: string | null | undefined;
714129
- chargeable?: string | null | undefined;
714130
- shipper?: {
714131
- is_active?: string | number | boolean | null | undefined;
714132
- id_forwarding_booking?: string | number | bigint | null | undefined;
714133
- id_organization?: string | number | bigint | null | undefined;
714134
- id_organization_address?: string | number | bigint | null | undefined;
714135
- id_type?: string | number | bigint | null | undefined;
714136
- code?: string | null | undefined;
714137
- name?: string | null | undefined;
714138
- address?: string | null | undefined;
714139
- is_override?: string | number | boolean | null | undefined;
714140
- } | undefined;
714141
- consignee?: {
714142
- is_active?: string | number | boolean | null | undefined;
714143
- id_forwarding_booking?: string | number | bigint | null | undefined;
714144
- id_organization?: string | number | bigint | null | undefined;
714145
- id_organization_address?: string | number | bigint | null | undefined;
714146
- id_type?: string | number | bigint | null | undefined;
714147
- code?: string | null | undefined;
714148
- name?: string | null | undefined;
714149
- address?: string | null | undefined;
714150
- is_override?: string | number | boolean | null | undefined;
714151
- } | undefined;
713963
+ packings?: {
713964
+ is_active?: string | number | boolean | null | undefined;
713965
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
713966
+ id_forwarding_booking?: string | number | bigint | null | undefined;
713967
+ id_consol_container?: string | number | bigint | null | undefined;
713968
+ id_package_type?: string | number | bigint | null | undefined;
713969
+ id_weight_unit?: string | number | bigint | null | undefined;
713970
+ id_volume_unit?: string | number | bigint | null | undefined;
713971
+ id_length_unit?: string | number | bigint | null | undefined;
713972
+ id_width_unit?: string | number | bigint | null | undefined;
713973
+ id_height_unit?: string | number | bigint | null | undefined;
713974
+ id_commodity?: string | number | bigint | null | undefined;
713975
+ id_dg_substance?: string | number | bigint | null | undefined;
713976
+ id_dg_class?: string | number | bigint | null | undefined;
713977
+ code?: string | null | undefined;
713978
+ po_number?: string | null | undefined;
713979
+ goods_description?: string | null | undefined;
713980
+ item_number?: string | null | undefined;
713981
+ pack?: string | number | null | undefined;
713982
+ packing_order?: string | number | null | undefined;
713983
+ weight?: string | null | undefined;
713984
+ volume?: string | null | undefined;
713985
+ length?: string | null | undefined;
713986
+ width?: string | null | undefined;
713987
+ height?: string | null | undefined;
713988
+ description?: string | null | undefined;
713989
+ harmonized_code?: string | null | undefined;
713990
+ harmonized_description?: string | null | undefined;
713991
+ dg_substance_name?: string | null | undefined;
713992
+ dg_class_name?: string | null | undefined;
713993
+ flash_point?: string | null | undefined;
713994
+ un_dg_contact?: string | null | undefined;
713995
+ }[] | undefined;
714152
713996
  };
714153
713997
  output: {
714154
713998
  data: {
@@ -714160,7 +714004,6 @@ declare const cargoflowRouter: BuiltRouter<{
714160
714004
  updated_at: Date | null;
714161
714005
  updated_by: string | null;
714162
714006
  length: Decimal | null;
714163
- description: string | null;
714164
714007
  id_transport_mode: string | null;
714165
714008
  id_container_shipping_type: string | null;
714166
714009
  id_incoterm: string | null;
@@ -714178,6 +714021,7 @@ declare const cargoflowRouter: BuiltRouter<{
714178
714021
  id_volume_unit: string | null;
714179
714022
  id_chargeable_unit: string | null;
714180
714023
  id_commodity: string | null;
714024
+ description: string | null;
714181
714025
  extra_term: string | null;
714182
714026
  shipper_ref: string | null;
714183
714027
  mark_number: string | null;
@@ -714196,13 +714040,169 @@ declare const cargoflowRouter: BuiltRouter<{
714196
714040
  data: {
714197
714041
  id: string;
714198
714042
  id_log_type: string | null;
714043
+ id_forwarding_booking: string | null;
714199
714044
  url: string | null;
714200
714045
  params: SimpleJson;
714201
714046
  action: string | null;
714202
714047
  action_by: string | null;
714203
714048
  action_id: string | null;
714204
714049
  action_at: Date | null;
714050
+ } | undefined;
714051
+ };
714052
+ } | undefined;
714053
+ meta: object;
714054
+ }>;
714055
+ update: MutationProcedure<{
714056
+ input: {
714057
+ is_system?: (string | number | boolean)[] | null | undefined;
714058
+ id?: string | number | bigint | null | undefined;
714059
+ id_string?: string | null | undefined;
714060
+ logic_code?: string | null | undefined;
714061
+ packings?: {
714062
+ is_system?: (string | number | boolean)[] | null | undefined;
714063
+ id?: string | number | bigint | null | undefined;
714064
+ id_string?: string | null | undefined;
714065
+ logic_code?: string | null | undefined;
714066
+ is_active?: string | number | boolean | null | undefined;
714067
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
714068
+ id_forwarding_booking?: string | number | bigint | null | undefined;
714069
+ id_consol_container?: string | number | bigint | null | undefined;
714070
+ id_package_type?: string | number | bigint | null | undefined;
714071
+ id_weight_unit?: string | number | bigint | null | undefined;
714072
+ id_volume_unit?: string | number | bigint | null | undefined;
714073
+ id_length_unit?: string | number | bigint | null | undefined;
714074
+ id_width_unit?: string | number | bigint | null | undefined;
714075
+ id_height_unit?: string | number | bigint | null | undefined;
714076
+ id_commodity?: string | number | bigint | null | undefined;
714077
+ id_dg_substance?: string | number | bigint | null | undefined;
714078
+ id_dg_class?: string | number | bigint | null | undefined;
714079
+ code?: string | null | undefined;
714080
+ po_number?: string | null | undefined;
714081
+ goods_description?: string | null | undefined;
714082
+ item_number?: string | null | undefined;
714083
+ pack?: string | number | null | undefined;
714084
+ packing_order?: string | number | null | undefined;
714085
+ weight?: string | null | undefined;
714086
+ volume?: string | null | undefined;
714087
+ length?: string | null | undefined;
714088
+ width?: string | null | undefined;
714089
+ height?: string | null | undefined;
714090
+ description?: string | null | undefined;
714091
+ harmonized_code?: string | null | undefined;
714092
+ harmonized_description?: string | null | undefined;
714093
+ dg_substance_name?: string | null | undefined;
714094
+ dg_class_name?: string | null | undefined;
714095
+ flash_point?: string | null | undefined;
714096
+ un_dg_contact?: string | null | undefined;
714097
+ }[] | undefined;
714098
+ is_active?: string | number | boolean | null | undefined;
714099
+ id_transport_mode?: string | number | bigint | null | undefined;
714100
+ id_container_shipping_type?: string | number | bigint | null | undefined;
714101
+ id_incoterm?: string | number | bigint | null | undefined;
714102
+ id_service_level?: string | number | bigint | null | undefined;
714103
+ id_release_type?: string | number | bigint | null | undefined;
714104
+ id_charges_apply?: string | number | bigint | null | undefined;
714105
+ id_origin_un_locode?: string | number | bigint | null | undefined;
714106
+ id_destination_un_locode?: string | number | bigint | null | undefined;
714107
+ id_carrier?: string | number | bigint | null | undefined;
714108
+ id_creditor?: string | number | bigint | null | undefined;
714109
+ id_carrier_service_level?: string | number | bigint | null | undefined;
714110
+ id_on_board_status?: string | number | bigint | null | undefined;
714111
+ extra_term?: string | null | undefined;
714112
+ shipper_ref?: string | null | undefined;
714113
+ description?: string | null | undefined;
714114
+ mark_number?: string | null | undefined;
714115
+ contract_number?: string | null | undefined;
714116
+ booking_date?: string | null | undefined;
714117
+ expected_pickup_date?: string | null | undefined;
714118
+ expected_delivery_date?: string | null | undefined;
714119
+ customer_expected_pickup_date?: string | null | undefined;
714120
+ customer_expected_delivery_date?: string | null | undefined;
714121
+ id_outer_unit?: string | number | bigint | null | undefined;
714122
+ id_weight_unit?: string | number | bigint | null | undefined;
714123
+ id_volume_unit?: string | number | bigint | null | undefined;
714124
+ id_chargeable_unit?: string | number | bigint | null | undefined;
714125
+ id_commodity?: string | number | bigint | null | undefined;
714126
+ outer?: string | null | undefined;
714127
+ length?: string | null | undefined;
714128
+ volume?: string | null | undefined;
714129
+ chargeable?: string | null | undefined;
714130
+ shipper?: {
714131
+ is_active?: string | number | boolean | null | undefined;
714132
+ id_forwarding_booking?: string | number | bigint | null | undefined;
714133
+ id_organization?: string | number | bigint | null | undefined;
714134
+ id_organization_address?: string | number | bigint | null | undefined;
714135
+ id_type?: string | number | bigint | null | undefined;
714136
+ code?: string | null | undefined;
714137
+ name?: string | null | undefined;
714138
+ address?: string | null | undefined;
714139
+ is_override?: string | number | boolean | null | undefined;
714140
+ } | undefined;
714141
+ consignee?: {
714142
+ is_active?: string | number | boolean | null | undefined;
714143
+ id_forwarding_booking?: string | number | bigint | null | undefined;
714144
+ id_organization?: string | number | bigint | null | undefined;
714145
+ id_organization_address?: string | number | bigint | null | undefined;
714146
+ id_type?: string | number | bigint | null | undefined;
714147
+ code?: string | null | undefined;
714148
+ name?: string | null | undefined;
714149
+ address?: string | null | undefined;
714150
+ is_override?: string | number | boolean | null | undefined;
714151
+ } | undefined;
714152
+ };
714153
+ output: {
714154
+ data: {
714155
+ is_active: boolean | null;
714156
+ id: string;
714157
+ logic_code: string | null;
714158
+ created_at: Date | null;
714159
+ created_by: string | null;
714160
+ updated_at: Date | null;
714161
+ updated_by: string | null;
714162
+ length: Decimal | null;
714163
+ id_transport_mode: string | null;
714164
+ id_container_shipping_type: string | null;
714165
+ id_incoterm: string | null;
714166
+ id_service_level: string | null;
714167
+ id_release_type: string | null;
714168
+ id_charges_apply: string | null;
714169
+ id_origin_un_locode: string | null;
714170
+ id_destination_un_locode: string | null;
714171
+ id_carrier: string | null;
714172
+ id_creditor: string | null;
714173
+ id_carrier_service_level: string | null;
714174
+ id_on_board_status: string | null;
714175
+ id_outer_unit: string | null;
714176
+ id_weight_unit: string | null;
714177
+ id_volume_unit: string | null;
714178
+ id_chargeable_unit: string | null;
714179
+ id_commodity: string | null;
714180
+ description: string | null;
714181
+ extra_term: string | null;
714182
+ shipper_ref: string | null;
714183
+ mark_number: string | null;
714184
+ contract_number: string | null;
714185
+ booking_date: Date | null;
714186
+ expected_pickup_date: Date | null;
714187
+ expected_delivery_date: Date | null;
714188
+ customer_expected_pickup_date: Date | null;
714189
+ customer_expected_delivery_date: Date | null;
714190
+ outer: Decimal | null;
714191
+ volume: Decimal | null;
714192
+ chargeable: Decimal | null;
714193
+ booking_number: string | null;
714194
+ };
714195
+ log: {
714196
+ data: {
714197
+ id: string;
714198
+ id_log_type: string | null;
714205
714199
  id_forwarding_booking: string | null;
714200
+ url: string | null;
714201
+ params: SimpleJson;
714202
+ action: string | null;
714203
+ action_by: string | null;
714204
+ action_id: string | null;
714205
+ action_at: Date | null;
714206
714206
  } | undefined;
714207
714207
  };
714208
714208
  } | undefined;
@@ -714225,7 +714225,6 @@ declare const cargoflowRouter: BuiltRouter<{
714225
714225
  updated_at: Date | null;
714226
714226
  updated_by: string | null;
714227
714227
  length: Decimal | null;
714228
- description: string | null;
714229
714228
  id_transport_mode: string | null;
714230
714229
  id_container_shipping_type: string | null;
714231
714230
  id_incoterm: string | null;
@@ -714243,6 +714242,7 @@ declare const cargoflowRouter: BuiltRouter<{
714243
714242
  id_volume_unit: string | null;
714244
714243
  id_chargeable_unit: string | null;
714245
714244
  id_commodity: string | null;
714245
+ description: string | null;
714246
714246
  extra_term: string | null;
714247
714247
  shipper_ref: string | null;
714248
714248
  mark_number: string | null;
@@ -714315,7 +714315,6 @@ declare const cargoflowRouter: BuiltRouter<{
714315
714315
  updated_at: Date | null;
714316
714316
  updated_by: string | null;
714317
714317
  length: Decimal | null;
714318
- description: string | null;
714319
714318
  id_transport_mode: string | null;
714320
714319
  id_container_shipping_type: string | null;
714321
714320
  id_incoterm: string | null;
@@ -714333,6 +714332,7 @@ declare const cargoflowRouter: BuiltRouter<{
714333
714332
  id_volume_unit: string | null;
714334
714333
  id_chargeable_unit: string | null;
714335
714334
  id_commodity: string | null;
714335
+ description: string | null;
714336
714336
  extra_term: string | null;
714337
714337
  shipper_ref: string | null;
714338
714338
  mark_number: string | null;
@@ -714452,7 +714452,6 @@ declare const cargoflowRouter: BuiltRouter<{
714452
714452
  updated_at: Date | null;
714453
714453
  updated_by: string | null;
714454
714454
  length: Decimal | null;
714455
- description: string | null;
714456
714455
  id_transport_mode: string | null;
714457
714456
  id_container_shipping_type: string | null;
714458
714457
  id_incoterm: string | null;
@@ -714470,6 +714469,7 @@ declare const cargoflowRouter: BuiltRouter<{
714470
714469
  id_volume_unit: string | null;
714471
714470
  id_chargeable_unit: string | null;
714472
714471
  id_commodity: string | null;
714472
+ description: string | null;
714473
714473
  extra_term: string | null;
714474
714474
  shipper_ref: string | null;
714475
714475
  mark_number: string | null;
@@ -714884,121 +714884,6 @@ declare const cargoflowRouter: BuiltRouter<{
714884
714884
  };
714885
714885
  output: {
714886
714886
  data: {
714887
- forwarding_shipment_organizations: {
714888
- organization: {
714889
- is_active: boolean | null;
714890
- id: string;
714891
- logic_code: string | null;
714892
- name: string | null;
714893
- id_country: string | null;
714894
- id_state: string | null;
714895
- id_city: string | null;
714896
- id_postal_code: string | null;
714897
- id_company: string | null;
714898
- id_branch: string | null;
714899
- code: string | null;
714900
- created_at: Date | null;
714901
- created_by: string | null;
714902
- updated_at: Date | null;
714903
- updated_by: string | null;
714904
- id_un_locode: string | null;
714905
- email: string | null;
714906
- id_business_category: string | null;
714907
- id_controlling_branch: string | null;
714908
- id_airline: string | null;
714909
- id_shipping_line: string | null;
714910
- phone: string | null;
714911
- website_url: string | null;
714912
- company_number: string | null;
714913
- company_tax_number: string | null;
714914
- } | null;
714915
- organization_address: {
714916
- is_active: boolean | null;
714917
- id: string;
714918
- logic_code: string | null;
714919
- id_country: string | null;
714920
- id_state: string | null;
714921
- id_city: string | null;
714922
- id_postal_code: string | null;
714923
- code: string | null;
714924
- address: string | null;
714925
- mobile_phone: string | null;
714926
- created_at: Date | null;
714927
- created_by: string | null;
714928
- updated_at: Date | null;
714929
- updated_by: string | null;
714930
- id_un_locode: string | null;
714931
- email: string | null;
714932
- id_organization: string | null;
714933
- phone: string | null;
714934
- fax: string | null;
714935
- } | null;
714936
- forwarding_shipment_organization_type: {
714937
- is_active: boolean | null;
714938
- id: string;
714939
- logic_code: string | null;
714940
- name: string | null;
714941
- code: string | null;
714942
- created_at: Date | null;
714943
- created_by: string | null;
714944
- updated_at: Date | null;
714945
- updated_by: string | null;
714946
- } | null;
714947
- is_active: boolean | null;
714948
- id: string;
714949
- logic_code: string | null;
714950
- name: string | null;
714951
- code: string | null;
714952
- address: string | null;
714953
- created_at: Date | null;
714954
- created_by: string | null;
714955
- updated_at: Date | null;
714956
- updated_by: string | null;
714957
- id_organization: string | null;
714958
- id_organization_address: string | null;
714959
- id_type: string | null;
714960
- is_override: boolean | null;
714961
- id_forwarding_shipment: string | null;
714962
- }[];
714963
- forwarding_shipment_packings: {
714964
- is_active: boolean | null;
714965
- id: string;
714966
- logic_code: string | null;
714967
- code: string | null;
714968
- created_at: Date | null;
714969
- created_by: string | null;
714970
- updated_at: Date | null;
714971
- updated_by: string | null;
714972
- length: Decimal | null;
714973
- description: string | null;
714974
- id_weight_unit: string | null;
714975
- id_volume_unit: string | null;
714976
- id_commodity: string | null;
714977
- id_forwarding_booking: string | null;
714978
- volume: Decimal | null;
714979
- id_forwarding_shipment: string | null;
714980
- id_consol_container: string | null;
714981
- id_package_type: string | null;
714982
- id_length_unit: string | null;
714983
- id_width_unit: string | null;
714984
- id_height_unit: string | null;
714985
- id_dg_substance: string | null;
714986
- id_dg_class: string | null;
714987
- po_number: string | null;
714988
- goods_description: string | null;
714989
- item_number: string | null;
714990
- pack: number | null;
714991
- packing_order: number | null;
714992
- weight: Decimal | null;
714993
- width: Decimal | null;
714994
- height: Decimal | null;
714995
- harmonized_code: string | null;
714996
- harmonized_description: string | null;
714997
- dg_substance_name: string | null;
714998
- dg_class_name: string | null;
714999
- flash_point: Decimal | null;
715000
- un_dg_contact: string | null;
715001
- }[];
715002
714887
  forwarding_transport_mode: {
715003
714888
  is_active: boolean | null;
715004
714889
  id: string;
@@ -715110,6 +714995,121 @@ declare const cargoflowRouter: BuiltRouter<{
715110
714995
  has_seaport: boolean | null;
715111
714996
  has_outport: boolean | null;
715112
714997
  } | null;
714998
+ forwarding_shipment_packings: {
714999
+ is_active: boolean | null;
715000
+ id: string;
715001
+ logic_code: string | null;
715002
+ code: string | null;
715003
+ created_at: Date | null;
715004
+ created_by: string | null;
715005
+ updated_at: Date | null;
715006
+ updated_by: string | null;
715007
+ length: Decimal | null;
715008
+ id_weight_unit: string | null;
715009
+ id_volume_unit: string | null;
715010
+ id_commodity: string | null;
715011
+ id_forwarding_booking: string | null;
715012
+ description: string | null;
715013
+ volume: Decimal | null;
715014
+ id_forwarding_shipment: string | null;
715015
+ id_consol_container: string | null;
715016
+ id_package_type: string | null;
715017
+ id_length_unit: string | null;
715018
+ id_width_unit: string | null;
715019
+ id_height_unit: string | null;
715020
+ id_dg_substance: string | null;
715021
+ id_dg_class: string | null;
715022
+ po_number: string | null;
715023
+ goods_description: string | null;
715024
+ item_number: string | null;
715025
+ pack: number | null;
715026
+ packing_order: number | null;
715027
+ weight: Decimal | null;
715028
+ width: Decimal | null;
715029
+ height: Decimal | null;
715030
+ harmonized_code: string | null;
715031
+ harmonized_description: string | null;
715032
+ dg_substance_name: string | null;
715033
+ dg_class_name: string | null;
715034
+ flash_point: Decimal | null;
715035
+ un_dg_contact: string | null;
715036
+ }[];
715037
+ forwarding_shipment_organizations: {
715038
+ organization: {
715039
+ is_active: boolean | null;
715040
+ id: string;
715041
+ logic_code: string | null;
715042
+ name: string | null;
715043
+ id_country: string | null;
715044
+ id_state: string | null;
715045
+ id_city: string | null;
715046
+ id_postal_code: string | null;
715047
+ id_company: string | null;
715048
+ id_branch: string | null;
715049
+ code: string | null;
715050
+ created_at: Date | null;
715051
+ created_by: string | null;
715052
+ updated_at: Date | null;
715053
+ updated_by: string | null;
715054
+ id_un_locode: string | null;
715055
+ email: string | null;
715056
+ id_business_category: string | null;
715057
+ id_controlling_branch: string | null;
715058
+ id_airline: string | null;
715059
+ id_shipping_line: string | null;
715060
+ phone: string | null;
715061
+ website_url: string | null;
715062
+ company_number: string | null;
715063
+ company_tax_number: string | null;
715064
+ } | null;
715065
+ organization_address: {
715066
+ is_active: boolean | null;
715067
+ id: string;
715068
+ logic_code: string | null;
715069
+ id_country: string | null;
715070
+ id_state: string | null;
715071
+ id_city: string | null;
715072
+ id_postal_code: string | null;
715073
+ code: string | null;
715074
+ address: string | null;
715075
+ mobile_phone: string | null;
715076
+ created_at: Date | null;
715077
+ created_by: string | null;
715078
+ updated_at: Date | null;
715079
+ updated_by: string | null;
715080
+ id_un_locode: string | null;
715081
+ email: string | null;
715082
+ id_organization: string | null;
715083
+ phone: string | null;
715084
+ fax: string | null;
715085
+ } | null;
715086
+ forwarding_shipment_organization_type: {
715087
+ is_active: boolean | null;
715088
+ id: string;
715089
+ logic_code: string | null;
715090
+ name: string | null;
715091
+ code: string | null;
715092
+ created_at: Date | null;
715093
+ created_by: string | null;
715094
+ updated_at: Date | null;
715095
+ updated_by: string | null;
715096
+ } | null;
715097
+ is_active: boolean | null;
715098
+ id: string;
715099
+ logic_code: string | null;
715100
+ name: string | null;
715101
+ code: string | null;
715102
+ address: string | null;
715103
+ created_at: Date | null;
715104
+ created_by: string | null;
715105
+ updated_at: Date | null;
715106
+ updated_by: string | null;
715107
+ id_organization: string | null;
715108
+ id_organization_address: string | null;
715109
+ id_type: string | null;
715110
+ is_override: boolean | null;
715111
+ id_forwarding_shipment: string | null;
715112
+ }[];
715113
715113
  weight_unit: {
715114
715114
  is_active: boolean | null;
715115
715115
  id: string;
@@ -715485,7 +715485,6 @@ declare const cargoflowRouter: BuiltRouter<{
715485
715485
  created_by: string | null;
715486
715486
  updated_at: Date | null;
715487
715487
  updated_by: string | null;
715488
- description: string | null;
715489
715488
  id_transport_mode: string | null;
715490
715489
  id_container_shipping_type: string | null;
715491
715490
  id_incoterm: string | null;
@@ -715495,6 +715494,7 @@ declare const cargoflowRouter: BuiltRouter<{
715495
715494
  id_weight_unit: string | null;
715496
715495
  id_volume_unit: string | null;
715497
715496
  id_chargeable_unit: string | null;
715497
+ description: string | null;
715498
715498
  mark_number: string | null;
715499
715499
  volume: Decimal | null;
715500
715500
  chargeable: Decimal | null;
@@ -715573,82 +715573,117 @@ declare const cargoflowRouter: BuiltRouter<{
715573
715573
  forwarding_shipment_attachments: number;
715574
715574
  syncproc_purchase_orders: number;
715575
715575
  };
715576
- forwarding_shipment_organizations: {
715577
- organization: {
715578
- is_active: boolean | null;
715579
- id: string;
715580
- logic_code: string | null;
715581
- name: string | null;
715582
- id_country: string | null;
715583
- id_state: string | null;
715584
- id_city: string | null;
715585
- id_postal_code: string | null;
715586
- id_company: string | null;
715587
- id_branch: string | null;
715588
- code: string | null;
715589
- created_at: Date | null;
715590
- created_by: string | null;
715591
- updated_at: Date | null;
715592
- updated_by: string | null;
715593
- id_un_locode: string | null;
715594
- email: string | null;
715595
- id_business_category: string | null;
715596
- id_controlling_branch: string | null;
715597
- id_airline: string | null;
715598
- id_shipping_line: string | null;
715599
- phone: string | null;
715600
- website_url: string | null;
715601
- company_number: string | null;
715602
- company_tax_number: string | null;
715603
- } | null;
715604
- organization_address: {
715605
- is_active: boolean | null;
715606
- id: string;
715607
- logic_code: string | null;
715608
- id_country: string | null;
715609
- id_state: string | null;
715610
- id_city: string | null;
715611
- id_postal_code: string | null;
715612
- code: string | null;
715613
- address: string | null;
715614
- mobile_phone: string | null;
715615
- created_at: Date | null;
715616
- created_by: string | null;
715617
- updated_at: Date | null;
715618
- updated_by: string | null;
715619
- id_un_locode: string | null;
715620
- email: string | null;
715621
- id_organization: string | null;
715622
- phone: string | null;
715623
- fax: string | null;
715624
- } | null;
715625
- forwarding_shipment_organization_type: {
715626
- is_active: boolean | null;
715627
- id: string;
715628
- logic_code: string | null;
715629
- name: string | null;
715630
- code: string | null;
715631
- created_at: Date | null;
715632
- created_by: string | null;
715633
- updated_at: Date | null;
715634
- updated_by: string | null;
715635
- } | null;
715576
+ forwarding_transport_mode: {
715636
715577
  is_active: boolean | null;
715637
715578
  id: string;
715638
715579
  logic_code: string | null;
715639
715580
  name: string | null;
715640
715581
  code: string | null;
715641
- address: string | null;
715642
715582
  created_at: Date | null;
715643
715583
  created_by: string | null;
715644
715584
  updated_at: Date | null;
715645
715585
  updated_by: string | null;
715646
- id_organization: string | null;
715647
- id_organization_address: string | null;
715648
- id_type: string | null;
715649
- is_override: boolean | null;
715650
- id_forwarding_shipment: string | null;
715651
- }[];
715586
+ is_shipment: boolean | null;
715587
+ is_consol: boolean | null;
715588
+ } | null;
715589
+ container_shipping_type: {
715590
+ is_active: boolean | null;
715591
+ id: string;
715592
+ logic_code: string | null;
715593
+ name: string | null;
715594
+ code: string | null;
715595
+ created_at: Date | null;
715596
+ created_by: string | null;
715597
+ updated_at: Date | null;
715598
+ updated_by: string | null;
715599
+ } | null;
715600
+ incoterm: {
715601
+ is_active: boolean | null;
715602
+ id: string;
715603
+ logic_code: string | null;
715604
+ name: string | null;
715605
+ code: string | null;
715606
+ created_at: Date | null;
715607
+ created_by: string | null;
715608
+ updated_at: Date | null;
715609
+ updated_by: string | null;
715610
+ description: string | null;
715611
+ } | null;
715612
+ service_level: {
715613
+ is_active: boolean | null;
715614
+ id: string;
715615
+ logic_code: string | null;
715616
+ name: string | null;
715617
+ code: string | null;
715618
+ created_at: Date | null;
715619
+ created_by: string | null;
715620
+ updated_at: Date | null;
715621
+ updated_by: string | null;
715622
+ id_agreement: string | null;
715623
+ percentage: Decimal | null;
715624
+ } | null;
715625
+ origin_un_locode: {
715626
+ is_active: boolean | null;
715627
+ id: string;
715628
+ logic_code: string | null;
715629
+ id_country: string | null;
715630
+ id_state: string | null;
715631
+ id_city: string | null;
715632
+ created_at: Date | null;
715633
+ created_by: string | null;
715634
+ updated_at: Date | null;
715635
+ updated_by: string | null;
715636
+ id_time_zone: string | null;
715637
+ un_code: string | null;
715638
+ iata_code: string | null;
715639
+ iata_region_code: string | null;
715640
+ latitude: Decimal | null;
715641
+ longitude: Decimal | null;
715642
+ port_name: string | null;
715643
+ proper_name: string | null;
715644
+ has_post: boolean | null;
715645
+ has_customs: boolean | null;
715646
+ has_unload: boolean | null;
715647
+ has_airport: boolean | null;
715648
+ has_railway: boolean | null;
715649
+ has_road: boolean | null;
715650
+ has_store: boolean | null;
715651
+ has_terminal: boolean | null;
715652
+ has_discharge: boolean | null;
715653
+ has_seaport: boolean | null;
715654
+ has_outport: boolean | null;
715655
+ } | null;
715656
+ destination_un_locode: {
715657
+ is_active: boolean | null;
715658
+ id: string;
715659
+ logic_code: string | null;
715660
+ id_country: string | null;
715661
+ id_state: string | null;
715662
+ id_city: string | null;
715663
+ created_at: Date | null;
715664
+ created_by: string | null;
715665
+ updated_at: Date | null;
715666
+ updated_by: string | null;
715667
+ id_time_zone: string | null;
715668
+ un_code: string | null;
715669
+ iata_code: string | null;
715670
+ iata_region_code: string | null;
715671
+ latitude: Decimal | null;
715672
+ longitude: Decimal | null;
715673
+ port_name: string | null;
715674
+ proper_name: string | null;
715675
+ has_post: boolean | null;
715676
+ has_customs: boolean | null;
715677
+ has_unload: boolean | null;
715678
+ has_airport: boolean | null;
715679
+ has_railway: boolean | null;
715680
+ has_road: boolean | null;
715681
+ has_store: boolean | null;
715682
+ has_terminal: boolean | null;
715683
+ has_discharge: boolean | null;
715684
+ has_seaport: boolean | null;
715685
+ has_outport: boolean | null;
715686
+ } | null;
715652
715687
  forwarding_shipment_packings: {
715653
715688
  forwarding_booking: {
715654
715689
  is_active: boolean | null;
@@ -715659,7 +715694,6 @@ declare const cargoflowRouter: BuiltRouter<{
715659
715694
  updated_at: Date | null;
715660
715695
  updated_by: string | null;
715661
715696
  length: Decimal | null;
715662
- description: string | null;
715663
715697
  id_transport_mode: string | null;
715664
715698
  id_container_shipping_type: string | null;
715665
715699
  id_incoterm: string | null;
@@ -715677,6 +715711,7 @@ declare const cargoflowRouter: BuiltRouter<{
715677
715711
  id_volume_unit: string | null;
715678
715712
  id_chargeable_unit: string | null;
715679
715713
  id_commodity: string | null;
715714
+ description: string | null;
715680
715715
  extra_term: string | null;
715681
715716
  shipper_ref: string | null;
715682
715717
  mark_number: string | null;
@@ -715721,7 +715756,6 @@ declare const cargoflowRouter: BuiltRouter<{
715721
715756
  created_by: string | null;
715722
715757
  updated_at: Date | null;
715723
715758
  updated_by: string | null;
715724
- description: string | null;
715725
715759
  id_transport_mode: string | null;
715726
715760
  id_container_shipping_type: string | null;
715727
715761
  id_incoterm: string | null;
@@ -715731,6 +715765,7 @@ declare const cargoflowRouter: BuiltRouter<{
715731
715765
  id_weight_unit: string | null;
715732
715766
  id_volume_unit: string | null;
715733
715767
  id_chargeable_unit: string | null;
715768
+ description: string | null;
715734
715769
  mark_number: string | null;
715735
715770
  volume: Decimal | null;
715736
715771
  chargeable: Decimal | null;
@@ -715890,11 +715925,11 @@ declare const cargoflowRouter: BuiltRouter<{
715890
715925
  updated_at: Date | null;
715891
715926
  updated_by: string | null;
715892
715927
  length: Decimal | null;
715893
- description: string | null;
715894
715928
  id_weight_unit: string | null;
715895
715929
  id_volume_unit: string | null;
715896
715930
  id_commodity: string | null;
715897
715931
  id_forwarding_booking: string | null;
715932
+ description: string | null;
715898
715933
  volume: Decimal | null;
715899
715934
  id_forwarding_shipment: string | null;
715900
715935
  id_consol_container: string | null;
@@ -715919,117 +715954,82 @@ declare const cargoflowRouter: BuiltRouter<{
715919
715954
  flash_point: Decimal | null;
715920
715955
  un_dg_contact: string | null;
715921
715956
  }[];
715922
- forwarding_transport_mode: {
715923
- is_active: boolean | null;
715924
- id: string;
715925
- logic_code: string | null;
715926
- name: string | null;
715927
- code: string | null;
715928
- created_at: Date | null;
715929
- created_by: string | null;
715930
- updated_at: Date | null;
715931
- updated_by: string | null;
715932
- is_shipment: boolean | null;
715933
- is_consol: boolean | null;
715934
- } | null;
715935
- container_shipping_type: {
715936
- is_active: boolean | null;
715937
- id: string;
715938
- logic_code: string | null;
715939
- name: string | null;
715940
- code: string | null;
715941
- created_at: Date | null;
715942
- created_by: string | null;
715943
- updated_at: Date | null;
715944
- updated_by: string | null;
715945
- } | null;
715946
- incoterm: {
715947
- is_active: boolean | null;
715948
- id: string;
715949
- logic_code: string | null;
715950
- name: string | null;
715951
- code: string | null;
715952
- created_at: Date | null;
715953
- created_by: string | null;
715954
- updated_at: Date | null;
715955
- updated_by: string | null;
715956
- description: string | null;
715957
- } | null;
715958
- service_level: {
715957
+ forwarding_shipment_organizations: {
715958
+ organization: {
715959
+ is_active: boolean | null;
715960
+ id: string;
715961
+ logic_code: string | null;
715962
+ name: string | null;
715963
+ id_country: string | null;
715964
+ id_state: string | null;
715965
+ id_city: string | null;
715966
+ id_postal_code: string | null;
715967
+ id_company: string | null;
715968
+ id_branch: string | null;
715969
+ code: string | null;
715970
+ created_at: Date | null;
715971
+ created_by: string | null;
715972
+ updated_at: Date | null;
715973
+ updated_by: string | null;
715974
+ id_un_locode: string | null;
715975
+ email: string | null;
715976
+ id_business_category: string | null;
715977
+ id_controlling_branch: string | null;
715978
+ id_airline: string | null;
715979
+ id_shipping_line: string | null;
715980
+ phone: string | null;
715981
+ website_url: string | null;
715982
+ company_number: string | null;
715983
+ company_tax_number: string | null;
715984
+ } | null;
715985
+ organization_address: {
715986
+ is_active: boolean | null;
715987
+ id: string;
715988
+ logic_code: string | null;
715989
+ id_country: string | null;
715990
+ id_state: string | null;
715991
+ id_city: string | null;
715992
+ id_postal_code: string | null;
715993
+ code: string | null;
715994
+ address: string | null;
715995
+ mobile_phone: string | null;
715996
+ created_at: Date | null;
715997
+ created_by: string | null;
715998
+ updated_at: Date | null;
715999
+ updated_by: string | null;
716000
+ id_un_locode: string | null;
716001
+ email: string | null;
716002
+ id_organization: string | null;
716003
+ phone: string | null;
716004
+ fax: string | null;
716005
+ } | null;
716006
+ forwarding_shipment_organization_type: {
716007
+ is_active: boolean | null;
716008
+ id: string;
716009
+ logic_code: string | null;
716010
+ name: string | null;
716011
+ code: string | null;
716012
+ created_at: Date | null;
716013
+ created_by: string | null;
716014
+ updated_at: Date | null;
716015
+ updated_by: string | null;
716016
+ } | null;
715959
716017
  is_active: boolean | null;
715960
716018
  id: string;
715961
716019
  logic_code: string | null;
715962
716020
  name: string | null;
715963
716021
  code: string | null;
716022
+ address: string | null;
715964
716023
  created_at: Date | null;
715965
716024
  created_by: string | null;
715966
716025
  updated_at: Date | null;
715967
716026
  updated_by: string | null;
715968
- id_agreement: string | null;
715969
- percentage: Decimal | null;
715970
- } | null;
715971
- origin_un_locode: {
715972
- is_active: boolean | null;
715973
- id: string;
715974
- logic_code: string | null;
715975
- id_country: string | null;
715976
- id_state: string | null;
715977
- id_city: string | null;
715978
- created_at: Date | null;
715979
- created_by: string | null;
715980
- updated_at: Date | null;
715981
- updated_by: string | null;
715982
- id_time_zone: string | null;
715983
- un_code: string | null;
715984
- iata_code: string | null;
715985
- iata_region_code: string | null;
715986
- latitude: Decimal | null;
715987
- longitude: Decimal | null;
715988
- port_name: string | null;
715989
- proper_name: string | null;
715990
- has_post: boolean | null;
715991
- has_customs: boolean | null;
715992
- has_unload: boolean | null;
715993
- has_airport: boolean | null;
715994
- has_railway: boolean | null;
715995
- has_road: boolean | null;
715996
- has_store: boolean | null;
715997
- has_terminal: boolean | null;
715998
- has_discharge: boolean | null;
715999
- has_seaport: boolean | null;
716000
- has_outport: boolean | null;
716001
- } | null;
716002
- destination_un_locode: {
716003
- is_active: boolean | null;
716004
- id: string;
716005
- logic_code: string | null;
716006
- id_country: string | null;
716007
- id_state: string | null;
716008
- id_city: string | null;
716009
- created_at: Date | null;
716010
- created_by: string | null;
716011
- updated_at: Date | null;
716012
- updated_by: string | null;
716013
- id_time_zone: string | null;
716014
- un_code: string | null;
716015
- iata_code: string | null;
716016
- iata_region_code: string | null;
716017
- latitude: Decimal | null;
716018
- longitude: Decimal | null;
716019
- port_name: string | null;
716020
- proper_name: string | null;
716021
- has_post: boolean | null;
716022
- has_customs: boolean | null;
716023
- has_unload: boolean | null;
716024
- has_airport: boolean | null;
716025
- has_railway: boolean | null;
716026
- has_road: boolean | null;
716027
- has_store: boolean | null;
716028
- has_terminal: boolean | null;
716029
- has_discharge: boolean | null;
716030
- has_seaport: boolean | null;
716031
- has_outport: boolean | null;
716032
- } | null;
716027
+ id_organization: string | null;
716028
+ id_organization_address: string | null;
716029
+ id_type: string | null;
716030
+ is_override: boolean | null;
716031
+ id_forwarding_shipment: string | null;
716032
+ }[];
716033
716033
  weight_unit: {
716034
716034
  is_active: boolean | null;
716035
716035
  id: string;
@@ -717356,7 +717356,6 @@ declare const cargoflowRouter: BuiltRouter<{
717356
717356
  created_by: string | null;
717357
717357
  updated_at: Date | null;
717358
717358
  updated_by: string | null;
717359
- description: string | null;
717360
717359
  id_transport_mode: string | null;
717361
717360
  id_container_shipping_type: string | null;
717362
717361
  id_incoterm: string | null;
@@ -717366,6 +717365,7 @@ declare const cargoflowRouter: BuiltRouter<{
717366
717365
  id_weight_unit: string | null;
717367
717366
  id_volume_unit: string | null;
717368
717367
  id_chargeable_unit: string | null;
717368
+ description: string | null;
717369
717369
  mark_number: string | null;
717370
717370
  volume: Decimal | null;
717371
717371
  chargeable: Decimal | null;
@@ -717752,7 +717752,6 @@ declare const cargoflowRouter: BuiltRouter<{
717752
717752
  created_by: string | null;
717753
717753
  updated_at: Date | null;
717754
717754
  updated_by: string | null;
717755
- description: string | null;
717756
717755
  id_transport_mode: string | null;
717757
717756
  id_container_shipping_type: string | null;
717758
717757
  id_incoterm: string | null;
@@ -717762,6 +717761,7 @@ declare const cargoflowRouter: BuiltRouter<{
717762
717761
  id_weight_unit: string | null;
717763
717762
  id_volume_unit: string | null;
717764
717763
  id_chargeable_unit: string | null;
717764
+ description: string | null;
717765
717765
  mark_number: string | null;
717766
717766
  volume: Decimal | null;
717767
717767
  chargeable: Decimal | null;
@@ -718081,7 +718081,6 @@ declare const cargoflowRouter: BuiltRouter<{
718081
718081
  created_by: string | null;
718082
718082
  updated_at: Date | null;
718083
718083
  updated_by: string | null;
718084
- description: string | null;
718085
718084
  id_transport_mode: string | null;
718086
718085
  id_container_shipping_type: string | null;
718087
718086
  id_incoterm: string | null;
@@ -718091,6 +718090,7 @@ declare const cargoflowRouter: BuiltRouter<{
718091
718090
  id_weight_unit: string | null;
718092
718091
  id_volume_unit: string | null;
718093
718092
  id_chargeable_unit: string | null;
718093
+ description: string | null;
718094
718094
  mark_number: string | null;
718095
718095
  volume: Decimal | null;
718096
718096
  chargeable: Decimal | null;
@@ -718236,7 +718236,6 @@ declare const cargoflowRouter: BuiltRouter<{
718236
718236
  created_by: string | null;
718237
718237
  updated_at: Date | null;
718238
718238
  updated_by: string | null;
718239
- description: string | null;
718240
718239
  id_transport_mode: string | null;
718241
718240
  id_container_shipping_type: string | null;
718242
718241
  id_incoterm: string | null;
@@ -718246,6 +718245,7 @@ declare const cargoflowRouter: BuiltRouter<{
718246
718245
  id_weight_unit: string | null;
718247
718246
  id_volume_unit: string | null;
718248
718247
  id_chargeable_unit: string | null;
718248
+ description: string | null;
718249
718249
  mark_number: string | null;
718250
718250
  volume: Decimal | null;
718251
718251
  chargeable: Decimal | null;
@@ -718391,7 +718391,6 @@ declare const cargoflowRouter: BuiltRouter<{
718391
718391
  created_by: string | null;
718392
718392
  updated_at: Date | null;
718393
718393
  updated_by: string | null;
718394
- description: string | null;
718395
718394
  id_transport_mode: string | null;
718396
718395
  id_container_shipping_type: string | null;
718397
718396
  id_incoterm: string | null;
@@ -718401,6 +718400,7 @@ declare const cargoflowRouter: BuiltRouter<{
718401
718400
  id_weight_unit: string | null;
718402
718401
  id_volume_unit: string | null;
718403
718402
  id_chargeable_unit: string | null;
718403
+ description: string | null;
718404
718404
  mark_number: string | null;
718405
718405
  volume: Decimal | null;
718406
718406
  chargeable: Decimal | null;
@@ -718534,7 +718534,6 @@ declare const cargoflowRouter: BuiltRouter<{
718534
718534
  created_by: string | null;
718535
718535
  updated_at: Date | null;
718536
718536
  updated_by: string | null;
718537
- description: string | null;
718538
718537
  id_transport_mode: string | null;
718539
718538
  id_container_shipping_type: string | null;
718540
718539
  id_incoterm: string | null;
@@ -718544,6 +718543,7 @@ declare const cargoflowRouter: BuiltRouter<{
718544
718543
  id_weight_unit: string | null;
718545
718544
  id_volume_unit: string | null;
718546
718545
  id_chargeable_unit: string | null;
718546
+ description: string | null;
718547
718547
  mark_number: string | null;
718548
718548
  volume: Decimal | null;
718549
718549
  chargeable: Decimal | null;
@@ -718925,7 +718925,6 @@ declare const cargoflowRouter: BuiltRouter<{
718925
718925
  created_by: string | null;
718926
718926
  updated_at: Date | null;
718927
718927
  updated_by: string | null;
718928
- description: string | null;
718929
718928
  id_transport_mode: string | null;
718930
718929
  id_container_shipping_type: string | null;
718931
718930
  id_incoterm: string | null;
@@ -718935,6 +718934,7 @@ declare const cargoflowRouter: BuiltRouter<{
718935
718934
  id_weight_unit: string | null;
718936
718935
  id_volume_unit: string | null;
718937
718936
  id_chargeable_unit: string | null;
718937
+ description: string | null;
718938
718938
  mark_number: string | null;
718939
718939
  volume: Decimal | null;
718940
718940
  chargeable: Decimal | null;
@@ -719175,7 +719175,6 @@ declare const cargoflowRouter: BuiltRouter<{
719175
719175
  created_by: string | null;
719176
719176
  updated_at: Date | null;
719177
719177
  updated_by: string | null;
719178
- description: string | null;
719179
719178
  id_transport_mode: string | null;
719180
719179
  id_container_shipping_type: string | null;
719181
719180
  id_incoterm: string | null;
@@ -719185,6 +719184,7 @@ declare const cargoflowRouter: BuiltRouter<{
719185
719184
  id_weight_unit: string | null;
719186
719185
  id_volume_unit: string | null;
719187
719186
  id_chargeable_unit: string | null;
719187
+ description: string | null;
719188
719188
  mark_number: string | null;
719189
719189
  volume: Decimal | null;
719190
719190
  chargeable: Decimal | null;
@@ -719750,7 +719750,6 @@ declare const cargoflowRouter: BuiltRouter<{
719750
719750
  created_by: string | null;
719751
719751
  updated_at: Date | null;
719752
719752
  updated_by: string | null;
719753
- description: string | null;
719754
719753
  id_transport_mode: string | null;
719755
719754
  id_container_shipping_type: string | null;
719756
719755
  id_incoterm: string | null;
@@ -719760,6 +719759,7 @@ declare const cargoflowRouter: BuiltRouter<{
719760
719759
  id_weight_unit: string | null;
719761
719760
  id_volume_unit: string | null;
719762
719761
  id_chargeable_unit: string | null;
719762
+ description: string | null;
719763
719763
  mark_number: string | null;
719764
719764
  volume: Decimal | null;
719765
719765
  chargeable: Decimal | null;
@@ -720000,7 +720000,6 @@ declare const cargoflowRouter: BuiltRouter<{
720000
720000
  created_by: string | null;
720001
720001
  updated_at: Date | null;
720002
720002
  updated_by: string | null;
720003
- description: string | null;
720004
720003
  id_transport_mode: string | null;
720005
720004
  id_container_shipping_type: string | null;
720006
720005
  id_incoterm: string | null;
@@ -720010,6 +720009,7 @@ declare const cargoflowRouter: BuiltRouter<{
720010
720009
  id_weight_unit: string | null;
720011
720010
  id_volume_unit: string | null;
720012
720011
  id_chargeable_unit: string | null;
720012
+ description: string | null;
720013
720013
  mark_number: string | null;
720014
720014
  volume: Decimal | null;
720015
720015
  chargeable: Decimal | null;
@@ -720535,7 +720535,6 @@ declare const cargoflowRouter: BuiltRouter<{
720535
720535
  updated_at: Date | null;
720536
720536
  updated_by: string | null;
720537
720537
  length: Decimal | null;
720538
- description: string | null;
720539
720538
  id_transport_mode: string | null;
720540
720539
  id_container_shipping_type: string | null;
720541
720540
  id_incoterm: string | null;
@@ -720553,6 +720552,7 @@ declare const cargoflowRouter: BuiltRouter<{
720553
720552
  id_volume_unit: string | null;
720554
720553
  id_chargeable_unit: string | null;
720555
720554
  id_commodity: string | null;
720555
+ description: string | null;
720556
720556
  extra_term: string | null;
720557
720557
  shipper_ref: string | null;
720558
720558
  mark_number: string | null;
@@ -720597,7 +720597,6 @@ declare const cargoflowRouter: BuiltRouter<{
720597
720597
  created_by: string | null;
720598
720598
  updated_at: Date | null;
720599
720599
  updated_by: string | null;
720600
- description: string | null;
720601
720600
  id_transport_mode: string | null;
720602
720601
  id_container_shipping_type: string | null;
720603
720602
  id_incoterm: string | null;
@@ -720607,6 +720606,7 @@ declare const cargoflowRouter: BuiltRouter<{
720607
720606
  id_weight_unit: string | null;
720608
720607
  id_volume_unit: string | null;
720609
720608
  id_chargeable_unit: string | null;
720609
+ description: string | null;
720610
720610
  mark_number: string | null;
720611
720611
  volume: Decimal | null;
720612
720612
  chargeable: Decimal | null;
@@ -720766,11 +720766,11 @@ declare const cargoflowRouter: BuiltRouter<{
720766
720766
  updated_at: Date | null;
720767
720767
  updated_by: string | null;
720768
720768
  length: Decimal | null;
720769
- description: string | null;
720770
720769
  id_weight_unit: string | null;
720771
720770
  id_volume_unit: string | null;
720772
720771
  id_commodity: string | null;
720773
720772
  id_forwarding_booking: string | null;
720773
+ description: string | null;
720774
720774
  volume: Decimal | null;
720775
720775
  id_forwarding_shipment: string | null;
720776
720776
  id_consol_container: string | null;
@@ -720833,7 +720833,6 @@ declare const cargoflowRouter: BuiltRouter<{
720833
720833
  updated_at: Date | null;
720834
720834
  updated_by: string | null;
720835
720835
  length: Decimal | null;
720836
- description: string | null;
720837
720836
  id_transport_mode: string | null;
720838
720837
  id_container_shipping_type: string | null;
720839
720838
  id_incoterm: string | null;
@@ -720851,6 +720850,7 @@ declare const cargoflowRouter: BuiltRouter<{
720851
720850
  id_volume_unit: string | null;
720852
720851
  id_chargeable_unit: string | null;
720853
720852
  id_commodity: string | null;
720853
+ description: string | null;
720854
720854
  extra_term: string | null;
720855
720855
  shipper_ref: string | null;
720856
720856
  mark_number: string | null;
@@ -720895,7 +720895,6 @@ declare const cargoflowRouter: BuiltRouter<{
720895
720895
  created_by: string | null;
720896
720896
  updated_at: Date | null;
720897
720897
  updated_by: string | null;
720898
- description: string | null;
720899
720898
  id_transport_mode: string | null;
720900
720899
  id_container_shipping_type: string | null;
720901
720900
  id_incoterm: string | null;
@@ -720905,6 +720904,7 @@ declare const cargoflowRouter: BuiltRouter<{
720905
720904
  id_weight_unit: string | null;
720906
720905
  id_volume_unit: string | null;
720907
720906
  id_chargeable_unit: string | null;
720907
+ description: string | null;
720908
720908
  mark_number: string | null;
720909
720909
  volume: Decimal | null;
720910
720910
  chargeable: Decimal | null;
@@ -721064,11 +721064,11 @@ declare const cargoflowRouter: BuiltRouter<{
721064
721064
  updated_at: Date | null;
721065
721065
  updated_by: string | null;
721066
721066
  length: Decimal | null;
721067
- description: string | null;
721068
721067
  id_weight_unit: string | null;
721069
721068
  id_volume_unit: string | null;
721070
721069
  id_commodity: string | null;
721071
721070
  id_forwarding_booking: string | null;
721071
+ description: string | null;
721072
721072
  volume: Decimal | null;
721073
721073
  id_forwarding_shipment: string | null;
721074
721074
  id_consol_container: string | null;
@@ -721241,103 +721241,103 @@ declare const cargoflowRouter: BuiltRouter<{
721241
721241
  updated_at: Date | null;
721242
721242
  updated_by: string | null;
721243
721243
  length: Decimal | null;
721244
+ id_weight_unit: string | null;
721245
+ id_volume_unit: string | null;
721246
+ id_commodity: string | null;
721247
+ id_forwarding_booking: string | null;
721244
721248
  description: string | null;
721249
+ volume: Decimal | null;
721250
+ id_forwarding_shipment: string | null;
721251
+ id_consol_container: string | null;
721252
+ id_package_type: string | null;
721253
+ id_length_unit: string | null;
721254
+ id_width_unit: string | null;
721255
+ id_height_unit: string | null;
721256
+ id_dg_substance: string | null;
721257
+ id_dg_class: string | null;
721258
+ po_number: string | null;
721259
+ goods_description: string | null;
721260
+ item_number: string | null;
721261
+ pack: number | null;
721262
+ packing_order: number | null;
721263
+ weight: Decimal | null;
721264
+ width: Decimal | null;
721265
+ height: Decimal | null;
721266
+ harmonized_code: string | null;
721267
+ harmonized_description: string | null;
721268
+ dg_substance_name: string | null;
721269
+ dg_class_name: string | null;
721270
+ flash_point: Decimal | null;
721271
+ un_dg_contact: string | null;
721272
+ };
721273
+ log: {
721274
+ id: string;
721275
+ id_log_type: string | null;
721276
+ url: string | null;
721277
+ params: SimpleJson;
721278
+ action: string | null;
721279
+ action_by: string | null;
721280
+ action_id: string | null;
721281
+ action_at: Date | null;
721282
+ id_forwarding_shipment_packing: string | null;
721283
+ } | undefined;
721284
+ } | undefined;
721285
+ meta: object;
721286
+ }>;
721287
+ update: MutationProcedure<{
721288
+ input: {
721289
+ is_system?: (string | number | boolean)[] | null | undefined;
721290
+ id?: string | number | bigint | null | undefined;
721291
+ id_string?: string | null | undefined;
721292
+ logic_code?: string | null | undefined;
721293
+ is_active?: string | number | boolean | null | undefined;
721294
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
721295
+ id_forwarding_booking?: string | number | bigint | null | undefined;
721296
+ id_consol_container?: string | number | bigint | null | undefined;
721297
+ id_package_type?: string | number | bigint | null | undefined;
721298
+ id_weight_unit?: string | number | bigint | null | undefined;
721299
+ id_volume_unit?: string | number | bigint | null | undefined;
721300
+ id_length_unit?: string | number | bigint | null | undefined;
721301
+ id_width_unit?: string | number | bigint | null | undefined;
721302
+ id_height_unit?: string | number | bigint | null | undefined;
721303
+ id_commodity?: string | number | bigint | null | undefined;
721304
+ id_dg_substance?: string | number | bigint | null | undefined;
721305
+ id_dg_class?: string | number | bigint | null | undefined;
721306
+ code?: string | null | undefined;
721307
+ po_number?: string | null | undefined;
721308
+ goods_description?: string | null | undefined;
721309
+ item_number?: string | null | undefined;
721310
+ pack?: string | number | null | undefined;
721311
+ packing_order?: string | number | null | undefined;
721312
+ weight?: string | null | undefined;
721313
+ volume?: string | null | undefined;
721314
+ length?: string | null | undefined;
721315
+ width?: string | null | undefined;
721316
+ height?: string | null | undefined;
721317
+ description?: string | null | undefined;
721318
+ harmonized_code?: string | null | undefined;
721319
+ harmonized_description?: string | null | undefined;
721320
+ dg_substance_name?: string | null | undefined;
721321
+ dg_class_name?: string | null | undefined;
721322
+ flash_point?: string | null | undefined;
721323
+ un_dg_contact?: string | null | undefined;
721324
+ };
721325
+ output: {
721326
+ data: {
721327
+ is_active: boolean | null;
721328
+ id: string;
721329
+ logic_code: string | null;
721330
+ code: string | null;
721331
+ created_at: Date | null;
721332
+ created_by: string | null;
721333
+ updated_at: Date | null;
721334
+ updated_by: string | null;
721335
+ length: Decimal | null;
721245
721336
  id_weight_unit: string | null;
721246
721337
  id_volume_unit: string | null;
721247
721338
  id_commodity: string | null;
721248
721339
  id_forwarding_booking: string | null;
721249
- volume: Decimal | null;
721250
- id_forwarding_shipment: string | null;
721251
- id_consol_container: string | null;
721252
- id_package_type: string | null;
721253
- id_length_unit: string | null;
721254
- id_width_unit: string | null;
721255
- id_height_unit: string | null;
721256
- id_dg_substance: string | null;
721257
- id_dg_class: string | null;
721258
- po_number: string | null;
721259
- goods_description: string | null;
721260
- item_number: string | null;
721261
- pack: number | null;
721262
- packing_order: number | null;
721263
- weight: Decimal | null;
721264
- width: Decimal | null;
721265
- height: Decimal | null;
721266
- harmonized_code: string | null;
721267
- harmonized_description: string | null;
721268
- dg_substance_name: string | null;
721269
- dg_class_name: string | null;
721270
- flash_point: Decimal | null;
721271
- un_dg_contact: string | null;
721272
- };
721273
- log: {
721274
- id: string;
721275
- id_log_type: string | null;
721276
- url: string | null;
721277
- params: SimpleJson;
721278
- action: string | null;
721279
- action_by: string | null;
721280
- action_id: string | null;
721281
- action_at: Date | null;
721282
- id_forwarding_shipment_packing: string | null;
721283
- } | undefined;
721284
- } | undefined;
721285
- meta: object;
721286
- }>;
721287
- update: MutationProcedure<{
721288
- input: {
721289
- is_system?: (string | number | boolean)[] | null | undefined;
721290
- id?: string | number | bigint | null | undefined;
721291
- id_string?: string | null | undefined;
721292
- logic_code?: string | null | undefined;
721293
- is_active?: string | number | boolean | null | undefined;
721294
- id_forwarding_shipment?: string | number | bigint | null | undefined;
721295
- id_forwarding_booking?: string | number | bigint | null | undefined;
721296
- id_consol_container?: string | number | bigint | null | undefined;
721297
- id_package_type?: string | number | bigint | null | undefined;
721298
- id_weight_unit?: string | number | bigint | null | undefined;
721299
- id_volume_unit?: string | number | bigint | null | undefined;
721300
- id_length_unit?: string | number | bigint | null | undefined;
721301
- id_width_unit?: string | number | bigint | null | undefined;
721302
- id_height_unit?: string | number | bigint | null | undefined;
721303
- id_commodity?: string | number | bigint | null | undefined;
721304
- id_dg_substance?: string | number | bigint | null | undefined;
721305
- id_dg_class?: string | number | bigint | null | undefined;
721306
- code?: string | null | undefined;
721307
- po_number?: string | null | undefined;
721308
- goods_description?: string | null | undefined;
721309
- item_number?: string | null | undefined;
721310
- pack?: string | number | null | undefined;
721311
- packing_order?: string | number | null | undefined;
721312
- weight?: string | null | undefined;
721313
- volume?: string | null | undefined;
721314
- length?: string | null | undefined;
721315
- width?: string | null | undefined;
721316
- height?: string | null | undefined;
721317
- description?: string | null | undefined;
721318
- harmonized_code?: string | null | undefined;
721319
- harmonized_description?: string | null | undefined;
721320
- dg_substance_name?: string | null | undefined;
721321
- dg_class_name?: string | null | undefined;
721322
- flash_point?: string | null | undefined;
721323
- un_dg_contact?: string | null | undefined;
721324
- };
721325
- output: {
721326
- data: {
721327
- is_active: boolean | null;
721328
- id: string;
721329
- logic_code: string | null;
721330
- code: string | null;
721331
- created_at: Date | null;
721332
- created_by: string | null;
721333
- updated_at: Date | null;
721334
- updated_by: string | null;
721335
- length: Decimal | null;
721336
- description: string | null;
721337
- id_weight_unit: string | null;
721338
- id_volume_unit: string | null;
721339
- id_commodity: string | null;
721340
- id_forwarding_booking: string | null;
721340
+ description: string | null;
721341
721341
  volume: Decimal | null;
721342
721342
  id_forwarding_shipment: string | null;
721343
721343
  id_consol_container: string | null;
@@ -721461,11 +721461,11 @@ declare const cargoflowRouter: BuiltRouter<{
721461
721461
  updated_at: Date | null;
721462
721462
  updated_by: string | null;
721463
721463
  length: Decimal | null;
721464
- description: string | null;
721465
721464
  id_weight_unit: string | null;
721466
721465
  id_volume_unit: string | null;
721467
721466
  id_commodity: string | null;
721468
721467
  id_forwarding_booking: string | null;
721468
+ description: string | null;
721469
721469
  volume: Decimal | null;
721470
721470
  id_forwarding_shipment: string | null;
721471
721471
  id_consol_container: string | null;
@@ -721513,11 +721513,11 @@ declare const cargoflowRouter: BuiltRouter<{
721513
721513
  updated_at: Date | null;
721514
721514
  updated_by: string | null;
721515
721515
  length: Decimal | null;
721516
- description: string | null;
721517
721516
  id_weight_unit: string | null;
721518
721517
  id_volume_unit: string | null;
721519
721518
  id_commodity: string | null;
721520
721519
  id_forwarding_booking: string | null;
721520
+ description: string | null;
721521
721521
  volume: Decimal | null;
721522
721522
  id_forwarding_shipment: string | null;
721523
721523
  id_consol_container: string | null;
@@ -721575,11 +721575,11 @@ declare const cargoflowRouter: BuiltRouter<{
721575
721575
  updated_at: Date | null;
721576
721576
  updated_by: string | null;
721577
721577
  length: Decimal | null;
721578
- description: string | null;
721579
721578
  id_weight_unit: string | null;
721580
721579
  id_volume_unit: string | null;
721581
721580
  id_commodity: string | null;
721582
721581
  id_forwarding_booking: string | null;
721582
+ description: string | null;
721583
721583
  volume: Decimal | null;
721584
721584
  id_forwarding_shipment: string | null;
721585
721585
  id_consol_container: string | null;
@@ -721709,7 +721709,6 @@ declare const cargoflowRouter: BuiltRouter<{
721709
721709
  created_by: string | null;
721710
721710
  updated_at: Date | null;
721711
721711
  updated_by: string | null;
721712
- description: string | null;
721713
721712
  id_transport_mode: string | null;
721714
721713
  id_container_shipping_type: string | null;
721715
721714
  id_incoterm: string | null;
@@ -721719,6 +721718,7 @@ declare const cargoflowRouter: BuiltRouter<{
721719
721718
  id_weight_unit: string | null;
721720
721719
  id_volume_unit: string | null;
721721
721720
  id_chargeable_unit: string | null;
721721
+ description: string | null;
721722
721722
  mark_number: string | null;
721723
721723
  volume: Decimal | null;
721724
721724
  chargeable: Decimal | null;
@@ -722453,7 +722453,6 @@ declare const cargoflowRouter: BuiltRouter<{
722453
722453
  created_by: string | null;
722454
722454
  updated_at: Date | null;
722455
722455
  updated_by: string | null;
722456
- description: string | null;
722457
722456
  id_transport_mode: string | null;
722458
722457
  id_container_shipping_type: string | null;
722459
722458
  id_incoterm: string | null;
@@ -722463,6 +722462,7 @@ declare const cargoflowRouter: BuiltRouter<{
722463
722462
  id_weight_unit: string | null;
722464
722463
  id_volume_unit: string | null;
722465
722464
  id_chargeable_unit: string | null;
722465
+ description: string | null;
722466
722466
  mark_number: string | null;
722467
722467
  volume: Decimal | null;
722468
722468
  chargeable: Decimal | null;
@@ -724663,7 +724663,7 @@ declare const cargoflowRouter: BuiltRouter<{
724663
724663
  };
724664
724664
  output: {
724665
724665
  data: {
724666
- container_shipping_types: {
724666
+ forwarding_transport_mode: {
724667
724667
  is_active: boolean | null;
724668
724668
  id: string;
724669
724669
  logic_code: string | null;
@@ -724673,8 +724673,10 @@ declare const cargoflowRouter: BuiltRouter<{
724673
724673
  created_by: string | null;
724674
724674
  updated_at: Date | null;
724675
724675
  updated_by: string | null;
724676
+ is_shipment: boolean | null;
724677
+ is_consol: boolean | null;
724676
724678
  } | null;
724677
- forwarding_transport_mode: {
724679
+ service_level: {
724678
724680
  is_active: boolean | null;
724679
724681
  id: string;
724680
724682
  logic_code: string | null;
@@ -724684,10 +724686,10 @@ declare const cargoflowRouter: BuiltRouter<{
724684
724686
  created_by: string | null;
724685
724687
  updated_at: Date | null;
724686
724688
  updated_by: string | null;
724687
- is_shipment: boolean | null;
724688
- is_consol: boolean | null;
724689
+ id_agreement: string | null;
724690
+ percentage: Decimal | null;
724689
724691
  } | null;
724690
- service_level: {
724692
+ container_shipping_types: {
724691
724693
  is_active: boolean | null;
724692
724694
  id: string;
724693
724695
  logic_code: string | null;
@@ -724697,8 +724699,6 @@ declare const cargoflowRouter: BuiltRouter<{
724697
724699
  created_by: string | null;
724698
724700
  updated_at: Date | null;
724699
724701
  updated_by: string | null;
724700
- id_agreement: string | null;
724701
- percentage: Decimal | null;
724702
724702
  } | null;
724703
724703
  forwarding_consol_type: {
724704
724704
  is_active: boolean | null;
@@ -725169,6 +725169,32 @@ declare const cargoflowRouter: BuiltRouter<{
725169
725169
  reference_number: string | null;
725170
725170
  is_preallocation: boolean | null;
725171
725171
  }[];
725172
+ forwarding_transport_mode: {
725173
+ is_active: boolean | null;
725174
+ id: string;
725175
+ logic_code: string | null;
725176
+ name: string | null;
725177
+ code: string | null;
725178
+ created_at: Date | null;
725179
+ created_by: string | null;
725180
+ updated_at: Date | null;
725181
+ updated_by: string | null;
725182
+ is_shipment: boolean | null;
725183
+ is_consol: boolean | null;
725184
+ } | null;
725185
+ service_level: {
725186
+ is_active: boolean | null;
725187
+ id: string;
725188
+ logic_code: string | null;
725189
+ name: string | null;
725190
+ code: string | null;
725191
+ created_at: Date | null;
725192
+ created_by: string | null;
725193
+ updated_at: Date | null;
725194
+ updated_by: string | null;
725195
+ id_agreement: string | null;
725196
+ percentage: Decimal | null;
725197
+ } | null;
725172
725198
  forwarding_consol_billing_detail_costs: {
725173
725199
  charge_code: {
725174
725200
  is_active: boolean | null;
@@ -725852,6 +725878,17 @@ declare const cargoflowRouter: BuiltRouter<{
725852
725878
  actual_arrival: Date | null;
725853
725879
  }[];
725854
725880
  forwarding_consol_containers: {
725881
+ container_shipping_type: {
725882
+ is_active: boolean | null;
725883
+ id: string;
725884
+ logic_code: string | null;
725885
+ name: string | null;
725886
+ code: string | null;
725887
+ created_at: Date | null;
725888
+ created_by: string | null;
725889
+ updated_at: Date | null;
725890
+ updated_by: string | null;
725891
+ } | null;
725855
725892
  forwarding_consol_container_seals: {
725856
725893
  consol_container_seal_by: {
725857
725894
  is_active: boolean | null;
@@ -725875,17 +725912,6 @@ declare const cargoflowRouter: BuiltRouter<{
725875
725912
  id_seal_by: string | null;
725876
725913
  seal_number: string | null;
725877
725914
  }[];
725878
- container_shipping_type: {
725879
- is_active: boolean | null;
725880
- id: string;
725881
- logic_code: string | null;
725882
- name: string | null;
725883
- code: string | null;
725884
- created_at: Date | null;
725885
- created_by: string | null;
725886
- updated_at: Date | null;
725887
- updated_by: string | null;
725888
- } | null;
725889
725915
  container_delivery_mode: {
725890
725916
  is_active: boolean | null;
725891
725917
  id: string;
@@ -725933,121 +725959,6 @@ declare const cargoflowRouter: BuiltRouter<{
725933
725959
  updated_by: string | null;
725934
725960
  } | null;
725935
725961
  forwarding_shipments: {
725936
- forwarding_shipment_organizations: {
725937
- organization: {
725938
- is_active: boolean | null;
725939
- id: string;
725940
- logic_code: string | null;
725941
- name: string | null;
725942
- id_country: string | null;
725943
- id_state: string | null;
725944
- id_city: string | null;
725945
- id_postal_code: string | null;
725946
- id_company: string | null;
725947
- id_branch: string | null;
725948
- code: string | null;
725949
- created_at: Date | null;
725950
- created_by: string | null;
725951
- updated_at: Date | null;
725952
- updated_by: string | null;
725953
- id_un_locode: string | null;
725954
- email: string | null;
725955
- id_business_category: string | null;
725956
- id_controlling_branch: string | null;
725957
- id_airline: string | null;
725958
- id_shipping_line: string | null;
725959
- phone: string | null;
725960
- website_url: string | null;
725961
- company_number: string | null;
725962
- company_tax_number: string | null;
725963
- } | null;
725964
- organization_address: {
725965
- is_active: boolean | null;
725966
- id: string;
725967
- logic_code: string | null;
725968
- id_country: string | null;
725969
- id_state: string | null;
725970
- id_city: string | null;
725971
- id_postal_code: string | null;
725972
- code: string | null;
725973
- address: string | null;
725974
- mobile_phone: string | null;
725975
- created_at: Date | null;
725976
- created_by: string | null;
725977
- updated_at: Date | null;
725978
- updated_by: string | null;
725979
- id_un_locode: string | null;
725980
- email: string | null;
725981
- id_organization: string | null;
725982
- phone: string | null;
725983
- fax: string | null;
725984
- } | null;
725985
- forwarding_shipment_organization_type: {
725986
- is_active: boolean | null;
725987
- id: string;
725988
- logic_code: string | null;
725989
- name: string | null;
725990
- code: string | null;
725991
- created_at: Date | null;
725992
- created_by: string | null;
725993
- updated_at: Date | null;
725994
- updated_by: string | null;
725995
- } | null;
725996
- is_active: boolean | null;
725997
- id: string;
725998
- logic_code: string | null;
725999
- name: string | null;
726000
- code: string | null;
726001
- address: string | null;
726002
- created_at: Date | null;
726003
- created_by: string | null;
726004
- updated_at: Date | null;
726005
- updated_by: string | null;
726006
- id_organization: string | null;
726007
- id_organization_address: string | null;
726008
- id_type: string | null;
726009
- is_override: boolean | null;
726010
- id_forwarding_shipment: string | null;
726011
- }[];
726012
- forwarding_shipment_packings: {
726013
- is_active: boolean | null;
726014
- id: string;
726015
- logic_code: string | null;
726016
- code: string | null;
726017
- created_at: Date | null;
726018
- created_by: string | null;
726019
- updated_at: Date | null;
726020
- updated_by: string | null;
726021
- length: Decimal | null;
726022
- description: string | null;
726023
- id_weight_unit: string | null;
726024
- id_volume_unit: string | null;
726025
- id_commodity: string | null;
726026
- id_forwarding_booking: string | null;
726027
- volume: Decimal | null;
726028
- id_forwarding_shipment: string | null;
726029
- id_consol_container: string | null;
726030
- id_package_type: string | null;
726031
- id_length_unit: string | null;
726032
- id_width_unit: string | null;
726033
- id_height_unit: string | null;
726034
- id_dg_substance: string | null;
726035
- id_dg_class: string | null;
726036
- po_number: string | null;
726037
- goods_description: string | null;
726038
- item_number: string | null;
726039
- pack: number | null;
726040
- packing_order: number | null;
726041
- weight: Decimal | null;
726042
- width: Decimal | null;
726043
- height: Decimal | null;
726044
- harmonized_code: string | null;
726045
- harmonized_description: string | null;
726046
- dg_substance_name: string | null;
726047
- dg_class_name: string | null;
726048
- flash_point: Decimal | null;
726049
- un_dg_contact: string | null;
726050
- }[];
726051
725962
  forwarding_transport_mode: {
726052
725963
  is_active: boolean | null;
726053
725964
  id: string;
@@ -726128,37 +726039,152 @@ declare const cargoflowRouter: BuiltRouter<{
726128
726039
  has_seaport: boolean | null;
726129
726040
  has_outport: boolean | null;
726130
726041
  } | null;
726131
- destination_un_locode: {
726042
+ destination_un_locode: {
726043
+ is_active: boolean | null;
726044
+ id: string;
726045
+ logic_code: string | null;
726046
+ id_country: string | null;
726047
+ id_state: string | null;
726048
+ id_city: string | null;
726049
+ created_at: Date | null;
726050
+ created_by: string | null;
726051
+ updated_at: Date | null;
726052
+ updated_by: string | null;
726053
+ id_time_zone: string | null;
726054
+ un_code: string | null;
726055
+ iata_code: string | null;
726056
+ iata_region_code: string | null;
726057
+ latitude: Decimal | null;
726058
+ longitude: Decimal | null;
726059
+ port_name: string | null;
726060
+ proper_name: string | null;
726061
+ has_post: boolean | null;
726062
+ has_customs: boolean | null;
726063
+ has_unload: boolean | null;
726064
+ has_airport: boolean | null;
726065
+ has_railway: boolean | null;
726066
+ has_road: boolean | null;
726067
+ has_store: boolean | null;
726068
+ has_terminal: boolean | null;
726069
+ has_discharge: boolean | null;
726070
+ has_seaport: boolean | null;
726071
+ has_outport: boolean | null;
726072
+ } | null;
726073
+ forwarding_shipment_packings: {
726132
726074
  is_active: boolean | null;
726133
726075
  id: string;
726134
726076
  logic_code: string | null;
726135
- id_country: string | null;
726136
- id_state: string | null;
726137
- id_city: string | null;
726077
+ code: string | null;
726138
726078
  created_at: Date | null;
726139
726079
  created_by: string | null;
726140
726080
  updated_at: Date | null;
726141
726081
  updated_by: string | null;
726142
- id_time_zone: string | null;
726143
- un_code: string | null;
726144
- iata_code: string | null;
726145
- iata_region_code: string | null;
726146
- latitude: Decimal | null;
726147
- longitude: Decimal | null;
726148
- port_name: string | null;
726149
- proper_name: string | null;
726150
- has_post: boolean | null;
726151
- has_customs: boolean | null;
726152
- has_unload: boolean | null;
726153
- has_airport: boolean | null;
726154
- has_railway: boolean | null;
726155
- has_road: boolean | null;
726156
- has_store: boolean | null;
726157
- has_terminal: boolean | null;
726158
- has_discharge: boolean | null;
726159
- has_seaport: boolean | null;
726160
- has_outport: boolean | null;
726161
- } | null;
726082
+ length: Decimal | null;
726083
+ id_weight_unit: string | null;
726084
+ id_volume_unit: string | null;
726085
+ id_commodity: string | null;
726086
+ id_forwarding_booking: string | null;
726087
+ description: string | null;
726088
+ volume: Decimal | null;
726089
+ id_forwarding_shipment: string | null;
726090
+ id_consol_container: string | null;
726091
+ id_package_type: string | null;
726092
+ id_length_unit: string | null;
726093
+ id_width_unit: string | null;
726094
+ id_height_unit: string | null;
726095
+ id_dg_substance: string | null;
726096
+ id_dg_class: string | null;
726097
+ po_number: string | null;
726098
+ goods_description: string | null;
726099
+ item_number: string | null;
726100
+ pack: number | null;
726101
+ packing_order: number | null;
726102
+ weight: Decimal | null;
726103
+ width: Decimal | null;
726104
+ height: Decimal | null;
726105
+ harmonized_code: string | null;
726106
+ harmonized_description: string | null;
726107
+ dg_substance_name: string | null;
726108
+ dg_class_name: string | null;
726109
+ flash_point: Decimal | null;
726110
+ un_dg_contact: string | null;
726111
+ }[];
726112
+ forwarding_shipment_organizations: {
726113
+ organization: {
726114
+ is_active: boolean | null;
726115
+ id: string;
726116
+ logic_code: string | null;
726117
+ name: string | null;
726118
+ id_country: string | null;
726119
+ id_state: string | null;
726120
+ id_city: string | null;
726121
+ id_postal_code: string | null;
726122
+ id_company: string | null;
726123
+ id_branch: string | null;
726124
+ code: string | null;
726125
+ created_at: Date | null;
726126
+ created_by: string | null;
726127
+ updated_at: Date | null;
726128
+ updated_by: string | null;
726129
+ id_un_locode: string | null;
726130
+ email: string | null;
726131
+ id_business_category: string | null;
726132
+ id_controlling_branch: string | null;
726133
+ id_airline: string | null;
726134
+ id_shipping_line: string | null;
726135
+ phone: string | null;
726136
+ website_url: string | null;
726137
+ company_number: string | null;
726138
+ company_tax_number: string | null;
726139
+ } | null;
726140
+ organization_address: {
726141
+ is_active: boolean | null;
726142
+ id: string;
726143
+ logic_code: string | null;
726144
+ id_country: string | null;
726145
+ id_state: string | null;
726146
+ id_city: string | null;
726147
+ id_postal_code: string | null;
726148
+ code: string | null;
726149
+ address: string | null;
726150
+ mobile_phone: string | null;
726151
+ created_at: Date | null;
726152
+ created_by: string | null;
726153
+ updated_at: Date | null;
726154
+ updated_by: string | null;
726155
+ id_un_locode: string | null;
726156
+ email: string | null;
726157
+ id_organization: string | null;
726158
+ phone: string | null;
726159
+ fax: string | null;
726160
+ } | null;
726161
+ forwarding_shipment_organization_type: {
726162
+ is_active: boolean | null;
726163
+ id: string;
726164
+ logic_code: string | null;
726165
+ name: string | null;
726166
+ code: string | null;
726167
+ created_at: Date | null;
726168
+ created_by: string | null;
726169
+ updated_at: Date | null;
726170
+ updated_by: string | null;
726171
+ } | null;
726172
+ is_active: boolean | null;
726173
+ id: string;
726174
+ logic_code: string | null;
726175
+ name: string | null;
726176
+ code: string | null;
726177
+ address: string | null;
726178
+ created_at: Date | null;
726179
+ created_by: string | null;
726180
+ updated_at: Date | null;
726181
+ updated_by: string | null;
726182
+ id_organization: string | null;
726183
+ id_organization_address: string | null;
726184
+ id_type: string | null;
726185
+ is_override: boolean | null;
726186
+ id_forwarding_shipment: string | null;
726187
+ }[];
726162
726188
  weight_unit: {
726163
726189
  is_active: boolean | null;
726164
726190
  id: string;
@@ -726534,7 +726560,6 @@ declare const cargoflowRouter: BuiltRouter<{
726534
726560
  created_by: string | null;
726535
726561
  updated_at: Date | null;
726536
726562
  updated_by: string | null;
726537
- description: string | null;
726538
726563
  id_transport_mode: string | null;
726539
726564
  id_container_shipping_type: string | null;
726540
726565
  id_incoterm: string | null;
@@ -726544,6 +726569,7 @@ declare const cargoflowRouter: BuiltRouter<{
726544
726569
  id_weight_unit: string | null;
726545
726570
  id_volume_unit: string | null;
726546
726571
  id_chargeable_unit: string | null;
726572
+ description: string | null;
726547
726573
  mark_number: string | null;
726548
726574
  volume: Decimal | null;
726549
726575
  chargeable: Decimal | null;
@@ -726573,32 +726599,6 @@ declare const cargoflowRouter: BuiltRouter<{
726573
726599
  shipment_number: string | null;
726574
726600
  house_bill: string | null;
726575
726601
  }[];
726576
- forwarding_transport_mode: {
726577
- is_active: boolean | null;
726578
- id: string;
726579
- logic_code: string | null;
726580
- name: string | null;
726581
- code: string | null;
726582
- created_at: Date | null;
726583
- created_by: string | null;
726584
- updated_at: Date | null;
726585
- updated_by: string | null;
726586
- is_shipment: boolean | null;
726587
- is_consol: boolean | null;
726588
- } | null;
726589
- service_level: {
726590
- is_active: boolean | null;
726591
- id: string;
726592
- logic_code: string | null;
726593
- name: string | null;
726594
- code: string | null;
726595
- created_at: Date | null;
726596
- created_by: string | null;
726597
- updated_at: Date | null;
726598
- updated_by: string | null;
726599
- id_agreement: string | null;
726600
- percentage: Decimal | null;
726601
- } | null;
726602
726602
  forwarding_consol_type: {
726603
726603
  is_active: boolean | null;
726604
726604
  id: string;
@@ -727580,6 +727580,17 @@ declare const cargoflowRouter: BuiltRouter<{
727580
727580
  };
727581
727581
  output: {
727582
727582
  data: {
727583
+ container_shipping_type: {
727584
+ is_active: boolean | null;
727585
+ id: string;
727586
+ logic_code: string | null;
727587
+ name: string | null;
727588
+ code: string | null;
727589
+ created_at: Date | null;
727590
+ created_by: string | null;
727591
+ updated_at: Date | null;
727592
+ updated_by: string | null;
727593
+ } | null;
727583
727594
  forwarding_consol_container_seals: {
727584
727595
  consol_container_seal_by: {
727585
727596
  is_active: boolean | null;
@@ -727603,17 +727614,6 @@ declare const cargoflowRouter: BuiltRouter<{
727603
727614
  id_seal_by: string | null;
727604
727615
  seal_number: string | null;
727605
727616
  }[];
727606
- container_shipping_type: {
727607
- is_active: boolean | null;
727608
- id: string;
727609
- logic_code: string | null;
727610
- name: string | null;
727611
- code: string | null;
727612
- created_at: Date | null;
727613
- created_by: string | null;
727614
- updated_at: Date | null;
727615
- updated_by: string | null;
727616
- } | null;
727617
727617
  container_delivery_mode: {
727618
727618
  is_active: boolean | null;
727619
727619
  id: string;
@@ -727715,6 +727715,17 @@ declare const cargoflowRouter: BuiltRouter<{
727715
727715
  forwarding_consol_container_seals: number;
727716
727716
  forwarding_shipment_packings: number;
727717
727717
  };
727718
+ container_shipping_type: {
727719
+ is_active: boolean | null;
727720
+ id: string;
727721
+ logic_code: string | null;
727722
+ name: string | null;
727723
+ code: string | null;
727724
+ created_at: Date | null;
727725
+ created_by: string | null;
727726
+ updated_at: Date | null;
727727
+ updated_by: string | null;
727728
+ } | null;
727718
727729
  forwarding_consol_container_seals: {
727719
727730
  consol_container_seal_by: {
727720
727731
  is_active: boolean | null;
@@ -727738,17 +727749,6 @@ declare const cargoflowRouter: BuiltRouter<{
727738
727749
  id_seal_by: string | null;
727739
727750
  seal_number: string | null;
727740
727751
  }[];
727741
- container_shipping_type: {
727742
- is_active: boolean | null;
727743
- id: string;
727744
- logic_code: string | null;
727745
- name: string | null;
727746
- code: string | null;
727747
- created_at: Date | null;
727748
- created_by: string | null;
727749
- updated_at: Date | null;
727750
- updated_by: string | null;
727751
- } | null;
727752
727752
  container_delivery_mode: {
727753
727753
  is_active: boolean | null;
727754
727754
  id: string;
@@ -732384,7 +732384,6 @@ declare const cargoflowRouter: BuiltRouter<{
732384
732384
  updated_at: Date | null;
732385
732385
  updated_by: string | null;
732386
732386
  length: Decimal | null;
732387
- description: string | null;
732388
732387
  id_transport_mode: string | null;
732389
732388
  id_container_shipping_type: string | null;
732390
732389
  id_incoterm: string | null;
@@ -732402,6 +732401,7 @@ declare const cargoflowRouter: BuiltRouter<{
732402
732401
  id_volume_unit: string | null;
732403
732402
  id_chargeable_unit: string | null;
732404
732403
  id_commodity: string | null;
732404
+ description: string | null;
732405
732405
  extra_term: string | null;
732406
732406
  shipper_ref: string | null;
732407
732407
  mark_number: string | null;
@@ -732508,7 +732508,6 @@ declare const cargoflowRouter: BuiltRouter<{
732508
732508
  created_by: string | null;
732509
732509
  updated_at: Date | null;
732510
732510
  updated_by: string | null;
732511
- description: string | null;
732512
732511
  id_transport_mode: string | null;
732513
732512
  id_container_shipping_type: string | null;
732514
732513
  id_incoterm: string | null;
@@ -732518,6 +732517,7 @@ declare const cargoflowRouter: BuiltRouter<{
732518
732517
  id_weight_unit: string | null;
732519
732518
  id_volume_unit: string | null;
732520
732519
  id_chargeable_unit: string | null;
732520
+ description: string | null;
732521
732521
  mark_number: string | null;
732522
732522
  volume: Decimal | null;
732523
732523
  chargeable: Decimal | null;
@@ -732730,13 +732730,13 @@ declare const cargoflowRouter: BuiltRouter<{
732730
732730
  updated_at: Date | null;
732731
732731
  updated_by: string | null;
732732
732732
  length: Decimal | null;
732733
- description: string | null;
732734
732733
  id_origin_un_locode: string | null;
732735
732734
  id_destination_un_locode: string | null;
732736
732735
  id_weight_unit: string | null;
732737
732736
  id_volume_unit: string | null;
732738
732737
  id_commodity: string | null;
732739
732738
  id_forwarding_booking: string | null;
732739
+ description: string | null;
732740
732740
  volume: Decimal | null;
732741
732741
  id_forwarding_shipment: string | null;
732742
732742
  id_package_type: string | null;
@@ -732805,7 +732805,6 @@ declare const cargoflowRouter: BuiltRouter<{
732805
732805
  updated_at: Date | null;
732806
732806
  updated_by: string | null;
732807
732807
  length: Decimal | null;
732808
- description: string | null;
732809
732808
  id_transport_mode: string | null;
732810
732809
  id_container_shipping_type: string | null;
732811
732810
  id_incoterm: string | null;
@@ -732823,6 +732822,7 @@ declare const cargoflowRouter: BuiltRouter<{
732823
732822
  id_volume_unit: string | null;
732824
732823
  id_chargeable_unit: string | null;
732825
732824
  id_commodity: string | null;
732825
+ description: string | null;
732826
732826
  extra_term: string | null;
732827
732827
  shipper_ref: string | null;
732828
732828
  mark_number: string | null;
@@ -732929,7 +732929,6 @@ declare const cargoflowRouter: BuiltRouter<{
732929
732929
  created_by: string | null;
732930
732930
  updated_at: Date | null;
732931
732931
  updated_by: string | null;
732932
- description: string | null;
732933
732932
  id_transport_mode: string | null;
732934
732933
  id_container_shipping_type: string | null;
732935
732934
  id_incoterm: string | null;
@@ -732939,6 +732938,7 @@ declare const cargoflowRouter: BuiltRouter<{
732939
732938
  id_weight_unit: string | null;
732940
732939
  id_volume_unit: string | null;
732941
732940
  id_chargeable_unit: string | null;
732941
+ description: string | null;
732942
732942
  mark_number: string | null;
732943
732943
  volume: Decimal | null;
732944
732944
  chargeable: Decimal | null;
@@ -733151,13 +733151,13 @@ declare const cargoflowRouter: BuiltRouter<{
733151
733151
  updated_at: Date | null;
733152
733152
  updated_by: string | null;
733153
733153
  length: Decimal | null;
733154
- description: string | null;
733155
733154
  id_origin_un_locode: string | null;
733156
733155
  id_destination_un_locode: string | null;
733157
733156
  id_weight_unit: string | null;
733158
733157
  id_volume_unit: string | null;
733159
733158
  id_commodity: string | null;
733160
733159
  id_forwarding_booking: string | null;
733160
+ description: string | null;
733161
733161
  volume: Decimal | null;
733162
733162
  id_forwarding_shipment: string | null;
733163
733163
  id_package_type: string | null;
@@ -733336,13 +733336,13 @@ declare const cargoflowRouter: BuiltRouter<{
733336
733336
  updated_at: Date | null;
733337
733337
  updated_by: string | null;
733338
733338
  length: Decimal | null;
733339
- description: string | null;
733340
733339
  id_origin_un_locode: string | null;
733341
733340
  id_destination_un_locode: string | null;
733342
733341
  id_weight_unit: string | null;
733343
733342
  id_volume_unit: string | null;
733344
733343
  id_commodity: string | null;
733345
733344
  id_forwarding_booking: string | null;
733345
+ description: string | null;
733346
733346
  volume: Decimal | null;
733347
733347
  id_forwarding_shipment: string | null;
733348
733348
  id_package_type: string | null;
@@ -733436,13 +733436,13 @@ declare const cargoflowRouter: BuiltRouter<{
733436
733436
  updated_at: Date | null;
733437
733437
  updated_by: string | null;
733438
733438
  length: Decimal | null;
733439
- description: string | null;
733440
733439
  id_origin_un_locode: string | null;
733441
733440
  id_destination_un_locode: string | null;
733442
733441
  id_weight_unit: string | null;
733443
733442
  id_volume_unit: string | null;
733444
733443
  id_commodity: string | null;
733445
733444
  id_forwarding_booking: string | null;
733445
+ description: string | null;
733446
733446
  volume: Decimal | null;
733447
733447
  id_forwarding_shipment: string | null;
733448
733448
  id_package_type: string | null;
@@ -733501,13 +733501,13 @@ declare const cargoflowRouter: BuiltRouter<{
733501
733501
  updated_at: Date | null;
733502
733502
  updated_by: string | null;
733503
733503
  length: Decimal | null;
733504
- description: string | null;
733505
733504
  id_origin_un_locode: string | null;
733506
733505
  id_destination_un_locode: string | null;
733507
733506
  id_weight_unit: string | null;
733508
733507
  id_volume_unit: string | null;
733509
733508
  id_commodity: string | null;
733510
733509
  id_forwarding_booking: string | null;
733510
+ description: string | null;
733511
733511
  volume: Decimal | null;
733512
733512
  id_forwarding_shipment: string | null;
733513
733513
  id_package_type: string | null;
@@ -733591,7 +733591,6 @@ declare const cargoflowRouter: BuiltRouter<{
733591
733591
  created_by: string | null;
733592
733592
  updated_at: Date | null;
733593
733593
  updated_by: string | null;
733594
- description: string | null;
733595
733594
  id_transport_mode: string | null;
733596
733595
  id_container_shipping_type: string | null;
733597
733596
  id_incoterm: string | null;
@@ -733601,6 +733600,7 @@ declare const cargoflowRouter: BuiltRouter<{
733601
733600
  id_weight_unit: string | null;
733602
733601
  id_volume_unit: string | null;
733603
733602
  id_chargeable_unit: string | null;
733603
+ description: string | null;
733604
733604
  mark_number: string | null;
733605
733605
  volume: Decimal | null;
733606
733606
  chargeable: Decimal | null;
@@ -733697,7 +733697,6 @@ declare const cargoflowRouter: BuiltRouter<{
733697
733697
  created_by: string | null;
733698
733698
  updated_at: Date | null;
733699
733699
  updated_by: string | null;
733700
- description: string | null;
733701
733700
  id_transport_mode: string | null;
733702
733701
  id_container_shipping_type: string | null;
733703
733702
  id_incoterm: string | null;
@@ -733707,6 +733706,7 @@ declare const cargoflowRouter: BuiltRouter<{
733707
733706
  id_weight_unit: string | null;
733708
733707
  id_volume_unit: string | null;
733709
733708
  id_chargeable_unit: string | null;
733709
+ description: string | null;
733710
733710
  mark_number: string | null;
733711
733711
  volume: Decimal | null;
733712
733712
  chargeable: Decimal | null;
@@ -733910,7 +733910,6 @@ declare const cargoflowRouter: BuiltRouter<{
733910
733910
  created_by: string | null;
733911
733911
  updated_at: Date | null;
733912
733912
  updated_by: string | null;
733913
- description: string | null;
733914
733913
  id_transport_mode: string | null;
733915
733914
  id_container_shipping_type: string | null;
733916
733915
  id_incoterm: string | null;
@@ -733920,6 +733919,7 @@ declare const cargoflowRouter: BuiltRouter<{
733920
733919
  id_weight_unit: string | null;
733921
733920
  id_volume_unit: string | null;
733922
733921
  id_chargeable_unit: string | null;
733922
+ description: string | null;
733923
733923
  mark_number: string | null;
733924
733924
  volume: Decimal | null;
733925
733925
  chargeable: Decimal | null;
@@ -734027,7 +734027,6 @@ declare const cargoflowRouter: BuiltRouter<{
734027
734027
  created_by: string | null;
734028
734028
  updated_at: Date | null;
734029
734029
  updated_by: string | null;
734030
- description: string | null;
734031
734030
  id_transport_mode: string | null;
734032
734031
  id_container_shipping_type: string | null;
734033
734032
  id_incoterm: string | null;
@@ -734037,6 +734036,7 @@ declare const cargoflowRouter: BuiltRouter<{
734037
734036
  id_weight_unit: string | null;
734038
734037
  id_volume_unit: string | null;
734039
734038
  id_chargeable_unit: string | null;
734039
+ description: string | null;
734040
734040
  mark_number: string | null;
734041
734041
  volume: Decimal | null;
734042
734042
  chargeable: Decimal | null;
@@ -734169,7 +734169,6 @@ declare const cargoflowRouter: BuiltRouter<{
734169
734169
  created_by: string | null;
734170
734170
  updated_at: Date | null;
734171
734171
  updated_by: string | null;
734172
- description: string | null;
734173
734172
  id_transport_mode: string | null;
734174
734173
  id_container_shipping_type: string | null;
734175
734174
  id_incoterm: string | null;
@@ -734179,6 +734178,7 @@ declare const cargoflowRouter: BuiltRouter<{
734179
734178
  id_weight_unit: string | null;
734180
734179
  id_volume_unit: string | null;
734181
734180
  id_chargeable_unit: string | null;
734181
+ description: string | null;
734182
734182
  mark_number: string | null;
734183
734183
  volume: Decimal | null;
734184
734184
  chargeable: Decimal | null;
@@ -734257,7 +734257,6 @@ declare const cargoflowRouter: BuiltRouter<{
734257
734257
  created_by: string | null;
734258
734258
  updated_at: Date | null;
734259
734259
  updated_by: string | null;
734260
- description: string | null;
734261
734260
  id_transport_mode: string | null;
734262
734261
  id_container_shipping_type: string | null;
734263
734262
  id_incoterm: string | null;
@@ -734267,6 +734266,7 @@ declare const cargoflowRouter: BuiltRouter<{
734267
734266
  id_weight_unit: string | null;
734268
734267
  id_volume_unit: string | null;
734269
734268
  id_chargeable_unit: string | null;
734269
+ description: string | null;
734270
734270
  mark_number: string | null;
734271
734271
  volume: Decimal | null;
734272
734272
  chargeable: Decimal | null;
@@ -734767,7 +734767,6 @@ declare const cargoflowRouter: BuiltRouter<{
734767
734767
  created_by: string | null;
734768
734768
  updated_at: Date | null;
734769
734769
  updated_by: string | null;
734770
- description: string | null;
734771
734770
  id_transport_mode: string | null;
734772
734771
  id_container_shipping_type: string | null;
734773
734772
  id_incoterm: string | null;
@@ -734777,6 +734776,7 @@ declare const cargoflowRouter: BuiltRouter<{
734777
734776
  id_weight_unit: string | null;
734778
734777
  id_volume_unit: string | null;
734779
734778
  id_chargeable_unit: string | null;
734779
+ description: string | null;
734780
734780
  mark_number: string | null;
734781
734781
  volume: Decimal | null;
734782
734782
  chargeable: Decimal | null;
@@ -734857,7 +734857,6 @@ declare const cargoflowRouter: BuiltRouter<{
734857
734857
  created_by: string | null;
734858
734858
  updated_at: Date | null;
734859
734859
  updated_by: string | null;
734860
- description: string | null;
734861
734860
  id_transport_mode: string | null;
734862
734861
  id_container_shipping_type: string | null;
734863
734862
  id_incoterm: string | null;
@@ -734867,6 +734866,7 @@ declare const cargoflowRouter: BuiltRouter<{
734867
734866
  id_weight_unit: string | null;
734868
734867
  id_volume_unit: string | null;
734869
734868
  id_chargeable_unit: string | null;
734869
+ description: string | null;
734870
734870
  mark_number: string | null;
734871
734871
  volume: Decimal | null;
734872
734872
  chargeable: Decimal | null;
@@ -736274,13 +736274,13 @@ declare const humanCapitalRouter: BuiltRouter<{
736274
736274
  } | null;
736275
736275
  id: string;
736276
736276
  id_log_type: string | null;
736277
- id_user: string | null;
736278
736277
  url: string | null;
736279
736278
  params: SimpleJson;
736280
736279
  action: string | null;
736281
736280
  action_by: string | null;
736282
736281
  action_id: string | null;
736283
736282
  action_at: Date | null;
736283
+ id_user: string | null;
736284
736284
  }[] | undefined;
736285
736285
  total: number | undefined;
736286
736286
  };
@@ -736308,13 +736308,13 @@ declare const humanCapitalRouter: BuiltRouter<{
736308
736308
  } | null;
736309
736309
  id: string;
736310
736310
  id_log_type: string | null;
736311
- id_user: string | null;
736312
736311
  url: string | null;
736313
736312
  params: SimpleJson;
736314
736313
  action: string | null;
736315
736314
  action_by: string | null;
736316
736315
  action_id: string | null;
736317
736316
  action_at: Date | null;
736317
+ id_user: string | null;
736318
736318
  } | undefined;
736319
736319
  };
736320
736320
  meta: object;
@@ -736415,13 +736415,13 @@ declare const humanCapitalRouter: BuiltRouter<{
736415
736415
  log: {
736416
736416
  id: string;
736417
736417
  id_log_type: string | null;
736418
- id_user: string | null;
736419
736418
  url: string | null;
736420
736419
  params: SimpleJson;
736421
736420
  action: string | null;
736422
736421
  action_by: string | null;
736423
736422
  action_id: string | null;
736424
736423
  action_at: Date | null;
736424
+ id_user: string | null;
736425
736425
  } | undefined;
736426
736426
  } | undefined;
736427
736427
  meta: object;
@@ -736525,13 +736525,13 @@ declare const humanCapitalRouter: BuiltRouter<{
736525
736525
  log: {
736526
736526
  id: string;
736527
736527
  id_log_type: string | null;
736528
- id_user: string | null;
736529
736528
  url: string | null;
736530
736529
  params: SimpleJson;
736531
736530
  action: string | null;
736532
736531
  action_by: string | null;
736533
736532
  action_id: string | null;
736534
736533
  action_at: Date | null;
736534
+ id_user: string | null;
736535
736535
  } | undefined;
736536
736536
  } | undefined;
736537
736537
  meta: object;
@@ -736655,13 +736655,13 @@ declare const humanCapitalRouter: BuiltRouter<{
736655
736655
  log: {
736656
736656
  id: string;
736657
736657
  id_log_type: string | null;
736658
- id_user: string | null;
736659
736658
  url: string | null;
736660
736659
  params: SimpleJson;
736661
736660
  action: string | null;
736662
736661
  action_by: string | null;
736663
736662
  action_id: string | null;
736664
736663
  action_at: Date | null;
736664
+ id_user: string | null;
736665
736665
  } | undefined;
736666
736666
  } | undefined;
736667
736667
  meta: object;
@@ -737553,28 +737553,6 @@ declare const settingsRouter: BuiltRouter<{
737553
737553
  id_organization: string | null;
737554
737554
  id_forwarder_category: string | null;
737555
737555
  } | null;
737556
- organization_service_types: {
737557
- is_active: boolean | null;
737558
- id: string;
737559
- logic_code: string | null;
737560
- name: string | null;
737561
- code: string | null;
737562
- created_at: Date | null;
737563
- created_by: string | null;
737564
- updated_at: Date | null;
737565
- updated_by: string | null;
737566
- }[];
737567
- organization_wh_inv_managements: {
737568
- is_active: boolean | null;
737569
- id: string;
737570
- logic_code: string | null;
737571
- name: string | null;
737572
- code: string | null;
737573
- created_at: Date | null;
737574
- created_by: string | null;
737575
- updated_at: Date | null;
737576
- updated_by: string | null;
737577
- }[];
737578
737556
  organization_business_category: {
737579
737557
  is_active: boolean | null;
737580
737558
  id: string;
@@ -737663,6 +737641,28 @@ declare const settingsRouter: BuiltRouter<{
737663
737641
  is_non_vessel_operator: boolean | null;
737664
737642
  is_shipping_line: boolean | null;
737665
737643
  } | null;
737644
+ organization_service_types: {
737645
+ is_active: boolean | null;
737646
+ id: string;
737647
+ logic_code: string | null;
737648
+ name: string | null;
737649
+ code: string | null;
737650
+ created_at: Date | null;
737651
+ created_by: string | null;
737652
+ updated_at: Date | null;
737653
+ updated_by: string | null;
737654
+ }[];
737655
+ organization_wh_inv_managements: {
737656
+ is_active: boolean | null;
737657
+ id: string;
737658
+ logic_code: string | null;
737659
+ name: string | null;
737660
+ code: string | null;
737661
+ created_at: Date | null;
737662
+ created_by: string | null;
737663
+ updated_at: Date | null;
737664
+ updated_by: string | null;
737665
+ }[];
737666
737666
  receivable_settlement_group_organizations: {
737667
737667
  is_active: boolean | null;
737668
737668
  id: string;
@@ -738072,28 +738072,6 @@ declare const settingsRouter: BuiltRouter<{
738072
738072
  id_organization: string | null;
738073
738073
  id_forwarder_category: string | null;
738074
738074
  } | null;
738075
- organization_service_types: {
738076
- is_active: boolean | null;
738077
- id: string;
738078
- logic_code: string | null;
738079
- name: string | null;
738080
- code: string | null;
738081
- created_at: Date | null;
738082
- created_by: string | null;
738083
- updated_at: Date | null;
738084
- updated_by: string | null;
738085
- }[];
738086
- organization_wh_inv_managements: {
738087
- is_active: boolean | null;
738088
- id: string;
738089
- logic_code: string | null;
738090
- name: string | null;
738091
- code: string | null;
738092
- created_at: Date | null;
738093
- created_by: string | null;
738094
- updated_at: Date | null;
738095
- updated_by: string | null;
738096
- }[];
738097
738075
  organization_business_category: {
738098
738076
  is_active: boolean | null;
738099
738077
  id: string;
@@ -738182,6 +738160,28 @@ declare const settingsRouter: BuiltRouter<{
738182
738160
  is_non_vessel_operator: boolean | null;
738183
738161
  is_shipping_line: boolean | null;
738184
738162
  } | null;
738163
+ organization_service_types: {
738164
+ is_active: boolean | null;
738165
+ id: string;
738166
+ logic_code: string | null;
738167
+ name: string | null;
738168
+ code: string | null;
738169
+ created_at: Date | null;
738170
+ created_by: string | null;
738171
+ updated_at: Date | null;
738172
+ updated_by: string | null;
738173
+ }[];
738174
+ organization_wh_inv_managements: {
738175
+ is_active: boolean | null;
738176
+ id: string;
738177
+ logic_code: string | null;
738178
+ name: string | null;
738179
+ code: string | null;
738180
+ created_at: Date | null;
738181
+ created_by: string | null;
738182
+ updated_at: Date | null;
738183
+ updated_by: string | null;
738184
+ }[];
738185
738185
  receivable_settlement_group_organizations: {
738186
738186
  is_active: boolean | null;
738187
738187
  id: string;
@@ -740178,6 +740178,33 @@ declare const settingsRouter: BuiltRouter<{
740178
740178
  };
740179
740179
  output: {
740180
740180
  data: {
740181
+ organization: {
740182
+ is_active: boolean | null;
740183
+ id: string;
740184
+ logic_code: string | null;
740185
+ name: string | null;
740186
+ id_country: string | null;
740187
+ id_state: string | null;
740188
+ id_city: string | null;
740189
+ id_postal_code: string | null;
740190
+ id_company: string | null;
740191
+ id_branch: string | null;
740192
+ code: string | null;
740193
+ created_at: Date | null;
740194
+ created_by: string | null;
740195
+ updated_at: Date | null;
740196
+ updated_by: string | null;
740197
+ id_un_locode: string | null;
740198
+ email: string | null;
740199
+ id_business_category: string | null;
740200
+ id_controlling_branch: string | null;
740201
+ id_airline: string | null;
740202
+ id_shipping_line: string | null;
740203
+ phone: string | null;
740204
+ website_url: string | null;
740205
+ company_number: string | null;
740206
+ company_tax_number: string | null;
740207
+ } | null;
740181
740208
  user: {
740182
740209
  is_active: boolean | null;
740183
740210
  id: string;
@@ -740225,33 +740252,6 @@ declare const settingsRouter: BuiltRouter<{
740225
740252
  updated_at: Date | null;
740226
740253
  updated_by: string | null;
740227
740254
  } | null;
740228
- organization: {
740229
- is_active: boolean | null;
740230
- id: string;
740231
- logic_code: string | null;
740232
- name: string | null;
740233
- id_country: string | null;
740234
- id_state: string | null;
740235
- id_city: string | null;
740236
- id_postal_code: string | null;
740237
- id_company: string | null;
740238
- id_branch: string | null;
740239
- code: string | null;
740240
- created_at: Date | null;
740241
- created_by: string | null;
740242
- updated_at: Date | null;
740243
- updated_by: string | null;
740244
- id_un_locode: string | null;
740245
- email: string | null;
740246
- id_business_category: string | null;
740247
- id_controlling_branch: string | null;
740248
- id_airline: string | null;
740249
- id_shipping_line: string | null;
740250
- phone: string | null;
740251
- website_url: string | null;
740252
- company_number: string | null;
740253
- company_tax_number: string | null;
740254
- } | null;
740255
740255
  organization_staff_role: {
740256
740256
  is_active: boolean | null;
740257
740257
  id: string;
@@ -740269,8 +740269,8 @@ declare const settingsRouter: BuiltRouter<{
740269
740269
  created_by: string | null;
740270
740270
  updated_at: Date | null;
740271
740271
  updated_by: string | null;
740272
- id_user: string | null;
740273
740272
  id_organization: string | null;
740273
+ id_user: string | null;
740274
740274
  id_organization_staff_role: string | null;
740275
740275
  }[] | undefined;
740276
740276
  total: number | undefined;
@@ -740293,6 +740293,33 @@ declare const settingsRouter: BuiltRouter<{
740293
740293
  organization_staff_role: number;
740294
740294
  organization_staff_assignment_logs: number;
740295
740295
  };
740296
+ organization: {
740297
+ is_active: boolean | null;
740298
+ id: string;
740299
+ logic_code: string | null;
740300
+ name: string | null;
740301
+ id_country: string | null;
740302
+ id_state: string | null;
740303
+ id_city: string | null;
740304
+ id_postal_code: string | null;
740305
+ id_company: string | null;
740306
+ id_branch: string | null;
740307
+ code: string | null;
740308
+ created_at: Date | null;
740309
+ created_by: string | null;
740310
+ updated_at: Date | null;
740311
+ updated_by: string | null;
740312
+ id_un_locode: string | null;
740313
+ email: string | null;
740314
+ id_business_category: string | null;
740315
+ id_controlling_branch: string | null;
740316
+ id_airline: string | null;
740317
+ id_shipping_line: string | null;
740318
+ phone: string | null;
740319
+ website_url: string | null;
740320
+ company_number: string | null;
740321
+ company_tax_number: string | null;
740322
+ } | null;
740296
740323
  user: {
740297
740324
  is_active: boolean | null;
740298
740325
  id: string;
@@ -740340,33 +740367,6 @@ declare const settingsRouter: BuiltRouter<{
740340
740367
  updated_at: Date | null;
740341
740368
  updated_by: string | null;
740342
740369
  } | null;
740343
- organization: {
740344
- is_active: boolean | null;
740345
- id: string;
740346
- logic_code: string | null;
740347
- name: string | null;
740348
- id_country: string | null;
740349
- id_state: string | null;
740350
- id_city: string | null;
740351
- id_postal_code: string | null;
740352
- id_company: string | null;
740353
- id_branch: string | null;
740354
- code: string | null;
740355
- created_at: Date | null;
740356
- created_by: string | null;
740357
- updated_at: Date | null;
740358
- updated_by: string | null;
740359
- id_un_locode: string | null;
740360
- email: string | null;
740361
- id_business_category: string | null;
740362
- id_controlling_branch: string | null;
740363
- id_airline: string | null;
740364
- id_shipping_line: string | null;
740365
- phone: string | null;
740366
- website_url: string | null;
740367
- company_number: string | null;
740368
- company_tax_number: string | null;
740369
- } | null;
740370
740370
  organization_staff_role: {
740371
740371
  is_active: boolean | null;
740372
740372
  id: string;
@@ -740384,8 +740384,8 @@ declare const settingsRouter: BuiltRouter<{
740384
740384
  created_by: string | null;
740385
740385
  updated_at: Date | null;
740386
740386
  updated_by: string | null;
740387
- id_user: string | null;
740388
740387
  id_organization: string | null;
740388
+ id_user: string | null;
740389
740389
  id_organization_staff_role: string | null;
740390
740390
  };
740391
740391
  };
@@ -740500,53 +740500,6 @@ declare const settingsRouter: BuiltRouter<{
740500
740500
  };
740501
740501
  output: {
740502
740502
  data: {
740503
- user: {
740504
- is_active: boolean | null;
740505
- id: string;
740506
- logic_code: string | null;
740507
- id_sso: string | null;
740508
- name: string | null;
740509
- id_country: string | null;
740510
- id_state: string | null;
740511
- id_city: string | null;
740512
- id_postal_code: string | null;
740513
- id_nationality: string | null;
740514
- id_company: string | null;
740515
- id_branch: string | null;
740516
- id_department: string | null;
740517
- id_spouse_relationship: string | null;
740518
- id_emergency_relationship: string | null;
740519
- id_last_accessed_company: string | null;
740520
- id_last_accessed_branch: string | null;
740521
- code: string | null;
740522
- pref_name: string | null;
740523
- address: string | null;
740524
- date_of_birth: Date | null;
740525
- employment_date: Date | null;
740526
- depart_date: Date | null;
740527
- gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
740528
- job_title: string | null;
740529
- work_phone: string | null;
740530
- work_extension: string | null;
740531
- work_fax: string | null;
740532
- home_phone: string | null;
740533
- mobile_phone: string | null;
740534
- other_reference: string | null;
740535
- personal_email: string | null;
740536
- work_email: string | null;
740537
- spouse_name: string | null;
740538
- spouse_phone: string | null;
740539
- spouse_email: string | null;
740540
- emergency_name: string | null;
740541
- emergency_phone: string | null;
740542
- emergency_email: string | null;
740543
- profile_photo_url: string | null;
740544
- signature_url: string | null;
740545
- created_at: Date | null;
740546
- created_by: string | null;
740547
- updated_at: Date | null;
740548
- updated_by: string | null;
740549
- } | null;
740550
740503
  organization: {
740551
740504
  is_active: boolean | null;
740552
740505
  id: string;
@@ -740574,54 +740527,6 @@ declare const settingsRouter: BuiltRouter<{
740574
740527
  company_number: string | null;
740575
740528
  company_tax_number: string | null;
740576
740529
  } | null;
740577
- organization_staff_role: {
740578
- is_active: boolean | null;
740579
- id: string;
740580
- logic_code: string | null;
740581
- name: string | null;
740582
- code: string | null;
740583
- created_at: Date | null;
740584
- created_by: string | null;
740585
- updated_at: Date | null;
740586
- updated_by: string | null;
740587
- } | null;
740588
- is_active: boolean | null;
740589
- id: string;
740590
- created_at: Date | null;
740591
- created_by: string | null;
740592
- updated_at: Date | null;
740593
- updated_by: string | null;
740594
- id_user: string | null;
740595
- id_organization: string | null;
740596
- id_organization_staff_role: string | null;
740597
- };
740598
- log: {
740599
- id: string;
740600
- id_log_type: string | null;
740601
- url: string | null;
740602
- params: SimpleJson;
740603
- action: string | null;
740604
- action_by: string | null;
740605
- action_id: string | null;
740606
- action_at: Date | null;
740607
- id_organization_staff_assignment: string | null;
740608
- } | undefined;
740609
- } | undefined;
740610
- meta: object;
740611
- }>;
740612
- update: MutationProcedure<{
740613
- input: {
740614
- is_system?: (string | number | boolean)[] | null | undefined;
740615
- id?: string | number | bigint | null | undefined;
740616
- id_string?: string | null | undefined;
740617
- logic_code?: string | null | undefined;
740618
- is_active?: boolean | undefined;
740619
- id_organization?: string | number | bigint | null | undefined;
740620
- id_organization_staff_role?: string | number | bigint | null | undefined;
740621
- id_user?: string | number | bigint | null | undefined;
740622
- };
740623
- output: {
740624
- data: {
740625
740530
  user: {
740626
740531
  is_active: boolean | null;
740627
740532
  id: string;
@@ -740669,6 +740574,54 @@ declare const settingsRouter: BuiltRouter<{
740669
740574
  updated_at: Date | null;
740670
740575
  updated_by: string | null;
740671
740576
  } | null;
740577
+ organization_staff_role: {
740578
+ is_active: boolean | null;
740579
+ id: string;
740580
+ logic_code: string | null;
740581
+ name: string | null;
740582
+ code: string | null;
740583
+ created_at: Date | null;
740584
+ created_by: string | null;
740585
+ updated_at: Date | null;
740586
+ updated_by: string | null;
740587
+ } | null;
740588
+ is_active: boolean | null;
740589
+ id: string;
740590
+ created_at: Date | null;
740591
+ created_by: string | null;
740592
+ updated_at: Date | null;
740593
+ updated_by: string | null;
740594
+ id_organization: string | null;
740595
+ id_user: string | null;
740596
+ id_organization_staff_role: string | null;
740597
+ };
740598
+ log: {
740599
+ id: string;
740600
+ id_log_type: string | null;
740601
+ url: string | null;
740602
+ params: SimpleJson;
740603
+ action: string | null;
740604
+ action_by: string | null;
740605
+ action_id: string | null;
740606
+ action_at: Date | null;
740607
+ id_organization_staff_assignment: string | null;
740608
+ } | undefined;
740609
+ } | undefined;
740610
+ meta: object;
740611
+ }>;
740612
+ update: MutationProcedure<{
740613
+ input: {
740614
+ is_system?: (string | number | boolean)[] | null | undefined;
740615
+ id?: string | number | bigint | null | undefined;
740616
+ id_string?: string | null | undefined;
740617
+ logic_code?: string | null | undefined;
740618
+ is_active?: boolean | undefined;
740619
+ id_organization?: string | number | bigint | null | undefined;
740620
+ id_organization_staff_role?: string | number | bigint | null | undefined;
740621
+ id_user?: string | number | bigint | null | undefined;
740622
+ };
740623
+ output: {
740624
+ data: {
740672
740625
  organization: {
740673
740626
  is_active: boolean | null;
740674
740627
  id: string;
@@ -740696,6 +740649,53 @@ declare const settingsRouter: BuiltRouter<{
740696
740649
  company_number: string | null;
740697
740650
  company_tax_number: string | null;
740698
740651
  } | null;
740652
+ user: {
740653
+ is_active: boolean | null;
740654
+ id: string;
740655
+ logic_code: string | null;
740656
+ id_sso: string | null;
740657
+ name: string | null;
740658
+ id_country: string | null;
740659
+ id_state: string | null;
740660
+ id_city: string | null;
740661
+ id_postal_code: string | null;
740662
+ id_nationality: string | null;
740663
+ id_company: string | null;
740664
+ id_branch: string | null;
740665
+ id_department: string | null;
740666
+ id_spouse_relationship: string | null;
740667
+ id_emergency_relationship: string | null;
740668
+ id_last_accessed_company: string | null;
740669
+ id_last_accessed_branch: string | null;
740670
+ code: string | null;
740671
+ pref_name: string | null;
740672
+ address: string | null;
740673
+ date_of_birth: Date | null;
740674
+ employment_date: Date | null;
740675
+ depart_date: Date | null;
740676
+ gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
740677
+ job_title: string | null;
740678
+ work_phone: string | null;
740679
+ work_extension: string | null;
740680
+ work_fax: string | null;
740681
+ home_phone: string | null;
740682
+ mobile_phone: string | null;
740683
+ other_reference: string | null;
740684
+ personal_email: string | null;
740685
+ work_email: string | null;
740686
+ spouse_name: string | null;
740687
+ spouse_phone: string | null;
740688
+ spouse_email: string | null;
740689
+ emergency_name: string | null;
740690
+ emergency_phone: string | null;
740691
+ emergency_email: string | null;
740692
+ profile_photo_url: string | null;
740693
+ signature_url: string | null;
740694
+ created_at: Date | null;
740695
+ created_by: string | null;
740696
+ updated_at: Date | null;
740697
+ updated_by: string | null;
740698
+ } | null;
740699
740699
  organization_staff_role: {
740700
740700
  is_active: boolean | null;
740701
740701
  id: string;
@@ -740713,8 +740713,8 @@ declare const settingsRouter: BuiltRouter<{
740713
740713
  created_by: string | null;
740714
740714
  updated_at: Date | null;
740715
740715
  updated_by: string | null;
740716
- id_user: string | null;
740717
740716
  id_organization: string | null;
740717
+ id_user: string | null;
740718
740718
  id_organization_staff_role: string | null;
740719
740719
  };
740720
740720
  log: {
@@ -740746,8 +740746,8 @@ declare const settingsRouter: BuiltRouter<{
740746
740746
  created_by: string | null;
740747
740747
  updated_at: Date | null;
740748
740748
  updated_by: string | null;
740749
- id_user: string | null;
740750
740749
  id_organization: string | null;
740750
+ id_user: string | null;
740751
740751
  id_organization_staff_role: string | null;
740752
740752
  } | undefined)[] | undefined;
740753
740753
  } | undefined;
@@ -743604,18 +743604,34 @@ declare const settingsRouter: BuiltRouter<{
743604
743604
  updated_by: string | null;
743605
743605
  id_un_locode: string | null;
743606
743606
  } | null;
743607
- organization_account_groups: {
743607
+ organization: {
743608
743608
  is_active: boolean | null;
743609
743609
  id: string;
743610
743610
  logic_code: string | null;
743611
743611
  name: string | null;
743612
+ id_country: string | null;
743613
+ id_state: string | null;
743614
+ id_city: string | null;
743615
+ id_postal_code: string | null;
743616
+ id_company: string | null;
743617
+ id_branch: string | null;
743612
743618
  code: string | null;
743613
743619
  created_at: Date | null;
743614
743620
  created_by: string | null;
743615
743621
  updated_at: Date | null;
743616
743622
  updated_by: string | null;
743623
+ id_un_locode: string | null;
743624
+ email: string | null;
743625
+ id_business_category: string | null;
743626
+ id_controlling_branch: string | null;
743627
+ id_airline: string | null;
743628
+ id_shipping_line: string | null;
743629
+ phone: string | null;
743630
+ website_url: string | null;
743631
+ company_number: string | null;
743632
+ company_tax_number: string | null;
743617
743633
  } | null;
743618
- organization_account_relationships: {
743634
+ organization_account_groups: {
743619
743635
  is_active: boolean | null;
743620
743636
  id: string;
743621
743637
  logic_code: string | null;
@@ -743626,7 +743642,7 @@ declare const settingsRouter: BuiltRouter<{
743626
743642
  updated_at: Date | null;
743627
743643
  updated_by: string | null;
743628
743644
  } | null;
743629
- organization_consolidation_categories: {
743645
+ organization_account_relationships: {
743630
743646
  is_active: boolean | null;
743631
743647
  id: string;
743632
743648
  logic_code: string | null;
@@ -743637,7 +743653,7 @@ declare const settingsRouter: BuiltRouter<{
743637
743653
  updated_at: Date | null;
743638
743654
  updated_by: string | null;
743639
743655
  } | null;
743640
- organization_tax_types: {
743656
+ organization_consolidation_categories: {
743641
743657
  is_active: boolean | null;
743642
743658
  id: string;
743643
743659
  logic_code: string | null;
@@ -743648,7 +743664,7 @@ declare const settingsRouter: BuiltRouter<{
743648
743664
  updated_at: Date | null;
743649
743665
  updated_by: string | null;
743650
743666
  } | null;
743651
- organization_transaction_restrictions: {
743667
+ organization_tax_types: {
743652
743668
  is_active: boolean | null;
743653
743669
  id: string;
743654
743670
  logic_code: string | null;
@@ -743659,32 +743675,16 @@ declare const settingsRouter: BuiltRouter<{
743659
743675
  updated_at: Date | null;
743660
743676
  updated_by: string | null;
743661
743677
  } | null;
743662
- organization: {
743678
+ organization_transaction_restrictions: {
743663
743679
  is_active: boolean | null;
743664
743680
  id: string;
743665
743681
  logic_code: string | null;
743666
743682
  name: string | null;
743667
- id_country: string | null;
743668
- id_state: string | null;
743669
- id_city: string | null;
743670
- id_postal_code: string | null;
743671
- id_company: string | null;
743672
- id_branch: string | null;
743673
743683
  code: string | null;
743674
743684
  created_at: Date | null;
743675
743685
  created_by: string | null;
743676
743686
  updated_at: Date | null;
743677
743687
  updated_by: string | null;
743678
- id_un_locode: string | null;
743679
- email: string | null;
743680
- id_business_category: string | null;
743681
- id_controlling_branch: string | null;
743682
- id_airline: string | null;
743683
- id_shipping_line: string | null;
743684
- phone: string | null;
743685
- website_url: string | null;
743686
- company_number: string | null;
743687
- company_tax_number: string | null;
743688
743688
  } | null;
743689
743689
  default_currency: {
743690
743690
  symbol: string | null;
@@ -743761,18 +743761,34 @@ declare const settingsRouter: BuiltRouter<{
743761
743761
  updated_by: string | null;
743762
743762
  id_un_locode: string | null;
743763
743763
  } | null;
743764
- organization_account_groups: {
743764
+ organization: {
743765
743765
  is_active: boolean | null;
743766
743766
  id: string;
743767
743767
  logic_code: string | null;
743768
743768
  name: string | null;
743769
+ id_country: string | null;
743770
+ id_state: string | null;
743771
+ id_city: string | null;
743772
+ id_postal_code: string | null;
743773
+ id_company: string | null;
743774
+ id_branch: string | null;
743769
743775
  code: string | null;
743770
743776
  created_at: Date | null;
743771
743777
  created_by: string | null;
743772
743778
  updated_at: Date | null;
743773
743779
  updated_by: string | null;
743780
+ id_un_locode: string | null;
743781
+ email: string | null;
743782
+ id_business_category: string | null;
743783
+ id_controlling_branch: string | null;
743784
+ id_airline: string | null;
743785
+ id_shipping_line: string | null;
743786
+ phone: string | null;
743787
+ website_url: string | null;
743788
+ company_number: string | null;
743789
+ company_tax_number: string | null;
743774
743790
  } | null;
743775
- organization_account_relationships: {
743791
+ organization_account_groups: {
743776
743792
  is_active: boolean | null;
743777
743793
  id: string;
743778
743794
  logic_code: string | null;
@@ -743783,7 +743799,7 @@ declare const settingsRouter: BuiltRouter<{
743783
743799
  updated_at: Date | null;
743784
743800
  updated_by: string | null;
743785
743801
  } | null;
743786
- organization_consolidation_categories: {
743802
+ organization_account_relationships: {
743787
743803
  is_active: boolean | null;
743788
743804
  id: string;
743789
743805
  logic_code: string | null;
@@ -743794,7 +743810,7 @@ declare const settingsRouter: BuiltRouter<{
743794
743810
  updated_at: Date | null;
743795
743811
  updated_by: string | null;
743796
743812
  } | null;
743797
- organization_tax_types: {
743813
+ organization_consolidation_categories: {
743798
743814
  is_active: boolean | null;
743799
743815
  id: string;
743800
743816
  logic_code: string | null;
@@ -743805,7 +743821,7 @@ declare const settingsRouter: BuiltRouter<{
743805
743821
  updated_at: Date | null;
743806
743822
  updated_by: string | null;
743807
743823
  } | null;
743808
- organization_transaction_restrictions: {
743824
+ organization_tax_types: {
743809
743825
  is_active: boolean | null;
743810
743826
  id: string;
743811
743827
  logic_code: string | null;
@@ -743816,32 +743832,16 @@ declare const settingsRouter: BuiltRouter<{
743816
743832
  updated_at: Date | null;
743817
743833
  updated_by: string | null;
743818
743834
  } | null;
743819
- organization: {
743835
+ organization_transaction_restrictions: {
743820
743836
  is_active: boolean | null;
743821
743837
  id: string;
743822
743838
  logic_code: string | null;
743823
743839
  name: string | null;
743824
- id_country: string | null;
743825
- id_state: string | null;
743826
- id_city: string | null;
743827
- id_postal_code: string | null;
743828
- id_company: string | null;
743829
- id_branch: string | null;
743830
743840
  code: string | null;
743831
743841
  created_at: Date | null;
743832
743842
  created_by: string | null;
743833
743843
  updated_at: Date | null;
743834
743844
  updated_by: string | null;
743835
- id_un_locode: string | null;
743836
- email: string | null;
743837
- id_business_category: string | null;
743838
- id_controlling_branch: string | null;
743839
- id_airline: string | null;
743840
- id_shipping_line: string | null;
743841
- phone: string | null;
743842
- website_url: string | null;
743843
- company_number: string | null;
743844
- company_tax_number: string | null;
743845
743845
  } | null;
743846
743846
  default_currency: {
743847
743847
  symbol: string | null;
@@ -751664,6 +751664,7 @@ declare const settingsRouter: BuiltRouter<{
751664
751664
  updated_by: string | null;
751665
751665
  } | null;
751666
751666
  id: string;
751667
+ id_transport_mode: string | null;
751667
751668
  id_log_type: string | null;
751668
751669
  url: string | null;
751669
751670
  params: SimpleJson;
@@ -751671,7 +751672,6 @@ declare const settingsRouter: BuiltRouter<{
751671
751672
  action_by: string | null;
751672
751673
  action_id: string | null;
751673
751674
  action_at: Date | null;
751674
- id_transport_mode: string | null;
751675
751675
  }[] | undefined;
751676
751676
  total: number | undefined;
751677
751677
  };
@@ -751698,6 +751698,7 @@ declare const settingsRouter: BuiltRouter<{
751698
751698
  updated_by: string | null;
751699
751699
  } | null;
751700
751700
  id: string;
751701
+ id_transport_mode: string | null;
751701
751702
  id_log_type: string | null;
751702
751703
  url: string | null;
751703
751704
  params: SimpleJson;
@@ -751705,7 +751706,6 @@ declare const settingsRouter: BuiltRouter<{
751705
751706
  action_by: string | null;
751706
751707
  action_id: string | null;
751707
751708
  action_at: Date | null;
751708
- id_transport_mode: string | null;
751709
751709
  } | undefined;
751710
751710
  };
751711
751711
  meta: object;
@@ -751731,6 +751731,7 @@ declare const settingsRouter: BuiltRouter<{
751731
751731
  };
751732
751732
  log: {
751733
751733
  id: string;
751734
+ id_transport_mode: string | null;
751734
751735
  id_log_type: string | null;
751735
751736
  url: string | null;
751736
751737
  params: SimpleJson;
@@ -751738,7 +751739,6 @@ declare const settingsRouter: BuiltRouter<{
751738
751739
  action_by: string | null;
751739
751740
  action_id: string | null;
751740
751741
  action_at: Date | null;
751741
- id_transport_mode: string | null;
751742
751742
  } | undefined;
751743
751743
  } | undefined;
751744
751744
  meta: object;
@@ -751767,6 +751767,7 @@ declare const settingsRouter: BuiltRouter<{
751767
751767
  };
751768
751768
  log: {
751769
751769
  id: string;
751770
+ id_transport_mode: string | null;
751770
751771
  id_log_type: string | null;
751771
751772
  url: string | null;
751772
751773
  params: SimpleJson;
@@ -751774,7 +751775,6 @@ declare const settingsRouter: BuiltRouter<{
751774
751775
  action_by: string | null;
751775
751776
  action_id: string | null;
751776
751777
  action_at: Date | null;
751777
- id_transport_mode: string | null;
751778
751778
  } | undefined;
751779
751779
  } | undefined;
751780
751780
  meta: object;
@@ -754016,7 +754016,7 @@ declare const settingsRouter: BuiltRouter<{
754016
754016
  };
754017
754017
  output: {
754018
754018
  data: {
754019
- weight_unit: {
754019
+ measurement_unit_type: {
754020
754020
  is_active: boolean | null;
754021
754021
  id: string;
754022
754022
  logic_code: string | null;
@@ -754026,9 +754026,8 @@ declare const settingsRouter: BuiltRouter<{
754026
754026
  created_by: string | null;
754027
754027
  updated_at: Date | null;
754028
754028
  updated_by: string | null;
754029
- id_type: string | null;
754030
754029
  } | null;
754031
- measurement_unit_type: {
754030
+ weight_unit: {
754032
754031
  is_active: boolean | null;
754033
754032
  id: string;
754034
754033
  logic_code: string | null;
@@ -754038,6 +754037,7 @@ declare const settingsRouter: BuiltRouter<{
754038
754037
  created_by: string | null;
754039
754038
  updated_at: Date | null;
754040
754039
  updated_by: string | null;
754040
+ id_type: string | null;
754041
754041
  } | null;
754042
754042
  dimension_unit: {
754043
754043
  is_active: boolean | null;
@@ -754093,7 +754093,7 @@ declare const settingsRouter: BuiltRouter<{
754093
754093
  forwarding_shipment_packings: number;
754094
754094
  syncproc_purchase_orders: number;
754095
754095
  };
754096
- weight_unit: {
754096
+ measurement_unit_type: {
754097
754097
  is_active: boolean | null;
754098
754098
  id: string;
754099
754099
  logic_code: string | null;
@@ -754103,9 +754103,8 @@ declare const settingsRouter: BuiltRouter<{
754103
754103
  created_by: string | null;
754104
754104
  updated_at: Date | null;
754105
754105
  updated_by: string | null;
754106
- id_type: string | null;
754107
754106
  } | null;
754108
- measurement_unit_type: {
754107
+ weight_unit: {
754109
754108
  is_active: boolean | null;
754110
754109
  id: string;
754111
754110
  logic_code: string | null;
@@ -754115,6 +754114,7 @@ declare const settingsRouter: BuiltRouter<{
754115
754114
  created_by: string | null;
754116
754115
  updated_at: Date | null;
754117
754116
  updated_by: string | null;
754117
+ id_type: string | null;
754118
754118
  } | null;
754119
754119
  dimension_unit: {
754120
754120
  is_active: boolean | null;
@@ -755300,6 +755300,7 @@ declare const settingsRouter: BuiltRouter<{
755300
755300
  updated_by: string | null;
755301
755301
  } | null;
755302
755302
  id: string;
755303
+ id_service_level: string | null;
755303
755304
  id_log_type: string | null;
755304
755305
  url: string | null;
755305
755306
  params: SimpleJson;
@@ -755307,7 +755308,6 @@ declare const settingsRouter: BuiltRouter<{
755307
755308
  action_by: string | null;
755308
755309
  action_id: string | null;
755309
755310
  action_at: Date | null;
755310
- id_service_level: string | null;
755311
755311
  }[] | undefined;
755312
755312
  total: number | undefined;
755313
755313
  };
@@ -755334,6 +755334,7 @@ declare const settingsRouter: BuiltRouter<{
755334
755334
  updated_by: string | null;
755335
755335
  } | null;
755336
755336
  id: string;
755337
+ id_service_level: string | null;
755337
755338
  id_log_type: string | null;
755338
755339
  url: string | null;
755339
755340
  params: SimpleJson;
@@ -755341,7 +755342,6 @@ declare const settingsRouter: BuiltRouter<{
755341
755342
  action_by: string | null;
755342
755343
  action_id: string | null;
755343
755344
  action_at: Date | null;
755344
- id_service_level: string | null;
755345
755345
  } | undefined;
755346
755346
  };
755347
755347
  meta: object;
@@ -755371,6 +755371,7 @@ declare const settingsRouter: BuiltRouter<{
755371
755371
  };
755372
755372
  log: {
755373
755373
  id: string;
755374
+ id_service_level: string | null;
755374
755375
  id_log_type: string | null;
755375
755376
  url: string | null;
755376
755377
  params: SimpleJson;
@@ -755378,7 +755379,6 @@ declare const settingsRouter: BuiltRouter<{
755378
755379
  action_by: string | null;
755379
755380
  action_id: string | null;
755380
755381
  action_at: Date | null;
755381
- id_service_level: string | null;
755382
755382
  } | undefined;
755383
755383
  } | undefined;
755384
755384
  meta: object;
@@ -755411,6 +755411,7 @@ declare const settingsRouter: BuiltRouter<{
755411
755411
  };
755412
755412
  log: {
755413
755413
  id: string;
755414
+ id_service_level: string | null;
755414
755415
  id_log_type: string | null;
755415
755416
  url: string | null;
755416
755417
  params: SimpleJson;
@@ -755418,7 +755419,6 @@ declare const settingsRouter: BuiltRouter<{
755418
755419
  action_by: string | null;
755419
755420
  action_id: string | null;
755420
755421
  action_at: Date | null;
755421
- id_service_level: string | null;
755422
755422
  } | undefined;
755423
755423
  } | undefined;
755424
755424
  meta: object;
@@ -755854,6 +755854,7 @@ declare const settingsRouter: BuiltRouter<{
755854
755854
  updated_by: string | null;
755855
755855
  } | null;
755856
755856
  id: string;
755857
+ id_incoterm: string | null;
755857
755858
  id_log_type: string | null;
755858
755859
  url: string | null;
755859
755860
  params: SimpleJson;
@@ -755861,7 +755862,6 @@ declare const settingsRouter: BuiltRouter<{
755861
755862
  action_by: string | null;
755862
755863
  action_id: string | null;
755863
755864
  action_at: Date | null;
755864
- id_incoterm: string | null;
755865
755865
  }[] | undefined;
755866
755866
  total: number | undefined;
755867
755867
  };
@@ -755888,6 +755888,7 @@ declare const settingsRouter: BuiltRouter<{
755888
755888
  updated_by: string | null;
755889
755889
  } | null;
755890
755890
  id: string;
755891
+ id_incoterm: string | null;
755891
755892
  id_log_type: string | null;
755892
755893
  url: string | null;
755893
755894
  params: SimpleJson;
@@ -755895,7 +755896,6 @@ declare const settingsRouter: BuiltRouter<{
755895
755896
  action_by: string | null;
755896
755897
  action_id: string | null;
755897
755898
  action_at: Date | null;
755898
- id_incoterm: string | null;
755899
755899
  } | undefined;
755900
755900
  };
755901
755901
  meta: object;
@@ -755923,6 +755923,7 @@ declare const settingsRouter: BuiltRouter<{
755923
755923
  };
755924
755924
  log: {
755925
755925
  id: string;
755926
+ id_incoterm: string | null;
755926
755927
  id_log_type: string | null;
755927
755928
  url: string | null;
755928
755929
  params: SimpleJson;
@@ -755930,7 +755931,6 @@ declare const settingsRouter: BuiltRouter<{
755930
755931
  action_by: string | null;
755931
755932
  action_id: string | null;
755932
755933
  action_at: Date | null;
755933
- id_incoterm: string | null;
755934
755934
  } | undefined;
755935
755935
  } | undefined;
755936
755936
  meta: object;
@@ -755961,6 +755961,7 @@ declare const settingsRouter: BuiltRouter<{
755961
755961
  };
755962
755962
  log: {
755963
755963
  id: string;
755964
+ id_incoterm: string | null;
755964
755965
  id_log_type: string | null;
755965
755966
  url: string | null;
755966
755967
  params: SimpleJson;
@@ -755968,7 +755969,6 @@ declare const settingsRouter: BuiltRouter<{
755968
755969
  action_by: string | null;
755969
755970
  action_id: string | null;
755970
755971
  action_at: Date | null;
755971
- id_incoterm: string | null;
755972
755972
  } | undefined;
755973
755973
  } | undefined;
755974
755974
  meta: object;
@@ -756560,6 +756560,7 @@ declare const settingsRouter: BuiltRouter<{
756560
756560
  updated_by: string | null;
756561
756561
  } | null;
756562
756562
  id: string;
756563
+ id_commodity: string | null;
756563
756564
  id_log_type: string | null;
756564
756565
  url: string | null;
756565
756566
  params: SimpleJson;
@@ -756567,7 +756568,6 @@ declare const settingsRouter: BuiltRouter<{
756567
756568
  action_by: string | null;
756568
756569
  action_id: string | null;
756569
756570
  action_at: Date | null;
756570
- id_commodity: string | null;
756571
756571
  }[] | undefined;
756572
756572
  total: number | undefined;
756573
756573
  };
@@ -756594,6 +756594,7 @@ declare const settingsRouter: BuiltRouter<{
756594
756594
  updated_by: string | null;
756595
756595
  } | null;
756596
756596
  id: string;
756597
+ id_commodity: string | null;
756597
756598
  id_log_type: string | null;
756598
756599
  url: string | null;
756599
756600
  params: SimpleJson;
@@ -756601,7 +756602,6 @@ declare const settingsRouter: BuiltRouter<{
756601
756602
  action_by: string | null;
756602
756603
  action_id: string | null;
756603
756604
  action_at: Date | null;
756604
- id_commodity: string | null;
756605
756605
  } | undefined;
756606
756606
  };
756607
756607
  meta: object;
@@ -756649,6 +756649,7 @@ declare const settingsRouter: BuiltRouter<{
756649
756649
  };
756650
756650
  log: {
756651
756651
  id: string;
756652
+ id_commodity: string | null;
756652
756653
  id_log_type: string | null;
756653
756654
  url: string | null;
756654
756655
  params: SimpleJson;
@@ -756656,7 +756657,6 @@ declare const settingsRouter: BuiltRouter<{
756656
756657
  action_by: string | null;
756657
756658
  action_id: string | null;
756658
756659
  action_at: Date | null;
756659
- id_commodity: string | null;
756660
756660
  } | undefined;
756661
756661
  } | undefined;
756662
756662
  meta: object;
@@ -756707,6 +756707,7 @@ declare const settingsRouter: BuiltRouter<{
756707
756707
  };
756708
756708
  log: {
756709
756709
  id: string;
756710
+ id_commodity: string | null;
756710
756711
  id_log_type: string | null;
756711
756712
  url: string | null;
756712
756713
  params: SimpleJson;
@@ -756714,7 +756715,6 @@ declare const settingsRouter: BuiltRouter<{
756714
756715
  action_by: string | null;
756715
756716
  action_id: string | null;
756716
756717
  action_at: Date | null;
756717
- id_commodity: string | null;
756718
756718
  } | undefined;
756719
756719
  } | undefined;
756720
756720
  meta: object;
@@ -761885,7 +761885,7 @@ declare const settingsRouter: BuiltRouter<{
761885
761885
  id_system: string | null;
761886
761886
  tax_message: string | null;
761887
761887
  } | null;
761888
- charge_code_groups: {
761888
+ incoterm: {
761889
761889
  is_active: boolean | null;
761890
761890
  id: string;
761891
761891
  logic_code: string | null;
@@ -761895,8 +761895,9 @@ declare const settingsRouter: BuiltRouter<{
761895
761895
  created_by: string | null;
761896
761896
  updated_at: Date | null;
761897
761897
  updated_by: string | null;
761898
+ description: string | null;
761898
761899
  } | null;
761899
- incoterm: {
761900
+ charge_code_groups: {
761900
761901
  is_active: boolean | null;
761901
761902
  id: string;
761902
761903
  logic_code: string | null;
@@ -761906,7 +761907,6 @@ declare const settingsRouter: BuiltRouter<{
761906
761907
  created_by: string | null;
761907
761908
  updated_at: Date | null;
761908
761909
  updated_by: string | null;
761909
- description: string | null;
761910
761910
  } | null;
761911
761911
  charge_code_type: {
761912
761912
  is_active: boolean | null;
@@ -762161,7 +762161,7 @@ declare const settingsRouter: BuiltRouter<{
762161
762161
  id_system: string | null;
762162
762162
  tax_message: string | null;
762163
762163
  } | null;
762164
- charge_code_groups: {
762164
+ incoterm: {
762165
762165
  is_active: boolean | null;
762166
762166
  id: string;
762167
762167
  logic_code: string | null;
@@ -762171,8 +762171,9 @@ declare const settingsRouter: BuiltRouter<{
762171
762171
  created_by: string | null;
762172
762172
  updated_at: Date | null;
762173
762173
  updated_by: string | null;
762174
+ description: string | null;
762174
762175
  } | null;
762175
- incoterm: {
762176
+ charge_code_groups: {
762176
762177
  is_active: boolean | null;
762177
762178
  id: string;
762178
762179
  logic_code: string | null;
@@ -762182,7 +762183,6 @@ declare const settingsRouter: BuiltRouter<{
762182
762183
  created_by: string | null;
762183
762184
  updated_at: Date | null;
762184
762185
  updated_by: string | null;
762185
- description: string | null;
762186
762186
  } | null;
762187
762187
  charge_code_type: {
762188
762188
  is_active: boolean | null;
@@ -768905,6 +768905,7 @@ declare const systemRouter: BuiltRouter<{
768905
768905
  updated_by: string | null;
768906
768906
  } | null;
768907
768907
  id: string;
768908
+ id_container_shipping_type: string | null;
768908
768909
  id_log_type: string | null;
768909
768910
  url: string | null;
768910
768911
  params: SimpleJson;
@@ -768912,7 +768913,6 @@ declare const systemRouter: BuiltRouter<{
768912
768913
  action_by: string | null;
768913
768914
  action_id: string | null;
768914
768915
  action_at: Date | null;
768915
- id_container_shipping_type: string | null;
768916
768916
  }[] | undefined;
768917
768917
  total: number | undefined;
768918
768918
  };
@@ -768939,6 +768939,7 @@ declare const systemRouter: BuiltRouter<{
768939
768939
  updated_by: string | null;
768940
768940
  } | null;
768941
768941
  id: string;
768942
+ id_container_shipping_type: string | null;
768942
768943
  id_log_type: string | null;
768943
768944
  url: string | null;
768944
768945
  params: SimpleJson;
@@ -768946,7 +768947,6 @@ declare const systemRouter: BuiltRouter<{
768946
768947
  action_by: string | null;
768947
768948
  action_id: string | null;
768948
768949
  action_at: Date | null;
768949
- id_container_shipping_type: string | null;
768950
768950
  } | undefined;
768951
768951
  };
768952
768952
  meta: object;
@@ -768972,6 +768972,7 @@ declare const systemRouter: BuiltRouter<{
768972
768972
  };
768973
768973
  log: {
768974
768974
  id: string;
768975
+ id_container_shipping_type: string | null;
768975
768976
  id_log_type: string | null;
768976
768977
  url: string | null;
768977
768978
  params: SimpleJson;
@@ -768979,7 +768980,6 @@ declare const systemRouter: BuiltRouter<{
768979
768980
  action_by: string | null;
768980
768981
  action_id: string | null;
768981
768982
  action_at: Date | null;
768982
- id_container_shipping_type: string | null;
768983
768983
  } | undefined;
768984
768984
  } | undefined;
768985
768985
  meta: object;
@@ -769008,6 +769008,7 @@ declare const systemRouter: BuiltRouter<{
769008
769008
  };
769009
769009
  log: {
769010
769010
  id: string;
769011
+ id_container_shipping_type: string | null;
769011
769012
  id_log_type: string | null;
769012
769013
  url: string | null;
769013
769014
  params: SimpleJson;
@@ -769015,7 +769016,6 @@ declare const systemRouter: BuiltRouter<{
769015
769016
  action_by: string | null;
769016
769017
  action_id: string | null;
769017
769018
  action_at: Date | null;
769018
- id_container_shipping_type: string | null;
769019
769019
  } | undefined;
769020
769020
  } | undefined;
769021
769021
  meta: object;
@@ -769052,6 +769052,7 @@ declare const systemRouter: BuiltRouter<{
769052
769052
  };
769053
769053
  log: {
769054
769054
  id: string;
769055
+ id_container_shipping_type: string | null;
769055
769056
  id_log_type: string | null;
769056
769057
  url: string | null;
769057
769058
  params: SimpleJson;
@@ -769059,7 +769060,6 @@ declare const systemRouter: BuiltRouter<{
769059
769060
  action_by: string | null;
769060
769061
  action_id: string | null;
769061
769062
  action_at: Date | null;
769062
- id_container_shipping_type: string | null;
769063
769063
  } | undefined;
769064
769064
  } | undefined)[];
769065
769065
  updatedData: ({
@@ -769076,6 +769076,7 @@ declare const systemRouter: BuiltRouter<{
769076
769076
  };
769077
769077
  log: {
769078
769078
  id: string;
769079
+ id_container_shipping_type: string | null;
769079
769080
  id_log_type: string | null;
769080
769081
  url: string | null;
769081
769082
  params: SimpleJson;
@@ -769083,7 +769084,6 @@ declare const systemRouter: BuiltRouter<{
769083
769084
  action_by: string | null;
769084
769085
  action_id: string | null;
769085
769086
  action_at: Date | null;
769086
- id_container_shipping_type: string | null;
769087
769087
  } | undefined;
769088
769088
  } | undefined)[];
769089
769089
  } | undefined;
@@ -775258,6 +775258,32 @@ declare const systemRouter: BuiltRouter<{
775258
775258
  }>>;
775259
775259
  }>>;
775260
775260
  }>>;
775261
+ documents: BuiltRouter<{
775262
+ ctx: Context;
775263
+ meta: object;
775264
+ errorShape: DefaultErrorShape;
775265
+ transformer: false;
775266
+ }, DecorateCreateRouterOptions<{
775267
+ generateSamplePdf: MutationProcedure<{
775268
+ input: {
775269
+ invoiceNumber: string;
775270
+ date: string;
775271
+ companyName: string;
775272
+ items: {
775273
+ description: string;
775274
+ quantity: number;
775275
+ unitPrice: number;
775276
+ }[];
775277
+ };
775278
+ output: {
775279
+ data: {
775280
+ url: string;
775281
+ filename: string;
775282
+ };
775283
+ };
775284
+ meta: object;
775285
+ }>;
775286
+ }>>;
775261
775287
  }>>;
775262
775288
  type SystemRouter = typeof systemRouter;
775263
775289
  //#endregion