@be-logixpair/api 0.0.122 → 0.0.123
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 +1135 -1135
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -712756,6 +712756,45 @@ 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
|
+
}[];
|
|
712759
712798
|
forwarding_transport_mode: {
|
|
712760
712799
|
is_active: boolean | null;
|
|
712761
712800
|
id: string;
|
|
@@ -713037,45 +713076,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713037
713076
|
is_vent_required: boolean;
|
|
713038
713077
|
expiration_date: number | null;
|
|
713039
713078
|
} | 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,6 +713084,7 @@ 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;
|
|
713087
713088
|
id_transport_mode: string | null;
|
|
713088
713089
|
id_container_shipping_type: string | null;
|
|
713089
713090
|
id_incoterm: string | null;
|
|
@@ -713101,7 +713102,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713101
713102
|
id_volume_unit: string | null;
|
|
713102
713103
|
id_chargeable_unit: string | null;
|
|
713103
713104
|
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,6 +713230,276 @@ 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
|
+
}[];
|
|
713233
713503
|
forwarding_transport_mode: {
|
|
713234
713504
|
is_active: boolean | null;
|
|
713235
713505
|
id: string;
|
|
@@ -713511,276 +713781,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713511
713781
|
is_vent_required: boolean;
|
|
713512
713782
|
expiration_date: number | null;
|
|
713513
713783
|
} | 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,6 +713789,7 @@ 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;
|
|
713792
713793
|
id_transport_mode: string | null;
|
|
713793
713794
|
id_container_shipping_type: string | null;
|
|
713794
713795
|
id_incoterm: string | null;
|
|
@@ -713806,7 +713807,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713806
713807
|
id_volume_unit: string | null;
|
|
713807
713808
|
id_chargeable_unit: string | null;
|
|
713808
713809
|
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;
|
|
713872
713871
|
url: string | null;
|
|
713873
713872
|
params: SimpleJson;
|
|
713874
713873
|
action: string | null;
|
|
713875
713874
|
action_by: string | null;
|
|
713876
713875
|
action_id: string | null;
|
|
713877
713876
|
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;
|
|
713896
713895
|
url: string | null;
|
|
713897
713896
|
params: SimpleJson;
|
|
713898
713897
|
action: string | null;
|
|
713899
713898
|
action_by: string | null;
|
|
713900
713899
|
action_id: string | null;
|
|
713901
713900
|
action_at: Date | null;
|
|
713901
|
+
id_forwarding_booking: string | null;
|
|
713902
713902
|
} | undefined;
|
|
713903
713903
|
};
|
|
713904
713904
|
meta: object;
|
|
@@ -714004,6 +714004,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714004
714004
|
updated_at: Date | null;
|
|
714005
714005
|
updated_by: string | null;
|
|
714006
714006
|
length: Decimal | null;
|
|
714007
|
+
description: string | null;
|
|
714007
714008
|
id_transport_mode: string | null;
|
|
714008
714009
|
id_container_shipping_type: string | null;
|
|
714009
714010
|
id_incoterm: string | null;
|
|
@@ -714021,7 +714022,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714021
714022
|
id_volume_unit: string | null;
|
|
714022
714023
|
id_chargeable_unit: string | null;
|
|
714023
714024
|
id_commodity: string | null;
|
|
714024
|
-
description: string | null;
|
|
714025
714025
|
extra_term: string | null;
|
|
714026
714026
|
shipper_ref: string | null;
|
|
714027
714027
|
mark_number: string | null;
|
|
@@ -714040,13 +714040,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714040
714040
|
data: {
|
|
714041
714041
|
id: string;
|
|
714042
714042
|
id_log_type: string | null;
|
|
714043
|
-
id_forwarding_booking: string | null;
|
|
714044
714043
|
url: string | null;
|
|
714045
714044
|
params: SimpleJson;
|
|
714046
714045
|
action: string | null;
|
|
714047
714046
|
action_by: string | null;
|
|
714048
714047
|
action_id: string | null;
|
|
714049
714048
|
action_at: Date | null;
|
|
714049
|
+
id_forwarding_booking: string | null;
|
|
714050
714050
|
} | undefined;
|
|
714051
714051
|
};
|
|
714052
714052
|
} | undefined;
|
|
@@ -714160,6 +714160,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714160
714160
|
updated_at: Date | null;
|
|
714161
714161
|
updated_by: string | null;
|
|
714162
714162
|
length: Decimal | null;
|
|
714163
|
+
description: string | null;
|
|
714163
714164
|
id_transport_mode: string | null;
|
|
714164
714165
|
id_container_shipping_type: string | null;
|
|
714165
714166
|
id_incoterm: string | null;
|
|
@@ -714177,7 +714178,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714177
714178
|
id_volume_unit: string | null;
|
|
714178
714179
|
id_chargeable_unit: string | null;
|
|
714179
714180
|
id_commodity: string | null;
|
|
714180
|
-
description: string | null;
|
|
714181
714181
|
extra_term: string | null;
|
|
714182
714182
|
shipper_ref: string | null;
|
|
714183
714183
|
mark_number: string | null;
|
|
@@ -714196,13 +714196,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714196
714196
|
data: {
|
|
714197
714197
|
id: string;
|
|
714198
714198
|
id_log_type: string | null;
|
|
714199
|
-
id_forwarding_booking: string | null;
|
|
714200
714199
|
url: string | null;
|
|
714201
714200
|
params: SimpleJson;
|
|
714202
714201
|
action: string | null;
|
|
714203
714202
|
action_by: string | null;
|
|
714204
714203
|
action_id: string | null;
|
|
714205
714204
|
action_at: Date | null;
|
|
714205
|
+
id_forwarding_booking: string | null;
|
|
714206
714206
|
} | undefined;
|
|
714207
714207
|
};
|
|
714208
714208
|
} | undefined;
|
|
@@ -714225,6 +714225,7 @@ 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;
|
|
714228
714229
|
id_transport_mode: string | null;
|
|
714229
714230
|
id_container_shipping_type: string | null;
|
|
714230
714231
|
id_incoterm: string | null;
|
|
@@ -714242,7 +714243,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714242
714243
|
id_volume_unit: string | null;
|
|
714243
714244
|
id_chargeable_unit: string | null;
|
|
714244
714245
|
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,6 +714315,7 @@ 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;
|
|
714318
714319
|
id_transport_mode: string | null;
|
|
714319
714320
|
id_container_shipping_type: string | null;
|
|
714320
714321
|
id_incoterm: string | null;
|
|
@@ -714332,7 +714333,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714332
714333
|
id_volume_unit: string | null;
|
|
714333
714334
|
id_chargeable_unit: string | null;
|
|
714334
714335
|
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,6 +714452,7 @@ 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;
|
|
714455
714456
|
id_transport_mode: string | null;
|
|
714456
714457
|
id_container_shipping_type: string | null;
|
|
714457
714458
|
id_incoterm: string | null;
|
|
@@ -714469,7 +714470,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714469
714470
|
id_volume_unit: string | null;
|
|
714470
714471
|
id_chargeable_unit: string | null;
|
|
714471
714472
|
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,6 +714884,121 @@ 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
|
+
}[];
|
|
714887
715002
|
forwarding_transport_mode: {
|
|
714888
715003
|
is_active: boolean | null;
|
|
714889
715004
|
id: string;
|
|
@@ -714995,121 +715110,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714995
715110
|
has_seaport: boolean | null;
|
|
714996
715111
|
has_outport: boolean | null;
|
|
714997
715112
|
} | 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,6 +715485,7 @@ 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;
|
|
715488
715489
|
id_transport_mode: string | null;
|
|
715489
715490
|
id_container_shipping_type: string | null;
|
|
715490
715491
|
id_incoterm: string | null;
|
|
@@ -715494,7 +715495,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715494
715495
|
id_weight_unit: string | null;
|
|
715495
715496
|
id_volume_unit: string | null;
|
|
715496
715497
|
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,117 +715573,82 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715573
715573
|
forwarding_shipment_attachments: number;
|
|
715574
715574
|
syncproc_purchase_orders: number;
|
|
715575
715575
|
};
|
|
715576
|
-
|
|
715577
|
-
|
|
715578
|
-
|
|
715579
|
-
|
|
715580
|
-
|
|
715581
|
-
|
|
715582
|
-
|
|
715583
|
-
|
|
715584
|
-
|
|
715585
|
-
|
|
715586
|
-
|
|
715587
|
-
|
|
715588
|
-
|
|
715589
|
-
|
|
715590
|
-
|
|
715591
|
-
|
|
715592
|
-
|
|
715593
|
-
|
|
715594
|
-
|
|
715595
|
-
|
|
715596
|
-
|
|
715597
|
-
|
|
715598
|
-
|
|
715599
|
-
|
|
715600
|
-
|
|
715601
|
-
|
|
715602
|
-
|
|
715603
|
-
|
|
715604
|
-
|
|
715605
|
-
|
|
715606
|
-
|
|
715607
|
-
|
|
715608
|
-
|
|
715609
|
-
|
|
715610
|
-
|
|
715611
|
-
|
|
715612
|
-
|
|
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;
|
|
715613
715636
|
is_active: boolean | null;
|
|
715614
715637
|
id: string;
|
|
715615
715638
|
logic_code: string | null;
|
|
715616
715639
|
name: string | null;
|
|
715617
715640
|
code: string | null;
|
|
715641
|
+
address: string | null;
|
|
715618
715642
|
created_at: Date | null;
|
|
715619
715643
|
created_by: string | null;
|
|
715620
715644
|
updated_at: Date | null;
|
|
715621
715645
|
updated_by: string | null;
|
|
715622
|
-
|
|
715623
|
-
|
|
715624
|
-
|
|
715625
|
-
|
|
715626
|
-
|
|
715627
|
-
|
|
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;
|
|
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
|
+
}[];
|
|
715687
715652
|
forwarding_shipment_packings: {
|
|
715688
715653
|
forwarding_booking: {
|
|
715689
715654
|
is_active: boolean | null;
|
|
@@ -715694,6 +715659,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715694
715659
|
updated_at: Date | null;
|
|
715695
715660
|
updated_by: string | null;
|
|
715696
715661
|
length: Decimal | null;
|
|
715662
|
+
description: string | null;
|
|
715697
715663
|
id_transport_mode: string | null;
|
|
715698
715664
|
id_container_shipping_type: string | null;
|
|
715699
715665
|
id_incoterm: string | null;
|
|
@@ -715711,7 +715677,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715711
715677
|
id_volume_unit: string | null;
|
|
715712
715678
|
id_chargeable_unit: string | null;
|
|
715713
715679
|
id_commodity: string | null;
|
|
715714
|
-
description: string | null;
|
|
715715
715680
|
extra_term: string | null;
|
|
715716
715681
|
shipper_ref: string | null;
|
|
715717
715682
|
mark_number: string | null;
|
|
@@ -715756,6 +715721,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715756
715721
|
created_by: string | null;
|
|
715757
715722
|
updated_at: Date | null;
|
|
715758
715723
|
updated_by: string | null;
|
|
715724
|
+
description: string | null;
|
|
715759
715725
|
id_transport_mode: string | null;
|
|
715760
715726
|
id_container_shipping_type: string | null;
|
|
715761
715727
|
id_incoterm: string | null;
|
|
@@ -715765,7 +715731,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715765
715731
|
id_weight_unit: string | null;
|
|
715766
715732
|
id_volume_unit: string | null;
|
|
715767
715733
|
id_chargeable_unit: string | null;
|
|
715768
|
-
description: string | null;
|
|
715769
715734
|
mark_number: string | null;
|
|
715770
715735
|
volume: Decimal | null;
|
|
715771
715736
|
chargeable: Decimal | null;
|
|
@@ -715925,11 +715890,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715925
715890
|
updated_at: Date | null;
|
|
715926
715891
|
updated_by: string | null;
|
|
715927
715892
|
length: Decimal | null;
|
|
715893
|
+
description: string | null;
|
|
715928
715894
|
id_weight_unit: string | null;
|
|
715929
715895
|
id_volume_unit: string | null;
|
|
715930
715896
|
id_commodity: string | null;
|
|
715931
715897
|
id_forwarding_booking: string | null;
|
|
715932
|
-
description: string | null;
|
|
715933
715898
|
volume: Decimal | null;
|
|
715934
715899
|
id_forwarding_shipment: string | null;
|
|
715935
715900
|
id_consol_container: string | null;
|
|
@@ -715954,82 +715919,117 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715954
715919
|
flash_point: Decimal | null;
|
|
715955
715920
|
un_dg_contact: string | null;
|
|
715956
715921
|
}[];
|
|
715957
|
-
|
|
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;
|
|
715922
|
+
forwarding_transport_mode: {
|
|
716017
715923
|
is_active: boolean | null;
|
|
716018
715924
|
id: string;
|
|
716019
715925
|
logic_code: string | null;
|
|
716020
715926
|
name: string | null;
|
|
716021
715927
|
code: string | null;
|
|
716022
|
-
address: string | null;
|
|
716023
715928
|
created_at: Date | null;
|
|
716024
715929
|
created_by: string | null;
|
|
716025
715930
|
updated_at: Date | null;
|
|
716026
715931
|
updated_by: string | null;
|
|
716027
|
-
|
|
716028
|
-
|
|
716029
|
-
|
|
716030
|
-
|
|
716031
|
-
|
|
716032
|
-
|
|
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: {
|
|
715959
|
+
is_active: boolean | null;
|
|
715960
|
+
id: string;
|
|
715961
|
+
logic_code: string | null;
|
|
715962
|
+
name: string | null;
|
|
715963
|
+
code: string | null;
|
|
715964
|
+
created_at: Date | null;
|
|
715965
|
+
created_by: string | null;
|
|
715966
|
+
updated_at: Date | null;
|
|
715967
|
+
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;
|
|
716033
716033
|
weight_unit: {
|
|
716034
716034
|
is_active: boolean | null;
|
|
716035
716035
|
id: string;
|
|
@@ -717356,6 +717356,7 @@ 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;
|
|
717359
717360
|
id_transport_mode: string | null;
|
|
717360
717361
|
id_container_shipping_type: string | null;
|
|
717361
717362
|
id_incoterm: string | null;
|
|
@@ -717365,7 +717366,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717365
717366
|
id_weight_unit: string | null;
|
|
717366
717367
|
id_volume_unit: string | null;
|
|
717367
717368
|
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,6 +717752,7 @@ 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;
|
|
717755
717756
|
id_transport_mode: string | null;
|
|
717756
717757
|
id_container_shipping_type: string | null;
|
|
717757
717758
|
id_incoterm: string | null;
|
|
@@ -717761,7 +717762,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
717761
717762
|
id_weight_unit: string | null;
|
|
717762
717763
|
id_volume_unit: string | null;
|
|
717763
717764
|
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,6 +718081,7 @@ 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;
|
|
718084
718085
|
id_transport_mode: string | null;
|
|
718085
718086
|
id_container_shipping_type: string | null;
|
|
718086
718087
|
id_incoterm: string | null;
|
|
@@ -718090,7 +718091,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718090
718091
|
id_weight_unit: string | null;
|
|
718091
718092
|
id_volume_unit: string | null;
|
|
718092
718093
|
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,6 +718236,7 @@ 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;
|
|
718239
718240
|
id_transport_mode: string | null;
|
|
718240
718241
|
id_container_shipping_type: string | null;
|
|
718241
718242
|
id_incoterm: string | null;
|
|
@@ -718245,7 +718246,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718245
718246
|
id_weight_unit: string | null;
|
|
718246
718247
|
id_volume_unit: string | null;
|
|
718247
718248
|
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,6 +718391,7 @@ 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;
|
|
718394
718395
|
id_transport_mode: string | null;
|
|
718395
718396
|
id_container_shipping_type: string | null;
|
|
718396
718397
|
id_incoterm: string | null;
|
|
@@ -718400,7 +718401,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718400
718401
|
id_weight_unit: string | null;
|
|
718401
718402
|
id_volume_unit: string | null;
|
|
718402
718403
|
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,6 +718534,7 @@ 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;
|
|
718537
718538
|
id_transport_mode: string | null;
|
|
718538
718539
|
id_container_shipping_type: string | null;
|
|
718539
718540
|
id_incoterm: string | null;
|
|
@@ -718543,7 +718544,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718543
718544
|
id_weight_unit: string | null;
|
|
718544
718545
|
id_volume_unit: string | null;
|
|
718545
718546
|
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,6 +718925,7 @@ 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;
|
|
718928
718929
|
id_transport_mode: string | null;
|
|
718929
718930
|
id_container_shipping_type: string | null;
|
|
718930
718931
|
id_incoterm: string | null;
|
|
@@ -718934,7 +718935,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718934
718935
|
id_weight_unit: string | null;
|
|
718935
718936
|
id_volume_unit: string | null;
|
|
718936
718937
|
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,6 +719175,7 @@ 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;
|
|
719178
719179
|
id_transport_mode: string | null;
|
|
719179
719180
|
id_container_shipping_type: string | null;
|
|
719180
719181
|
id_incoterm: string | null;
|
|
@@ -719184,7 +719185,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
719184
719185
|
id_weight_unit: string | null;
|
|
719185
719186
|
id_volume_unit: string | null;
|
|
719186
719187
|
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,6 +719750,7 @@ 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;
|
|
719753
719754
|
id_transport_mode: string | null;
|
|
719754
719755
|
id_container_shipping_type: string | null;
|
|
719755
719756
|
id_incoterm: string | null;
|
|
@@ -719759,7 +719760,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
719759
719760
|
id_weight_unit: string | null;
|
|
719760
719761
|
id_volume_unit: string | null;
|
|
719761
719762
|
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,6 +720000,7 @@ 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;
|
|
720003
720004
|
id_transport_mode: string | null;
|
|
720004
720005
|
id_container_shipping_type: string | null;
|
|
720005
720006
|
id_incoterm: string | null;
|
|
@@ -720009,7 +720010,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
720009
720010
|
id_weight_unit: string | null;
|
|
720010
720011
|
id_volume_unit: string | null;
|
|
720011
720012
|
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,6 +720535,7 @@ 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;
|
|
720538
720539
|
id_transport_mode: string | null;
|
|
720539
720540
|
id_container_shipping_type: string | null;
|
|
720540
720541
|
id_incoterm: string | null;
|
|
@@ -720552,7 +720553,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
720552
720553
|
id_volume_unit: string | null;
|
|
720553
720554
|
id_chargeable_unit: string | null;
|
|
720554
720555
|
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,6 +720597,7 @@ 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;
|
|
720600
720601
|
id_transport_mode: string | null;
|
|
720601
720602
|
id_container_shipping_type: string | null;
|
|
720602
720603
|
id_incoterm: string | null;
|
|
@@ -720606,7 +720607,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
720606
720607
|
id_weight_unit: string | null;
|
|
720607
720608
|
id_volume_unit: string | null;
|
|
720608
720609
|
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;
|
|
720769
720770
|
id_weight_unit: string | null;
|
|
720770
720771
|
id_volume_unit: string | null;
|
|
720771
720772
|
id_commodity: string | null;
|
|
720772
720773
|
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,6 +720833,7 @@ 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;
|
|
720836
720837
|
id_transport_mode: string | null;
|
|
720837
720838
|
id_container_shipping_type: string | null;
|
|
720838
720839
|
id_incoterm: string | null;
|
|
@@ -720850,7 +720851,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
720850
720851
|
id_volume_unit: string | null;
|
|
720851
720852
|
id_chargeable_unit: string | null;
|
|
720852
720853
|
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,6 +720895,7 @@ 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;
|
|
720898
720899
|
id_transport_mode: string | null;
|
|
720899
720900
|
id_container_shipping_type: string | null;
|
|
720900
720901
|
id_incoterm: string | null;
|
|
@@ -720904,7 +720905,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
720904
720905
|
id_weight_unit: string | null;
|
|
720905
720906
|
id_volume_unit: string | null;
|
|
720906
720907
|
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;
|
|
721067
721068
|
id_weight_unit: string | null;
|
|
721068
721069
|
id_volume_unit: string | null;
|
|
721069
721070
|
id_commodity: string | null;
|
|
721070
721071
|
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,11 +721241,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
721241
721241
|
updated_at: Date | null;
|
|
721242
721242
|
updated_by: string | null;
|
|
721243
721243
|
length: Decimal | null;
|
|
721244
|
+
description: string | null;
|
|
721244
721245
|
id_weight_unit: string | null;
|
|
721245
721246
|
id_volume_unit: string | null;
|
|
721246
721247
|
id_commodity: string | null;
|
|
721247
721248
|
id_forwarding_booking: string | null;
|
|
721248
|
-
description: string | null;
|
|
721249
721249
|
volume: Decimal | null;
|
|
721250
721250
|
id_forwarding_shipment: string | null;
|
|
721251
721251
|
id_consol_container: string | null;
|
|
@@ -721333,11 +721333,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
721333
721333
|
updated_at: Date | null;
|
|
721334
721334
|
updated_by: string | null;
|
|
721335
721335
|
length: Decimal | null;
|
|
721336
|
+
description: string | null;
|
|
721336
721337
|
id_weight_unit: string | null;
|
|
721337
721338
|
id_volume_unit: string | null;
|
|
721338
721339
|
id_commodity: string | null;
|
|
721339
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;
|
|
721464
721465
|
id_weight_unit: string | null;
|
|
721465
721466
|
id_volume_unit: string | null;
|
|
721466
721467
|
id_commodity: string | null;
|
|
721467
721468
|
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;
|
|
721516
721517
|
id_weight_unit: string | null;
|
|
721517
721518
|
id_volume_unit: string | null;
|
|
721518
721519
|
id_commodity: string | null;
|
|
721519
721520
|
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;
|
|
721578
721579
|
id_weight_unit: string | null;
|
|
721579
721580
|
id_volume_unit: string | null;
|
|
721580
721581
|
id_commodity: string | null;
|
|
721581
721582
|
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,6 +721709,7 @@ 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;
|
|
721712
721713
|
id_transport_mode: string | null;
|
|
721713
721714
|
id_container_shipping_type: string | null;
|
|
721714
721715
|
id_incoterm: string | null;
|
|
@@ -721718,7 +721719,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
721718
721719
|
id_weight_unit: string | null;
|
|
721719
721720
|
id_volume_unit: string | null;
|
|
721720
721721
|
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,6 +722453,7 @@ 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;
|
|
722456
722457
|
id_transport_mode: string | null;
|
|
722457
722458
|
id_container_shipping_type: string | null;
|
|
722458
722459
|
id_incoterm: string | null;
|
|
@@ -722462,7 +722463,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
722462
722463
|
id_weight_unit: string | null;
|
|
722463
722464
|
id_volume_unit: string | null;
|
|
722464
722465
|
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
|
-
|
|
724666
|
+
container_shipping_types: {
|
|
724667
724667
|
is_active: boolean | null;
|
|
724668
724668
|
id: string;
|
|
724669
724669
|
logic_code: string | null;
|
|
@@ -724673,10 +724673,8 @@ 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;
|
|
724678
724676
|
} | null;
|
|
724679
|
-
|
|
724677
|
+
forwarding_transport_mode: {
|
|
724680
724678
|
is_active: boolean | null;
|
|
724681
724679
|
id: string;
|
|
724682
724680
|
logic_code: string | null;
|
|
@@ -724686,10 +724684,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
724686
724684
|
created_by: string | null;
|
|
724687
724685
|
updated_at: Date | null;
|
|
724688
724686
|
updated_by: string | null;
|
|
724689
|
-
|
|
724690
|
-
|
|
724687
|
+
is_shipment: boolean | null;
|
|
724688
|
+
is_consol: boolean | null;
|
|
724691
724689
|
} | null;
|
|
724692
|
-
|
|
724690
|
+
service_level: {
|
|
724693
724691
|
is_active: boolean | null;
|
|
724694
724692
|
id: string;
|
|
724695
724693
|
logic_code: string | null;
|
|
@@ -724699,6 +724697,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
724699
724697
|
created_by: string | null;
|
|
724700
724698
|
updated_at: Date | null;
|
|
724701
724699
|
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,32 +725169,6 @@ 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;
|
|
725198
725172
|
forwarding_consol_billing_detail_costs: {
|
|
725199
725173
|
charge_code: {
|
|
725200
725174
|
is_active: boolean | null;
|
|
@@ -725878,17 +725852,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725878
725852
|
actual_arrival: Date | null;
|
|
725879
725853
|
}[];
|
|
725880
725854
|
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;
|
|
725892
725855
|
forwarding_consol_container_seals: {
|
|
725893
725856
|
consol_container_seal_by: {
|
|
725894
725857
|
is_active: boolean | null;
|
|
@@ -725912,6 +725875,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725912
725875
|
id_seal_by: string | null;
|
|
725913
725876
|
seal_number: string | null;
|
|
725914
725877
|
}[];
|
|
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;
|
|
725915
725889
|
container_delivery_mode: {
|
|
725916
725890
|
is_active: boolean | null;
|
|
725917
725891
|
id: string;
|
|
@@ -725959,156 +725933,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
725959
725933
|
updated_by: string | null;
|
|
725960
725934
|
} | null;
|
|
725961
725935
|
forwarding_shipments: {
|
|
725962
|
-
forwarding_transport_mode: {
|
|
725963
|
-
is_active: boolean | null;
|
|
725964
|
-
id: string;
|
|
725965
|
-
logic_code: string | null;
|
|
725966
|
-
name: string | null;
|
|
725967
|
-
code: string | null;
|
|
725968
|
-
created_at: Date | null;
|
|
725969
|
-
created_by: string | null;
|
|
725970
|
-
updated_at: Date | null;
|
|
725971
|
-
updated_by: string | null;
|
|
725972
|
-
is_shipment: boolean | null;
|
|
725973
|
-
is_consol: boolean | null;
|
|
725974
|
-
} | null;
|
|
725975
|
-
container_shipping_type: {
|
|
725976
|
-
is_active: boolean | null;
|
|
725977
|
-
id: string;
|
|
725978
|
-
logic_code: string | null;
|
|
725979
|
-
name: string | null;
|
|
725980
|
-
code: string | null;
|
|
725981
|
-
created_at: Date | null;
|
|
725982
|
-
created_by: string | null;
|
|
725983
|
-
updated_at: Date | null;
|
|
725984
|
-
updated_by: string | null;
|
|
725985
|
-
} | null;
|
|
725986
|
-
incoterm: {
|
|
725987
|
-
is_active: boolean | null;
|
|
725988
|
-
id: string;
|
|
725989
|
-
logic_code: string | null;
|
|
725990
|
-
name: string | null;
|
|
725991
|
-
code: string | null;
|
|
725992
|
-
created_at: Date | null;
|
|
725993
|
-
created_by: string | null;
|
|
725994
|
-
updated_at: Date | null;
|
|
725995
|
-
updated_by: string | null;
|
|
725996
|
-
description: string | null;
|
|
725997
|
-
} | null;
|
|
725998
|
-
service_level: {
|
|
725999
|
-
is_active: boolean | null;
|
|
726000
|
-
id: string;
|
|
726001
|
-
logic_code: string | null;
|
|
726002
|
-
name: string | null;
|
|
726003
|
-
code: string | null;
|
|
726004
|
-
created_at: Date | null;
|
|
726005
|
-
created_by: string | null;
|
|
726006
|
-
updated_at: Date | null;
|
|
726007
|
-
updated_by: string | null;
|
|
726008
|
-
id_agreement: string | null;
|
|
726009
|
-
percentage: Decimal | null;
|
|
726010
|
-
} | null;
|
|
726011
|
-
origin_un_locode: {
|
|
726012
|
-
is_active: boolean | null;
|
|
726013
|
-
id: string;
|
|
726014
|
-
logic_code: string | null;
|
|
726015
|
-
id_country: string | null;
|
|
726016
|
-
id_state: string | null;
|
|
726017
|
-
id_city: string | null;
|
|
726018
|
-
created_at: Date | null;
|
|
726019
|
-
created_by: string | null;
|
|
726020
|
-
updated_at: Date | null;
|
|
726021
|
-
updated_by: string | null;
|
|
726022
|
-
id_time_zone: string | null;
|
|
726023
|
-
un_code: string | null;
|
|
726024
|
-
iata_code: string | null;
|
|
726025
|
-
iata_region_code: string | null;
|
|
726026
|
-
latitude: Decimal | null;
|
|
726027
|
-
longitude: Decimal | null;
|
|
726028
|
-
port_name: string | null;
|
|
726029
|
-
proper_name: string | null;
|
|
726030
|
-
has_post: boolean | null;
|
|
726031
|
-
has_customs: boolean | null;
|
|
726032
|
-
has_unload: boolean | null;
|
|
726033
|
-
has_airport: boolean | null;
|
|
726034
|
-
has_railway: boolean | null;
|
|
726035
|
-
has_road: boolean | null;
|
|
726036
|
-
has_store: boolean | null;
|
|
726037
|
-
has_terminal: boolean | null;
|
|
726038
|
-
has_discharge: boolean | null;
|
|
726039
|
-
has_seaport: boolean | null;
|
|
726040
|
-
has_outport: boolean | null;
|
|
726041
|
-
} | null;
|
|
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: {
|
|
726074
|
-
is_active: boolean | null;
|
|
726075
|
-
id: string;
|
|
726076
|
-
logic_code: string | null;
|
|
726077
|
-
code: string | null;
|
|
726078
|
-
created_at: Date | null;
|
|
726079
|
-
created_by: string | null;
|
|
726080
|
-
updated_at: Date | null;
|
|
726081
|
-
updated_by: string | 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
725936
|
forwarding_shipment_organizations: {
|
|
726113
725937
|
organization: {
|
|
726114
725938
|
is_active: boolean | null;
|
|
@@ -726185,6 +726009,156 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726185
726009
|
is_override: boolean | null;
|
|
726186
726010
|
id_forwarding_shipment: string | null;
|
|
726187
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
|
+
forwarding_transport_mode: {
|
|
726052
|
+
is_active: boolean | null;
|
|
726053
|
+
id: string;
|
|
726054
|
+
logic_code: string | null;
|
|
726055
|
+
name: string | null;
|
|
726056
|
+
code: string | null;
|
|
726057
|
+
created_at: Date | null;
|
|
726058
|
+
created_by: string | null;
|
|
726059
|
+
updated_at: Date | null;
|
|
726060
|
+
updated_by: string | null;
|
|
726061
|
+
is_shipment: boolean | null;
|
|
726062
|
+
is_consol: boolean | null;
|
|
726063
|
+
} | null;
|
|
726064
|
+
container_shipping_type: {
|
|
726065
|
+
is_active: boolean | null;
|
|
726066
|
+
id: string;
|
|
726067
|
+
logic_code: string | null;
|
|
726068
|
+
name: string | null;
|
|
726069
|
+
code: string | null;
|
|
726070
|
+
created_at: Date | null;
|
|
726071
|
+
created_by: string | null;
|
|
726072
|
+
updated_at: Date | null;
|
|
726073
|
+
updated_by: string | null;
|
|
726074
|
+
} | null;
|
|
726075
|
+
incoterm: {
|
|
726076
|
+
is_active: boolean | null;
|
|
726077
|
+
id: string;
|
|
726078
|
+
logic_code: string | null;
|
|
726079
|
+
name: string | null;
|
|
726080
|
+
code: string | null;
|
|
726081
|
+
created_at: Date | null;
|
|
726082
|
+
created_by: string | null;
|
|
726083
|
+
updated_at: Date | null;
|
|
726084
|
+
updated_by: string | null;
|
|
726085
|
+
description: string | null;
|
|
726086
|
+
} | null;
|
|
726087
|
+
service_level: {
|
|
726088
|
+
is_active: boolean | null;
|
|
726089
|
+
id: string;
|
|
726090
|
+
logic_code: string | null;
|
|
726091
|
+
name: string | null;
|
|
726092
|
+
code: string | null;
|
|
726093
|
+
created_at: Date | null;
|
|
726094
|
+
created_by: string | null;
|
|
726095
|
+
updated_at: Date | null;
|
|
726096
|
+
updated_by: string | null;
|
|
726097
|
+
id_agreement: string | null;
|
|
726098
|
+
percentage: Decimal | null;
|
|
726099
|
+
} | null;
|
|
726100
|
+
origin_un_locode: {
|
|
726101
|
+
is_active: boolean | null;
|
|
726102
|
+
id: string;
|
|
726103
|
+
logic_code: string | null;
|
|
726104
|
+
id_country: string | null;
|
|
726105
|
+
id_state: string | null;
|
|
726106
|
+
id_city: string | null;
|
|
726107
|
+
created_at: Date | null;
|
|
726108
|
+
created_by: string | null;
|
|
726109
|
+
updated_at: Date | null;
|
|
726110
|
+
updated_by: string | null;
|
|
726111
|
+
id_time_zone: string | null;
|
|
726112
|
+
un_code: string | null;
|
|
726113
|
+
iata_code: string | null;
|
|
726114
|
+
iata_region_code: string | null;
|
|
726115
|
+
latitude: Decimal | null;
|
|
726116
|
+
longitude: Decimal | null;
|
|
726117
|
+
port_name: string | null;
|
|
726118
|
+
proper_name: string | null;
|
|
726119
|
+
has_post: boolean | null;
|
|
726120
|
+
has_customs: boolean | null;
|
|
726121
|
+
has_unload: boolean | null;
|
|
726122
|
+
has_airport: boolean | null;
|
|
726123
|
+
has_railway: boolean | null;
|
|
726124
|
+
has_road: boolean | null;
|
|
726125
|
+
has_store: boolean | null;
|
|
726126
|
+
has_terminal: boolean | null;
|
|
726127
|
+
has_discharge: boolean | null;
|
|
726128
|
+
has_seaport: boolean | null;
|
|
726129
|
+
has_outport: boolean | null;
|
|
726130
|
+
} | null;
|
|
726131
|
+
destination_un_locode: {
|
|
726132
|
+
is_active: boolean | null;
|
|
726133
|
+
id: string;
|
|
726134
|
+
logic_code: string | null;
|
|
726135
|
+
id_country: string | null;
|
|
726136
|
+
id_state: string | null;
|
|
726137
|
+
id_city: string | null;
|
|
726138
|
+
created_at: Date | null;
|
|
726139
|
+
created_by: string | null;
|
|
726140
|
+
updated_at: Date | null;
|
|
726141
|
+
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;
|
|
726188
726162
|
weight_unit: {
|
|
726189
726163
|
is_active: boolean | null;
|
|
726190
726164
|
id: string;
|
|
@@ -726560,6 +726534,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726560
726534
|
created_by: string | null;
|
|
726561
726535
|
updated_at: Date | null;
|
|
726562
726536
|
updated_by: string | null;
|
|
726537
|
+
description: string | null;
|
|
726563
726538
|
id_transport_mode: string | null;
|
|
726564
726539
|
id_container_shipping_type: string | null;
|
|
726565
726540
|
id_incoterm: string | null;
|
|
@@ -726569,7 +726544,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726569
726544
|
id_weight_unit: string | null;
|
|
726570
726545
|
id_volume_unit: string | null;
|
|
726571
726546
|
id_chargeable_unit: string | null;
|
|
726572
|
-
description: string | null;
|
|
726573
726547
|
mark_number: string | null;
|
|
726574
726548
|
volume: Decimal | null;
|
|
726575
726549
|
chargeable: Decimal | null;
|
|
@@ -726599,6 +726573,32 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
726599
726573
|
shipment_number: string | null;
|
|
726600
726574
|
house_bill: string | null;
|
|
726601
726575
|
}[];
|
|
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;
|
|
@@ -727090,11 +727090,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727090
727090
|
}>>;
|
|
727091
727091
|
create: MutationProcedure<{
|
|
727092
727092
|
input: {
|
|
727093
|
-
shipments_consol_connection: {
|
|
727094
|
-
mode: "set" | "connect" | "disconnect";
|
|
727095
|
-
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
727096
|
-
ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
|
|
727097
|
-
};
|
|
727098
727093
|
is_active?: string | number | boolean | null | undefined;
|
|
727099
727094
|
id_type?: string | number | bigint | null | undefined;
|
|
727100
727095
|
id_transport_mode?: string | number | bigint | null | undefined;
|
|
@@ -727127,6 +727122,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727127
727122
|
actual_departure?: string | null | undefined;
|
|
727128
727123
|
actual_arrival?: string | null | undefined;
|
|
727129
727124
|
is_neutral_mawb?: string | number | boolean | null | undefined;
|
|
727125
|
+
shipments_consol_connection?: {
|
|
727126
|
+
mode: "set" | "connect" | "disconnect";
|
|
727127
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
727128
|
+
ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
|
|
727129
|
+
} | undefined;
|
|
727130
727130
|
reference_numbers?: {
|
|
727131
727131
|
is_active?: string | number | boolean | null | undefined;
|
|
727132
727132
|
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
@@ -727272,11 +727272,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727272
727272
|
}>;
|
|
727273
727273
|
update: MutationProcedure<{
|
|
727274
727274
|
input: {
|
|
727275
|
-
shipments_consol_connection: {
|
|
727276
|
-
mode: "set" | "connect" | "disconnect";
|
|
727277
|
-
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
727278
|
-
ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
|
|
727279
|
-
};
|
|
727280
727275
|
is_system?: (string | number | boolean)[] | null | undefined;
|
|
727281
727276
|
id?: string | number | bigint | null | undefined;
|
|
727282
727277
|
id_string?: string | null | undefined;
|
|
@@ -727419,6 +727414,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727419
727414
|
actual_departure?: string | null | undefined;
|
|
727420
727415
|
actual_arrival?: string | null | undefined;
|
|
727421
727416
|
is_neutral_mawb?: string | number | boolean | null | undefined;
|
|
727417
|
+
shipments_consol_connection?: {
|
|
727418
|
+
mode: "set" | "connect" | "disconnect";
|
|
727419
|
+
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
727420
|
+
ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
|
|
727421
|
+
} | undefined;
|
|
727422
727422
|
};
|
|
727423
727423
|
output: {
|
|
727424
727424
|
data: {
|
|
@@ -727580,17 +727580,6 @@ 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;
|
|
727594
727583
|
forwarding_consol_container_seals: {
|
|
727595
727584
|
consol_container_seal_by: {
|
|
727596
727585
|
is_active: boolean | null;
|
|
@@ -727614,6 +727603,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727614
727603
|
id_seal_by: string | null;
|
|
727615
727604
|
seal_number: string | null;
|
|
727616
727605
|
}[];
|
|
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,17 +727715,6 @@ 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;
|
|
727729
727718
|
forwarding_consol_container_seals: {
|
|
727730
727719
|
consol_container_seal_by: {
|
|
727731
727720
|
is_active: boolean | null;
|
|
@@ -727749,6 +727738,17 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
727749
727738
|
id_seal_by: string | null;
|
|
727750
727739
|
seal_number: string | null;
|
|
727751
727740
|
}[];
|
|
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,6 +732384,7 @@ 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;
|
|
732387
732388
|
id_transport_mode: string | null;
|
|
732388
732389
|
id_container_shipping_type: string | null;
|
|
732389
732390
|
id_incoterm: string | null;
|
|
@@ -732401,7 +732402,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
732401
732402
|
id_volume_unit: string | null;
|
|
732402
732403
|
id_chargeable_unit: string | null;
|
|
732403
732404
|
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,6 +732508,7 @@ 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;
|
|
732511
732512
|
id_transport_mode: string | null;
|
|
732512
732513
|
id_container_shipping_type: string | null;
|
|
732513
732514
|
id_incoterm: string | null;
|
|
@@ -732517,7 +732518,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
732517
732518
|
id_weight_unit: string | null;
|
|
732518
732519
|
id_volume_unit: string | null;
|
|
732519
732520
|
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;
|
|
732733
732734
|
id_origin_un_locode: string | null;
|
|
732734
732735
|
id_destination_un_locode: string | null;
|
|
732735
732736
|
id_weight_unit: string | null;
|
|
732736
732737
|
id_volume_unit: string | null;
|
|
732737
732738
|
id_commodity: string | null;
|
|
732738
732739
|
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,6 +732805,7 @@ 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;
|
|
732808
732809
|
id_transport_mode: string | null;
|
|
732809
732810
|
id_container_shipping_type: string | null;
|
|
732810
732811
|
id_incoterm: string | null;
|
|
@@ -732822,7 +732823,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
732822
732823
|
id_volume_unit: string | null;
|
|
732823
732824
|
id_chargeable_unit: string | null;
|
|
732824
732825
|
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,6 +732929,7 @@ 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;
|
|
732932
732933
|
id_transport_mode: string | null;
|
|
732933
732934
|
id_container_shipping_type: string | null;
|
|
732934
732935
|
id_incoterm: string | null;
|
|
@@ -732938,7 +732939,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
732938
732939
|
id_weight_unit: string | null;
|
|
732939
732940
|
id_volume_unit: string | null;
|
|
732940
732941
|
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;
|
|
733154
733155
|
id_origin_un_locode: string | null;
|
|
733155
733156
|
id_destination_un_locode: string | null;
|
|
733156
733157
|
id_weight_unit: string | null;
|
|
733157
733158
|
id_volume_unit: string | null;
|
|
733158
733159
|
id_commodity: string | null;
|
|
733159
733160
|
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;
|
|
733339
733340
|
id_origin_un_locode: string | null;
|
|
733340
733341
|
id_destination_un_locode: string | null;
|
|
733341
733342
|
id_weight_unit: string | null;
|
|
733342
733343
|
id_volume_unit: string | null;
|
|
733343
733344
|
id_commodity: string | null;
|
|
733344
733345
|
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;
|
|
733439
733440
|
id_origin_un_locode: string | null;
|
|
733440
733441
|
id_destination_un_locode: string | null;
|
|
733441
733442
|
id_weight_unit: string | null;
|
|
733442
733443
|
id_volume_unit: string | null;
|
|
733443
733444
|
id_commodity: string | null;
|
|
733444
733445
|
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;
|
|
733504
733505
|
id_origin_un_locode: string | null;
|
|
733505
733506
|
id_destination_un_locode: string | null;
|
|
733506
733507
|
id_weight_unit: string | null;
|
|
733507
733508
|
id_volume_unit: string | null;
|
|
733508
733509
|
id_commodity: string | null;
|
|
733509
733510
|
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,6 +733591,7 @@ 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;
|
|
733594
733595
|
id_transport_mode: string | null;
|
|
733595
733596
|
id_container_shipping_type: string | null;
|
|
733596
733597
|
id_incoterm: string | null;
|
|
@@ -733600,7 +733601,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
733600
733601
|
id_weight_unit: string | null;
|
|
733601
733602
|
id_volume_unit: string | null;
|
|
733602
733603
|
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,6 +733697,7 @@ 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;
|
|
733700
733701
|
id_transport_mode: string | null;
|
|
733701
733702
|
id_container_shipping_type: string | null;
|
|
733702
733703
|
id_incoterm: string | null;
|
|
@@ -733706,7 +733707,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
733706
733707
|
id_weight_unit: string | null;
|
|
733707
733708
|
id_volume_unit: string | null;
|
|
733708
733709
|
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,6 +733910,7 @@ 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;
|
|
733913
733914
|
id_transport_mode: string | null;
|
|
733914
733915
|
id_container_shipping_type: string | null;
|
|
733915
733916
|
id_incoterm: string | null;
|
|
@@ -733919,7 +733920,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
733919
733920
|
id_weight_unit: string | null;
|
|
733920
733921
|
id_volume_unit: string | null;
|
|
733921
733922
|
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,6 +734027,7 @@ 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;
|
|
734030
734031
|
id_transport_mode: string | null;
|
|
734031
734032
|
id_container_shipping_type: string | null;
|
|
734032
734033
|
id_incoterm: string | null;
|
|
@@ -734036,7 +734037,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
734036
734037
|
id_weight_unit: string | null;
|
|
734037
734038
|
id_volume_unit: string | null;
|
|
734038
734039
|
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,6 +734169,7 @@ 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;
|
|
734172
734173
|
id_transport_mode: string | null;
|
|
734173
734174
|
id_container_shipping_type: string | null;
|
|
734174
734175
|
id_incoterm: string | null;
|
|
@@ -734178,7 +734179,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
734178
734179
|
id_weight_unit: string | null;
|
|
734179
734180
|
id_volume_unit: string | null;
|
|
734180
734181
|
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,6 +734257,7 @@ 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;
|
|
734260
734261
|
id_transport_mode: string | null;
|
|
734261
734262
|
id_container_shipping_type: string | null;
|
|
734262
734263
|
id_incoterm: string | null;
|
|
@@ -734266,7 +734267,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
734266
734267
|
id_weight_unit: string | null;
|
|
734267
734268
|
id_volume_unit: string | null;
|
|
734268
734269
|
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,6 +734767,7 @@ 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;
|
|
734770
734771
|
id_transport_mode: string | null;
|
|
734771
734772
|
id_container_shipping_type: string | null;
|
|
734772
734773
|
id_incoterm: string | null;
|
|
@@ -734776,7 +734777,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
734776
734777
|
id_weight_unit: string | null;
|
|
734777
734778
|
id_volume_unit: string | null;
|
|
734778
734779
|
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,6 +734857,7 @@ 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;
|
|
734860
734861
|
id_transport_mode: string | null;
|
|
734861
734862
|
id_container_shipping_type: string | null;
|
|
734862
734863
|
id_incoterm: string | null;
|
|
@@ -734866,7 +734867,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
734866
734867
|
id_weight_unit: string | null;
|
|
734867
734868
|
id_volume_unit: string | null;
|
|
734868
734869
|
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;
|
|
736277
736278
|
url: string | null;
|
|
736278
736279
|
params: SimpleJson;
|
|
736279
736280
|
action: string | null;
|
|
736280
736281
|
action_by: string | null;
|
|
736281
736282
|
action_id: string | null;
|
|
736282
736283
|
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;
|
|
736311
736312
|
url: string | null;
|
|
736312
736313
|
params: SimpleJson;
|
|
736313
736314
|
action: string | null;
|
|
736314
736315
|
action_by: string | null;
|
|
736315
736316
|
action_id: string | null;
|
|
736316
736317
|
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;
|
|
736418
736419
|
url: string | null;
|
|
736419
736420
|
params: SimpleJson;
|
|
736420
736421
|
action: string | null;
|
|
736421
736422
|
action_by: string | null;
|
|
736422
736423
|
action_id: string | null;
|
|
736423
736424
|
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;
|
|
736528
736529
|
url: string | null;
|
|
736529
736530
|
params: SimpleJson;
|
|
736530
736531
|
action: string | null;
|
|
736531
736532
|
action_by: string | null;
|
|
736532
736533
|
action_id: string | null;
|
|
736533
736534
|
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;
|
|
736658
736659
|
url: string | null;
|
|
736659
736660
|
params: SimpleJson;
|
|
736660
736661
|
action: string | null;
|
|
736661
736662
|
action_by: string | null;
|
|
736662
736663
|
action_id: string | null;
|
|
736663
736664
|
action_at: Date | null;
|
|
736664
|
-
id_user: string | null;
|
|
736665
736665
|
} | undefined;
|
|
736666
736666
|
} | undefined;
|
|
736667
736667
|
meta: object;
|
|
@@ -737553,6 +737553,28 @@ 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
|
+
}[];
|
|
737556
737578
|
organization_business_category: {
|
|
737557
737579
|
is_active: boolean | null;
|
|
737558
737580
|
id: string;
|
|
@@ -737641,28 +737663,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
737641
737663
|
is_non_vessel_operator: boolean | null;
|
|
737642
737664
|
is_shipping_line: boolean | null;
|
|
737643
737665
|
} | 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,6 +738072,28 @@ 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
|
+
}[];
|
|
738075
738097
|
organization_business_category: {
|
|
738076
738098
|
is_active: boolean | null;
|
|
738077
738099
|
id: string;
|
|
@@ -738160,28 +738182,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
738160
738182
|
is_non_vessel_operator: boolean | null;
|
|
738161
738183
|
is_shipping_line: boolean | null;
|
|
738162
738184
|
} | 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,33 +740178,6 @@ 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;
|
|
740208
740181
|
user: {
|
|
740209
740182
|
is_active: boolean | null;
|
|
740210
740183
|
id: string;
|
|
@@ -740252,6 +740225,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740252
740225
|
updated_at: Date | null;
|
|
740253
740226
|
updated_by: string | null;
|
|
740254
740227
|
} | 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_organization: string | null;
|
|
740273
740272
|
id_user: string | null;
|
|
740273
|
+
id_organization: string | null;
|
|
740274
740274
|
id_organization_staff_role: string | null;
|
|
740275
740275
|
}[] | undefined;
|
|
740276
740276
|
total: number | undefined;
|
|
@@ -740293,33 +740293,6 @@ 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;
|
|
740323
740296
|
user: {
|
|
740324
740297
|
is_active: boolean | null;
|
|
740325
740298
|
id: string;
|
|
@@ -740367,6 +740340,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740367
740340
|
updated_at: Date | null;
|
|
740368
740341
|
updated_by: string | null;
|
|
740369
740342
|
} | 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_organization: string | null;
|
|
740388
740387
|
id_user: string | null;
|
|
740388
|
+
id_organization: string | null;
|
|
740389
740389
|
id_organization_staff_role: string | null;
|
|
740390
740390
|
};
|
|
740391
740391
|
};
|
|
@@ -740500,6 +740500,53 @@ 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;
|
|
740503
740550
|
organization: {
|
|
740504
740551
|
is_active: boolean | null;
|
|
740505
740552
|
id: string;
|
|
@@ -740527,53 +740574,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740527
740574
|
company_number: string | null;
|
|
740528
740575
|
company_tax_number: string | null;
|
|
740529
740576
|
} | null;
|
|
740530
|
-
user: {
|
|
740531
|
-
is_active: boolean | null;
|
|
740532
|
-
id: string;
|
|
740533
|
-
logic_code: string | null;
|
|
740534
|
-
id_sso: string | null;
|
|
740535
|
-
name: string | null;
|
|
740536
|
-
id_country: string | null;
|
|
740537
|
-
id_state: string | null;
|
|
740538
|
-
id_city: string | null;
|
|
740539
|
-
id_postal_code: string | null;
|
|
740540
|
-
id_nationality: string | null;
|
|
740541
|
-
id_company: string | null;
|
|
740542
|
-
id_branch: string | null;
|
|
740543
|
-
id_department: string | null;
|
|
740544
|
-
id_spouse_relationship: string | null;
|
|
740545
|
-
id_emergency_relationship: string | null;
|
|
740546
|
-
id_last_accessed_company: string | null;
|
|
740547
|
-
id_last_accessed_branch: string | null;
|
|
740548
|
-
code: string | null;
|
|
740549
|
-
pref_name: string | null;
|
|
740550
|
-
address: string | null;
|
|
740551
|
-
date_of_birth: Date | null;
|
|
740552
|
-
employment_date: Date | null;
|
|
740553
|
-
depart_date: Date | null;
|
|
740554
|
-
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
740555
|
-
job_title: string | null;
|
|
740556
|
-
work_phone: string | null;
|
|
740557
|
-
work_extension: string | null;
|
|
740558
|
-
work_fax: string | null;
|
|
740559
|
-
home_phone: string | null;
|
|
740560
|
-
mobile_phone: string | null;
|
|
740561
|
-
other_reference: string | null;
|
|
740562
|
-
personal_email: string | null;
|
|
740563
|
-
work_email: string | null;
|
|
740564
|
-
spouse_name: string | null;
|
|
740565
|
-
spouse_phone: string | null;
|
|
740566
|
-
spouse_email: string | null;
|
|
740567
|
-
emergency_name: string | null;
|
|
740568
|
-
emergency_phone: string | null;
|
|
740569
|
-
emergency_email: string | null;
|
|
740570
|
-
profile_photo_url: string | null;
|
|
740571
|
-
signature_url: string | null;
|
|
740572
|
-
created_at: Date | null;
|
|
740573
|
-
created_by: string | null;
|
|
740574
|
-
updated_at: Date | null;
|
|
740575
|
-
updated_by: string | null;
|
|
740576
|
-
} | null;
|
|
740577
740577
|
organization_staff_role: {
|
|
740578
740578
|
is_active: boolean | null;
|
|
740579
740579
|
id: string;
|
|
@@ -740591,8 +740591,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740591
740591
|
created_by: string | null;
|
|
740592
740592
|
updated_at: Date | null;
|
|
740593
740593
|
updated_by: string | null;
|
|
740594
|
-
id_organization: string | null;
|
|
740595
740594
|
id_user: string | null;
|
|
740595
|
+
id_organization: string | null;
|
|
740596
740596
|
id_organization_staff_role: string | null;
|
|
740597
740597
|
};
|
|
740598
740598
|
log: {
|
|
@@ -740622,33 +740622,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740622
740622
|
};
|
|
740623
740623
|
output: {
|
|
740624
740624
|
data: {
|
|
740625
|
-
organization: {
|
|
740626
|
-
is_active: boolean | null;
|
|
740627
|
-
id: string;
|
|
740628
|
-
logic_code: string | null;
|
|
740629
|
-
name: string | null;
|
|
740630
|
-
id_country: string | null;
|
|
740631
|
-
id_state: string | null;
|
|
740632
|
-
id_city: string | null;
|
|
740633
|
-
id_postal_code: string | null;
|
|
740634
|
-
id_company: string | null;
|
|
740635
|
-
id_branch: string | null;
|
|
740636
|
-
code: string | null;
|
|
740637
|
-
created_at: Date | null;
|
|
740638
|
-
created_by: string | null;
|
|
740639
|
-
updated_at: Date | null;
|
|
740640
|
-
updated_by: string | null;
|
|
740641
|
-
id_un_locode: string | null;
|
|
740642
|
-
email: string | null;
|
|
740643
|
-
id_business_category: string | null;
|
|
740644
|
-
id_controlling_branch: string | null;
|
|
740645
|
-
id_airline: string | null;
|
|
740646
|
-
id_shipping_line: string | null;
|
|
740647
|
-
phone: string | null;
|
|
740648
|
-
website_url: string | null;
|
|
740649
|
-
company_number: string | null;
|
|
740650
|
-
company_tax_number: string | null;
|
|
740651
|
-
} | null;
|
|
740652
740625
|
user: {
|
|
740653
740626
|
is_active: boolean | null;
|
|
740654
740627
|
id: string;
|
|
@@ -740696,6 +740669,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740696
740669
|
updated_at: Date | null;
|
|
740697
740670
|
updated_by: string | null;
|
|
740698
740671
|
} | null;
|
|
740672
|
+
organization: {
|
|
740673
|
+
is_active: boolean | null;
|
|
740674
|
+
id: string;
|
|
740675
|
+
logic_code: string | null;
|
|
740676
|
+
name: string | null;
|
|
740677
|
+
id_country: string | null;
|
|
740678
|
+
id_state: string | null;
|
|
740679
|
+
id_city: string | null;
|
|
740680
|
+
id_postal_code: string | null;
|
|
740681
|
+
id_company: string | null;
|
|
740682
|
+
id_branch: string | null;
|
|
740683
|
+
code: string | null;
|
|
740684
|
+
created_at: Date | null;
|
|
740685
|
+
created_by: string | null;
|
|
740686
|
+
updated_at: Date | null;
|
|
740687
|
+
updated_by: string | null;
|
|
740688
|
+
id_un_locode: string | null;
|
|
740689
|
+
email: string | null;
|
|
740690
|
+
id_business_category: string | null;
|
|
740691
|
+
id_controlling_branch: string | null;
|
|
740692
|
+
id_airline: string | null;
|
|
740693
|
+
id_shipping_line: string | null;
|
|
740694
|
+
phone: string | null;
|
|
740695
|
+
website_url: string | null;
|
|
740696
|
+
company_number: string | null;
|
|
740697
|
+
company_tax_number: 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_organization: string | null;
|
|
740717
740716
|
id_user: string | null;
|
|
740717
|
+
id_organization: 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_organization: string | null;
|
|
740750
740749
|
id_user: string | null;
|
|
740750
|
+
id_organization: string | null;
|
|
740751
740751
|
id_organization_staff_role: string | null;
|
|
740752
740752
|
} | undefined)[] | undefined;
|
|
740753
740753
|
} | undefined;
|
|
@@ -743604,34 +743604,18 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743604
743604
|
updated_by: string | null;
|
|
743605
743605
|
id_un_locode: string | null;
|
|
743606
743606
|
} | null;
|
|
743607
|
-
|
|
743607
|
+
organization_account_groups: {
|
|
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;
|
|
743618
743612
|
code: string | null;
|
|
743619
743613
|
created_at: Date | null;
|
|
743620
743614
|
created_by: string | null;
|
|
743621
743615
|
updated_at: Date | null;
|
|
743622
743616
|
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;
|
|
743633
743617
|
} | null;
|
|
743634
|
-
|
|
743618
|
+
organization_account_relationships: {
|
|
743635
743619
|
is_active: boolean | null;
|
|
743636
743620
|
id: string;
|
|
743637
743621
|
logic_code: string | null;
|
|
@@ -743642,7 +743626,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743642
743626
|
updated_at: Date | null;
|
|
743643
743627
|
updated_by: string | null;
|
|
743644
743628
|
} | null;
|
|
743645
|
-
|
|
743629
|
+
organization_consolidation_categories: {
|
|
743646
743630
|
is_active: boolean | null;
|
|
743647
743631
|
id: string;
|
|
743648
743632
|
logic_code: string | null;
|
|
@@ -743653,7 +743637,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743653
743637
|
updated_at: Date | null;
|
|
743654
743638
|
updated_by: string | null;
|
|
743655
743639
|
} | null;
|
|
743656
|
-
|
|
743640
|
+
organization_tax_types: {
|
|
743657
743641
|
is_active: boolean | null;
|
|
743658
743642
|
id: string;
|
|
743659
743643
|
logic_code: string | null;
|
|
@@ -743664,7 +743648,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743664
743648
|
updated_at: Date | null;
|
|
743665
743649
|
updated_by: string | null;
|
|
743666
743650
|
} | null;
|
|
743667
|
-
|
|
743651
|
+
organization_transaction_restrictions: {
|
|
743668
743652
|
is_active: boolean | null;
|
|
743669
743653
|
id: string;
|
|
743670
743654
|
logic_code: string | null;
|
|
@@ -743675,16 +743659,32 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743675
743659
|
updated_at: Date | null;
|
|
743676
743660
|
updated_by: string | null;
|
|
743677
743661
|
} | null;
|
|
743678
|
-
|
|
743662
|
+
organization: {
|
|
743679
743663
|
is_active: boolean | null;
|
|
743680
743664
|
id: string;
|
|
743681
743665
|
logic_code: string | null;
|
|
743682
743666
|
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;
|
|
743683
743673
|
code: string | null;
|
|
743684
743674
|
created_at: Date | null;
|
|
743685
743675
|
created_by: string | null;
|
|
743686
743676
|
updated_at: Date | null;
|
|
743687
743677
|
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,34 +743761,18 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743761
743761
|
updated_by: string | null;
|
|
743762
743762
|
id_un_locode: string | null;
|
|
743763
743763
|
} | null;
|
|
743764
|
-
|
|
743764
|
+
organization_account_groups: {
|
|
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;
|
|
743775
743769
|
code: string | null;
|
|
743776
743770
|
created_at: Date | null;
|
|
743777
743771
|
created_by: string | null;
|
|
743778
743772
|
updated_at: Date | null;
|
|
743779
743773
|
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;
|
|
743790
743774
|
} | null;
|
|
743791
|
-
|
|
743775
|
+
organization_account_relationships: {
|
|
743792
743776
|
is_active: boolean | null;
|
|
743793
743777
|
id: string;
|
|
743794
743778
|
logic_code: string | null;
|
|
@@ -743799,7 +743783,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743799
743783
|
updated_at: Date | null;
|
|
743800
743784
|
updated_by: string | null;
|
|
743801
743785
|
} | null;
|
|
743802
|
-
|
|
743786
|
+
organization_consolidation_categories: {
|
|
743803
743787
|
is_active: boolean | null;
|
|
743804
743788
|
id: string;
|
|
743805
743789
|
logic_code: string | null;
|
|
@@ -743810,7 +743794,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743810
743794
|
updated_at: Date | null;
|
|
743811
743795
|
updated_by: string | null;
|
|
743812
743796
|
} | null;
|
|
743813
|
-
|
|
743797
|
+
organization_tax_types: {
|
|
743814
743798
|
is_active: boolean | null;
|
|
743815
743799
|
id: string;
|
|
743816
743800
|
logic_code: string | null;
|
|
@@ -743821,7 +743805,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743821
743805
|
updated_at: Date | null;
|
|
743822
743806
|
updated_by: string | null;
|
|
743823
743807
|
} | null;
|
|
743824
|
-
|
|
743808
|
+
organization_transaction_restrictions: {
|
|
743825
743809
|
is_active: boolean | null;
|
|
743826
743810
|
id: string;
|
|
743827
743811
|
logic_code: string | null;
|
|
@@ -743832,16 +743816,32 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743832
743816
|
updated_at: Date | null;
|
|
743833
743817
|
updated_by: string | null;
|
|
743834
743818
|
} | null;
|
|
743835
|
-
|
|
743819
|
+
organization: {
|
|
743836
743820
|
is_active: boolean | null;
|
|
743837
743821
|
id: string;
|
|
743838
743822
|
logic_code: string | null;
|
|
743839
743823
|
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;
|
|
743840
743830
|
code: string | null;
|
|
743841
743831
|
created_at: Date | null;
|
|
743842
743832
|
created_by: string | null;
|
|
743843
743833
|
updated_at: Date | null;
|
|
743844
743834
|
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,7 +751664,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
751664
751664
|
updated_by: string | null;
|
|
751665
751665
|
} | null;
|
|
751666
751666
|
id: string;
|
|
751667
|
-
id_transport_mode: string | null;
|
|
751668
751667
|
id_log_type: string | null;
|
|
751669
751668
|
url: string | null;
|
|
751670
751669
|
params: SimpleJson;
|
|
@@ -751672,6 +751671,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
751672
751671
|
action_by: string | null;
|
|
751673
751672
|
action_id: string | null;
|
|
751674
751673
|
action_at: Date | null;
|
|
751674
|
+
id_transport_mode: string | null;
|
|
751675
751675
|
}[] | undefined;
|
|
751676
751676
|
total: number | undefined;
|
|
751677
751677
|
};
|
|
@@ -751698,7 +751698,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
751698
751698
|
updated_by: string | null;
|
|
751699
751699
|
} | null;
|
|
751700
751700
|
id: string;
|
|
751701
|
-
id_transport_mode: string | null;
|
|
751702
751701
|
id_log_type: string | null;
|
|
751703
751702
|
url: string | null;
|
|
751704
751703
|
params: SimpleJson;
|
|
@@ -751706,6 +751705,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
751706
751705
|
action_by: string | null;
|
|
751707
751706
|
action_id: string | null;
|
|
751708
751707
|
action_at: Date | null;
|
|
751708
|
+
id_transport_mode: string | null;
|
|
751709
751709
|
} | undefined;
|
|
751710
751710
|
};
|
|
751711
751711
|
meta: object;
|
|
@@ -751731,7 +751731,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
751731
751731
|
};
|
|
751732
751732
|
log: {
|
|
751733
751733
|
id: string;
|
|
751734
|
-
id_transport_mode: string | null;
|
|
751735
751734
|
id_log_type: string | null;
|
|
751736
751735
|
url: string | null;
|
|
751737
751736
|
params: SimpleJson;
|
|
@@ -751739,6 +751738,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
751739
751738
|
action_by: string | null;
|
|
751740
751739
|
action_id: string | null;
|
|
751741
751740
|
action_at: Date | null;
|
|
751741
|
+
id_transport_mode: string | null;
|
|
751742
751742
|
} | undefined;
|
|
751743
751743
|
} | undefined;
|
|
751744
751744
|
meta: object;
|
|
@@ -751767,7 +751767,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
751767
751767
|
};
|
|
751768
751768
|
log: {
|
|
751769
751769
|
id: string;
|
|
751770
|
-
id_transport_mode: string | null;
|
|
751771
751770
|
id_log_type: string | null;
|
|
751772
751771
|
url: string | null;
|
|
751773
751772
|
params: SimpleJson;
|
|
@@ -751775,6 +751774,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
751775
751774
|
action_by: string | null;
|
|
751776
751775
|
action_id: string | null;
|
|
751777
751776
|
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
|
-
|
|
754019
|
+
weight_unit: {
|
|
754020
754020
|
is_active: boolean | null;
|
|
754021
754021
|
id: string;
|
|
754022
754022
|
logic_code: string | null;
|
|
@@ -754026,8 +754026,9 @@ 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;
|
|
754029
754030
|
} | null;
|
|
754030
|
-
|
|
754031
|
+
measurement_unit_type: {
|
|
754031
754032
|
is_active: boolean | null;
|
|
754032
754033
|
id: string;
|
|
754033
754034
|
logic_code: string | null;
|
|
@@ -754037,7 +754038,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
754037
754038
|
created_by: string | null;
|
|
754038
754039
|
updated_at: Date | null;
|
|
754039
754040
|
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
|
-
|
|
754096
|
+
weight_unit: {
|
|
754097
754097
|
is_active: boolean | null;
|
|
754098
754098
|
id: string;
|
|
754099
754099
|
logic_code: string | null;
|
|
@@ -754103,8 +754103,9 @@ 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;
|
|
754106
754107
|
} | null;
|
|
754107
|
-
|
|
754108
|
+
measurement_unit_type: {
|
|
754108
754109
|
is_active: boolean | null;
|
|
754109
754110
|
id: string;
|
|
754110
754111
|
logic_code: string | null;
|
|
@@ -754114,7 +754115,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
754114
754115
|
created_by: string | null;
|
|
754115
754116
|
updated_at: Date | null;
|
|
754116
754117
|
updated_by: string | null;
|
|
754117
|
-
id_type: string | null;
|
|
754118
754118
|
} | null;
|
|
754119
754119
|
dimension_unit: {
|
|
754120
754120
|
is_active: boolean | null;
|
|
@@ -755300,7 +755300,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755300
755300
|
updated_by: string | null;
|
|
755301
755301
|
} | null;
|
|
755302
755302
|
id: string;
|
|
755303
|
-
id_service_level: string | null;
|
|
755304
755303
|
id_log_type: string | null;
|
|
755305
755304
|
url: string | null;
|
|
755306
755305
|
params: SimpleJson;
|
|
@@ -755308,6 +755307,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755308
755307
|
action_by: string | null;
|
|
755309
755308
|
action_id: string | null;
|
|
755310
755309
|
action_at: Date | null;
|
|
755310
|
+
id_service_level: string | null;
|
|
755311
755311
|
}[] | undefined;
|
|
755312
755312
|
total: number | undefined;
|
|
755313
755313
|
};
|
|
@@ -755334,7 +755334,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755334
755334
|
updated_by: string | null;
|
|
755335
755335
|
} | null;
|
|
755336
755336
|
id: string;
|
|
755337
|
-
id_service_level: string | null;
|
|
755338
755337
|
id_log_type: string | null;
|
|
755339
755338
|
url: string | null;
|
|
755340
755339
|
params: SimpleJson;
|
|
@@ -755342,6 +755341,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755342
755341
|
action_by: string | null;
|
|
755343
755342
|
action_id: string | null;
|
|
755344
755343
|
action_at: Date | null;
|
|
755344
|
+
id_service_level: string | null;
|
|
755345
755345
|
} | undefined;
|
|
755346
755346
|
};
|
|
755347
755347
|
meta: object;
|
|
@@ -755371,7 +755371,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755371
755371
|
};
|
|
755372
755372
|
log: {
|
|
755373
755373
|
id: string;
|
|
755374
|
-
id_service_level: string | null;
|
|
755375
755374
|
id_log_type: string | null;
|
|
755376
755375
|
url: string | null;
|
|
755377
755376
|
params: SimpleJson;
|
|
@@ -755379,6 +755378,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755379
755378
|
action_by: string | null;
|
|
755380
755379
|
action_id: string | null;
|
|
755381
755380
|
action_at: Date | null;
|
|
755381
|
+
id_service_level: string | null;
|
|
755382
755382
|
} | undefined;
|
|
755383
755383
|
} | undefined;
|
|
755384
755384
|
meta: object;
|
|
@@ -755411,7 +755411,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755411
755411
|
};
|
|
755412
755412
|
log: {
|
|
755413
755413
|
id: string;
|
|
755414
|
-
id_service_level: string | null;
|
|
755415
755414
|
id_log_type: string | null;
|
|
755416
755415
|
url: string | null;
|
|
755417
755416
|
params: SimpleJson;
|
|
@@ -755419,6 +755418,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755419
755418
|
action_by: string | null;
|
|
755420
755419
|
action_id: string | null;
|
|
755421
755420
|
action_at: Date | null;
|
|
755421
|
+
id_service_level: string | null;
|
|
755422
755422
|
} | undefined;
|
|
755423
755423
|
} | undefined;
|
|
755424
755424
|
meta: object;
|
|
@@ -755854,7 +755854,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755854
755854
|
updated_by: string | null;
|
|
755855
755855
|
} | null;
|
|
755856
755856
|
id: string;
|
|
755857
|
-
id_incoterm: string | null;
|
|
755858
755857
|
id_log_type: string | null;
|
|
755859
755858
|
url: string | null;
|
|
755860
755859
|
params: SimpleJson;
|
|
@@ -755862,6 +755861,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755862
755861
|
action_by: string | null;
|
|
755863
755862
|
action_id: string | null;
|
|
755864
755863
|
action_at: Date | null;
|
|
755864
|
+
id_incoterm: string | null;
|
|
755865
755865
|
}[] | undefined;
|
|
755866
755866
|
total: number | undefined;
|
|
755867
755867
|
};
|
|
@@ -755888,7 +755888,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755888
755888
|
updated_by: string | null;
|
|
755889
755889
|
} | null;
|
|
755890
755890
|
id: string;
|
|
755891
|
-
id_incoterm: string | null;
|
|
755892
755891
|
id_log_type: string | null;
|
|
755893
755892
|
url: string | null;
|
|
755894
755893
|
params: SimpleJson;
|
|
@@ -755896,6 +755895,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755896
755895
|
action_by: string | null;
|
|
755897
755896
|
action_id: string | null;
|
|
755898
755897
|
action_at: Date | null;
|
|
755898
|
+
id_incoterm: string | null;
|
|
755899
755899
|
} | undefined;
|
|
755900
755900
|
};
|
|
755901
755901
|
meta: object;
|
|
@@ -755923,7 +755923,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755923
755923
|
};
|
|
755924
755924
|
log: {
|
|
755925
755925
|
id: string;
|
|
755926
|
-
id_incoterm: string | null;
|
|
755927
755926
|
id_log_type: string | null;
|
|
755928
755927
|
url: string | null;
|
|
755929
755928
|
params: SimpleJson;
|
|
@@ -755931,6 +755930,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755931
755930
|
action_by: string | null;
|
|
755932
755931
|
action_id: string | null;
|
|
755933
755932
|
action_at: Date | null;
|
|
755933
|
+
id_incoterm: string | null;
|
|
755934
755934
|
} | undefined;
|
|
755935
755935
|
} | undefined;
|
|
755936
755936
|
meta: object;
|
|
@@ -755961,7 +755961,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755961
755961
|
};
|
|
755962
755962
|
log: {
|
|
755963
755963
|
id: string;
|
|
755964
|
-
id_incoterm: string | null;
|
|
755965
755964
|
id_log_type: string | null;
|
|
755966
755965
|
url: string | null;
|
|
755967
755966
|
params: SimpleJson;
|
|
@@ -755969,6 +755968,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
755969
755968
|
action_by: string | null;
|
|
755970
755969
|
action_id: string | null;
|
|
755971
755970
|
action_at: Date | null;
|
|
755971
|
+
id_incoterm: string | null;
|
|
755972
755972
|
} | undefined;
|
|
755973
755973
|
} | undefined;
|
|
755974
755974
|
meta: object;
|
|
@@ -756560,7 +756560,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
756560
756560
|
updated_by: string | null;
|
|
756561
756561
|
} | null;
|
|
756562
756562
|
id: string;
|
|
756563
|
-
id_commodity: string | null;
|
|
756564
756563
|
id_log_type: string | null;
|
|
756565
756564
|
url: string | null;
|
|
756566
756565
|
params: SimpleJson;
|
|
@@ -756568,6 +756567,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
756568
756567
|
action_by: string | null;
|
|
756569
756568
|
action_id: string | null;
|
|
756570
756569
|
action_at: Date | null;
|
|
756570
|
+
id_commodity: string | null;
|
|
756571
756571
|
}[] | undefined;
|
|
756572
756572
|
total: number | undefined;
|
|
756573
756573
|
};
|
|
@@ -756594,7 +756594,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
756594
756594
|
updated_by: string | null;
|
|
756595
756595
|
} | null;
|
|
756596
756596
|
id: string;
|
|
756597
|
-
id_commodity: string | null;
|
|
756598
756597
|
id_log_type: string | null;
|
|
756599
756598
|
url: string | null;
|
|
756600
756599
|
params: SimpleJson;
|
|
@@ -756602,6 +756601,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
756602
756601
|
action_by: string | null;
|
|
756603
756602
|
action_id: string | null;
|
|
756604
756603
|
action_at: Date | null;
|
|
756604
|
+
id_commodity: string | null;
|
|
756605
756605
|
} | undefined;
|
|
756606
756606
|
};
|
|
756607
756607
|
meta: object;
|
|
@@ -756649,7 +756649,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
756649
756649
|
};
|
|
756650
756650
|
log: {
|
|
756651
756651
|
id: string;
|
|
756652
|
-
id_commodity: string | null;
|
|
756653
756652
|
id_log_type: string | null;
|
|
756654
756653
|
url: string | null;
|
|
756655
756654
|
params: SimpleJson;
|
|
@@ -756657,6 +756656,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
756657
756656
|
action_by: string | null;
|
|
756658
756657
|
action_id: string | null;
|
|
756659
756658
|
action_at: Date | null;
|
|
756659
|
+
id_commodity: string | null;
|
|
756660
756660
|
} | undefined;
|
|
756661
756661
|
} | undefined;
|
|
756662
756662
|
meta: object;
|
|
@@ -756707,7 +756707,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
756707
756707
|
};
|
|
756708
756708
|
log: {
|
|
756709
756709
|
id: string;
|
|
756710
|
-
id_commodity: string | null;
|
|
756711
756710
|
id_log_type: string | null;
|
|
756712
756711
|
url: string | null;
|
|
756713
756712
|
params: SimpleJson;
|
|
@@ -756715,6 +756714,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
756715
756714
|
action_by: string | null;
|
|
756716
756715
|
action_id: string | null;
|
|
756717
756716
|
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
|
-
|
|
761888
|
+
charge_code_groups: {
|
|
761889
761889
|
is_active: boolean | null;
|
|
761890
761890
|
id: string;
|
|
761891
761891
|
logic_code: string | null;
|
|
@@ -761895,9 +761895,8 @@ 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;
|
|
761899
761898
|
} | null;
|
|
761900
|
-
|
|
761899
|
+
incoterm: {
|
|
761901
761900
|
is_active: boolean | null;
|
|
761902
761901
|
id: string;
|
|
761903
761902
|
logic_code: string | null;
|
|
@@ -761907,6 +761906,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
761907
761906
|
created_by: string | null;
|
|
761908
761907
|
updated_at: Date | null;
|
|
761909
761908
|
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
|
-
|
|
762164
|
+
charge_code_groups: {
|
|
762165
762165
|
is_active: boolean | null;
|
|
762166
762166
|
id: string;
|
|
762167
762167
|
logic_code: string | null;
|
|
@@ -762171,9 +762171,8 @@ 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;
|
|
762175
762174
|
} | null;
|
|
762176
|
-
|
|
762175
|
+
incoterm: {
|
|
762177
762176
|
is_active: boolean | null;
|
|
762178
762177
|
id: string;
|
|
762179
762178
|
logic_code: string | null;
|
|
@@ -762183,6 +762182,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
762183
762182
|
created_by: string | null;
|
|
762184
762183
|
updated_at: Date | null;
|
|
762185
762184
|
updated_by: string | null;
|
|
762185
|
+
description: string | null;
|
|
762186
762186
|
} | null;
|
|
762187
762187
|
charge_code_type: {
|
|
762188
762188
|
is_active: boolean | null;
|
|
@@ -768905,7 +768905,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
768905
768905
|
updated_by: string | null;
|
|
768906
768906
|
} | null;
|
|
768907
768907
|
id: string;
|
|
768908
|
-
id_container_shipping_type: string | null;
|
|
768909
768908
|
id_log_type: string | null;
|
|
768910
768909
|
url: string | null;
|
|
768911
768910
|
params: SimpleJson;
|
|
@@ -768913,6 +768912,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
768913
768912
|
action_by: string | null;
|
|
768914
768913
|
action_id: string | null;
|
|
768915
768914
|
action_at: Date | null;
|
|
768915
|
+
id_container_shipping_type: string | null;
|
|
768916
768916
|
}[] | undefined;
|
|
768917
768917
|
total: number | undefined;
|
|
768918
768918
|
};
|
|
@@ -768939,7 +768939,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
768939
768939
|
updated_by: string | null;
|
|
768940
768940
|
} | null;
|
|
768941
768941
|
id: string;
|
|
768942
|
-
id_container_shipping_type: string | null;
|
|
768943
768942
|
id_log_type: string | null;
|
|
768944
768943
|
url: string | null;
|
|
768945
768944
|
params: SimpleJson;
|
|
@@ -768947,6 +768946,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
768947
768946
|
action_by: string | null;
|
|
768948
768947
|
action_id: string | null;
|
|
768949
768948
|
action_at: Date | null;
|
|
768949
|
+
id_container_shipping_type: string | null;
|
|
768950
768950
|
} | undefined;
|
|
768951
768951
|
};
|
|
768952
768952
|
meta: object;
|
|
@@ -768972,7 +768972,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
768972
768972
|
};
|
|
768973
768973
|
log: {
|
|
768974
768974
|
id: string;
|
|
768975
|
-
id_container_shipping_type: string | null;
|
|
768976
768975
|
id_log_type: string | null;
|
|
768977
768976
|
url: string | null;
|
|
768978
768977
|
params: SimpleJson;
|
|
@@ -768980,6 +768979,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
768980
768979
|
action_by: string | null;
|
|
768981
768980
|
action_id: string | null;
|
|
768982
768981
|
action_at: Date | null;
|
|
768982
|
+
id_container_shipping_type: string | null;
|
|
768983
768983
|
} | undefined;
|
|
768984
768984
|
} | undefined;
|
|
768985
768985
|
meta: object;
|
|
@@ -769008,7 +769008,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
769008
769008
|
};
|
|
769009
769009
|
log: {
|
|
769010
769010
|
id: string;
|
|
769011
|
-
id_container_shipping_type: string | null;
|
|
769012
769011
|
id_log_type: string | null;
|
|
769013
769012
|
url: string | null;
|
|
769014
769013
|
params: SimpleJson;
|
|
@@ -769016,6 +769015,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
769016
769015
|
action_by: string | null;
|
|
769017
769016
|
action_id: string | null;
|
|
769018
769017
|
action_at: Date | null;
|
|
769018
|
+
id_container_shipping_type: string | null;
|
|
769019
769019
|
} | undefined;
|
|
769020
769020
|
} | undefined;
|
|
769021
769021
|
meta: object;
|
|
@@ -769052,7 +769052,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
769052
769052
|
};
|
|
769053
769053
|
log: {
|
|
769054
769054
|
id: string;
|
|
769055
|
-
id_container_shipping_type: string | null;
|
|
769056
769055
|
id_log_type: string | null;
|
|
769057
769056
|
url: string | null;
|
|
769058
769057
|
params: SimpleJson;
|
|
@@ -769060,6 +769059,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
769060
769059
|
action_by: string | null;
|
|
769061
769060
|
action_id: string | null;
|
|
769062
769061
|
action_at: Date | null;
|
|
769062
|
+
id_container_shipping_type: string | null;
|
|
769063
769063
|
} | undefined;
|
|
769064
769064
|
} | undefined)[];
|
|
769065
769065
|
updatedData: ({
|
|
@@ -769076,7 +769076,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
769076
769076
|
};
|
|
769077
769077
|
log: {
|
|
769078
769078
|
id: string;
|
|
769079
|
-
id_container_shipping_type: string | null;
|
|
769080
769079
|
id_log_type: string | null;
|
|
769081
769080
|
url: string | null;
|
|
769082
769081
|
params: SimpleJson;
|
|
@@ -769084,6 +769083,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
769084
769083
|
action_by: string | null;
|
|
769085
769084
|
action_id: string | null;
|
|
769086
769085
|
action_at: Date | null;
|
|
769086
|
+
id_container_shipping_type: string | null;
|
|
769087
769087
|
} | undefined;
|
|
769088
769088
|
} | undefined)[];
|
|
769089
769089
|
} | undefined;
|