@be-logixpair/api 0.0.91 → 0.0.92
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 +1548 -1013
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -681184,10 +681184,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681184
681184
|
created_by: string | null;
|
|
681185
681185
|
updated_at: Date | null;
|
|
681186
681186
|
updated_by: string | null;
|
|
681187
|
-
id_forwarding_booking: string | null;
|
|
681188
681187
|
id_organization: string | null;
|
|
681189
681188
|
id_organization_address: string | null;
|
|
681190
681189
|
id_type: string | null;
|
|
681190
|
+
id_forwarding_booking: string | null;
|
|
681191
681191
|
is_override: boolean | null;
|
|
681192
681192
|
}[];
|
|
681193
681193
|
forwarding_shipment_packings: {
|
|
@@ -681201,27 +681201,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681201
681201
|
updated_by: string | null;
|
|
681202
681202
|
length: Decimal | null;
|
|
681203
681203
|
description: string | null;
|
|
681204
|
+
width: Decimal | null;
|
|
681205
|
+
height: Decimal | null;
|
|
681206
|
+
id_dg_class: string | null;
|
|
681204
681207
|
id_weight_unit: string | null;
|
|
681205
|
-
|
|
681208
|
+
id_package_type: string | null;
|
|
681209
|
+
weight: Decimal | null;
|
|
681206
681210
|
id_commodity: string | null;
|
|
681211
|
+
id_volume_unit: string | null;
|
|
681207
681212
|
id_forwarding_booking: string | null;
|
|
681208
681213
|
volume: Decimal | null;
|
|
681209
681214
|
id_forwarding_shipment: string | null;
|
|
681210
681215
|
id_console_container: string | null;
|
|
681211
|
-
id_package_type: string | null;
|
|
681212
681216
|
id_length_unit: string | null;
|
|
681213
681217
|
id_width_unit: string | null;
|
|
681214
681218
|
id_height_unit: string | null;
|
|
681215
681219
|
id_dg_substance: string | null;
|
|
681216
|
-
id_dg_class: string | null;
|
|
681217
681220
|
po_number: string | null;
|
|
681218
681221
|
goods_description: string | null;
|
|
681219
681222
|
item_number: string | null;
|
|
681220
681223
|
pack: number | null;
|
|
681221
681224
|
packing_order: number | null;
|
|
681222
|
-
weight: Decimal | null;
|
|
681223
|
-
width: Decimal | null;
|
|
681224
|
-
height: Decimal | null;
|
|
681225
681225
|
harmonized_code: string | null;
|
|
681226
681226
|
harmonized_description: string | null;
|
|
681227
681227
|
dg_substance_name: string | null;
|
|
@@ -681229,7 +681229,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681229
681229
|
flash_point: Decimal | null;
|
|
681230
681230
|
un_dg_contact: string | null;
|
|
681231
681231
|
}[];
|
|
681232
|
-
|
|
681232
|
+
service_level: {
|
|
681233
681233
|
is_active: boolean | null;
|
|
681234
681234
|
id: string;
|
|
681235
681235
|
logic_code: string | null;
|
|
@@ -681239,8 +681239,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681239
681239
|
created_by: string | null;
|
|
681240
681240
|
updated_at: Date | null;
|
|
681241
681241
|
updated_by: string | null;
|
|
681242
|
+
id_agreement: string | null;
|
|
681243
|
+
percentage: Decimal | null;
|
|
681242
681244
|
} | null;
|
|
681243
|
-
|
|
681245
|
+
incoterm: {
|
|
681244
681246
|
is_active: boolean | null;
|
|
681245
681247
|
id: string;
|
|
681246
681248
|
logic_code: string | null;
|
|
@@ -681250,8 +681252,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681250
681252
|
created_by: string | null;
|
|
681251
681253
|
updated_at: Date | null;
|
|
681252
681254
|
updated_by: string | null;
|
|
681255
|
+
description: string | null;
|
|
681253
681256
|
} | null;
|
|
681254
|
-
|
|
681257
|
+
commodity: {
|
|
681255
681258
|
is_active: boolean | null;
|
|
681256
681259
|
id: string;
|
|
681257
681260
|
logic_code: string | null;
|
|
@@ -681261,9 +681264,30 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681261
681264
|
created_by: string | null;
|
|
681262
681265
|
updated_at: Date | null;
|
|
681263
681266
|
updated_by: string | null;
|
|
681264
|
-
|
|
681267
|
+
id_iata_commodity: string | null;
|
|
681268
|
+
id_universal_group: string | null;
|
|
681269
|
+
id_expiration_date_unit: string | null;
|
|
681270
|
+
reefer_min_temp: Decimal | null;
|
|
681271
|
+
reefer_max_temp: Decimal | null;
|
|
681272
|
+
is_hazardous: boolean;
|
|
681273
|
+
is_perishable: boolean;
|
|
681274
|
+
is_flammable: boolean;
|
|
681275
|
+
is_timber: boolean;
|
|
681276
|
+
is_vent_required: boolean;
|
|
681277
|
+
expiration_date: number | null;
|
|
681265
681278
|
} | null;
|
|
681266
|
-
|
|
681279
|
+
forwarding_transport_type: {
|
|
681280
|
+
is_active: boolean | null;
|
|
681281
|
+
id: string;
|
|
681282
|
+
logic_code: string | null;
|
|
681283
|
+
name: string | null;
|
|
681284
|
+
code: string | null;
|
|
681285
|
+
created_at: Date | null;
|
|
681286
|
+
created_by: string | null;
|
|
681287
|
+
updated_at: Date | null;
|
|
681288
|
+
updated_by: string | null;
|
|
681289
|
+
} | null;
|
|
681290
|
+
container_shipping_type: {
|
|
681267
681291
|
is_active: boolean | null;
|
|
681268
681292
|
id: string;
|
|
681269
681293
|
logic_code: string | null;
|
|
@@ -681273,8 +681297,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681273
681297
|
created_by: string | null;
|
|
681274
681298
|
updated_at: Date | null;
|
|
681275
681299
|
updated_by: string | null;
|
|
681276
|
-
id_agreement: string | null;
|
|
681277
|
-
percentage: Decimal | null;
|
|
681278
681300
|
} | null;
|
|
681279
681301
|
forwarding_shipment_release_type: {
|
|
681280
681302
|
is_active: boolean | null;
|
|
@@ -681486,28 +681508,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681486
681508
|
updated_by: string | null;
|
|
681487
681509
|
id_type: string | null;
|
|
681488
681510
|
} | null;
|
|
681489
|
-
commodity: {
|
|
681490
|
-
is_active: boolean | null;
|
|
681491
|
-
id: string;
|
|
681492
|
-
logic_code: string | null;
|
|
681493
|
-
name: string | null;
|
|
681494
|
-
code: string | null;
|
|
681495
|
-
created_at: Date | null;
|
|
681496
|
-
created_by: string | null;
|
|
681497
|
-
updated_at: Date | null;
|
|
681498
|
-
updated_by: string | null;
|
|
681499
|
-
id_universal_group: string | null;
|
|
681500
|
-
id_iata_commodity: string | null;
|
|
681501
|
-
id_expiration_date_unit: string | null;
|
|
681502
|
-
reefer_min_temp: Decimal | null;
|
|
681503
|
-
reefer_max_temp: Decimal | null;
|
|
681504
|
-
is_hazardous: boolean;
|
|
681505
|
-
is_perishable: boolean;
|
|
681506
|
-
is_flammable: boolean;
|
|
681507
|
-
is_timber: boolean;
|
|
681508
|
-
is_vent_required: boolean;
|
|
681509
|
-
expiration_date: number | null;
|
|
681510
|
-
} | null;
|
|
681511
681511
|
is_active: boolean | null;
|
|
681512
681512
|
id: string;
|
|
681513
681513
|
logic_code: string | null;
|
|
@@ -681518,9 +681518,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681518
681518
|
length: Decimal | null;
|
|
681519
681519
|
description: string | null;
|
|
681520
681520
|
id_container_shipping_type: string | null;
|
|
681521
|
-
|
|
681522
|
-
id_incoterm: string | null;
|
|
681521
|
+
id_weight_unit: string | null;
|
|
681523
681522
|
id_service_level: string | null;
|
|
681523
|
+
id_incoterm: string | null;
|
|
681524
|
+
id_commodity: string | null;
|
|
681525
|
+
id_transport_type: string | null;
|
|
681524
681526
|
id_release_type: string | null;
|
|
681525
681527
|
id_charges_apply: string | null;
|
|
681526
681528
|
id_origin_un_locode: string | null;
|
|
@@ -681530,10 +681532,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681530
681532
|
id_carrier_service_level: string | null;
|
|
681531
681533
|
id_on_board_status: string | null;
|
|
681532
681534
|
id_outer_unit: string | null;
|
|
681533
|
-
id_weight_unit: string | null;
|
|
681534
681535
|
id_volume_unit: string | null;
|
|
681535
681536
|
id_chargeable_unit: string | null;
|
|
681536
|
-
id_commodity: string | null;
|
|
681537
681537
|
extra_term: string | null;
|
|
681538
681538
|
shipper_ref: string | null;
|
|
681539
681539
|
mark_number: string | null;
|
|
@@ -681645,10 +681645,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681645
681645
|
created_by: string | null;
|
|
681646
681646
|
updated_at: Date | null;
|
|
681647
681647
|
updated_by: string | null;
|
|
681648
|
-
id_forwarding_booking: string | null;
|
|
681649
681648
|
id_organization: string | null;
|
|
681650
681649
|
id_organization_address: string | null;
|
|
681651
681650
|
id_type: string | null;
|
|
681651
|
+
id_forwarding_booking: string | null;
|
|
681652
681652
|
is_override: boolean | null;
|
|
681653
681653
|
}[];
|
|
681654
681654
|
forwarding_shipment_packings: {
|
|
@@ -681662,27 +681662,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681662
681662
|
updated_by: string | null;
|
|
681663
681663
|
length: Decimal | null;
|
|
681664
681664
|
description: string | null;
|
|
681665
|
+
width: Decimal | null;
|
|
681666
|
+
height: Decimal | null;
|
|
681667
|
+
id_dg_class: string | null;
|
|
681665
681668
|
id_weight_unit: string | null;
|
|
681666
|
-
|
|
681669
|
+
id_package_type: string | null;
|
|
681670
|
+
weight: Decimal | null;
|
|
681667
681671
|
id_commodity: string | null;
|
|
681672
|
+
id_volume_unit: string | null;
|
|
681668
681673
|
id_forwarding_booking: string | null;
|
|
681669
681674
|
volume: Decimal | null;
|
|
681670
681675
|
id_forwarding_shipment: string | null;
|
|
681671
681676
|
id_console_container: string | null;
|
|
681672
|
-
id_package_type: string | null;
|
|
681673
681677
|
id_length_unit: string | null;
|
|
681674
681678
|
id_width_unit: string | null;
|
|
681675
681679
|
id_height_unit: string | null;
|
|
681676
681680
|
id_dg_substance: string | null;
|
|
681677
|
-
id_dg_class: string | null;
|
|
681678
681681
|
po_number: string | null;
|
|
681679
681682
|
goods_description: string | null;
|
|
681680
681683
|
item_number: string | null;
|
|
681681
681684
|
pack: number | null;
|
|
681682
681685
|
packing_order: number | null;
|
|
681683
|
-
weight: Decimal | null;
|
|
681684
|
-
width: Decimal | null;
|
|
681685
|
-
height: Decimal | null;
|
|
681686
681686
|
harmonized_code: string | null;
|
|
681687
681687
|
harmonized_description: string | null;
|
|
681688
681688
|
dg_substance_name: string | null;
|
|
@@ -681690,7 +681690,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681690
681690
|
flash_point: Decimal | null;
|
|
681691
681691
|
un_dg_contact: string | null;
|
|
681692
681692
|
}[];
|
|
681693
|
-
|
|
681693
|
+
service_level: {
|
|
681694
681694
|
is_active: boolean | null;
|
|
681695
681695
|
id: string;
|
|
681696
681696
|
logic_code: string | null;
|
|
@@ -681700,8 +681700,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681700
681700
|
created_by: string | null;
|
|
681701
681701
|
updated_at: Date | null;
|
|
681702
681702
|
updated_by: string | null;
|
|
681703
|
+
id_agreement: string | null;
|
|
681704
|
+
percentage: Decimal | null;
|
|
681703
681705
|
} | null;
|
|
681704
|
-
|
|
681706
|
+
incoterm: {
|
|
681705
681707
|
is_active: boolean | null;
|
|
681706
681708
|
id: string;
|
|
681707
681709
|
logic_code: string | null;
|
|
@@ -681711,8 +681713,9 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681711
681713
|
created_by: string | null;
|
|
681712
681714
|
updated_at: Date | null;
|
|
681713
681715
|
updated_by: string | null;
|
|
681716
|
+
description: string | null;
|
|
681714
681717
|
} | null;
|
|
681715
|
-
|
|
681718
|
+
commodity: {
|
|
681716
681719
|
is_active: boolean | null;
|
|
681717
681720
|
id: string;
|
|
681718
681721
|
logic_code: string | null;
|
|
@@ -681722,9 +681725,30 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681722
681725
|
created_by: string | null;
|
|
681723
681726
|
updated_at: Date | null;
|
|
681724
681727
|
updated_by: string | null;
|
|
681725
|
-
|
|
681728
|
+
id_iata_commodity: string | null;
|
|
681729
|
+
id_universal_group: string | null;
|
|
681730
|
+
id_expiration_date_unit: string | null;
|
|
681731
|
+
reefer_min_temp: Decimal | null;
|
|
681732
|
+
reefer_max_temp: Decimal | null;
|
|
681733
|
+
is_hazardous: boolean;
|
|
681734
|
+
is_perishable: boolean;
|
|
681735
|
+
is_flammable: boolean;
|
|
681736
|
+
is_timber: boolean;
|
|
681737
|
+
is_vent_required: boolean;
|
|
681738
|
+
expiration_date: number | null;
|
|
681726
681739
|
} | null;
|
|
681727
|
-
|
|
681740
|
+
forwarding_transport_type: {
|
|
681741
|
+
is_active: boolean | null;
|
|
681742
|
+
id: string;
|
|
681743
|
+
logic_code: string | null;
|
|
681744
|
+
name: string | null;
|
|
681745
|
+
code: string | null;
|
|
681746
|
+
created_at: Date | null;
|
|
681747
|
+
created_by: string | null;
|
|
681748
|
+
updated_at: Date | null;
|
|
681749
|
+
updated_by: string | null;
|
|
681750
|
+
} | null;
|
|
681751
|
+
container_shipping_type: {
|
|
681728
681752
|
is_active: boolean | null;
|
|
681729
681753
|
id: string;
|
|
681730
681754
|
logic_code: string | null;
|
|
@@ -681734,8 +681758,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681734
681758
|
created_by: string | null;
|
|
681735
681759
|
updated_at: Date | null;
|
|
681736
681760
|
updated_by: string | null;
|
|
681737
|
-
id_agreement: string | null;
|
|
681738
|
-
percentage: Decimal | null;
|
|
681739
681761
|
} | null;
|
|
681740
681762
|
forwarding_shipment_release_type: {
|
|
681741
681763
|
is_active: boolean | null;
|
|
@@ -681947,28 +681969,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681947
681969
|
updated_by: string | null;
|
|
681948
681970
|
id_type: string | null;
|
|
681949
681971
|
} | null;
|
|
681950
|
-
commodity: {
|
|
681951
|
-
is_active: boolean | null;
|
|
681952
|
-
id: string;
|
|
681953
|
-
logic_code: string | null;
|
|
681954
|
-
name: string | null;
|
|
681955
|
-
code: string | null;
|
|
681956
|
-
created_at: Date | null;
|
|
681957
|
-
created_by: string | null;
|
|
681958
|
-
updated_at: Date | null;
|
|
681959
|
-
updated_by: string | null;
|
|
681960
|
-
id_universal_group: string | null;
|
|
681961
|
-
id_iata_commodity: string | null;
|
|
681962
|
-
id_expiration_date_unit: string | null;
|
|
681963
|
-
reefer_min_temp: Decimal | null;
|
|
681964
|
-
reefer_max_temp: Decimal | null;
|
|
681965
|
-
is_hazardous: boolean;
|
|
681966
|
-
is_perishable: boolean;
|
|
681967
|
-
is_flammable: boolean;
|
|
681968
|
-
is_timber: boolean;
|
|
681969
|
-
is_vent_required: boolean;
|
|
681970
|
-
expiration_date: number | null;
|
|
681971
|
-
} | null;
|
|
681972
681972
|
is_active: boolean | null;
|
|
681973
681973
|
id: string;
|
|
681974
681974
|
logic_code: string | null;
|
|
@@ -681979,9 +681979,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681979
681979
|
length: Decimal | null;
|
|
681980
681980
|
description: string | null;
|
|
681981
681981
|
id_container_shipping_type: string | null;
|
|
681982
|
-
|
|
681983
|
-
id_incoterm: string | null;
|
|
681982
|
+
id_weight_unit: string | null;
|
|
681984
681983
|
id_service_level: string | null;
|
|
681984
|
+
id_incoterm: string | null;
|
|
681985
|
+
id_commodity: string | null;
|
|
681986
|
+
id_transport_type: string | null;
|
|
681985
681987
|
id_release_type: string | null;
|
|
681986
681988
|
id_charges_apply: string | null;
|
|
681987
681989
|
id_origin_un_locode: string | null;
|
|
@@ -681991,10 +681993,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
681991
681993
|
id_carrier_service_level: string | null;
|
|
681992
681994
|
id_on_board_status: string | null;
|
|
681993
681995
|
id_outer_unit: string | null;
|
|
681994
|
-
id_weight_unit: string | null;
|
|
681995
681996
|
id_volume_unit: string | null;
|
|
681996
681997
|
id_chargeable_unit: string | null;
|
|
681997
|
-
id_commodity: string | null;
|
|
681998
681998
|
extra_term: string | null;
|
|
681999
681999
|
shipper_ref: string | null;
|
|
682000
682000
|
mark_number: string | null;
|
|
@@ -682194,9 +682194,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682194
682194
|
length: Decimal | null;
|
|
682195
682195
|
description: string | null;
|
|
682196
682196
|
id_container_shipping_type: string | null;
|
|
682197
|
-
|
|
682198
|
-
id_incoterm: string | null;
|
|
682197
|
+
id_weight_unit: string | null;
|
|
682199
682198
|
id_service_level: string | null;
|
|
682199
|
+
id_incoterm: string | null;
|
|
682200
|
+
id_commodity: string | null;
|
|
682201
|
+
id_transport_type: string | null;
|
|
682200
682202
|
id_release_type: string | null;
|
|
682201
682203
|
id_charges_apply: string | null;
|
|
682202
682204
|
id_origin_un_locode: string | null;
|
|
@@ -682206,10 +682208,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682206
682208
|
id_carrier_service_level: string | null;
|
|
682207
682209
|
id_on_board_status: string | null;
|
|
682208
682210
|
id_outer_unit: string | null;
|
|
682209
|
-
id_weight_unit: string | null;
|
|
682210
682211
|
id_volume_unit: string | null;
|
|
682211
682212
|
id_chargeable_unit: string | null;
|
|
682212
|
-
id_commodity: string | null;
|
|
682213
682213
|
extra_term: string | null;
|
|
682214
682214
|
shipper_ref: string | null;
|
|
682215
682215
|
mark_number: string | null;
|
|
@@ -682350,9 +682350,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682350
682350
|
length: Decimal | null;
|
|
682351
682351
|
description: string | null;
|
|
682352
682352
|
id_container_shipping_type: string | null;
|
|
682353
|
-
|
|
682354
|
-
id_incoterm: string | null;
|
|
682353
|
+
id_weight_unit: string | null;
|
|
682355
682354
|
id_service_level: string | null;
|
|
682355
|
+
id_incoterm: string | null;
|
|
682356
|
+
id_commodity: string | null;
|
|
682357
|
+
id_transport_type: string | null;
|
|
682356
682358
|
id_release_type: string | null;
|
|
682357
682359
|
id_charges_apply: string | null;
|
|
682358
682360
|
id_origin_un_locode: string | null;
|
|
@@ -682362,10 +682364,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682362
682364
|
id_carrier_service_level: string | null;
|
|
682363
682365
|
id_on_board_status: string | null;
|
|
682364
682366
|
id_outer_unit: string | null;
|
|
682365
|
-
id_weight_unit: string | null;
|
|
682366
682367
|
id_volume_unit: string | null;
|
|
682367
682368
|
id_chargeable_unit: string | null;
|
|
682368
|
-
id_commodity: string | null;
|
|
682369
682369
|
extra_term: string | null;
|
|
682370
682370
|
shipper_ref: string | null;
|
|
682371
682371
|
mark_number: string | null;
|
|
@@ -682415,9 +682415,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682415
682415
|
length: Decimal | null;
|
|
682416
682416
|
description: string | null;
|
|
682417
682417
|
id_container_shipping_type: string | null;
|
|
682418
|
-
|
|
682419
|
-
id_incoterm: string | null;
|
|
682418
|
+
id_weight_unit: string | null;
|
|
682420
682419
|
id_service_level: string | null;
|
|
682420
|
+
id_incoterm: string | null;
|
|
682421
|
+
id_commodity: string | null;
|
|
682422
|
+
id_transport_type: string | null;
|
|
682421
682423
|
id_release_type: string | null;
|
|
682422
682424
|
id_charges_apply: string | null;
|
|
682423
682425
|
id_origin_un_locode: string | null;
|
|
@@ -682427,10 +682429,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682427
682429
|
id_carrier_service_level: string | null;
|
|
682428
682430
|
id_on_board_status: string | null;
|
|
682429
682431
|
id_outer_unit: string | null;
|
|
682430
|
-
id_weight_unit: string | null;
|
|
682431
682432
|
id_volume_unit: string | null;
|
|
682432
682433
|
id_chargeable_unit: string | null;
|
|
682433
|
-
id_commodity: string | null;
|
|
682434
682434
|
extra_term: string | null;
|
|
682435
682435
|
shipper_ref: string | null;
|
|
682436
682436
|
mark_number: string | null;
|
|
@@ -682448,7 +682448,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682448
682448
|
} | undefined;
|
|
682449
682449
|
meta: object;
|
|
682450
682450
|
}>;
|
|
682451
|
-
|
|
682451
|
+
organizations: BuiltRouter<{
|
|
682452
682452
|
ctx: Context;
|
|
682453
682453
|
meta: object;
|
|
682454
682454
|
errorShape: DefaultErrorShape;
|
|
@@ -682505,47 +682505,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682505
682505
|
updated_at: Date | null;
|
|
682506
682506
|
updated_by: string | null;
|
|
682507
682507
|
} | null;
|
|
682508
|
-
forwarding_booking: {
|
|
682509
|
-
is_active: boolean | null;
|
|
682510
|
-
id: string;
|
|
682511
|
-
logic_code: string | null;
|
|
682512
|
-
created_at: Date | null;
|
|
682513
|
-
created_by: string | null;
|
|
682514
|
-
updated_at: Date | null;
|
|
682515
|
-
updated_by: string | null;
|
|
682516
|
-
length: Decimal | null;
|
|
682517
|
-
description: string | null;
|
|
682518
|
-
id_container_shipping_type: string | null;
|
|
682519
|
-
id_transport_type: string | null;
|
|
682520
|
-
id_incoterm: string | null;
|
|
682521
|
-
id_service_level: string | null;
|
|
682522
|
-
id_release_type: string | null;
|
|
682523
|
-
id_charges_apply: string | null;
|
|
682524
|
-
id_origin_un_locode: string | null;
|
|
682525
|
-
id_destination_un_locode: string | null;
|
|
682526
|
-
id_carrier: string | null;
|
|
682527
|
-
id_creditor: string | null;
|
|
682528
|
-
id_carrier_service_level: string | null;
|
|
682529
|
-
id_on_board_status: string | null;
|
|
682530
|
-
id_outer_unit: string | null;
|
|
682531
|
-
id_weight_unit: string | null;
|
|
682532
|
-
id_volume_unit: string | null;
|
|
682533
|
-
id_chargeable_unit: string | null;
|
|
682534
|
-
id_commodity: string | null;
|
|
682535
|
-
extra_term: string | null;
|
|
682536
|
-
shipper_ref: string | null;
|
|
682537
|
-
mark_number: string | null;
|
|
682538
|
-
contract_number: string | null;
|
|
682539
|
-
booking_date: Date | null;
|
|
682540
|
-
expected_pickup_date: Date | null;
|
|
682541
|
-
expected_delivery_date: Date | null;
|
|
682542
|
-
customer_expected_pickup_date: Date | null;
|
|
682543
|
-
customer_expected_delivery_date: Date | null;
|
|
682544
|
-
outer: Decimal | null;
|
|
682545
|
-
volume: Decimal | null;
|
|
682546
|
-
chargeable: Decimal | null;
|
|
682547
|
-
booking_number: string | null;
|
|
682548
|
-
} | null;
|
|
682549
682508
|
organization: {
|
|
682550
682509
|
is_active: boolean | null;
|
|
682551
682510
|
id: string;
|
|
@@ -682594,6 +682553,47 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682594
682553
|
phone: string | null;
|
|
682595
682554
|
fax: string | null;
|
|
682596
682555
|
} | null;
|
|
682556
|
+
forwarding_booking: {
|
|
682557
|
+
is_active: boolean | null;
|
|
682558
|
+
id: string;
|
|
682559
|
+
logic_code: string | null;
|
|
682560
|
+
created_at: Date | null;
|
|
682561
|
+
created_by: string | null;
|
|
682562
|
+
updated_at: Date | null;
|
|
682563
|
+
updated_by: string | null;
|
|
682564
|
+
length: Decimal | null;
|
|
682565
|
+
description: string | null;
|
|
682566
|
+
id_container_shipping_type: string | null;
|
|
682567
|
+
id_weight_unit: string | null;
|
|
682568
|
+
id_service_level: string | null;
|
|
682569
|
+
id_incoterm: string | null;
|
|
682570
|
+
id_commodity: string | null;
|
|
682571
|
+
id_transport_type: string | null;
|
|
682572
|
+
id_release_type: string | null;
|
|
682573
|
+
id_charges_apply: string | null;
|
|
682574
|
+
id_origin_un_locode: string | null;
|
|
682575
|
+
id_destination_un_locode: string | null;
|
|
682576
|
+
id_carrier: string | null;
|
|
682577
|
+
id_creditor: string | null;
|
|
682578
|
+
id_carrier_service_level: string | null;
|
|
682579
|
+
id_on_board_status: string | null;
|
|
682580
|
+
id_outer_unit: string | null;
|
|
682581
|
+
id_volume_unit: string | null;
|
|
682582
|
+
id_chargeable_unit: string | null;
|
|
682583
|
+
extra_term: string | null;
|
|
682584
|
+
shipper_ref: string | null;
|
|
682585
|
+
mark_number: string | null;
|
|
682586
|
+
contract_number: string | null;
|
|
682587
|
+
booking_date: Date | null;
|
|
682588
|
+
expected_pickup_date: Date | null;
|
|
682589
|
+
expected_delivery_date: Date | null;
|
|
682590
|
+
customer_expected_pickup_date: Date | null;
|
|
682591
|
+
customer_expected_delivery_date: Date | null;
|
|
682592
|
+
outer: Decimal | null;
|
|
682593
|
+
volume: Decimal | null;
|
|
682594
|
+
chargeable: Decimal | null;
|
|
682595
|
+
booking_number: string | null;
|
|
682596
|
+
} | null;
|
|
682597
682597
|
is_active: boolean | null;
|
|
682598
682598
|
id: string;
|
|
682599
682599
|
logic_code: string | null;
|
|
@@ -682604,10 +682604,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682604
682604
|
created_by: string | null;
|
|
682605
682605
|
updated_at: Date | null;
|
|
682606
682606
|
updated_by: string | null;
|
|
682607
|
-
id_forwarding_booking: string | null;
|
|
682608
682607
|
id_organization: string | null;
|
|
682609
682608
|
id_organization_address: string | null;
|
|
682610
682609
|
id_type: string | null;
|
|
682610
|
+
id_forwarding_booking: string | null;
|
|
682611
682611
|
is_override: boolean | null;
|
|
682612
682612
|
}[] | undefined;
|
|
682613
682613
|
total: number | undefined;
|
|
@@ -682642,47 +682642,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682642
682642
|
updated_at: Date | null;
|
|
682643
682643
|
updated_by: string | null;
|
|
682644
682644
|
} | null;
|
|
682645
|
-
forwarding_booking: {
|
|
682646
|
-
is_active: boolean | null;
|
|
682647
|
-
id: string;
|
|
682648
|
-
logic_code: string | null;
|
|
682649
|
-
created_at: Date | null;
|
|
682650
|
-
created_by: string | null;
|
|
682651
|
-
updated_at: Date | null;
|
|
682652
|
-
updated_by: string | null;
|
|
682653
|
-
length: Decimal | null;
|
|
682654
|
-
description: string | null;
|
|
682655
|
-
id_container_shipping_type: string | null;
|
|
682656
|
-
id_transport_type: string | null;
|
|
682657
|
-
id_incoterm: string | null;
|
|
682658
|
-
id_service_level: string | null;
|
|
682659
|
-
id_release_type: string | null;
|
|
682660
|
-
id_charges_apply: string | null;
|
|
682661
|
-
id_origin_un_locode: string | null;
|
|
682662
|
-
id_destination_un_locode: string | null;
|
|
682663
|
-
id_carrier: string | null;
|
|
682664
|
-
id_creditor: string | null;
|
|
682665
|
-
id_carrier_service_level: string | null;
|
|
682666
|
-
id_on_board_status: string | null;
|
|
682667
|
-
id_outer_unit: string | null;
|
|
682668
|
-
id_weight_unit: string | null;
|
|
682669
|
-
id_volume_unit: string | null;
|
|
682670
|
-
id_chargeable_unit: string | null;
|
|
682671
|
-
id_commodity: string | null;
|
|
682672
|
-
extra_term: string | null;
|
|
682673
|
-
shipper_ref: string | null;
|
|
682674
|
-
mark_number: string | null;
|
|
682675
|
-
contract_number: string | null;
|
|
682676
|
-
booking_date: Date | null;
|
|
682677
|
-
expected_pickup_date: Date | null;
|
|
682678
|
-
expected_delivery_date: Date | null;
|
|
682679
|
-
customer_expected_pickup_date: Date | null;
|
|
682680
|
-
customer_expected_delivery_date: Date | null;
|
|
682681
|
-
outer: Decimal | null;
|
|
682682
|
-
volume: Decimal | null;
|
|
682683
|
-
chargeable: Decimal | null;
|
|
682684
|
-
booking_number: string | null;
|
|
682685
|
-
} | null;
|
|
682686
682645
|
organization: {
|
|
682687
682646
|
is_active: boolean | null;
|
|
682688
682647
|
id: string;
|
|
@@ -682731,6 +682690,47 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682731
682690
|
phone: string | null;
|
|
682732
682691
|
fax: string | null;
|
|
682733
682692
|
} | null;
|
|
682693
|
+
forwarding_booking: {
|
|
682694
|
+
is_active: boolean | null;
|
|
682695
|
+
id: string;
|
|
682696
|
+
logic_code: string | null;
|
|
682697
|
+
created_at: Date | null;
|
|
682698
|
+
created_by: string | null;
|
|
682699
|
+
updated_at: Date | null;
|
|
682700
|
+
updated_by: string | null;
|
|
682701
|
+
length: Decimal | null;
|
|
682702
|
+
description: string | null;
|
|
682703
|
+
id_container_shipping_type: string | null;
|
|
682704
|
+
id_weight_unit: string | null;
|
|
682705
|
+
id_service_level: string | null;
|
|
682706
|
+
id_incoterm: string | null;
|
|
682707
|
+
id_commodity: string | null;
|
|
682708
|
+
id_transport_type: string | null;
|
|
682709
|
+
id_release_type: string | null;
|
|
682710
|
+
id_charges_apply: string | null;
|
|
682711
|
+
id_origin_un_locode: string | null;
|
|
682712
|
+
id_destination_un_locode: string | null;
|
|
682713
|
+
id_carrier: string | null;
|
|
682714
|
+
id_creditor: string | null;
|
|
682715
|
+
id_carrier_service_level: string | null;
|
|
682716
|
+
id_on_board_status: string | null;
|
|
682717
|
+
id_outer_unit: string | null;
|
|
682718
|
+
id_volume_unit: string | null;
|
|
682719
|
+
id_chargeable_unit: string | null;
|
|
682720
|
+
extra_term: string | null;
|
|
682721
|
+
shipper_ref: string | null;
|
|
682722
|
+
mark_number: string | null;
|
|
682723
|
+
contract_number: string | null;
|
|
682724
|
+
booking_date: Date | null;
|
|
682725
|
+
expected_pickup_date: Date | null;
|
|
682726
|
+
expected_delivery_date: Date | null;
|
|
682727
|
+
customer_expected_pickup_date: Date | null;
|
|
682728
|
+
customer_expected_delivery_date: Date | null;
|
|
682729
|
+
outer: Decimal | null;
|
|
682730
|
+
volume: Decimal | null;
|
|
682731
|
+
chargeable: Decimal | null;
|
|
682732
|
+
booking_number: string | null;
|
|
682733
|
+
} | null;
|
|
682734
682734
|
is_active: boolean | null;
|
|
682735
682735
|
id: string;
|
|
682736
682736
|
logic_code: string | null;
|
|
@@ -682741,10 +682741,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682741
682741
|
created_by: string | null;
|
|
682742
682742
|
updated_at: Date | null;
|
|
682743
682743
|
updated_by: string | null;
|
|
682744
|
-
id_forwarding_booking: string | null;
|
|
682745
682744
|
id_organization: string | null;
|
|
682746
682745
|
id_organization_address: string | null;
|
|
682747
682746
|
id_type: string | null;
|
|
682747
|
+
id_forwarding_booking: string | null;
|
|
682748
682748
|
is_override: boolean | null;
|
|
682749
682749
|
};
|
|
682750
682750
|
};
|
|
@@ -682874,10 +682874,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682874
682874
|
created_by: string | null;
|
|
682875
682875
|
updated_at: Date | null;
|
|
682876
682876
|
updated_by: string | null;
|
|
682877
|
-
id_forwarding_booking: string | null;
|
|
682878
682877
|
id_organization: string | null;
|
|
682879
682878
|
id_organization_address: string | null;
|
|
682880
682879
|
id_type: string | null;
|
|
682880
|
+
id_forwarding_booking: string | null;
|
|
682881
682881
|
is_override: boolean | null;
|
|
682882
682882
|
};
|
|
682883
682883
|
log: {
|
|
@@ -682922,10 +682922,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682922
682922
|
created_by: string | null;
|
|
682923
682923
|
updated_at: Date | null;
|
|
682924
682924
|
updated_by: string | null;
|
|
682925
|
-
id_forwarding_booking: string | null;
|
|
682926
682925
|
id_organization: string | null;
|
|
682927
682926
|
id_organization_address: string | null;
|
|
682928
682927
|
id_type: string | null;
|
|
682928
|
+
id_forwarding_booking: string | null;
|
|
682929
682929
|
is_override: boolean | null;
|
|
682930
682930
|
};
|
|
682931
682931
|
log: {
|
|
@@ -682961,10 +682961,10 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
682961
682961
|
created_by: string | null;
|
|
682962
682962
|
updated_at: Date | null;
|
|
682963
682963
|
updated_by: string | null;
|
|
682964
|
-
id_forwarding_booking: string | null;
|
|
682965
682964
|
id_organization: string | null;
|
|
682966
682965
|
id_organization_address: string | null;
|
|
682967
682966
|
id_type: string | null;
|
|
682967
|
+
id_forwarding_booking: string | null;
|
|
682968
682968
|
is_override: boolean | null;
|
|
682969
682969
|
} | undefined)[] | undefined;
|
|
682970
682970
|
} | undefined;
|
|
@@ -683029,18 +683029,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683029
683029
|
updated_by: string | null;
|
|
683030
683030
|
description: string | null;
|
|
683031
683031
|
id_container_shipping_type: string | null;
|
|
683032
|
-
|
|
683033
|
-
|
|
683032
|
+
id_weight_unit: string | null;
|
|
683033
|
+
weight: Decimal | null;
|
|
683034
683034
|
id_service_level: string | null;
|
|
683035
|
+
id_incoterm: string | null;
|
|
683036
|
+
id_transport_type: string | null;
|
|
683035
683037
|
id_release_type: string | null;
|
|
683036
683038
|
id_on_board_status: string | null;
|
|
683037
|
-
id_weight_unit: string | null;
|
|
683038
683039
|
id_volume_unit: string | null;
|
|
683039
683040
|
id_chargeable_unit: string | null;
|
|
683040
683041
|
mark_number: string | null;
|
|
683041
683042
|
volume: Decimal | null;
|
|
683042
683043
|
chargeable: Decimal | null;
|
|
683043
|
-
weight: Decimal | null;
|
|
683044
683044
|
id_shipment_type: string | null;
|
|
683045
683045
|
id_origin: string | null;
|
|
683046
683046
|
id_destination: string | null;
|
|
@@ -683131,18 +683131,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683131
683131
|
updated_by: string | null;
|
|
683132
683132
|
description: string | null;
|
|
683133
683133
|
id_container_shipping_type: string | null;
|
|
683134
|
-
|
|
683135
|
-
|
|
683134
|
+
id_weight_unit: string | null;
|
|
683135
|
+
weight: Decimal | null;
|
|
683136
683136
|
id_service_level: string | null;
|
|
683137
|
+
id_incoterm: string | null;
|
|
683138
|
+
id_transport_type: string | null;
|
|
683137
683139
|
id_release_type: string | null;
|
|
683138
683140
|
id_on_board_status: string | null;
|
|
683139
|
-
id_weight_unit: string | null;
|
|
683140
683141
|
id_volume_unit: string | null;
|
|
683141
683142
|
id_chargeable_unit: string | null;
|
|
683142
683143
|
mark_number: string | null;
|
|
683143
683144
|
volume: Decimal | null;
|
|
683144
683145
|
chargeable: Decimal | null;
|
|
683145
|
-
weight: Decimal | null;
|
|
683146
683146
|
id_shipment_type: string | null;
|
|
683147
683147
|
id_origin: string | null;
|
|
683148
683148
|
id_destination: string | null;
|
|
@@ -683340,18 +683340,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683340
683340
|
updated_by: string | null;
|
|
683341
683341
|
description: string | null;
|
|
683342
683342
|
id_container_shipping_type: string | null;
|
|
683343
|
-
|
|
683344
|
-
|
|
683343
|
+
id_weight_unit: string | null;
|
|
683344
|
+
weight: Decimal | null;
|
|
683345
683345
|
id_service_level: string | null;
|
|
683346
|
+
id_incoterm: string | null;
|
|
683347
|
+
id_transport_type: string | null;
|
|
683346
683348
|
id_release_type: string | null;
|
|
683347
683349
|
id_on_board_status: string | null;
|
|
683348
|
-
id_weight_unit: string | null;
|
|
683349
683350
|
id_volume_unit: string | null;
|
|
683350
683351
|
id_chargeable_unit: string | null;
|
|
683351
683352
|
mark_number: string | null;
|
|
683352
683353
|
volume: Decimal | null;
|
|
683353
683354
|
chargeable: Decimal | null;
|
|
683354
|
-
weight: Decimal | null;
|
|
683355
683355
|
id_shipment_type: string | null;
|
|
683356
683356
|
id_origin: string | null;
|
|
683357
683357
|
id_destination: string | null;
|
|
@@ -683453,18 +683453,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683453
683453
|
updated_by: string | null;
|
|
683454
683454
|
description: string | null;
|
|
683455
683455
|
id_container_shipping_type: string | null;
|
|
683456
|
-
|
|
683457
|
-
|
|
683456
|
+
id_weight_unit: string | null;
|
|
683457
|
+
weight: Decimal | null;
|
|
683458
683458
|
id_service_level: string | null;
|
|
683459
|
+
id_incoterm: string | null;
|
|
683460
|
+
id_transport_type: string | null;
|
|
683459
683461
|
id_release_type: string | null;
|
|
683460
683462
|
id_on_board_status: string | null;
|
|
683461
|
-
id_weight_unit: string | null;
|
|
683462
683463
|
id_volume_unit: string | null;
|
|
683463
683464
|
id_chargeable_unit: string | null;
|
|
683464
683465
|
mark_number: string | null;
|
|
683465
683466
|
volume: Decimal | null;
|
|
683466
683467
|
chargeable: Decimal | null;
|
|
683467
|
-
weight: Decimal | null;
|
|
683468
683468
|
id_shipment_type: string | null;
|
|
683469
683469
|
id_origin: string | null;
|
|
683470
683470
|
id_destination: string | null;
|
|
@@ -683589,18 +683589,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683589
683589
|
updated_by: string | null;
|
|
683590
683590
|
description: string | null;
|
|
683591
683591
|
id_container_shipping_type: string | null;
|
|
683592
|
-
|
|
683593
|
-
|
|
683592
|
+
id_weight_unit: string | null;
|
|
683593
|
+
weight: Decimal | null;
|
|
683594
683594
|
id_service_level: string | null;
|
|
683595
|
+
id_incoterm: string | null;
|
|
683596
|
+
id_transport_type: string | null;
|
|
683595
683597
|
id_release_type: string | null;
|
|
683596
683598
|
id_on_board_status: string | null;
|
|
683597
|
-
id_weight_unit: string | null;
|
|
683598
683599
|
id_volume_unit: string | null;
|
|
683599
683600
|
id_chargeable_unit: string | null;
|
|
683600
683601
|
mark_number: string | null;
|
|
683601
683602
|
volume: Decimal | null;
|
|
683602
683603
|
chargeable: Decimal | null;
|
|
683603
|
-
weight: Decimal | null;
|
|
683604
683604
|
id_shipment_type: string | null;
|
|
683605
683605
|
id_origin: string | null;
|
|
683606
683606
|
id_destination: string | null;
|
|
@@ -683675,18 +683675,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
683675
683675
|
updated_by: string | null;
|
|
683676
683676
|
description: string | null;
|
|
683677
683677
|
id_container_shipping_type: string | null;
|
|
683678
|
-
|
|
683679
|
-
|
|
683678
|
+
id_weight_unit: string | null;
|
|
683679
|
+
weight: Decimal | null;
|
|
683680
683680
|
id_service_level: string | null;
|
|
683681
|
+
id_incoterm: string | null;
|
|
683682
|
+
id_transport_type: string | null;
|
|
683681
683683
|
id_release_type: string | null;
|
|
683682
683684
|
id_on_board_status: string | null;
|
|
683683
|
-
id_weight_unit: string | null;
|
|
683684
683685
|
id_volume_unit: string | null;
|
|
683685
683686
|
id_chargeable_unit: string | null;
|
|
683686
683687
|
mark_number: string | null;
|
|
683687
683688
|
volume: Decimal | null;
|
|
683688
683689
|
chargeable: Decimal | null;
|
|
683689
|
-
weight: Decimal | null;
|
|
683690
683690
|
id_shipment_type: string | null;
|
|
683691
683691
|
id_origin: string | null;
|
|
683692
683692
|
id_destination: string | null;
|
|
@@ -684181,18 +684181,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684181
684181
|
updated_by: string | null;
|
|
684182
684182
|
description: string | null;
|
|
684183
684183
|
id_container_shipping_type: string | null;
|
|
684184
|
-
|
|
684185
|
-
|
|
684184
|
+
id_weight_unit: string | null;
|
|
684185
|
+
weight: Decimal | null;
|
|
684186
684186
|
id_service_level: string | null;
|
|
684187
|
+
id_incoterm: string | null;
|
|
684188
|
+
id_transport_type: string | null;
|
|
684187
684189
|
id_release_type: string | null;
|
|
684188
684190
|
id_on_board_status: string | null;
|
|
684189
|
-
id_weight_unit: string | null;
|
|
684190
684191
|
id_volume_unit: string | null;
|
|
684191
684192
|
id_chargeable_unit: string | null;
|
|
684192
684193
|
mark_number: string | null;
|
|
684193
684194
|
volume: Decimal | null;
|
|
684194
684195
|
chargeable: Decimal | null;
|
|
684195
|
-
weight: Decimal | null;
|
|
684196
684196
|
id_shipment_type: string | null;
|
|
684197
684197
|
id_origin: string | null;
|
|
684198
684198
|
id_destination: string | null;
|
|
@@ -684271,18 +684271,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684271
684271
|
updated_by: string | null;
|
|
684272
684272
|
description: string | null;
|
|
684273
684273
|
id_container_shipping_type: string | null;
|
|
684274
|
-
|
|
684275
|
-
|
|
684274
|
+
id_weight_unit: string | null;
|
|
684275
|
+
weight: Decimal | null;
|
|
684276
684276
|
id_service_level: string | null;
|
|
684277
|
+
id_incoterm: string | null;
|
|
684278
|
+
id_transport_type: string | null;
|
|
684277
684279
|
id_release_type: string | null;
|
|
684278
684280
|
id_on_board_status: string | null;
|
|
684279
|
-
id_weight_unit: string | null;
|
|
684280
684281
|
id_volume_unit: string | null;
|
|
684281
684282
|
id_chargeable_unit: string | null;
|
|
684282
684283
|
mark_number: string | null;
|
|
684283
684284
|
volume: Decimal | null;
|
|
684284
684285
|
chargeable: Decimal | null;
|
|
684285
|
-
weight: Decimal | null;
|
|
684286
684286
|
id_shipment_type: string | null;
|
|
684287
684287
|
id_origin: string | null;
|
|
684288
684288
|
id_destination: string | null;
|
|
@@ -684800,27 +684800,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684800
684800
|
updated_by: string | null;
|
|
684801
684801
|
length: Decimal | null;
|
|
684802
684802
|
description: string | null;
|
|
684803
|
+
width: Decimal | null;
|
|
684804
|
+
height: Decimal | null;
|
|
684805
|
+
id_dg_class: string | null;
|
|
684803
684806
|
id_weight_unit: string | null;
|
|
684804
|
-
|
|
684807
|
+
id_package_type: string | null;
|
|
684808
|
+
weight: Decimal | null;
|
|
684805
684809
|
id_commodity: string | null;
|
|
684810
|
+
id_volume_unit: string | null;
|
|
684806
684811
|
id_forwarding_booking: string | null;
|
|
684807
684812
|
volume: Decimal | null;
|
|
684808
684813
|
id_forwarding_shipment: string | null;
|
|
684809
684814
|
id_console_container: string | null;
|
|
684810
|
-
id_package_type: string | null;
|
|
684811
684815
|
id_length_unit: string | null;
|
|
684812
684816
|
id_width_unit: string | null;
|
|
684813
684817
|
id_height_unit: string | null;
|
|
684814
684818
|
id_dg_substance: string | null;
|
|
684815
|
-
id_dg_class: string | null;
|
|
684816
684819
|
po_number: string | null;
|
|
684817
684820
|
goods_description: string | null;
|
|
684818
684821
|
item_number: string | null;
|
|
684819
684822
|
pack: number | null;
|
|
684820
684823
|
packing_order: number | null;
|
|
684821
|
-
weight: Decimal | null;
|
|
684822
|
-
width: Decimal | null;
|
|
684823
|
-
height: Decimal | null;
|
|
684824
684824
|
harmonized_code: string | null;
|
|
684825
684825
|
harmonized_description: string | null;
|
|
684826
684826
|
dg_substance_name: string | null;
|
|
@@ -684875,7 +684875,19 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684875
684875
|
updated_at: Date | null;
|
|
684876
684876
|
updated_by: string | null;
|
|
684877
684877
|
} | null;
|
|
684878
|
-
|
|
684878
|
+
weight_unit: {
|
|
684879
|
+
is_active: boolean | null;
|
|
684880
|
+
id: string;
|
|
684881
|
+
logic_code: string | null;
|
|
684882
|
+
name: string | null;
|
|
684883
|
+
code: string | null;
|
|
684884
|
+
created_at: Date | null;
|
|
684885
|
+
created_by: string | null;
|
|
684886
|
+
updated_at: Date | null;
|
|
684887
|
+
updated_by: string | null;
|
|
684888
|
+
id_type: string | null;
|
|
684889
|
+
} | null;
|
|
684890
|
+
service_level: {
|
|
684879
684891
|
is_active: boolean | null;
|
|
684880
684892
|
id: string;
|
|
684881
684893
|
logic_code: string | null;
|
|
@@ -684885,6 +684897,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684885
684897
|
created_by: string | null;
|
|
684886
684898
|
updated_at: Date | null;
|
|
684887
684899
|
updated_by: string | null;
|
|
684900
|
+
id_agreement: string | null;
|
|
684901
|
+
percentage: Decimal | null;
|
|
684888
684902
|
} | null;
|
|
684889
684903
|
incoterm: {
|
|
684890
684904
|
is_active: boolean | null;
|
|
@@ -684898,7 +684912,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684898
684912
|
updated_by: string | null;
|
|
684899
684913
|
description: string | null;
|
|
684900
684914
|
} | null;
|
|
684901
|
-
|
|
684915
|
+
container_shipping_type: {
|
|
684902
684916
|
is_active: boolean | null;
|
|
684903
684917
|
id: string;
|
|
684904
684918
|
logic_code: string | null;
|
|
@@ -684908,8 +684922,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684908
684922
|
created_by: string | null;
|
|
684909
684923
|
updated_at: Date | null;
|
|
684910
684924
|
updated_by: string | null;
|
|
684911
|
-
id_agreement: string | null;
|
|
684912
|
-
percentage: Decimal | null;
|
|
684913
684925
|
} | null;
|
|
684914
684926
|
origin_un_locode: {
|
|
684915
684927
|
is_active: boolean | null;
|
|
@@ -684973,18 +684985,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
684973
684985
|
has_seaport: boolean | null;
|
|
684974
684986
|
has_outport: boolean | null;
|
|
684975
684987
|
} | null;
|
|
684976
|
-
weight_unit: {
|
|
684977
|
-
is_active: boolean | null;
|
|
684978
|
-
id: string;
|
|
684979
|
-
logic_code: string | null;
|
|
684980
|
-
name: string | null;
|
|
684981
|
-
code: string | null;
|
|
684982
|
-
created_at: Date | null;
|
|
684983
|
-
created_by: string | null;
|
|
684984
|
-
updated_at: Date | null;
|
|
684985
|
-
updated_by: string | null;
|
|
684986
|
-
id_type: string | null;
|
|
684987
|
-
} | null;
|
|
684988
684988
|
volume_unit: {
|
|
684989
684989
|
is_active: boolean | null;
|
|
684990
684990
|
id: string;
|
|
@@ -685032,12 +685032,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685032
685032
|
updated_at: Date | null;
|
|
685033
685033
|
updated_by: string | null;
|
|
685034
685034
|
length: Decimal | null;
|
|
685035
|
-
id_weight_unit: string | null;
|
|
685036
|
-
weight: Decimal | null;
|
|
685037
685035
|
width: Decimal | null;
|
|
685038
685036
|
height: Decimal | null;
|
|
685039
685037
|
id_dimension_unit: string | null;
|
|
685038
|
+
id_weight_unit: string | null;
|
|
685040
685039
|
id_measurement_unit_type: string | null;
|
|
685040
|
+
weight: Decimal | null;
|
|
685041
685041
|
is_keep_upright: boolean | null;
|
|
685042
685042
|
} | null;
|
|
685043
685043
|
package_inner_count_type: {
|
|
@@ -685051,12 +685051,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685051
685051
|
updated_at: Date | null;
|
|
685052
685052
|
updated_by: string | null;
|
|
685053
685053
|
length: Decimal | null;
|
|
685054
|
-
id_weight_unit: string | null;
|
|
685055
|
-
weight: Decimal | null;
|
|
685056
685054
|
width: Decimal | null;
|
|
685057
685055
|
height: Decimal | null;
|
|
685058
685056
|
id_dimension_unit: string | null;
|
|
685057
|
+
id_weight_unit: string | null;
|
|
685059
685058
|
id_measurement_unit_type: string | null;
|
|
685059
|
+
weight: Decimal | null;
|
|
685060
685060
|
is_keep_upright: boolean | null;
|
|
685061
685061
|
} | null;
|
|
685062
685062
|
release_type: {
|
|
@@ -685230,18 +685230,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685230
685230
|
updated_by: string | null;
|
|
685231
685231
|
description: string | null;
|
|
685232
685232
|
id_container_shipping_type: string | null;
|
|
685233
|
-
|
|
685234
|
-
|
|
685233
|
+
id_weight_unit: string | null;
|
|
685234
|
+
weight: Decimal | null;
|
|
685235
685235
|
id_service_level: string | null;
|
|
685236
|
+
id_incoterm: string | null;
|
|
685237
|
+
id_transport_type: string | null;
|
|
685236
685238
|
id_release_type: string | null;
|
|
685237
685239
|
id_on_board_status: string | null;
|
|
685238
|
-
id_weight_unit: string | null;
|
|
685239
685240
|
id_volume_unit: string | null;
|
|
685240
685241
|
id_chargeable_unit: string | null;
|
|
685241
685242
|
mark_number: string | null;
|
|
685242
685243
|
volume: Decimal | null;
|
|
685243
685244
|
chargeable: Decimal | null;
|
|
685244
|
-
weight: Decimal | null;
|
|
685245
685245
|
id_shipment_type: string | null;
|
|
685246
685246
|
id_origin: string | null;
|
|
685247
685247
|
id_destination: string | null;
|
|
@@ -685397,27 +685397,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685397
685397
|
updated_by: string | null;
|
|
685398
685398
|
length: Decimal | null;
|
|
685399
685399
|
description: string | null;
|
|
685400
|
+
width: Decimal | null;
|
|
685401
|
+
height: Decimal | null;
|
|
685402
|
+
id_dg_class: string | null;
|
|
685400
685403
|
id_weight_unit: string | null;
|
|
685401
|
-
|
|
685404
|
+
id_package_type: string | null;
|
|
685405
|
+
weight: Decimal | null;
|
|
685402
685406
|
id_commodity: string | null;
|
|
685407
|
+
id_volume_unit: string | null;
|
|
685403
685408
|
id_forwarding_booking: string | null;
|
|
685404
685409
|
volume: Decimal | null;
|
|
685405
685410
|
id_forwarding_shipment: string | null;
|
|
685406
685411
|
id_console_container: string | null;
|
|
685407
|
-
id_package_type: string | null;
|
|
685408
685412
|
id_length_unit: string | null;
|
|
685409
685413
|
id_width_unit: string | null;
|
|
685410
685414
|
id_height_unit: string | null;
|
|
685411
685415
|
id_dg_substance: string | null;
|
|
685412
|
-
id_dg_class: string | null;
|
|
685413
685416
|
po_number: string | null;
|
|
685414
685417
|
goods_description: string | null;
|
|
685415
685418
|
item_number: string | null;
|
|
685416
685419
|
pack: number | null;
|
|
685417
685420
|
packing_order: number | null;
|
|
685418
|
-
weight: Decimal | null;
|
|
685419
|
-
width: Decimal | null;
|
|
685420
|
-
height: Decimal | null;
|
|
685421
685421
|
harmonized_code: string | null;
|
|
685422
685422
|
harmonized_description: string | null;
|
|
685423
685423
|
dg_substance_name: string | null;
|
|
@@ -685472,7 +685472,19 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685472
685472
|
updated_at: Date | null;
|
|
685473
685473
|
updated_by: string | null;
|
|
685474
685474
|
} | null;
|
|
685475
|
-
|
|
685475
|
+
weight_unit: {
|
|
685476
|
+
is_active: boolean | null;
|
|
685477
|
+
id: string;
|
|
685478
|
+
logic_code: string | null;
|
|
685479
|
+
name: string | null;
|
|
685480
|
+
code: string | null;
|
|
685481
|
+
created_at: Date | null;
|
|
685482
|
+
created_by: string | null;
|
|
685483
|
+
updated_at: Date | null;
|
|
685484
|
+
updated_by: string | null;
|
|
685485
|
+
id_type: string | null;
|
|
685486
|
+
} | null;
|
|
685487
|
+
service_level: {
|
|
685476
685488
|
is_active: boolean | null;
|
|
685477
685489
|
id: string;
|
|
685478
685490
|
logic_code: string | null;
|
|
@@ -685482,6 +685494,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685482
685494
|
created_by: string | null;
|
|
685483
685495
|
updated_at: Date | null;
|
|
685484
685496
|
updated_by: string | null;
|
|
685497
|
+
id_agreement: string | null;
|
|
685498
|
+
percentage: Decimal | null;
|
|
685485
685499
|
} | null;
|
|
685486
685500
|
incoterm: {
|
|
685487
685501
|
is_active: boolean | null;
|
|
@@ -685495,7 +685509,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685495
685509
|
updated_by: string | null;
|
|
685496
685510
|
description: string | null;
|
|
685497
685511
|
} | null;
|
|
685498
|
-
|
|
685512
|
+
container_shipping_type: {
|
|
685499
685513
|
is_active: boolean | null;
|
|
685500
685514
|
id: string;
|
|
685501
685515
|
logic_code: string | null;
|
|
@@ -685505,8 +685519,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685505
685519
|
created_by: string | null;
|
|
685506
685520
|
updated_at: Date | null;
|
|
685507
685521
|
updated_by: string | null;
|
|
685508
|
-
id_agreement: string | null;
|
|
685509
|
-
percentage: Decimal | null;
|
|
685510
685522
|
} | null;
|
|
685511
685523
|
origin_un_locode: {
|
|
685512
685524
|
is_active: boolean | null;
|
|
@@ -685570,18 +685582,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685570
685582
|
has_seaport: boolean | null;
|
|
685571
685583
|
has_outport: boolean | null;
|
|
685572
685584
|
} | null;
|
|
685573
|
-
weight_unit: {
|
|
685574
|
-
is_active: boolean | null;
|
|
685575
|
-
id: string;
|
|
685576
|
-
logic_code: string | null;
|
|
685577
|
-
name: string | null;
|
|
685578
|
-
code: string | null;
|
|
685579
|
-
created_at: Date | null;
|
|
685580
|
-
created_by: string | null;
|
|
685581
|
-
updated_at: Date | null;
|
|
685582
|
-
updated_by: string | null;
|
|
685583
|
-
id_type: string | null;
|
|
685584
|
-
} | null;
|
|
685585
685585
|
volume_unit: {
|
|
685586
685586
|
is_active: boolean | null;
|
|
685587
685587
|
id: string;
|
|
@@ -685629,12 +685629,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685629
685629
|
updated_at: Date | null;
|
|
685630
685630
|
updated_by: string | null;
|
|
685631
685631
|
length: Decimal | null;
|
|
685632
|
-
id_weight_unit: string | null;
|
|
685633
|
-
weight: Decimal | null;
|
|
685634
685632
|
width: Decimal | null;
|
|
685635
685633
|
height: Decimal | null;
|
|
685636
685634
|
id_dimension_unit: string | null;
|
|
685635
|
+
id_weight_unit: string | null;
|
|
685637
685636
|
id_measurement_unit_type: string | null;
|
|
685637
|
+
weight: Decimal | null;
|
|
685638
685638
|
is_keep_upright: boolean | null;
|
|
685639
685639
|
} | null;
|
|
685640
685640
|
package_inner_count_type: {
|
|
@@ -685648,12 +685648,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685648
685648
|
updated_at: Date | null;
|
|
685649
685649
|
updated_by: string | null;
|
|
685650
685650
|
length: Decimal | null;
|
|
685651
|
-
id_weight_unit: string | null;
|
|
685652
|
-
weight: Decimal | null;
|
|
685653
685651
|
width: Decimal | null;
|
|
685654
685652
|
height: Decimal | null;
|
|
685655
685653
|
id_dimension_unit: string | null;
|
|
685654
|
+
id_weight_unit: string | null;
|
|
685656
685655
|
id_measurement_unit_type: string | null;
|
|
685656
|
+
weight: Decimal | null;
|
|
685657
685657
|
is_keep_upright: boolean | null;
|
|
685658
685658
|
} | null;
|
|
685659
685659
|
release_type: {
|
|
@@ -685827,18 +685827,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
685827
685827
|
updated_by: string | null;
|
|
685828
685828
|
description: string | null;
|
|
685829
685829
|
id_container_shipping_type: string | null;
|
|
685830
|
-
|
|
685831
|
-
|
|
685830
|
+
id_weight_unit: string | null;
|
|
685831
|
+
weight: Decimal | null;
|
|
685832
685832
|
id_service_level: string | null;
|
|
685833
|
+
id_incoterm: string | null;
|
|
685834
|
+
id_transport_type: string | null;
|
|
685833
685835
|
id_release_type: string | null;
|
|
685834
685836
|
id_on_board_status: string | null;
|
|
685835
|
-
id_weight_unit: string | null;
|
|
685836
685837
|
id_volume_unit: string | null;
|
|
685837
685838
|
id_chargeable_unit: string | null;
|
|
685838
685839
|
mark_number: string | null;
|
|
685839
685840
|
volume: Decimal | null;
|
|
685840
685841
|
chargeable: Decimal | null;
|
|
685841
|
-
weight: Decimal | null;
|
|
685842
685842
|
id_shipment_type: string | null;
|
|
685843
685843
|
id_origin: string | null;
|
|
685844
685844
|
id_destination: string | null;
|
|
@@ -686112,18 +686112,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686112
686112
|
updated_by: string | null;
|
|
686113
686113
|
description: string | null;
|
|
686114
686114
|
id_container_shipping_type: string | null;
|
|
686115
|
-
|
|
686116
|
-
|
|
686115
|
+
id_weight_unit: string | null;
|
|
686116
|
+
weight: Decimal | null;
|
|
686117
686117
|
id_service_level: string | null;
|
|
686118
|
+
id_incoterm: string | null;
|
|
686119
|
+
id_transport_type: string | null;
|
|
686118
686120
|
id_release_type: string | null;
|
|
686119
686121
|
id_on_board_status: string | null;
|
|
686120
|
-
id_weight_unit: string | null;
|
|
686121
686122
|
id_volume_unit: string | null;
|
|
686122
686123
|
id_chargeable_unit: string | null;
|
|
686123
686124
|
mark_number: string | null;
|
|
686124
686125
|
volume: Decimal | null;
|
|
686125
686126
|
chargeable: Decimal | null;
|
|
686126
|
-
weight: Decimal | null;
|
|
686127
686127
|
id_shipment_type: string | null;
|
|
686128
686128
|
id_origin: string | null;
|
|
686129
686129
|
id_destination: string | null;
|
|
@@ -686322,18 +686322,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686322
686322
|
updated_by: string | null;
|
|
686323
686323
|
description: string | null;
|
|
686324
686324
|
id_container_shipping_type: string | null;
|
|
686325
|
-
|
|
686326
|
-
|
|
686325
|
+
id_weight_unit: string | null;
|
|
686326
|
+
weight: Decimal | null;
|
|
686327
686327
|
id_service_level: string | null;
|
|
686328
|
+
id_incoterm: string | null;
|
|
686329
|
+
id_transport_type: string | null;
|
|
686328
686330
|
id_release_type: string | null;
|
|
686329
686331
|
id_on_board_status: string | null;
|
|
686330
|
-
id_weight_unit: string | null;
|
|
686331
686332
|
id_volume_unit: string | null;
|
|
686332
686333
|
id_chargeable_unit: string | null;
|
|
686333
686334
|
mark_number: string | null;
|
|
686334
686335
|
volume: Decimal | null;
|
|
686335
686336
|
chargeable: Decimal | null;
|
|
686336
|
-
weight: Decimal | null;
|
|
686337
686337
|
id_shipment_type: string | null;
|
|
686338
686338
|
id_origin: string | null;
|
|
686339
686339
|
id_destination: string | null;
|
|
@@ -686393,18 +686393,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686393
686393
|
updated_by: string | null;
|
|
686394
686394
|
description: string | null;
|
|
686395
686395
|
id_container_shipping_type: string | null;
|
|
686396
|
-
|
|
686397
|
-
|
|
686396
|
+
id_weight_unit: string | null;
|
|
686397
|
+
weight: Decimal | null;
|
|
686398
686398
|
id_service_level: string | null;
|
|
686399
|
+
id_incoterm: string | null;
|
|
686400
|
+
id_transport_type: string | null;
|
|
686399
686401
|
id_release_type: string | null;
|
|
686400
686402
|
id_on_board_status: string | null;
|
|
686401
|
-
id_weight_unit: string | null;
|
|
686402
686403
|
id_volume_unit: string | null;
|
|
686403
686404
|
id_chargeable_unit: string | null;
|
|
686404
686405
|
mark_number: string | null;
|
|
686405
686406
|
volume: Decimal | null;
|
|
686406
686407
|
chargeable: Decimal | null;
|
|
686407
|
-
weight: Decimal | null;
|
|
686408
686408
|
id_shipment_type: string | null;
|
|
686409
686409
|
id_origin: string | null;
|
|
686410
686410
|
id_destination: string | null;
|
|
@@ -686431,6 +686431,541 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686431
686431
|
} | undefined;
|
|
686432
686432
|
meta: object;
|
|
686433
686433
|
}>;
|
|
686434
|
+
organizations: BuiltRouter<{
|
|
686435
|
+
ctx: Context;
|
|
686436
|
+
meta: object;
|
|
686437
|
+
errorShape: DefaultErrorShape;
|
|
686438
|
+
transformer: false;
|
|
686439
|
+
}, DecorateCreateRouterOptions<{
|
|
686440
|
+
get: MutationProcedure<{
|
|
686441
|
+
input: {
|
|
686442
|
+
search?: string | null | undefined;
|
|
686443
|
+
take?: string | number | null | undefined;
|
|
686444
|
+
skip?: string | number | null | undefined;
|
|
686445
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
686446
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
686447
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
686448
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
686449
|
+
ids_string_include?: string[] | null | undefined;
|
|
686450
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
686451
|
+
logic_codes_include?: string[] | null | undefined;
|
|
686452
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
686453
|
+
created_at?: {
|
|
686454
|
+
start_date?: string | null | undefined;
|
|
686455
|
+
end_date?: string | null | undefined;
|
|
686456
|
+
} | null | undefined;
|
|
686457
|
+
updated_at?: {
|
|
686458
|
+
start_date?: string | null | undefined;
|
|
686459
|
+
end_date?: string | null | undefined;
|
|
686460
|
+
} | null | undefined;
|
|
686461
|
+
order_by?: {
|
|
686462
|
+
field: string;
|
|
686463
|
+
direction: "asc" | "desc";
|
|
686464
|
+
} | null | undefined;
|
|
686465
|
+
order_bys?: {
|
|
686466
|
+
field: string;
|
|
686467
|
+
direction: "asc" | "desc";
|
|
686468
|
+
}[] | null | undefined;
|
|
686469
|
+
id_forwarding_shipment?: string | number | bigint | null | undefined;
|
|
686470
|
+
ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
|
|
686471
|
+
id_organization?: string | number | bigint | null | undefined;
|
|
686472
|
+
ids_organization?: (string | number | bigint)[] | null | undefined;
|
|
686473
|
+
id_organization_address?: string | number | bigint | null | undefined;
|
|
686474
|
+
ids_organization_address?: (string | number | bigint)[] | null | undefined;
|
|
686475
|
+
id_type?: string | number | bigint | null | undefined;
|
|
686476
|
+
ids_type?: (string | number | bigint)[] | null | undefined;
|
|
686477
|
+
};
|
|
686478
|
+
output: {
|
|
686479
|
+
data: {
|
|
686480
|
+
forwarding_shipment_organization_types: {
|
|
686481
|
+
is_active: boolean | null;
|
|
686482
|
+
id: string;
|
|
686483
|
+
logic_code: string | null;
|
|
686484
|
+
name: string | null;
|
|
686485
|
+
code: string | null;
|
|
686486
|
+
created_at: Date | null;
|
|
686487
|
+
created_by: string | null;
|
|
686488
|
+
updated_at: Date | null;
|
|
686489
|
+
updated_by: string | null;
|
|
686490
|
+
} | null;
|
|
686491
|
+
organization: {
|
|
686492
|
+
is_active: boolean | null;
|
|
686493
|
+
id: string;
|
|
686494
|
+
logic_code: string | null;
|
|
686495
|
+
name: string | null;
|
|
686496
|
+
id_country: string | null;
|
|
686497
|
+
id_state: string | null;
|
|
686498
|
+
id_city: string | null;
|
|
686499
|
+
id_postal_code: string | null;
|
|
686500
|
+
id_company: string | null;
|
|
686501
|
+
id_branch: string | null;
|
|
686502
|
+
code: string | null;
|
|
686503
|
+
created_at: Date | null;
|
|
686504
|
+
created_by: string | null;
|
|
686505
|
+
updated_at: Date | null;
|
|
686506
|
+
updated_by: string | null;
|
|
686507
|
+
id_un_locode: string | null;
|
|
686508
|
+
email: string | null;
|
|
686509
|
+
id_business_category: string | null;
|
|
686510
|
+
id_controlling_branch: string | null;
|
|
686511
|
+
id_airline: string | null;
|
|
686512
|
+
id_shipping_line: string | null;
|
|
686513
|
+
phone: string | null;
|
|
686514
|
+
website_url: string | null;
|
|
686515
|
+
company_number: string | null;
|
|
686516
|
+
company_tax_number: string | null;
|
|
686517
|
+
} | null;
|
|
686518
|
+
organization_address: {
|
|
686519
|
+
is_active: boolean | null;
|
|
686520
|
+
id: string;
|
|
686521
|
+
logic_code: string | null;
|
|
686522
|
+
id_country: string | null;
|
|
686523
|
+
id_state: string | null;
|
|
686524
|
+
id_city: string | null;
|
|
686525
|
+
id_postal_code: string | null;
|
|
686526
|
+
code: string | null;
|
|
686527
|
+
address: string | null;
|
|
686528
|
+
mobile_phone: string | null;
|
|
686529
|
+
created_at: Date | null;
|
|
686530
|
+
created_by: string | null;
|
|
686531
|
+
updated_at: Date | null;
|
|
686532
|
+
updated_by: string | null;
|
|
686533
|
+
id_un_locode: string | null;
|
|
686534
|
+
email: string | null;
|
|
686535
|
+
id_organization: string | null;
|
|
686536
|
+
phone: string | null;
|
|
686537
|
+
fax: string | null;
|
|
686538
|
+
} | null;
|
|
686539
|
+
forwarding_shipment: {
|
|
686540
|
+
is_active: boolean | null;
|
|
686541
|
+
id: string;
|
|
686542
|
+
logic_code: string | null;
|
|
686543
|
+
name: string | null;
|
|
686544
|
+
code: string | null;
|
|
686545
|
+
created_at: Date | null;
|
|
686546
|
+
created_by: string | null;
|
|
686547
|
+
updated_at: Date | null;
|
|
686548
|
+
updated_by: string | null;
|
|
686549
|
+
description: string | null;
|
|
686550
|
+
id_container_shipping_type: string | null;
|
|
686551
|
+
id_weight_unit: string | null;
|
|
686552
|
+
weight: Decimal | null;
|
|
686553
|
+
id_service_level: string | null;
|
|
686554
|
+
id_incoterm: string | null;
|
|
686555
|
+
id_transport_type: string | null;
|
|
686556
|
+
id_release_type: string | null;
|
|
686557
|
+
id_on_board_status: string | null;
|
|
686558
|
+
id_volume_unit: string | null;
|
|
686559
|
+
id_chargeable_unit: string | null;
|
|
686560
|
+
mark_number: string | null;
|
|
686561
|
+
volume: Decimal | null;
|
|
686562
|
+
chargeable: Decimal | null;
|
|
686563
|
+
id_shipment_type: string | null;
|
|
686564
|
+
id_origin: string | null;
|
|
686565
|
+
id_destination: string | null;
|
|
686566
|
+
id_weight_volume_unit: string | null;
|
|
686567
|
+
id_package_count_type: string | null;
|
|
686568
|
+
id_package_inner_count_type: string | null;
|
|
686569
|
+
id_air_waybill_dims: string | null;
|
|
686570
|
+
id_house_bill_type: string | null;
|
|
686571
|
+
id_hbl_delivery_mode: string | null;
|
|
686572
|
+
id_charge_apply: string | null;
|
|
686573
|
+
id_control_customer: string | null;
|
|
686574
|
+
id_control_agent: string | null;
|
|
686575
|
+
shipment_number: string | null;
|
|
686576
|
+
house_bill: string | null;
|
|
686577
|
+
weight_volume: Decimal | null;
|
|
686578
|
+
package_count: number | null;
|
|
686579
|
+
package_inner_count: number | null;
|
|
686580
|
+
original_bills: number | null;
|
|
686581
|
+
copy_bills: number | null;
|
|
686582
|
+
estimated_delivery_date: Date | null;
|
|
686583
|
+
estimated_arrival_date: Date | null;
|
|
686584
|
+
issue_date: Date | null;
|
|
686585
|
+
} | null;
|
|
686586
|
+
is_active: boolean | null;
|
|
686587
|
+
id: string;
|
|
686588
|
+
logic_code: string | null;
|
|
686589
|
+
name: string | null;
|
|
686590
|
+
code: string | null;
|
|
686591
|
+
address: string | null;
|
|
686592
|
+
created_at: Date | null;
|
|
686593
|
+
created_by: string | null;
|
|
686594
|
+
updated_at: Date | null;
|
|
686595
|
+
updated_by: string | null;
|
|
686596
|
+
id_organization: string | null;
|
|
686597
|
+
id_organization_address: string | null;
|
|
686598
|
+
id_type: string | null;
|
|
686599
|
+
is_override: boolean | null;
|
|
686600
|
+
id_forwarding_shipment: string | null;
|
|
686601
|
+
}[] | undefined;
|
|
686602
|
+
total: number | undefined;
|
|
686603
|
+
};
|
|
686604
|
+
meta: object;
|
|
686605
|
+
}>;
|
|
686606
|
+
getDetail: MutationProcedure<{
|
|
686607
|
+
input: {
|
|
686608
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
686609
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
686610
|
+
id?: string | number | bigint | null | undefined;
|
|
686611
|
+
id_string?: string | null | undefined;
|
|
686612
|
+
logic_code?: string | null | undefined;
|
|
686613
|
+
};
|
|
686614
|
+
output: {
|
|
686615
|
+
data: {
|
|
686616
|
+
_count: {
|
|
686617
|
+
forwarding_shipment: number;
|
|
686618
|
+
organization: number;
|
|
686619
|
+
organization_address: number;
|
|
686620
|
+
forwarding_shipment_organization_types: number;
|
|
686621
|
+
forwarding_shipment_organization_logs: number;
|
|
686622
|
+
};
|
|
686623
|
+
forwarding_shipment_organization_types: {
|
|
686624
|
+
is_active: boolean | null;
|
|
686625
|
+
id: string;
|
|
686626
|
+
logic_code: string | null;
|
|
686627
|
+
name: string | null;
|
|
686628
|
+
code: string | null;
|
|
686629
|
+
created_at: Date | null;
|
|
686630
|
+
created_by: string | null;
|
|
686631
|
+
updated_at: Date | null;
|
|
686632
|
+
updated_by: string | null;
|
|
686633
|
+
} | null;
|
|
686634
|
+
organization: {
|
|
686635
|
+
is_active: boolean | null;
|
|
686636
|
+
id: string;
|
|
686637
|
+
logic_code: string | null;
|
|
686638
|
+
name: string | null;
|
|
686639
|
+
id_country: string | null;
|
|
686640
|
+
id_state: string | null;
|
|
686641
|
+
id_city: string | null;
|
|
686642
|
+
id_postal_code: string | null;
|
|
686643
|
+
id_company: string | null;
|
|
686644
|
+
id_branch: string | null;
|
|
686645
|
+
code: string | null;
|
|
686646
|
+
created_at: Date | null;
|
|
686647
|
+
created_by: string | null;
|
|
686648
|
+
updated_at: Date | null;
|
|
686649
|
+
updated_by: string | null;
|
|
686650
|
+
id_un_locode: string | null;
|
|
686651
|
+
email: string | null;
|
|
686652
|
+
id_business_category: string | null;
|
|
686653
|
+
id_controlling_branch: string | null;
|
|
686654
|
+
id_airline: string | null;
|
|
686655
|
+
id_shipping_line: string | null;
|
|
686656
|
+
phone: string | null;
|
|
686657
|
+
website_url: string | null;
|
|
686658
|
+
company_number: string | null;
|
|
686659
|
+
company_tax_number: string | null;
|
|
686660
|
+
} | null;
|
|
686661
|
+
organization_address: {
|
|
686662
|
+
is_active: boolean | null;
|
|
686663
|
+
id: string;
|
|
686664
|
+
logic_code: string | null;
|
|
686665
|
+
id_country: string | null;
|
|
686666
|
+
id_state: string | null;
|
|
686667
|
+
id_city: string | null;
|
|
686668
|
+
id_postal_code: string | null;
|
|
686669
|
+
code: string | null;
|
|
686670
|
+
address: string | null;
|
|
686671
|
+
mobile_phone: string | null;
|
|
686672
|
+
created_at: Date | null;
|
|
686673
|
+
created_by: string | null;
|
|
686674
|
+
updated_at: Date | null;
|
|
686675
|
+
updated_by: string | null;
|
|
686676
|
+
id_un_locode: string | null;
|
|
686677
|
+
email: string | null;
|
|
686678
|
+
id_organization: string | null;
|
|
686679
|
+
phone: string | null;
|
|
686680
|
+
fax: string | null;
|
|
686681
|
+
} | null;
|
|
686682
|
+
forwarding_shipment: {
|
|
686683
|
+
is_active: boolean | null;
|
|
686684
|
+
id: string;
|
|
686685
|
+
logic_code: string | null;
|
|
686686
|
+
name: string | null;
|
|
686687
|
+
code: string | null;
|
|
686688
|
+
created_at: Date | null;
|
|
686689
|
+
created_by: string | null;
|
|
686690
|
+
updated_at: Date | null;
|
|
686691
|
+
updated_by: string | null;
|
|
686692
|
+
description: string | null;
|
|
686693
|
+
id_container_shipping_type: string | null;
|
|
686694
|
+
id_weight_unit: string | null;
|
|
686695
|
+
weight: Decimal | null;
|
|
686696
|
+
id_service_level: string | null;
|
|
686697
|
+
id_incoterm: string | null;
|
|
686698
|
+
id_transport_type: string | null;
|
|
686699
|
+
id_release_type: string | null;
|
|
686700
|
+
id_on_board_status: string | null;
|
|
686701
|
+
id_volume_unit: string | null;
|
|
686702
|
+
id_chargeable_unit: string | null;
|
|
686703
|
+
mark_number: string | null;
|
|
686704
|
+
volume: Decimal | null;
|
|
686705
|
+
chargeable: Decimal | null;
|
|
686706
|
+
id_shipment_type: string | null;
|
|
686707
|
+
id_origin: string | null;
|
|
686708
|
+
id_destination: string | null;
|
|
686709
|
+
id_weight_volume_unit: string | null;
|
|
686710
|
+
id_package_count_type: string | null;
|
|
686711
|
+
id_package_inner_count_type: string | null;
|
|
686712
|
+
id_air_waybill_dims: string | null;
|
|
686713
|
+
id_house_bill_type: string | null;
|
|
686714
|
+
id_hbl_delivery_mode: string | null;
|
|
686715
|
+
id_charge_apply: string | null;
|
|
686716
|
+
id_control_customer: string | null;
|
|
686717
|
+
id_control_agent: string | null;
|
|
686718
|
+
shipment_number: string | null;
|
|
686719
|
+
house_bill: string | null;
|
|
686720
|
+
weight_volume: Decimal | null;
|
|
686721
|
+
package_count: number | null;
|
|
686722
|
+
package_inner_count: number | null;
|
|
686723
|
+
original_bills: number | null;
|
|
686724
|
+
copy_bills: number | null;
|
|
686725
|
+
estimated_delivery_date: Date | null;
|
|
686726
|
+
estimated_arrival_date: Date | null;
|
|
686727
|
+
issue_date: Date | null;
|
|
686728
|
+
} | null;
|
|
686729
|
+
is_active: boolean | null;
|
|
686730
|
+
id: string;
|
|
686731
|
+
logic_code: string | null;
|
|
686732
|
+
name: string | null;
|
|
686733
|
+
code: string | null;
|
|
686734
|
+
address: string | null;
|
|
686735
|
+
created_at: Date | null;
|
|
686736
|
+
created_by: string | null;
|
|
686737
|
+
updated_at: Date | null;
|
|
686738
|
+
updated_by: string | null;
|
|
686739
|
+
id_organization: string | null;
|
|
686740
|
+
id_organization_address: string | null;
|
|
686741
|
+
id_type: string | null;
|
|
686742
|
+
is_override: boolean | null;
|
|
686743
|
+
id_forwarding_shipment: string | null;
|
|
686744
|
+
};
|
|
686745
|
+
};
|
|
686746
|
+
meta: object;
|
|
686747
|
+
}>;
|
|
686748
|
+
histories: BuiltRouter<{
|
|
686749
|
+
ctx: Context;
|
|
686750
|
+
meta: object;
|
|
686751
|
+
errorShape: DefaultErrorShape;
|
|
686752
|
+
transformer: false;
|
|
686753
|
+
}, DecorateCreateRouterOptions<{
|
|
686754
|
+
get: MutationProcedure<{
|
|
686755
|
+
input: {
|
|
686756
|
+
search?: string | null | undefined;
|
|
686757
|
+
take?: string | number | null | undefined;
|
|
686758
|
+
skip?: string | number | null | undefined;
|
|
686759
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
686760
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
686761
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
686762
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
686763
|
+
ids_string_include?: string[] | null | undefined;
|
|
686764
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
686765
|
+
logic_codes_include?: string[] | null | undefined;
|
|
686766
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
686767
|
+
created_at?: {
|
|
686768
|
+
start_date?: string | null | undefined;
|
|
686769
|
+
end_date?: string | null | undefined;
|
|
686770
|
+
} | null | undefined;
|
|
686771
|
+
updated_at?: {
|
|
686772
|
+
start_date?: string | null | undefined;
|
|
686773
|
+
end_date?: string | null | undefined;
|
|
686774
|
+
} | null | undefined;
|
|
686775
|
+
order_by?: {
|
|
686776
|
+
field: string;
|
|
686777
|
+
direction: "asc" | "desc";
|
|
686778
|
+
} | null | undefined;
|
|
686779
|
+
order_bys?: {
|
|
686780
|
+
field: string;
|
|
686781
|
+
direction: "asc" | "desc";
|
|
686782
|
+
}[] | null | undefined;
|
|
686783
|
+
id_log_type?: string | number | bigint | null | undefined;
|
|
686784
|
+
ids_log_type?: (string | number | bigint)[] | null | undefined;
|
|
686785
|
+
id_forwarding_shipment_organization?: string | number | bigint | null | undefined;
|
|
686786
|
+
ids_forwarding_shipment_organization?: (string | number | bigint)[] | null | undefined;
|
|
686787
|
+
};
|
|
686788
|
+
output: {
|
|
686789
|
+
data: {
|
|
686790
|
+
log_type: {
|
|
686791
|
+
is_active: boolean | null;
|
|
686792
|
+
id: string;
|
|
686793
|
+
logic_code: string | null;
|
|
686794
|
+
name: string | null;
|
|
686795
|
+
created_at: Date | null;
|
|
686796
|
+
created_by: string | null;
|
|
686797
|
+
updated_at: Date | null;
|
|
686798
|
+
updated_by: string | null;
|
|
686799
|
+
} | null;
|
|
686800
|
+
id: string;
|
|
686801
|
+
id_log_type: string | null;
|
|
686802
|
+
url: string | null;
|
|
686803
|
+
params: SimpleJson;
|
|
686804
|
+
action: string | null;
|
|
686805
|
+
action_by: string | null;
|
|
686806
|
+
action_id: string | null;
|
|
686807
|
+
action_at: Date | null;
|
|
686808
|
+
id_forwarding_shipment_organization: string | null;
|
|
686809
|
+
}[] | undefined;
|
|
686810
|
+
total: number | undefined;
|
|
686811
|
+
};
|
|
686812
|
+
meta: object;
|
|
686813
|
+
}>;
|
|
686814
|
+
getDetail: MutationProcedure<{
|
|
686815
|
+
input: {
|
|
686816
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
686817
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
686818
|
+
id?: string | number | bigint | null | undefined;
|
|
686819
|
+
id_string?: string | null | undefined;
|
|
686820
|
+
logic_code?: string | null | undefined;
|
|
686821
|
+
};
|
|
686822
|
+
output: {
|
|
686823
|
+
data: {
|
|
686824
|
+
log_type: {
|
|
686825
|
+
is_active: boolean | null;
|
|
686826
|
+
id: string;
|
|
686827
|
+
logic_code: string | null;
|
|
686828
|
+
name: string | null;
|
|
686829
|
+
created_at: Date | null;
|
|
686830
|
+
created_by: string | null;
|
|
686831
|
+
updated_at: Date | null;
|
|
686832
|
+
updated_by: string | null;
|
|
686833
|
+
} | null;
|
|
686834
|
+
id: string;
|
|
686835
|
+
id_log_type: string | null;
|
|
686836
|
+
url: string | null;
|
|
686837
|
+
params: SimpleJson;
|
|
686838
|
+
action: string | null;
|
|
686839
|
+
action_by: string | null;
|
|
686840
|
+
action_id: string | null;
|
|
686841
|
+
action_at: Date | null;
|
|
686842
|
+
id_forwarding_shipment_organization: string | null;
|
|
686843
|
+
} | undefined;
|
|
686844
|
+
};
|
|
686845
|
+
meta: object;
|
|
686846
|
+
}>;
|
|
686847
|
+
}>>;
|
|
686848
|
+
create: MutationProcedure<{
|
|
686849
|
+
input: {
|
|
686850
|
+
is_active?: string | number | boolean | null | undefined;
|
|
686851
|
+
id_forwarding_shipment?: string | number | bigint | null | undefined;
|
|
686852
|
+
id_organization?: string | number | bigint | null | undefined;
|
|
686853
|
+
id_organization_address?: string | number | bigint | null | undefined;
|
|
686854
|
+
id_type?: string | number | bigint | null | undefined;
|
|
686855
|
+
code?: string | null | undefined;
|
|
686856
|
+
name?: string | null | undefined;
|
|
686857
|
+
address?: string | null | undefined;
|
|
686858
|
+
is_override?: string | number | boolean | null | undefined;
|
|
686859
|
+
};
|
|
686860
|
+
output: {
|
|
686861
|
+
data: {
|
|
686862
|
+
is_active: boolean | null;
|
|
686863
|
+
id: string;
|
|
686864
|
+
logic_code: string | null;
|
|
686865
|
+
name: string | null;
|
|
686866
|
+
code: string | null;
|
|
686867
|
+
address: string | null;
|
|
686868
|
+
created_at: Date | null;
|
|
686869
|
+
created_by: string | null;
|
|
686870
|
+
updated_at: Date | null;
|
|
686871
|
+
updated_by: string | null;
|
|
686872
|
+
id_organization: string | null;
|
|
686873
|
+
id_organization_address: string | null;
|
|
686874
|
+
id_type: string | null;
|
|
686875
|
+
is_override: boolean | null;
|
|
686876
|
+
id_forwarding_shipment: string | null;
|
|
686877
|
+
};
|
|
686878
|
+
log: {
|
|
686879
|
+
id: string;
|
|
686880
|
+
id_log_type: string | null;
|
|
686881
|
+
url: string | null;
|
|
686882
|
+
params: SimpleJson;
|
|
686883
|
+
action: string | null;
|
|
686884
|
+
action_by: string | null;
|
|
686885
|
+
action_id: string | null;
|
|
686886
|
+
action_at: Date | null;
|
|
686887
|
+
id_forwarding_shipment_organization: string | null;
|
|
686888
|
+
} | undefined;
|
|
686889
|
+
} | undefined;
|
|
686890
|
+
meta: object;
|
|
686891
|
+
}>;
|
|
686892
|
+
update: MutationProcedure<{
|
|
686893
|
+
input: {
|
|
686894
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
686895
|
+
id?: string | number | bigint | null | undefined;
|
|
686896
|
+
id_string?: string | null | undefined;
|
|
686897
|
+
logic_code?: string | null | undefined;
|
|
686898
|
+
is_active?: string | number | boolean | null | undefined;
|
|
686899
|
+
id_forwarding_shipment?: string | number | bigint | null | undefined;
|
|
686900
|
+
id_organization?: string | number | bigint | null | undefined;
|
|
686901
|
+
id_organization_address?: string | number | bigint | null | undefined;
|
|
686902
|
+
id_type?: string | number | bigint | null | undefined;
|
|
686903
|
+
code?: string | null | undefined;
|
|
686904
|
+
name?: string | null | undefined;
|
|
686905
|
+
address?: string | null | undefined;
|
|
686906
|
+
is_override?: string | number | boolean | null | undefined;
|
|
686907
|
+
};
|
|
686908
|
+
output: {
|
|
686909
|
+
data: {
|
|
686910
|
+
is_active: boolean | null;
|
|
686911
|
+
id: string;
|
|
686912
|
+
logic_code: string | null;
|
|
686913
|
+
name: string | null;
|
|
686914
|
+
code: string | null;
|
|
686915
|
+
address: string | null;
|
|
686916
|
+
created_at: Date | null;
|
|
686917
|
+
created_by: string | null;
|
|
686918
|
+
updated_at: Date | null;
|
|
686919
|
+
updated_by: string | null;
|
|
686920
|
+
id_organization: string | null;
|
|
686921
|
+
id_organization_address: string | null;
|
|
686922
|
+
id_type: string | null;
|
|
686923
|
+
is_override: boolean | null;
|
|
686924
|
+
id_forwarding_shipment: string | null;
|
|
686925
|
+
};
|
|
686926
|
+
log: {
|
|
686927
|
+
id: string;
|
|
686928
|
+
id_log_type: string | null;
|
|
686929
|
+
url: string | null;
|
|
686930
|
+
params: SimpleJson;
|
|
686931
|
+
action: string | null;
|
|
686932
|
+
action_by: string | null;
|
|
686933
|
+
action_id: string | null;
|
|
686934
|
+
action_at: Date | null;
|
|
686935
|
+
id_forwarding_shipment_organization: string | null;
|
|
686936
|
+
} | undefined;
|
|
686937
|
+
} | undefined;
|
|
686938
|
+
meta: object;
|
|
686939
|
+
}>;
|
|
686940
|
+
delete: MutationProcedure<{
|
|
686941
|
+
input: {
|
|
686942
|
+
id?: string | number | bigint | null | undefined;
|
|
686943
|
+
ids?: (string | number | bigint)[] | null | undefined;
|
|
686944
|
+
id_string?: string | null | undefined;
|
|
686945
|
+
ids_string?: string[] | null | undefined;
|
|
686946
|
+
};
|
|
686947
|
+
output: {
|
|
686948
|
+
data: ({
|
|
686949
|
+
is_active: boolean | null;
|
|
686950
|
+
id: string;
|
|
686951
|
+
logic_code: string | null;
|
|
686952
|
+
name: string | null;
|
|
686953
|
+
code: string | null;
|
|
686954
|
+
address: string | null;
|
|
686955
|
+
created_at: Date | null;
|
|
686956
|
+
created_by: string | null;
|
|
686957
|
+
updated_at: Date | null;
|
|
686958
|
+
updated_by: string | null;
|
|
686959
|
+
id_organization: string | null;
|
|
686960
|
+
id_organization_address: string | null;
|
|
686961
|
+
id_type: string | null;
|
|
686962
|
+
is_override: boolean | null;
|
|
686963
|
+
id_forwarding_shipment: string | null;
|
|
686964
|
+
} | undefined)[] | undefined;
|
|
686965
|
+
} | undefined;
|
|
686966
|
+
meta: object;
|
|
686967
|
+
}>;
|
|
686968
|
+
}>>;
|
|
686434
686969
|
}>>;
|
|
686435
686970
|
forwardingShipmentPackings: BuiltRouter<{
|
|
686436
686971
|
ctx: Context;
|
|
@@ -686494,6 +687029,70 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686494
687029
|
};
|
|
686495
687030
|
output: {
|
|
686496
687031
|
data: {
|
|
687032
|
+
dg_class: {
|
|
687033
|
+
is_active: boolean | null;
|
|
687034
|
+
id: string;
|
|
687035
|
+
logic_code: string | null;
|
|
687036
|
+
name: string | null;
|
|
687037
|
+
code: string | null;
|
|
687038
|
+
created_at: Date | null;
|
|
687039
|
+
created_by: string | null;
|
|
687040
|
+
updated_at: Date | null;
|
|
687041
|
+
updated_by: string | null;
|
|
687042
|
+
} | null;
|
|
687043
|
+
package_type: {
|
|
687044
|
+
is_active: boolean | null;
|
|
687045
|
+
id: string;
|
|
687046
|
+
logic_code: string | null;
|
|
687047
|
+
name: string | null;
|
|
687048
|
+
code: string | null;
|
|
687049
|
+
created_at: Date | null;
|
|
687050
|
+
created_by: string | null;
|
|
687051
|
+
updated_at: Date | null;
|
|
687052
|
+
updated_by: string | null;
|
|
687053
|
+
length: Decimal | null;
|
|
687054
|
+
width: Decimal | null;
|
|
687055
|
+
height: Decimal | null;
|
|
687056
|
+
id_dimension_unit: string | null;
|
|
687057
|
+
id_weight_unit: string | null;
|
|
687058
|
+
id_measurement_unit_type: string | null;
|
|
687059
|
+
weight: Decimal | null;
|
|
687060
|
+
is_keep_upright: boolean | null;
|
|
687061
|
+
} | null;
|
|
687062
|
+
weight_unit: {
|
|
687063
|
+
is_active: boolean | null;
|
|
687064
|
+
id: string;
|
|
687065
|
+
logic_code: string | null;
|
|
687066
|
+
name: string | null;
|
|
687067
|
+
code: string | null;
|
|
687068
|
+
created_at: Date | null;
|
|
687069
|
+
created_by: string | null;
|
|
687070
|
+
updated_at: Date | null;
|
|
687071
|
+
updated_by: string | null;
|
|
687072
|
+
id_type: string | null;
|
|
687073
|
+
} | null;
|
|
687074
|
+
commodity: {
|
|
687075
|
+
is_active: boolean | null;
|
|
687076
|
+
id: string;
|
|
687077
|
+
logic_code: string | null;
|
|
687078
|
+
name: string | null;
|
|
687079
|
+
code: string | null;
|
|
687080
|
+
created_at: Date | null;
|
|
687081
|
+
created_by: string | null;
|
|
687082
|
+
updated_at: Date | null;
|
|
687083
|
+
updated_by: string | null;
|
|
687084
|
+
id_iata_commodity: string | null;
|
|
687085
|
+
id_universal_group: string | null;
|
|
687086
|
+
id_expiration_date_unit: string | null;
|
|
687087
|
+
reefer_min_temp: Decimal | null;
|
|
687088
|
+
reefer_max_temp: Decimal | null;
|
|
687089
|
+
is_hazardous: boolean;
|
|
687090
|
+
is_perishable: boolean;
|
|
687091
|
+
is_flammable: boolean;
|
|
687092
|
+
is_timber: boolean;
|
|
687093
|
+
is_vent_required: boolean;
|
|
687094
|
+
expiration_date: number | null;
|
|
687095
|
+
} | null;
|
|
686497
687096
|
forwarding_booking: {
|
|
686498
687097
|
is_active: boolean | null;
|
|
686499
687098
|
id: string;
|
|
@@ -686505,9 +687104,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686505
687104
|
length: Decimal | null;
|
|
686506
687105
|
description: string | null;
|
|
686507
687106
|
id_container_shipping_type: string | null;
|
|
686508
|
-
|
|
686509
|
-
id_incoterm: string | null;
|
|
687107
|
+
id_weight_unit: string | null;
|
|
686510
687108
|
id_service_level: string | null;
|
|
687109
|
+
id_incoterm: string | null;
|
|
687110
|
+
id_commodity: string | null;
|
|
687111
|
+
id_transport_type: string | null;
|
|
686511
687112
|
id_release_type: string | null;
|
|
686512
687113
|
id_charges_apply: string | null;
|
|
686513
687114
|
id_origin_un_locode: string | null;
|
|
@@ -686517,10 +687118,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686517
687118
|
id_carrier_service_level: string | null;
|
|
686518
687119
|
id_on_board_status: string | null;
|
|
686519
687120
|
id_outer_unit: string | null;
|
|
686520
|
-
id_weight_unit: string | null;
|
|
686521
687121
|
id_volume_unit: string | null;
|
|
686522
687122
|
id_chargeable_unit: string | null;
|
|
686523
|
-
id_commodity: string | null;
|
|
686524
687123
|
extra_term: string | null;
|
|
686525
687124
|
shipper_ref: string | null;
|
|
686526
687125
|
mark_number: string | null;
|
|
@@ -686535,28 +687134,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686535
687134
|
chargeable: Decimal | null;
|
|
686536
687135
|
booking_number: string | null;
|
|
686537
687136
|
} | null;
|
|
686538
|
-
commodity: {
|
|
686539
|
-
is_active: boolean | null;
|
|
686540
|
-
id: string;
|
|
686541
|
-
logic_code: string | null;
|
|
686542
|
-
name: string | null;
|
|
686543
|
-
code: string | null;
|
|
686544
|
-
created_at: Date | null;
|
|
686545
|
-
created_by: string | null;
|
|
686546
|
-
updated_at: Date | null;
|
|
686547
|
-
updated_by: string | null;
|
|
686548
|
-
id_universal_group: string | null;
|
|
686549
|
-
id_iata_commodity: string | null;
|
|
686550
|
-
id_expiration_date_unit: string | null;
|
|
686551
|
-
reefer_min_temp: Decimal | null;
|
|
686552
|
-
reefer_max_temp: Decimal | null;
|
|
686553
|
-
is_hazardous: boolean;
|
|
686554
|
-
is_perishable: boolean;
|
|
686555
|
-
is_flammable: boolean;
|
|
686556
|
-
is_timber: boolean;
|
|
686557
|
-
is_vent_required: boolean;
|
|
686558
|
-
expiration_date: number | null;
|
|
686559
|
-
} | null;
|
|
686560
687137
|
forwarding_shipment: {
|
|
686561
687138
|
is_active: boolean | null;
|
|
686562
687139
|
id: string;
|
|
@@ -686569,18 +687146,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686569
687146
|
updated_by: string | null;
|
|
686570
687147
|
description: string | null;
|
|
686571
687148
|
id_container_shipping_type: string | null;
|
|
686572
|
-
|
|
686573
|
-
|
|
687149
|
+
id_weight_unit: string | null;
|
|
687150
|
+
weight: Decimal | null;
|
|
686574
687151
|
id_service_level: string | null;
|
|
687152
|
+
id_incoterm: string | null;
|
|
687153
|
+
id_transport_type: string | null;
|
|
686575
687154
|
id_release_type: string | null;
|
|
686576
687155
|
id_on_board_status: string | null;
|
|
686577
|
-
id_weight_unit: string | null;
|
|
686578
687156
|
id_volume_unit: string | null;
|
|
686579
687157
|
id_chargeable_unit: string | null;
|
|
686580
687158
|
mark_number: string | null;
|
|
686581
687159
|
volume: Decimal | null;
|
|
686582
687160
|
chargeable: Decimal | null;
|
|
686583
|
-
weight: Decimal | null;
|
|
686584
687161
|
id_shipment_type: string | null;
|
|
686585
687162
|
id_origin: string | null;
|
|
686586
687163
|
id_destination: string | null;
|
|
@@ -686618,37 +687195,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686618
687195
|
id_type: string | null;
|
|
686619
687196
|
id_delivery_mode: string | null;
|
|
686620
687197
|
} | null;
|
|
686621
|
-
package_type: {
|
|
686622
|
-
is_active: boolean | null;
|
|
686623
|
-
id: string;
|
|
686624
|
-
logic_code: string | null;
|
|
686625
|
-
name: string | null;
|
|
686626
|
-
code: string | null;
|
|
686627
|
-
created_at: Date | null;
|
|
686628
|
-
created_by: string | null;
|
|
686629
|
-
updated_at: Date | null;
|
|
686630
|
-
updated_by: string | null;
|
|
686631
|
-
length: Decimal | null;
|
|
686632
|
-
id_weight_unit: string | null;
|
|
686633
|
-
weight: Decimal | null;
|
|
686634
|
-
width: Decimal | null;
|
|
686635
|
-
height: Decimal | null;
|
|
686636
|
-
id_dimension_unit: string | null;
|
|
686637
|
-
id_measurement_unit_type: string | null;
|
|
686638
|
-
is_keep_upright: boolean | null;
|
|
686639
|
-
} | null;
|
|
686640
|
-
weight_unit: {
|
|
686641
|
-
is_active: boolean | null;
|
|
686642
|
-
id: string;
|
|
686643
|
-
logic_code: string | null;
|
|
686644
|
-
name: string | null;
|
|
686645
|
-
code: string | null;
|
|
686646
|
-
created_at: Date | null;
|
|
686647
|
-
created_by: string | null;
|
|
686648
|
-
updated_at: Date | null;
|
|
686649
|
-
updated_by: string | null;
|
|
686650
|
-
id_type: string | null;
|
|
686651
|
-
} | null;
|
|
686652
687198
|
volume_unit: {
|
|
686653
687199
|
is_active: boolean | null;
|
|
686654
687200
|
id: string;
|
|
@@ -686706,25 +687252,14 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686706
687252
|
created_by: string | null;
|
|
686707
687253
|
updated_at: Date | null;
|
|
686708
687254
|
updated_by: string | null;
|
|
686709
|
-
id_dg_class: string | null;
|
|
686710
687255
|
id_dg_packing_group: string | null;
|
|
687256
|
+
id_dg_class: string | null;
|
|
686711
687257
|
id_dg_excepted_quantity: string | null;
|
|
686712
687258
|
un_number: string | null;
|
|
686713
687259
|
extra_labels: string | null;
|
|
686714
687260
|
sub_risk: string | null;
|
|
686715
687261
|
is_high_danger: boolean | null;
|
|
686716
687262
|
} | null;
|
|
686717
|
-
dg_class: {
|
|
686718
|
-
is_active: boolean | null;
|
|
686719
|
-
id: string;
|
|
686720
|
-
logic_code: string | null;
|
|
686721
|
-
name: string | null;
|
|
686722
|
-
code: string | null;
|
|
686723
|
-
created_at: Date | null;
|
|
686724
|
-
created_by: string | null;
|
|
686725
|
-
updated_at: Date | null;
|
|
686726
|
-
updated_by: string | null;
|
|
686727
|
-
} | null;
|
|
686728
687263
|
is_active: boolean | null;
|
|
686729
687264
|
id: string;
|
|
686730
687265
|
logic_code: string | null;
|
|
@@ -686735,27 +687270,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686735
687270
|
updated_by: string | null;
|
|
686736
687271
|
length: Decimal | null;
|
|
686737
687272
|
description: string | null;
|
|
687273
|
+
width: Decimal | null;
|
|
687274
|
+
height: Decimal | null;
|
|
687275
|
+
id_dg_class: string | null;
|
|
686738
687276
|
id_weight_unit: string | null;
|
|
686739
|
-
|
|
687277
|
+
id_package_type: string | null;
|
|
687278
|
+
weight: Decimal | null;
|
|
686740
687279
|
id_commodity: string | null;
|
|
687280
|
+
id_volume_unit: string | null;
|
|
686741
687281
|
id_forwarding_booking: string | null;
|
|
686742
687282
|
volume: Decimal | null;
|
|
686743
687283
|
id_forwarding_shipment: string | null;
|
|
686744
687284
|
id_console_container: string | null;
|
|
686745
|
-
id_package_type: string | null;
|
|
686746
687285
|
id_length_unit: string | null;
|
|
686747
687286
|
id_width_unit: string | null;
|
|
686748
687287
|
id_height_unit: string | null;
|
|
686749
687288
|
id_dg_substance: string | null;
|
|
686750
|
-
id_dg_class: string | null;
|
|
686751
687289
|
po_number: string | null;
|
|
686752
687290
|
goods_description: string | null;
|
|
686753
687291
|
item_number: string | null;
|
|
686754
687292
|
pack: number | null;
|
|
686755
687293
|
packing_order: number | null;
|
|
686756
|
-
weight: Decimal | null;
|
|
686757
|
-
width: Decimal | null;
|
|
686758
|
-
height: Decimal | null;
|
|
686759
687294
|
harmonized_code: string | null;
|
|
686760
687295
|
harmonized_description: string | null;
|
|
686761
687296
|
dg_substance_name: string | null;
|
|
@@ -686792,6 +687327,70 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686792
687327
|
dg_class: number;
|
|
686793
687328
|
forwarding_shipment_packing_logs: number;
|
|
686794
687329
|
};
|
|
687330
|
+
dg_class: {
|
|
687331
|
+
is_active: boolean | null;
|
|
687332
|
+
id: string;
|
|
687333
|
+
logic_code: string | null;
|
|
687334
|
+
name: string | null;
|
|
687335
|
+
code: string | null;
|
|
687336
|
+
created_at: Date | null;
|
|
687337
|
+
created_by: string | null;
|
|
687338
|
+
updated_at: Date | null;
|
|
687339
|
+
updated_by: string | null;
|
|
687340
|
+
} | null;
|
|
687341
|
+
package_type: {
|
|
687342
|
+
is_active: boolean | null;
|
|
687343
|
+
id: string;
|
|
687344
|
+
logic_code: string | null;
|
|
687345
|
+
name: string | null;
|
|
687346
|
+
code: string | null;
|
|
687347
|
+
created_at: Date | null;
|
|
687348
|
+
created_by: string | null;
|
|
687349
|
+
updated_at: Date | null;
|
|
687350
|
+
updated_by: string | null;
|
|
687351
|
+
length: Decimal | null;
|
|
687352
|
+
width: Decimal | null;
|
|
687353
|
+
height: Decimal | null;
|
|
687354
|
+
id_dimension_unit: string | null;
|
|
687355
|
+
id_weight_unit: string | null;
|
|
687356
|
+
id_measurement_unit_type: string | null;
|
|
687357
|
+
weight: Decimal | null;
|
|
687358
|
+
is_keep_upright: boolean | null;
|
|
687359
|
+
} | null;
|
|
687360
|
+
weight_unit: {
|
|
687361
|
+
is_active: boolean | null;
|
|
687362
|
+
id: string;
|
|
687363
|
+
logic_code: string | null;
|
|
687364
|
+
name: string | null;
|
|
687365
|
+
code: string | null;
|
|
687366
|
+
created_at: Date | null;
|
|
687367
|
+
created_by: string | null;
|
|
687368
|
+
updated_at: Date | null;
|
|
687369
|
+
updated_by: string | null;
|
|
687370
|
+
id_type: string | null;
|
|
687371
|
+
} | null;
|
|
687372
|
+
commodity: {
|
|
687373
|
+
is_active: boolean | null;
|
|
687374
|
+
id: string;
|
|
687375
|
+
logic_code: string | null;
|
|
687376
|
+
name: string | null;
|
|
687377
|
+
code: string | null;
|
|
687378
|
+
created_at: Date | null;
|
|
687379
|
+
created_by: string | null;
|
|
687380
|
+
updated_at: Date | null;
|
|
687381
|
+
updated_by: string | null;
|
|
687382
|
+
id_iata_commodity: string | null;
|
|
687383
|
+
id_universal_group: string | null;
|
|
687384
|
+
id_expiration_date_unit: string | null;
|
|
687385
|
+
reefer_min_temp: Decimal | null;
|
|
687386
|
+
reefer_max_temp: Decimal | null;
|
|
687387
|
+
is_hazardous: boolean;
|
|
687388
|
+
is_perishable: boolean;
|
|
687389
|
+
is_flammable: boolean;
|
|
687390
|
+
is_timber: boolean;
|
|
687391
|
+
is_vent_required: boolean;
|
|
687392
|
+
expiration_date: number | null;
|
|
687393
|
+
} | null;
|
|
686795
687394
|
forwarding_booking: {
|
|
686796
687395
|
is_active: boolean | null;
|
|
686797
687396
|
id: string;
|
|
@@ -686803,9 +687402,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686803
687402
|
length: Decimal | null;
|
|
686804
687403
|
description: string | null;
|
|
686805
687404
|
id_container_shipping_type: string | null;
|
|
686806
|
-
|
|
686807
|
-
id_incoterm: string | null;
|
|
687405
|
+
id_weight_unit: string | null;
|
|
686808
687406
|
id_service_level: string | null;
|
|
687407
|
+
id_incoterm: string | null;
|
|
687408
|
+
id_commodity: string | null;
|
|
687409
|
+
id_transport_type: string | null;
|
|
686809
687410
|
id_release_type: string | null;
|
|
686810
687411
|
id_charges_apply: string | null;
|
|
686811
687412
|
id_origin_un_locode: string | null;
|
|
@@ -686815,10 +687416,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686815
687416
|
id_carrier_service_level: string | null;
|
|
686816
687417
|
id_on_board_status: string | null;
|
|
686817
687418
|
id_outer_unit: string | null;
|
|
686818
|
-
id_weight_unit: string | null;
|
|
686819
687419
|
id_volume_unit: string | null;
|
|
686820
687420
|
id_chargeable_unit: string | null;
|
|
686821
|
-
id_commodity: string | null;
|
|
686822
687421
|
extra_term: string | null;
|
|
686823
687422
|
shipper_ref: string | null;
|
|
686824
687423
|
mark_number: string | null;
|
|
@@ -686833,28 +687432,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686833
687432
|
chargeable: Decimal | null;
|
|
686834
687433
|
booking_number: string | null;
|
|
686835
687434
|
} | null;
|
|
686836
|
-
commodity: {
|
|
686837
|
-
is_active: boolean | null;
|
|
686838
|
-
id: string;
|
|
686839
|
-
logic_code: string | null;
|
|
686840
|
-
name: string | null;
|
|
686841
|
-
code: string | null;
|
|
686842
|
-
created_at: Date | null;
|
|
686843
|
-
created_by: string | null;
|
|
686844
|
-
updated_at: Date | null;
|
|
686845
|
-
updated_by: string | null;
|
|
686846
|
-
id_universal_group: string | null;
|
|
686847
|
-
id_iata_commodity: string | null;
|
|
686848
|
-
id_expiration_date_unit: string | null;
|
|
686849
|
-
reefer_min_temp: Decimal | null;
|
|
686850
|
-
reefer_max_temp: Decimal | null;
|
|
686851
|
-
is_hazardous: boolean;
|
|
686852
|
-
is_perishable: boolean;
|
|
686853
|
-
is_flammable: boolean;
|
|
686854
|
-
is_timber: boolean;
|
|
686855
|
-
is_vent_required: boolean;
|
|
686856
|
-
expiration_date: number | null;
|
|
686857
|
-
} | null;
|
|
686858
687435
|
forwarding_shipment: {
|
|
686859
687436
|
is_active: boolean | null;
|
|
686860
687437
|
id: string;
|
|
@@ -686867,18 +687444,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686867
687444
|
updated_by: string | null;
|
|
686868
687445
|
description: string | null;
|
|
686869
687446
|
id_container_shipping_type: string | null;
|
|
686870
|
-
|
|
686871
|
-
|
|
687447
|
+
id_weight_unit: string | null;
|
|
687448
|
+
weight: Decimal | null;
|
|
686872
687449
|
id_service_level: string | null;
|
|
687450
|
+
id_incoterm: string | null;
|
|
687451
|
+
id_transport_type: string | null;
|
|
686873
687452
|
id_release_type: string | null;
|
|
686874
687453
|
id_on_board_status: string | null;
|
|
686875
|
-
id_weight_unit: string | null;
|
|
686876
687454
|
id_volume_unit: string | null;
|
|
686877
687455
|
id_chargeable_unit: string | null;
|
|
686878
687456
|
mark_number: string | null;
|
|
686879
687457
|
volume: Decimal | null;
|
|
686880
687458
|
chargeable: Decimal | null;
|
|
686881
|
-
weight: Decimal | null;
|
|
686882
687459
|
id_shipment_type: string | null;
|
|
686883
687460
|
id_origin: string | null;
|
|
686884
687461
|
id_destination: string | null;
|
|
@@ -686916,37 +687493,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686916
687493
|
id_type: string | null;
|
|
686917
687494
|
id_delivery_mode: string | null;
|
|
686918
687495
|
} | null;
|
|
686919
|
-
package_type: {
|
|
686920
|
-
is_active: boolean | null;
|
|
686921
|
-
id: string;
|
|
686922
|
-
logic_code: string | null;
|
|
686923
|
-
name: string | null;
|
|
686924
|
-
code: string | null;
|
|
686925
|
-
created_at: Date | null;
|
|
686926
|
-
created_by: string | null;
|
|
686927
|
-
updated_at: Date | null;
|
|
686928
|
-
updated_by: string | null;
|
|
686929
|
-
length: Decimal | null;
|
|
686930
|
-
id_weight_unit: string | null;
|
|
686931
|
-
weight: Decimal | null;
|
|
686932
|
-
width: Decimal | null;
|
|
686933
|
-
height: Decimal | null;
|
|
686934
|
-
id_dimension_unit: string | null;
|
|
686935
|
-
id_measurement_unit_type: string | null;
|
|
686936
|
-
is_keep_upright: boolean | null;
|
|
686937
|
-
} | null;
|
|
686938
|
-
weight_unit: {
|
|
686939
|
-
is_active: boolean | null;
|
|
686940
|
-
id: string;
|
|
686941
|
-
logic_code: string | null;
|
|
686942
|
-
name: string | null;
|
|
686943
|
-
code: string | null;
|
|
686944
|
-
created_at: Date | null;
|
|
686945
|
-
created_by: string | null;
|
|
686946
|
-
updated_at: Date | null;
|
|
686947
|
-
updated_by: string | null;
|
|
686948
|
-
id_type: string | null;
|
|
686949
|
-
} | null;
|
|
686950
687496
|
volume_unit: {
|
|
686951
687497
|
is_active: boolean | null;
|
|
686952
687498
|
id: string;
|
|
@@ -687004,25 +687550,14 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
687004
687550
|
created_by: string | null;
|
|
687005
687551
|
updated_at: Date | null;
|
|
687006
687552
|
updated_by: string | null;
|
|
687007
|
-
id_dg_class: string | null;
|
|
687008
687553
|
id_dg_packing_group: string | null;
|
|
687554
|
+
id_dg_class: string | null;
|
|
687009
687555
|
id_dg_excepted_quantity: string | null;
|
|
687010
687556
|
un_number: string | null;
|
|
687011
687557
|
extra_labels: string | null;
|
|
687012
687558
|
sub_risk: string | null;
|
|
687013
687559
|
is_high_danger: boolean | null;
|
|
687014
687560
|
} | null;
|
|
687015
|
-
dg_class: {
|
|
687016
|
-
is_active: boolean | null;
|
|
687017
|
-
id: string;
|
|
687018
|
-
logic_code: string | null;
|
|
687019
|
-
name: string | null;
|
|
687020
|
-
code: string | null;
|
|
687021
|
-
created_at: Date | null;
|
|
687022
|
-
created_by: string | null;
|
|
687023
|
-
updated_at: Date | null;
|
|
687024
|
-
updated_by: string | null;
|
|
687025
|
-
} | null;
|
|
687026
687561
|
is_active: boolean | null;
|
|
687027
687562
|
id: string;
|
|
687028
687563
|
logic_code: string | null;
|
|
@@ -687033,27 +687568,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
687033
687568
|
updated_by: string | null;
|
|
687034
687569
|
length: Decimal | null;
|
|
687035
687570
|
description: string | null;
|
|
687571
|
+
width: Decimal | null;
|
|
687572
|
+
height: Decimal | null;
|
|
687573
|
+
id_dg_class: string | null;
|
|
687036
687574
|
id_weight_unit: string | null;
|
|
687037
|
-
|
|
687575
|
+
id_package_type: string | null;
|
|
687576
|
+
weight: Decimal | null;
|
|
687038
687577
|
id_commodity: string | null;
|
|
687578
|
+
id_volume_unit: string | null;
|
|
687039
687579
|
id_forwarding_booking: string | null;
|
|
687040
687580
|
volume: Decimal | null;
|
|
687041
687581
|
id_forwarding_shipment: string | null;
|
|
687042
687582
|
id_console_container: string | null;
|
|
687043
|
-
id_package_type: string | null;
|
|
687044
687583
|
id_length_unit: string | null;
|
|
687045
687584
|
id_width_unit: string | null;
|
|
687046
687585
|
id_height_unit: string | null;
|
|
687047
687586
|
id_dg_substance: string | null;
|
|
687048
|
-
id_dg_class: string | null;
|
|
687049
687587
|
po_number: string | null;
|
|
687050
687588
|
goods_description: string | null;
|
|
687051
687589
|
item_number: string | null;
|
|
687052
687590
|
pack: number | null;
|
|
687053
687591
|
packing_order: number | null;
|
|
687054
|
-
weight: Decimal | null;
|
|
687055
|
-
width: Decimal | null;
|
|
687056
|
-
height: Decimal | null;
|
|
687057
687592
|
harmonized_code: string | null;
|
|
687058
687593
|
harmonized_description: string | null;
|
|
687059
687594
|
dg_substance_name: string | null;
|
|
@@ -687210,27 +687745,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
687210
687745
|
updated_by: string | null;
|
|
687211
687746
|
length: Decimal | null;
|
|
687212
687747
|
description: string | null;
|
|
687748
|
+
width: Decimal | null;
|
|
687749
|
+
height: Decimal | null;
|
|
687750
|
+
id_dg_class: string | null;
|
|
687213
687751
|
id_weight_unit: string | null;
|
|
687214
|
-
|
|
687752
|
+
id_package_type: string | null;
|
|
687753
|
+
weight: Decimal | null;
|
|
687215
687754
|
id_commodity: string | null;
|
|
687755
|
+
id_volume_unit: string | null;
|
|
687216
687756
|
id_forwarding_booking: string | null;
|
|
687217
687757
|
volume: Decimal | null;
|
|
687218
687758
|
id_forwarding_shipment: string | null;
|
|
687219
687759
|
id_console_container: string | null;
|
|
687220
|
-
id_package_type: string | null;
|
|
687221
687760
|
id_length_unit: string | null;
|
|
687222
687761
|
id_width_unit: string | null;
|
|
687223
687762
|
id_height_unit: string | null;
|
|
687224
687763
|
id_dg_substance: string | null;
|
|
687225
|
-
id_dg_class: string | null;
|
|
687226
687764
|
po_number: string | null;
|
|
687227
687765
|
goods_description: string | null;
|
|
687228
687766
|
item_number: string | null;
|
|
687229
687767
|
pack: number | null;
|
|
687230
687768
|
packing_order: number | null;
|
|
687231
|
-
weight: Decimal | null;
|
|
687232
|
-
width: Decimal | null;
|
|
687233
|
-
height: Decimal | null;
|
|
687234
687769
|
harmonized_code: string | null;
|
|
687235
687770
|
harmonized_description: string | null;
|
|
687236
687771
|
dg_substance_name: string | null;
|
|
@@ -687302,27 +687837,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
687302
687837
|
updated_by: string | null;
|
|
687303
687838
|
length: Decimal | null;
|
|
687304
687839
|
description: string | null;
|
|
687840
|
+
width: Decimal | null;
|
|
687841
|
+
height: Decimal | null;
|
|
687842
|
+
id_dg_class: string | null;
|
|
687305
687843
|
id_weight_unit: string | null;
|
|
687306
|
-
|
|
687844
|
+
id_package_type: string | null;
|
|
687845
|
+
weight: Decimal | null;
|
|
687307
687846
|
id_commodity: string | null;
|
|
687847
|
+
id_volume_unit: string | null;
|
|
687308
687848
|
id_forwarding_booking: string | null;
|
|
687309
687849
|
volume: Decimal | null;
|
|
687310
687850
|
id_forwarding_shipment: string | null;
|
|
687311
687851
|
id_console_container: string | null;
|
|
687312
|
-
id_package_type: string | null;
|
|
687313
687852
|
id_length_unit: string | null;
|
|
687314
687853
|
id_width_unit: string | null;
|
|
687315
687854
|
id_height_unit: string | null;
|
|
687316
687855
|
id_dg_substance: string | null;
|
|
687317
|
-
id_dg_class: string | null;
|
|
687318
687856
|
po_number: string | null;
|
|
687319
687857
|
goods_description: string | null;
|
|
687320
687858
|
item_number: string | null;
|
|
687321
687859
|
pack: number | null;
|
|
687322
687860
|
packing_order: number | null;
|
|
687323
|
-
weight: Decimal | null;
|
|
687324
|
-
width: Decimal | null;
|
|
687325
|
-
height: Decimal | null;
|
|
687326
687861
|
harmonized_code: string | null;
|
|
687327
687862
|
harmonized_description: string | null;
|
|
687328
687863
|
dg_substance_name: string | null;
|
|
@@ -687430,27 +687965,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
687430
687965
|
updated_by: string | null;
|
|
687431
687966
|
length: Decimal | null;
|
|
687432
687967
|
description: string | null;
|
|
687968
|
+
width: Decimal | null;
|
|
687969
|
+
height: Decimal | null;
|
|
687970
|
+
id_dg_class: string | null;
|
|
687433
687971
|
id_weight_unit: string | null;
|
|
687434
|
-
|
|
687972
|
+
id_package_type: string | null;
|
|
687973
|
+
weight: Decimal | null;
|
|
687435
687974
|
id_commodity: string | null;
|
|
687975
|
+
id_volume_unit: string | null;
|
|
687436
687976
|
id_forwarding_booking: string | null;
|
|
687437
687977
|
volume: Decimal | null;
|
|
687438
687978
|
id_forwarding_shipment: string | null;
|
|
687439
687979
|
id_console_container: string | null;
|
|
687440
|
-
id_package_type: string | null;
|
|
687441
687980
|
id_length_unit: string | null;
|
|
687442
687981
|
id_width_unit: string | null;
|
|
687443
687982
|
id_height_unit: string | null;
|
|
687444
687983
|
id_dg_substance: string | null;
|
|
687445
|
-
id_dg_class: string | null;
|
|
687446
687984
|
po_number: string | null;
|
|
687447
687985
|
goods_description: string | null;
|
|
687448
687986
|
item_number: string | null;
|
|
687449
687987
|
pack: number | null;
|
|
687450
687988
|
packing_order: number | null;
|
|
687451
|
-
weight: Decimal | null;
|
|
687452
|
-
width: Decimal | null;
|
|
687453
|
-
height: Decimal | null;
|
|
687454
687989
|
harmonized_code: string | null;
|
|
687455
687990
|
harmonized_description: string | null;
|
|
687456
687991
|
dg_substance_name: string | null;
|
|
@@ -687482,27 +688017,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
687482
688017
|
updated_by: string | null;
|
|
687483
688018
|
length: Decimal | null;
|
|
687484
688019
|
description: string | null;
|
|
688020
|
+
width: Decimal | null;
|
|
688021
|
+
height: Decimal | null;
|
|
688022
|
+
id_dg_class: string | null;
|
|
687485
688023
|
id_weight_unit: string | null;
|
|
687486
|
-
|
|
688024
|
+
id_package_type: string | null;
|
|
688025
|
+
weight: Decimal | null;
|
|
687487
688026
|
id_commodity: string | null;
|
|
688027
|
+
id_volume_unit: string | null;
|
|
687488
688028
|
id_forwarding_booking: string | null;
|
|
687489
688029
|
volume: Decimal | null;
|
|
687490
688030
|
id_forwarding_shipment: string | null;
|
|
687491
688031
|
id_console_container: string | null;
|
|
687492
|
-
id_package_type: string | null;
|
|
687493
688032
|
id_length_unit: string | null;
|
|
687494
688033
|
id_width_unit: string | null;
|
|
687495
688034
|
id_height_unit: string | null;
|
|
687496
688035
|
id_dg_substance: string | null;
|
|
687497
|
-
id_dg_class: string | null;
|
|
687498
688036
|
po_number: string | null;
|
|
687499
688037
|
goods_description: string | null;
|
|
687500
688038
|
item_number: string | null;
|
|
687501
688039
|
pack: number | null;
|
|
687502
688040
|
packing_order: number | null;
|
|
687503
|
-
weight: Decimal | null;
|
|
687504
|
-
width: Decimal | null;
|
|
687505
|
-
height: Decimal | null;
|
|
687506
688041
|
harmonized_code: string | null;
|
|
687507
688042
|
harmonized_description: string | null;
|
|
687508
688043
|
dg_substance_name: string | null;
|
|
@@ -687544,27 +688079,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
687544
688079
|
updated_by: string | null;
|
|
687545
688080
|
length: Decimal | null;
|
|
687546
688081
|
description: string | null;
|
|
688082
|
+
width: Decimal | null;
|
|
688083
|
+
height: Decimal | null;
|
|
688084
|
+
id_dg_class: string | null;
|
|
687547
688085
|
id_weight_unit: string | null;
|
|
687548
|
-
|
|
688086
|
+
id_package_type: string | null;
|
|
688087
|
+
weight: Decimal | null;
|
|
687549
688088
|
id_commodity: string | null;
|
|
688089
|
+
id_volume_unit: string | null;
|
|
687550
688090
|
id_forwarding_booking: string | null;
|
|
687551
688091
|
volume: Decimal | null;
|
|
687552
688092
|
id_forwarding_shipment: string | null;
|
|
687553
688093
|
id_console_container: string | null;
|
|
687554
|
-
id_package_type: string | null;
|
|
687555
688094
|
id_length_unit: string | null;
|
|
687556
688095
|
id_width_unit: string | null;
|
|
687557
688096
|
id_height_unit: string | null;
|
|
687558
688097
|
id_dg_substance: string | null;
|
|
687559
|
-
id_dg_class: string | null;
|
|
687560
688098
|
po_number: string | null;
|
|
687561
688099
|
goods_description: string | null;
|
|
687562
688100
|
item_number: string | null;
|
|
687563
688101
|
pack: number | null;
|
|
687564
688102
|
packing_order: number | null;
|
|
687565
|
-
weight: Decimal | null;
|
|
687566
|
-
width: Decimal | null;
|
|
687567
|
-
height: Decimal | null;
|
|
687568
688103
|
harmonized_code: string | null;
|
|
687569
688104
|
harmonized_description: string | null;
|
|
687570
688105
|
dg_substance_name: string | null;
|
|
@@ -687990,6 +688525,70 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
687990
688525
|
};
|
|
687991
688526
|
output: {
|
|
687992
688527
|
data: {
|
|
688528
|
+
dg_class: {
|
|
688529
|
+
is_active: boolean | null;
|
|
688530
|
+
id: string;
|
|
688531
|
+
logic_code: string | null;
|
|
688532
|
+
name: string | null;
|
|
688533
|
+
code: string | null;
|
|
688534
|
+
created_at: Date | null;
|
|
688535
|
+
created_by: string | null;
|
|
688536
|
+
updated_at: Date | null;
|
|
688537
|
+
updated_by: string | null;
|
|
688538
|
+
} | null;
|
|
688539
|
+
package_type: {
|
|
688540
|
+
is_active: boolean | null;
|
|
688541
|
+
id: string;
|
|
688542
|
+
logic_code: string | null;
|
|
688543
|
+
name: string | null;
|
|
688544
|
+
code: string | null;
|
|
688545
|
+
created_at: Date | null;
|
|
688546
|
+
created_by: string | null;
|
|
688547
|
+
updated_at: Date | null;
|
|
688548
|
+
updated_by: string | null;
|
|
688549
|
+
length: Decimal | null;
|
|
688550
|
+
width: Decimal | null;
|
|
688551
|
+
height: Decimal | null;
|
|
688552
|
+
id_dimension_unit: string | null;
|
|
688553
|
+
id_weight_unit: string | null;
|
|
688554
|
+
id_measurement_unit_type: string | null;
|
|
688555
|
+
weight: Decimal | null;
|
|
688556
|
+
is_keep_upright: boolean | null;
|
|
688557
|
+
} | null;
|
|
688558
|
+
weight_unit: {
|
|
688559
|
+
is_active: boolean | null;
|
|
688560
|
+
id: string;
|
|
688561
|
+
logic_code: string | null;
|
|
688562
|
+
name: string | null;
|
|
688563
|
+
code: string | null;
|
|
688564
|
+
created_at: Date | null;
|
|
688565
|
+
created_by: string | null;
|
|
688566
|
+
updated_at: Date | null;
|
|
688567
|
+
updated_by: string | null;
|
|
688568
|
+
id_type: string | null;
|
|
688569
|
+
} | null;
|
|
688570
|
+
commodity: {
|
|
688571
|
+
is_active: boolean | null;
|
|
688572
|
+
id: string;
|
|
688573
|
+
logic_code: string | null;
|
|
688574
|
+
name: string | null;
|
|
688575
|
+
code: string | null;
|
|
688576
|
+
created_at: Date | null;
|
|
688577
|
+
created_by: string | null;
|
|
688578
|
+
updated_at: Date | null;
|
|
688579
|
+
updated_by: string | null;
|
|
688580
|
+
id_iata_commodity: string | null;
|
|
688581
|
+
id_universal_group: string | null;
|
|
688582
|
+
id_expiration_date_unit: string | null;
|
|
688583
|
+
reefer_min_temp: Decimal | null;
|
|
688584
|
+
reefer_max_temp: Decimal | null;
|
|
688585
|
+
is_hazardous: boolean;
|
|
688586
|
+
is_perishable: boolean;
|
|
688587
|
+
is_flammable: boolean;
|
|
688588
|
+
is_timber: boolean;
|
|
688589
|
+
is_vent_required: boolean;
|
|
688590
|
+
expiration_date: number | null;
|
|
688591
|
+
} | null;
|
|
687993
688592
|
forwarding_booking: {
|
|
687994
688593
|
is_active: boolean | null;
|
|
687995
688594
|
id: string;
|
|
@@ -688001,9 +688600,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688001
688600
|
length: Decimal | null;
|
|
688002
688601
|
description: string | null;
|
|
688003
688602
|
id_container_shipping_type: string | null;
|
|
688004
|
-
|
|
688005
|
-
id_incoterm: string | null;
|
|
688603
|
+
id_weight_unit: string | null;
|
|
688006
688604
|
id_service_level: string | null;
|
|
688605
|
+
id_incoterm: string | null;
|
|
688606
|
+
id_commodity: string | null;
|
|
688607
|
+
id_transport_type: string | null;
|
|
688007
688608
|
id_release_type: string | null;
|
|
688008
688609
|
id_charges_apply: string | null;
|
|
688009
688610
|
id_origin_un_locode: string | null;
|
|
@@ -688013,10 +688614,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688013
688614
|
id_carrier_service_level: string | null;
|
|
688014
688615
|
id_on_board_status: string | null;
|
|
688015
688616
|
id_outer_unit: string | null;
|
|
688016
|
-
id_weight_unit: string | null;
|
|
688017
688617
|
id_volume_unit: string | null;
|
|
688018
688618
|
id_chargeable_unit: string | null;
|
|
688019
|
-
id_commodity: string | null;
|
|
688020
688619
|
extra_term: string | null;
|
|
688021
688620
|
shipper_ref: string | null;
|
|
688022
688621
|
mark_number: string | null;
|
|
@@ -688093,28 +688692,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688093
688692
|
has_seaport: boolean | null;
|
|
688094
688693
|
has_outport: boolean | null;
|
|
688095
688694
|
} | null;
|
|
688096
|
-
commodity: {
|
|
688097
|
-
is_active: boolean | null;
|
|
688098
|
-
id: string;
|
|
688099
|
-
logic_code: string | null;
|
|
688100
|
-
name: string | null;
|
|
688101
|
-
code: string | null;
|
|
688102
|
-
created_at: Date | null;
|
|
688103
|
-
created_by: string | null;
|
|
688104
|
-
updated_at: Date | null;
|
|
688105
|
-
updated_by: string | null;
|
|
688106
|
-
id_universal_group: string | null;
|
|
688107
|
-
id_iata_commodity: string | null;
|
|
688108
|
-
id_expiration_date_unit: string | null;
|
|
688109
|
-
reefer_min_temp: Decimal | null;
|
|
688110
|
-
reefer_max_temp: Decimal | null;
|
|
688111
|
-
is_hazardous: boolean;
|
|
688112
|
-
is_perishable: boolean;
|
|
688113
|
-
is_flammable: boolean;
|
|
688114
|
-
is_timber: boolean;
|
|
688115
|
-
is_vent_required: boolean;
|
|
688116
|
-
expiration_date: number | null;
|
|
688117
|
-
} | null;
|
|
688118
688695
|
forwarding_shipment: {
|
|
688119
688696
|
is_active: boolean | null;
|
|
688120
688697
|
id: string;
|
|
@@ -688127,18 +688704,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688127
688704
|
updated_by: string | null;
|
|
688128
688705
|
description: string | null;
|
|
688129
688706
|
id_container_shipping_type: string | null;
|
|
688130
|
-
|
|
688131
|
-
|
|
688707
|
+
id_weight_unit: string | null;
|
|
688708
|
+
weight: Decimal | null;
|
|
688132
688709
|
id_service_level: string | null;
|
|
688710
|
+
id_incoterm: string | null;
|
|
688711
|
+
id_transport_type: string | null;
|
|
688133
688712
|
id_release_type: string | null;
|
|
688134
688713
|
id_on_board_status: string | null;
|
|
688135
|
-
id_weight_unit: string | null;
|
|
688136
688714
|
id_volume_unit: string | null;
|
|
688137
688715
|
id_chargeable_unit: string | null;
|
|
688138
688716
|
mark_number: string | null;
|
|
688139
688717
|
volume: Decimal | null;
|
|
688140
688718
|
chargeable: Decimal | null;
|
|
688141
|
-
weight: Decimal | null;
|
|
688142
688719
|
id_shipment_type: string | null;
|
|
688143
688720
|
id_origin: string | null;
|
|
688144
688721
|
id_destination: string | null;
|
|
@@ -688162,37 +688739,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688162
688739
|
estimated_arrival_date: Date | null;
|
|
688163
688740
|
issue_date: Date | null;
|
|
688164
688741
|
} | null;
|
|
688165
|
-
package_type: {
|
|
688166
|
-
is_active: boolean | null;
|
|
688167
|
-
id: string;
|
|
688168
|
-
logic_code: string | null;
|
|
688169
|
-
name: string | null;
|
|
688170
|
-
code: string | null;
|
|
688171
|
-
created_at: Date | null;
|
|
688172
|
-
created_by: string | null;
|
|
688173
|
-
updated_at: Date | null;
|
|
688174
|
-
updated_by: string | null;
|
|
688175
|
-
length: Decimal | null;
|
|
688176
|
-
id_weight_unit: string | null;
|
|
688177
|
-
weight: Decimal | null;
|
|
688178
|
-
width: Decimal | null;
|
|
688179
|
-
height: Decimal | null;
|
|
688180
|
-
id_dimension_unit: string | null;
|
|
688181
|
-
id_measurement_unit_type: string | null;
|
|
688182
|
-
is_keep_upright: boolean | null;
|
|
688183
|
-
} | null;
|
|
688184
|
-
weight_unit: {
|
|
688185
|
-
is_active: boolean | null;
|
|
688186
|
-
id: string;
|
|
688187
|
-
logic_code: string | null;
|
|
688188
|
-
name: string | null;
|
|
688189
|
-
code: string | null;
|
|
688190
|
-
created_at: Date | null;
|
|
688191
|
-
created_by: string | null;
|
|
688192
|
-
updated_at: Date | null;
|
|
688193
|
-
updated_by: string | null;
|
|
688194
|
-
id_type: string | null;
|
|
688195
|
-
} | null;
|
|
688196
688742
|
volume_unit: {
|
|
688197
688743
|
is_active: boolean | null;
|
|
688198
688744
|
id: string;
|
|
@@ -688250,25 +688796,14 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688250
688796
|
created_by: string | null;
|
|
688251
688797
|
updated_at: Date | null;
|
|
688252
688798
|
updated_by: string | null;
|
|
688253
|
-
id_dg_class: string | null;
|
|
688254
688799
|
id_dg_packing_group: string | null;
|
|
688800
|
+
id_dg_class: string | null;
|
|
688255
688801
|
id_dg_excepted_quantity: string | null;
|
|
688256
688802
|
un_number: string | null;
|
|
688257
688803
|
extra_labels: string | null;
|
|
688258
688804
|
sub_risk: string | null;
|
|
688259
688805
|
is_high_danger: boolean | null;
|
|
688260
688806
|
} | null;
|
|
688261
|
-
dg_class: {
|
|
688262
|
-
is_active: boolean | null;
|
|
688263
|
-
id: string;
|
|
688264
|
-
logic_code: string | null;
|
|
688265
|
-
name: string | null;
|
|
688266
|
-
code: string | null;
|
|
688267
|
-
created_at: Date | null;
|
|
688268
|
-
created_by: string | null;
|
|
688269
|
-
updated_at: Date | null;
|
|
688270
|
-
updated_by: string | null;
|
|
688271
|
-
} | null;
|
|
688272
688807
|
syncproc_project: {
|
|
688273
688808
|
is_active: boolean | null;
|
|
688274
688809
|
id: string;
|
|
@@ -688346,27 +688881,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688346
688881
|
updated_by: string | null;
|
|
688347
688882
|
length: Decimal | null;
|
|
688348
688883
|
description: string | null;
|
|
688884
|
+
width: Decimal | null;
|
|
688885
|
+
height: Decimal | null;
|
|
688886
|
+
id_dg_class: string | null;
|
|
688887
|
+
id_weight_unit: string | null;
|
|
688888
|
+
id_package_type: string | null;
|
|
688889
|
+
weight: Decimal | null;
|
|
688890
|
+
id_commodity: string | null;
|
|
688349
688891
|
id_origin_un_locode: string | null;
|
|
688350
688892
|
id_destination_un_locode: string | null;
|
|
688351
|
-
id_weight_unit: string | null;
|
|
688352
688893
|
id_volume_unit: string | null;
|
|
688353
|
-
id_commodity: string | null;
|
|
688354
688894
|
id_forwarding_booking: string | null;
|
|
688355
688895
|
volume: Decimal | null;
|
|
688356
688896
|
id_forwarding_shipment: string | null;
|
|
688357
|
-
id_package_type: string | null;
|
|
688358
688897
|
id_length_unit: string | null;
|
|
688359
688898
|
id_width_unit: string | null;
|
|
688360
688899
|
id_height_unit: string | null;
|
|
688361
688900
|
id_dg_substance: string | null;
|
|
688362
|
-
id_dg_class: string | null;
|
|
688363
688901
|
po_number: string | null;
|
|
688364
688902
|
goods_description: string | null;
|
|
688365
688903
|
item_number: string | null;
|
|
688366
688904
|
pack: number | null;
|
|
688367
|
-
weight: Decimal | null;
|
|
688368
|
-
width: Decimal | null;
|
|
688369
|
-
height: Decimal | null;
|
|
688370
688905
|
harmonized_code: string | null;
|
|
688371
688906
|
harmonized_description: string | null;
|
|
688372
688907
|
dg_substance_name: string | null;
|
|
@@ -688411,6 +688946,70 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688411
688946
|
destination_un_locode: number;
|
|
688412
688947
|
syncproc_purchase_order_logs: number;
|
|
688413
688948
|
};
|
|
688949
|
+
dg_class: {
|
|
688950
|
+
is_active: boolean | null;
|
|
688951
|
+
id: string;
|
|
688952
|
+
logic_code: string | null;
|
|
688953
|
+
name: string | null;
|
|
688954
|
+
code: string | null;
|
|
688955
|
+
created_at: Date | null;
|
|
688956
|
+
created_by: string | null;
|
|
688957
|
+
updated_at: Date | null;
|
|
688958
|
+
updated_by: string | null;
|
|
688959
|
+
} | null;
|
|
688960
|
+
package_type: {
|
|
688961
|
+
is_active: boolean | null;
|
|
688962
|
+
id: string;
|
|
688963
|
+
logic_code: string | null;
|
|
688964
|
+
name: string | null;
|
|
688965
|
+
code: string | null;
|
|
688966
|
+
created_at: Date | null;
|
|
688967
|
+
created_by: string | null;
|
|
688968
|
+
updated_at: Date | null;
|
|
688969
|
+
updated_by: string | null;
|
|
688970
|
+
length: Decimal | null;
|
|
688971
|
+
width: Decimal | null;
|
|
688972
|
+
height: Decimal | null;
|
|
688973
|
+
id_dimension_unit: string | null;
|
|
688974
|
+
id_weight_unit: string | null;
|
|
688975
|
+
id_measurement_unit_type: string | null;
|
|
688976
|
+
weight: Decimal | null;
|
|
688977
|
+
is_keep_upright: boolean | null;
|
|
688978
|
+
} | null;
|
|
688979
|
+
weight_unit: {
|
|
688980
|
+
is_active: boolean | null;
|
|
688981
|
+
id: string;
|
|
688982
|
+
logic_code: string | null;
|
|
688983
|
+
name: string | null;
|
|
688984
|
+
code: string | null;
|
|
688985
|
+
created_at: Date | null;
|
|
688986
|
+
created_by: string | null;
|
|
688987
|
+
updated_at: Date | null;
|
|
688988
|
+
updated_by: string | null;
|
|
688989
|
+
id_type: string | null;
|
|
688990
|
+
} | null;
|
|
688991
|
+
commodity: {
|
|
688992
|
+
is_active: boolean | null;
|
|
688993
|
+
id: string;
|
|
688994
|
+
logic_code: string | null;
|
|
688995
|
+
name: string | null;
|
|
688996
|
+
code: string | null;
|
|
688997
|
+
created_at: Date | null;
|
|
688998
|
+
created_by: string | null;
|
|
688999
|
+
updated_at: Date | null;
|
|
689000
|
+
updated_by: string | null;
|
|
689001
|
+
id_iata_commodity: string | null;
|
|
689002
|
+
id_universal_group: string | null;
|
|
689003
|
+
id_expiration_date_unit: string | null;
|
|
689004
|
+
reefer_min_temp: Decimal | null;
|
|
689005
|
+
reefer_max_temp: Decimal | null;
|
|
689006
|
+
is_hazardous: boolean;
|
|
689007
|
+
is_perishable: boolean;
|
|
689008
|
+
is_flammable: boolean;
|
|
689009
|
+
is_timber: boolean;
|
|
689010
|
+
is_vent_required: boolean;
|
|
689011
|
+
expiration_date: number | null;
|
|
689012
|
+
} | null;
|
|
688414
689013
|
forwarding_booking: {
|
|
688415
689014
|
is_active: boolean | null;
|
|
688416
689015
|
id: string;
|
|
@@ -688422,9 +689021,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688422
689021
|
length: Decimal | null;
|
|
688423
689022
|
description: string | null;
|
|
688424
689023
|
id_container_shipping_type: string | null;
|
|
688425
|
-
|
|
688426
|
-
id_incoterm: string | null;
|
|
689024
|
+
id_weight_unit: string | null;
|
|
688427
689025
|
id_service_level: string | null;
|
|
689026
|
+
id_incoterm: string | null;
|
|
689027
|
+
id_commodity: string | null;
|
|
689028
|
+
id_transport_type: string | null;
|
|
688428
689029
|
id_release_type: string | null;
|
|
688429
689030
|
id_charges_apply: string | null;
|
|
688430
689031
|
id_origin_un_locode: string | null;
|
|
@@ -688434,10 +689035,8 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688434
689035
|
id_carrier_service_level: string | null;
|
|
688435
689036
|
id_on_board_status: string | null;
|
|
688436
689037
|
id_outer_unit: string | null;
|
|
688437
|
-
id_weight_unit: string | null;
|
|
688438
689038
|
id_volume_unit: string | null;
|
|
688439
689039
|
id_chargeable_unit: string | null;
|
|
688440
|
-
id_commodity: string | null;
|
|
688441
689040
|
extra_term: string | null;
|
|
688442
689041
|
shipper_ref: string | null;
|
|
688443
689042
|
mark_number: string | null;
|
|
@@ -688514,28 +689113,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688514
689113
|
has_seaport: boolean | null;
|
|
688515
689114
|
has_outport: boolean | null;
|
|
688516
689115
|
} | null;
|
|
688517
|
-
commodity: {
|
|
688518
|
-
is_active: boolean | null;
|
|
688519
|
-
id: string;
|
|
688520
|
-
logic_code: string | null;
|
|
688521
|
-
name: string | null;
|
|
688522
|
-
code: string | null;
|
|
688523
|
-
created_at: Date | null;
|
|
688524
|
-
created_by: string | null;
|
|
688525
|
-
updated_at: Date | null;
|
|
688526
|
-
updated_by: string | null;
|
|
688527
|
-
id_universal_group: string | null;
|
|
688528
|
-
id_iata_commodity: string | null;
|
|
688529
|
-
id_expiration_date_unit: string | null;
|
|
688530
|
-
reefer_min_temp: Decimal | null;
|
|
688531
|
-
reefer_max_temp: Decimal | null;
|
|
688532
|
-
is_hazardous: boolean;
|
|
688533
|
-
is_perishable: boolean;
|
|
688534
|
-
is_flammable: boolean;
|
|
688535
|
-
is_timber: boolean;
|
|
688536
|
-
is_vent_required: boolean;
|
|
688537
|
-
expiration_date: number | null;
|
|
688538
|
-
} | null;
|
|
688539
689116
|
forwarding_shipment: {
|
|
688540
689117
|
is_active: boolean | null;
|
|
688541
689118
|
id: string;
|
|
@@ -688548,18 +689125,18 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688548
689125
|
updated_by: string | null;
|
|
688549
689126
|
description: string | null;
|
|
688550
689127
|
id_container_shipping_type: string | null;
|
|
688551
|
-
|
|
688552
|
-
|
|
689128
|
+
id_weight_unit: string | null;
|
|
689129
|
+
weight: Decimal | null;
|
|
688553
689130
|
id_service_level: string | null;
|
|
689131
|
+
id_incoterm: string | null;
|
|
689132
|
+
id_transport_type: string | null;
|
|
688554
689133
|
id_release_type: string | null;
|
|
688555
689134
|
id_on_board_status: string | null;
|
|
688556
|
-
id_weight_unit: string | null;
|
|
688557
689135
|
id_volume_unit: string | null;
|
|
688558
689136
|
id_chargeable_unit: string | null;
|
|
688559
689137
|
mark_number: string | null;
|
|
688560
689138
|
volume: Decimal | null;
|
|
688561
689139
|
chargeable: Decimal | null;
|
|
688562
|
-
weight: Decimal | null;
|
|
688563
689140
|
id_shipment_type: string | null;
|
|
688564
689141
|
id_origin: string | null;
|
|
688565
689142
|
id_destination: string | null;
|
|
@@ -688583,37 +689160,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688583
689160
|
estimated_arrival_date: Date | null;
|
|
688584
689161
|
issue_date: Date | null;
|
|
688585
689162
|
} | null;
|
|
688586
|
-
package_type: {
|
|
688587
|
-
is_active: boolean | null;
|
|
688588
|
-
id: string;
|
|
688589
|
-
logic_code: string | null;
|
|
688590
|
-
name: string | null;
|
|
688591
|
-
code: string | null;
|
|
688592
|
-
created_at: Date | null;
|
|
688593
|
-
created_by: string | null;
|
|
688594
|
-
updated_at: Date | null;
|
|
688595
|
-
updated_by: string | null;
|
|
688596
|
-
length: Decimal | null;
|
|
688597
|
-
id_weight_unit: string | null;
|
|
688598
|
-
weight: Decimal | null;
|
|
688599
|
-
width: Decimal | null;
|
|
688600
|
-
height: Decimal | null;
|
|
688601
|
-
id_dimension_unit: string | null;
|
|
688602
|
-
id_measurement_unit_type: string | null;
|
|
688603
|
-
is_keep_upright: boolean | null;
|
|
688604
|
-
} | null;
|
|
688605
|
-
weight_unit: {
|
|
688606
|
-
is_active: boolean | null;
|
|
688607
|
-
id: string;
|
|
688608
|
-
logic_code: string | null;
|
|
688609
|
-
name: string | null;
|
|
688610
|
-
code: string | null;
|
|
688611
|
-
created_at: Date | null;
|
|
688612
|
-
created_by: string | null;
|
|
688613
|
-
updated_at: Date | null;
|
|
688614
|
-
updated_by: string | null;
|
|
688615
|
-
id_type: string | null;
|
|
688616
|
-
} | null;
|
|
688617
689163
|
volume_unit: {
|
|
688618
689164
|
is_active: boolean | null;
|
|
688619
689165
|
id: string;
|
|
@@ -688671,25 +689217,14 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688671
689217
|
created_by: string | null;
|
|
688672
689218
|
updated_at: Date | null;
|
|
688673
689219
|
updated_by: string | null;
|
|
688674
|
-
id_dg_class: string | null;
|
|
688675
689220
|
id_dg_packing_group: string | null;
|
|
689221
|
+
id_dg_class: string | null;
|
|
688676
689222
|
id_dg_excepted_quantity: string | null;
|
|
688677
689223
|
un_number: string | null;
|
|
688678
689224
|
extra_labels: string | null;
|
|
688679
689225
|
sub_risk: string | null;
|
|
688680
689226
|
is_high_danger: boolean | null;
|
|
688681
689227
|
} | null;
|
|
688682
|
-
dg_class: {
|
|
688683
|
-
is_active: boolean | null;
|
|
688684
|
-
id: string;
|
|
688685
|
-
logic_code: string | null;
|
|
688686
|
-
name: string | null;
|
|
688687
|
-
code: string | null;
|
|
688688
|
-
created_at: Date | null;
|
|
688689
|
-
created_by: string | null;
|
|
688690
|
-
updated_at: Date | null;
|
|
688691
|
-
updated_by: string | null;
|
|
688692
|
-
} | null;
|
|
688693
689228
|
syncproc_project: {
|
|
688694
689229
|
is_active: boolean | null;
|
|
688695
689230
|
id: string;
|
|
@@ -688767,27 +689302,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688767
689302
|
updated_by: string | null;
|
|
688768
689303
|
length: Decimal | null;
|
|
688769
689304
|
description: string | null;
|
|
689305
|
+
width: Decimal | null;
|
|
689306
|
+
height: Decimal | null;
|
|
689307
|
+
id_dg_class: string | null;
|
|
689308
|
+
id_weight_unit: string | null;
|
|
689309
|
+
id_package_type: string | null;
|
|
689310
|
+
weight: Decimal | null;
|
|
689311
|
+
id_commodity: string | null;
|
|
688770
689312
|
id_origin_un_locode: string | null;
|
|
688771
689313
|
id_destination_un_locode: string | null;
|
|
688772
|
-
id_weight_unit: string | null;
|
|
688773
689314
|
id_volume_unit: string | null;
|
|
688774
|
-
id_commodity: string | null;
|
|
688775
689315
|
id_forwarding_booking: string | null;
|
|
688776
689316
|
volume: Decimal | null;
|
|
688777
689317
|
id_forwarding_shipment: string | null;
|
|
688778
|
-
id_package_type: string | null;
|
|
688779
689318
|
id_length_unit: string | null;
|
|
688780
689319
|
id_width_unit: string | null;
|
|
688781
689320
|
id_height_unit: string | null;
|
|
688782
689321
|
id_dg_substance: string | null;
|
|
688783
|
-
id_dg_class: string | null;
|
|
688784
689322
|
po_number: string | null;
|
|
688785
689323
|
goods_description: string | null;
|
|
688786
689324
|
item_number: string | null;
|
|
688787
689325
|
pack: number | null;
|
|
688788
|
-
weight: Decimal | null;
|
|
688789
|
-
width: Decimal | null;
|
|
688790
|
-
height: Decimal | null;
|
|
688791
689326
|
harmonized_code: string | null;
|
|
688792
689327
|
harmonized_description: string | null;
|
|
688793
689328
|
dg_substance_name: string | null;
|
|
@@ -688952,27 +689487,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
688952
689487
|
updated_by: string | null;
|
|
688953
689488
|
length: Decimal | null;
|
|
688954
689489
|
description: string | null;
|
|
689490
|
+
width: Decimal | null;
|
|
689491
|
+
height: Decimal | null;
|
|
689492
|
+
id_dg_class: string | null;
|
|
689493
|
+
id_weight_unit: string | null;
|
|
689494
|
+
id_package_type: string | null;
|
|
689495
|
+
weight: Decimal | null;
|
|
689496
|
+
id_commodity: string | null;
|
|
688955
689497
|
id_origin_un_locode: string | null;
|
|
688956
689498
|
id_destination_un_locode: string | null;
|
|
688957
|
-
id_weight_unit: string | null;
|
|
688958
689499
|
id_volume_unit: string | null;
|
|
688959
|
-
id_commodity: string | null;
|
|
688960
689500
|
id_forwarding_booking: string | null;
|
|
688961
689501
|
volume: Decimal | null;
|
|
688962
689502
|
id_forwarding_shipment: string | null;
|
|
688963
|
-
id_package_type: string | null;
|
|
688964
689503
|
id_length_unit: string | null;
|
|
688965
689504
|
id_width_unit: string | null;
|
|
688966
689505
|
id_height_unit: string | null;
|
|
688967
689506
|
id_dg_substance: string | null;
|
|
688968
|
-
id_dg_class: string | null;
|
|
688969
689507
|
po_number: string | null;
|
|
688970
689508
|
goods_description: string | null;
|
|
688971
689509
|
item_number: string | null;
|
|
688972
689510
|
pack: number | null;
|
|
688973
|
-
weight: Decimal | null;
|
|
688974
|
-
width: Decimal | null;
|
|
688975
|
-
height: Decimal | null;
|
|
688976
689511
|
harmonized_code: string | null;
|
|
688977
689512
|
harmonized_description: string | null;
|
|
688978
689513
|
dg_substance_name: string | null;
|
|
@@ -689052,27 +689587,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
689052
689587
|
updated_by: string | null;
|
|
689053
689588
|
length: Decimal | null;
|
|
689054
689589
|
description: string | null;
|
|
689590
|
+
width: Decimal | null;
|
|
689591
|
+
height: Decimal | null;
|
|
689592
|
+
id_dg_class: string | null;
|
|
689593
|
+
id_weight_unit: string | null;
|
|
689594
|
+
id_package_type: string | null;
|
|
689595
|
+
weight: Decimal | null;
|
|
689596
|
+
id_commodity: string | null;
|
|
689055
689597
|
id_origin_un_locode: string | null;
|
|
689056
689598
|
id_destination_un_locode: string | null;
|
|
689057
|
-
id_weight_unit: string | null;
|
|
689058
689599
|
id_volume_unit: string | null;
|
|
689059
|
-
id_commodity: string | null;
|
|
689060
689600
|
id_forwarding_booking: string | null;
|
|
689061
689601
|
volume: Decimal | null;
|
|
689062
689602
|
id_forwarding_shipment: string | null;
|
|
689063
|
-
id_package_type: string | null;
|
|
689064
689603
|
id_length_unit: string | null;
|
|
689065
689604
|
id_width_unit: string | null;
|
|
689066
689605
|
id_height_unit: string | null;
|
|
689067
689606
|
id_dg_substance: string | null;
|
|
689068
|
-
id_dg_class: string | null;
|
|
689069
689607
|
po_number: string | null;
|
|
689070
689608
|
goods_description: string | null;
|
|
689071
689609
|
item_number: string | null;
|
|
689072
689610
|
pack: number | null;
|
|
689073
|
-
weight: Decimal | null;
|
|
689074
|
-
width: Decimal | null;
|
|
689075
|
-
height: Decimal | null;
|
|
689076
689611
|
harmonized_code: string | null;
|
|
689077
689612
|
harmonized_description: string | null;
|
|
689078
689613
|
dg_substance_name: string | null;
|
|
@@ -689117,27 +689652,27 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
689117
689652
|
updated_by: string | null;
|
|
689118
689653
|
length: Decimal | null;
|
|
689119
689654
|
description: string | null;
|
|
689655
|
+
width: Decimal | null;
|
|
689656
|
+
height: Decimal | null;
|
|
689657
|
+
id_dg_class: string | null;
|
|
689658
|
+
id_weight_unit: string | null;
|
|
689659
|
+
id_package_type: string | null;
|
|
689660
|
+
weight: Decimal | null;
|
|
689661
|
+
id_commodity: string | null;
|
|
689120
689662
|
id_origin_un_locode: string | null;
|
|
689121
689663
|
id_destination_un_locode: string | null;
|
|
689122
|
-
id_weight_unit: string | null;
|
|
689123
689664
|
id_volume_unit: string | null;
|
|
689124
|
-
id_commodity: string | null;
|
|
689125
689665
|
id_forwarding_booking: string | null;
|
|
689126
689666
|
volume: Decimal | null;
|
|
689127
689667
|
id_forwarding_shipment: string | null;
|
|
689128
|
-
id_package_type: string | null;
|
|
689129
689668
|
id_length_unit: string | null;
|
|
689130
689669
|
id_width_unit: string | null;
|
|
689131
689670
|
id_height_unit: string | null;
|
|
689132
689671
|
id_dg_substance: string | null;
|
|
689133
|
-
id_dg_class: string | null;
|
|
689134
689672
|
po_number: string | null;
|
|
689135
689673
|
goods_description: string | null;
|
|
689136
689674
|
item_number: string | null;
|
|
689137
689675
|
pack: number | null;
|
|
689138
|
-
weight: Decimal | null;
|
|
689139
|
-
width: Decimal | null;
|
|
689140
|
-
height: Decimal | null;
|
|
689141
689676
|
harmonized_code: string | null;
|
|
689142
689677
|
harmonized_description: string | null;
|
|
689143
689678
|
dg_substance_name: string | null;
|
|
@@ -691073,7 +691608,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691073
691608
|
created_by: string | null;
|
|
691074
691609
|
updated_at: Date | null;
|
|
691075
691610
|
updated_by: string | null;
|
|
691076
|
-
id_organization: string | null;
|
|
691077
691611
|
is_receipt_account: boolean | null;
|
|
691078
691612
|
is_payment_account: boolean | null;
|
|
691079
691613
|
is_shipper: boolean | null;
|
|
@@ -691086,6 +691620,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691086
691620
|
is_controlling_customer: boolean | null;
|
|
691087
691621
|
is_controlling_agent: boolean | null;
|
|
691088
691622
|
is_internal_organization: boolean | null;
|
|
691623
|
+
id_organization: string | null;
|
|
691089
691624
|
}[];
|
|
691090
691625
|
organization_service_types: {
|
|
691091
691626
|
is_active: boolean | null;
|
|
@@ -691589,7 +692124,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691589
692124
|
created_by: string | null;
|
|
691590
692125
|
updated_at: Date | null;
|
|
691591
692126
|
updated_by: string | null;
|
|
691592
|
-
id_organization: string | null;
|
|
691593
692127
|
is_receipt_account: boolean | null;
|
|
691594
692128
|
is_payment_account: boolean | null;
|
|
691595
692129
|
is_shipper: boolean | null;
|
|
@@ -691602,6 +692136,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
691602
692136
|
is_controlling_customer: boolean | null;
|
|
691603
692137
|
is_controlling_agent: boolean | null;
|
|
691604
692138
|
is_internal_organization: boolean | null;
|
|
692139
|
+
id_organization: string | null;
|
|
691605
692140
|
}[];
|
|
691606
692141
|
organization_service_types: {
|
|
691607
692142
|
is_active: boolean | null;
|
|
@@ -692544,194 +693079,194 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
692544
693079
|
created_by: string | null;
|
|
692545
693080
|
updated_at: Date | null;
|
|
692546
693081
|
updated_by: string | null;
|
|
693082
|
+
is_main: boolean | null;
|
|
692547
693083
|
id_address: string | null;
|
|
692548
693084
|
id_address_capability: string | null;
|
|
693085
|
+
}[];
|
|
693086
|
+
is_active: boolean | null;
|
|
693087
|
+
id: string;
|
|
693088
|
+
logic_code: string | null;
|
|
693089
|
+
id_country: string | null;
|
|
693090
|
+
id_state: string | null;
|
|
693091
|
+
id_city: string | null;
|
|
693092
|
+
id_postal_code: string | null;
|
|
693093
|
+
code: string | null;
|
|
693094
|
+
address: string | null;
|
|
693095
|
+
mobile_phone: string | null;
|
|
693096
|
+
created_at: Date | null;
|
|
693097
|
+
created_by: string | null;
|
|
693098
|
+
updated_at: Date | null;
|
|
693099
|
+
updated_by: string | null;
|
|
693100
|
+
id_un_locode: string | null;
|
|
693101
|
+
email: string | null;
|
|
693102
|
+
id_organization: string | null;
|
|
693103
|
+
phone: string | null;
|
|
693104
|
+
fax: string | null;
|
|
693105
|
+
}[] | undefined;
|
|
693106
|
+
total: number | undefined;
|
|
693107
|
+
};
|
|
693108
|
+
meta: object;
|
|
693109
|
+
}>;
|
|
693110
|
+
getDetail: MutationProcedure<{
|
|
693111
|
+
input: {
|
|
693112
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
693113
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
693114
|
+
id?: string | number | bigint | null | undefined;
|
|
693115
|
+
id_string?: string | null | undefined;
|
|
693116
|
+
logic_code?: string | null | undefined;
|
|
693117
|
+
};
|
|
693118
|
+
output: {
|
|
693119
|
+
data: {
|
|
693120
|
+
_count: {
|
|
693121
|
+
organization: number;
|
|
693122
|
+
country: number;
|
|
693123
|
+
state: number;
|
|
693124
|
+
city: number;
|
|
693125
|
+
postal_code: number;
|
|
693126
|
+
un_locode: number;
|
|
693127
|
+
organization_address_logs: number;
|
|
693128
|
+
organization_address_capability_pivot: number;
|
|
693129
|
+
forwarding_shipment_organizations: number;
|
|
693130
|
+
forwarding_shipment_pickup_deliveries_organization: number;
|
|
693131
|
+
forwarding_shipment_pickup_deliveries_whs_organization: number;
|
|
693132
|
+
forwarding_shipment_billing_local_client: number;
|
|
693133
|
+
forwarding_shipment_billing_overseas_agent: number;
|
|
693134
|
+
forwarding_console_sending_agents: number;
|
|
693135
|
+
forwarding_console_receiving_agents: number;
|
|
693136
|
+
forwarding_console_creditors: number;
|
|
693137
|
+
organization_forwarder_detail_handlings: number;
|
|
693138
|
+
forwarding_booking_organizations: number;
|
|
693139
|
+
};
|
|
693140
|
+
country: {
|
|
693141
|
+
is_active: boolean | null;
|
|
693142
|
+
id: string;
|
|
693143
|
+
logic_code: string | null;
|
|
693144
|
+
name: string | null;
|
|
693145
|
+
created_at: Date | null;
|
|
693146
|
+
created_by: string | null;
|
|
693147
|
+
updated_at: Date | null;
|
|
693148
|
+
updated_by: string | null;
|
|
693149
|
+
id_currency: string | null;
|
|
693150
|
+
id_awb_currency: string | null;
|
|
693151
|
+
iso2_code: string | null;
|
|
693152
|
+
iso3_code: string | null;
|
|
693153
|
+
iso3_numeric: string | null;
|
|
693154
|
+
is_sanctioned: boolean | null;
|
|
693155
|
+
} | null;
|
|
693156
|
+
state: {
|
|
693157
|
+
is_active: boolean | null;
|
|
693158
|
+
id: string;
|
|
693159
|
+
logic_code: string | null;
|
|
693160
|
+
name: string | null;
|
|
693161
|
+
id_country: string | null;
|
|
693162
|
+
code: string | null;
|
|
693163
|
+
created_at: Date | null;
|
|
693164
|
+
created_by: string | null;
|
|
693165
|
+
updated_at: Date | null;
|
|
693166
|
+
updated_by: string | null;
|
|
693167
|
+
} | null;
|
|
693168
|
+
city: {
|
|
693169
|
+
is_active: boolean | null;
|
|
693170
|
+
id: string;
|
|
693171
|
+
logic_code: string | null;
|
|
693172
|
+
name: string | null;
|
|
693173
|
+
id_country: string | null;
|
|
693174
|
+
id_state: string | null;
|
|
693175
|
+
code: string | null;
|
|
693176
|
+
created_at: Date | null;
|
|
693177
|
+
created_by: string | null;
|
|
693178
|
+
updated_at: Date | null;
|
|
693179
|
+
updated_by: string | null;
|
|
693180
|
+
} | null;
|
|
693181
|
+
postal_code: {
|
|
693182
|
+
is_active: boolean | null;
|
|
693183
|
+
id: string;
|
|
693184
|
+
logic_code: string | null;
|
|
693185
|
+
id_country: string | null;
|
|
693186
|
+
code: string | null;
|
|
693187
|
+
created_at: Date | null;
|
|
693188
|
+
created_by: string | null;
|
|
693189
|
+
updated_at: Date | null;
|
|
693190
|
+
updated_by: string | null;
|
|
693191
|
+
} | null;
|
|
693192
|
+
un_locode: {
|
|
693193
|
+
is_active: boolean | null;
|
|
693194
|
+
id: string;
|
|
693195
|
+
logic_code: string | null;
|
|
693196
|
+
id_country: string | null;
|
|
693197
|
+
id_state: string | null;
|
|
693198
|
+
id_city: string | null;
|
|
693199
|
+
created_at: Date | null;
|
|
693200
|
+
created_by: string | null;
|
|
693201
|
+
updated_at: Date | null;
|
|
693202
|
+
updated_by: string | null;
|
|
693203
|
+
id_time_zone: string | null;
|
|
693204
|
+
un_code: string | null;
|
|
693205
|
+
iata_code: string | null;
|
|
693206
|
+
iata_region_code: string | null;
|
|
693207
|
+
latitude: Decimal | null;
|
|
693208
|
+
longitude: Decimal | null;
|
|
693209
|
+
port_name: string | null;
|
|
693210
|
+
proper_name: string | null;
|
|
693211
|
+
has_post: boolean | null;
|
|
693212
|
+
has_customs: boolean | null;
|
|
693213
|
+
has_unload: boolean | null;
|
|
693214
|
+
has_airport: boolean | null;
|
|
693215
|
+
has_railway: boolean | null;
|
|
693216
|
+
has_road: boolean | null;
|
|
693217
|
+
has_store: boolean | null;
|
|
693218
|
+
has_terminal: boolean | null;
|
|
693219
|
+
has_discharge: boolean | null;
|
|
693220
|
+
has_seaport: boolean | null;
|
|
693221
|
+
has_outport: boolean | null;
|
|
693222
|
+
} | null;
|
|
693223
|
+
organization: {
|
|
693224
|
+
is_active: boolean | null;
|
|
693225
|
+
id: string;
|
|
693226
|
+
logic_code: string | null;
|
|
693227
|
+
name: string | null;
|
|
693228
|
+
id_country: string | null;
|
|
693229
|
+
id_state: string | null;
|
|
693230
|
+
id_city: string | null;
|
|
693231
|
+
id_postal_code: string | null;
|
|
693232
|
+
id_company: string | null;
|
|
693233
|
+
id_branch: string | null;
|
|
693234
|
+
code: string | null;
|
|
693235
|
+
created_at: Date | null;
|
|
693236
|
+
created_by: string | null;
|
|
693237
|
+
updated_at: Date | null;
|
|
693238
|
+
updated_by: string | null;
|
|
693239
|
+
id_un_locode: string | null;
|
|
693240
|
+
email: string | null;
|
|
693241
|
+
id_business_category: string | null;
|
|
693242
|
+
id_controlling_branch: string | null;
|
|
693243
|
+
id_airline: string | null;
|
|
693244
|
+
id_shipping_line: string | null;
|
|
693245
|
+
phone: string | null;
|
|
693246
|
+
website_url: string | null;
|
|
693247
|
+
company_number: string | null;
|
|
693248
|
+
company_tax_number: string | null;
|
|
693249
|
+
} | null;
|
|
693250
|
+
organization_address_capability_pivot: {
|
|
693251
|
+
organization_address_capability: {
|
|
693252
|
+
is_active: boolean | null;
|
|
693253
|
+
id: string;
|
|
693254
|
+
logic_code: string | null;
|
|
693255
|
+
name: string | null;
|
|
693256
|
+
code: string | null;
|
|
693257
|
+
created_at: Date | null;
|
|
693258
|
+
created_by: string | null;
|
|
693259
|
+
updated_at: Date | null;
|
|
693260
|
+
updated_by: string | null;
|
|
693261
|
+
} | null;
|
|
693262
|
+
id: string;
|
|
693263
|
+
created_at: Date | null;
|
|
693264
|
+
created_by: string | null;
|
|
693265
|
+
updated_at: Date | null;
|
|
693266
|
+
updated_by: string | null;
|
|
692549
693267
|
is_main: boolean | null;
|
|
692550
|
-
|
|
692551
|
-
|
|
692552
|
-
id: string;
|
|
692553
|
-
logic_code: string | null;
|
|
692554
|
-
id_country: string | null;
|
|
692555
|
-
id_state: string | null;
|
|
692556
|
-
id_city: string | null;
|
|
692557
|
-
id_postal_code: string | null;
|
|
692558
|
-
code: string | null;
|
|
692559
|
-
address: string | null;
|
|
692560
|
-
mobile_phone: string | null;
|
|
692561
|
-
created_at: Date | null;
|
|
692562
|
-
created_by: string | null;
|
|
692563
|
-
updated_at: Date | null;
|
|
692564
|
-
updated_by: string | null;
|
|
692565
|
-
id_un_locode: string | null;
|
|
692566
|
-
email: string | null;
|
|
692567
|
-
id_organization: string | null;
|
|
692568
|
-
phone: string | null;
|
|
692569
|
-
fax: string | null;
|
|
692570
|
-
}[] | undefined;
|
|
692571
|
-
total: number | undefined;
|
|
692572
|
-
};
|
|
692573
|
-
meta: object;
|
|
692574
|
-
}>;
|
|
692575
|
-
getDetail: MutationProcedure<{
|
|
692576
|
-
input: {
|
|
692577
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
692578
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
692579
|
-
id?: string | number | bigint | null | undefined;
|
|
692580
|
-
id_string?: string | null | undefined;
|
|
692581
|
-
logic_code?: string | null | undefined;
|
|
692582
|
-
};
|
|
692583
|
-
output: {
|
|
692584
|
-
data: {
|
|
692585
|
-
_count: {
|
|
692586
|
-
organization: number;
|
|
692587
|
-
country: number;
|
|
692588
|
-
state: number;
|
|
692589
|
-
city: number;
|
|
692590
|
-
postal_code: number;
|
|
692591
|
-
un_locode: number;
|
|
692592
|
-
organization_address_logs: number;
|
|
692593
|
-
organization_address_capability_pivot: number;
|
|
692594
|
-
forwarding_shipment_organizations: number;
|
|
692595
|
-
forwarding_shipment_pickup_deliveries_organization: number;
|
|
692596
|
-
forwarding_shipment_pickup_deliveries_whs_organization: number;
|
|
692597
|
-
forwarding_shipment_billing_local_client: number;
|
|
692598
|
-
forwarding_shipment_billing_overseas_agent: number;
|
|
692599
|
-
forwarding_console_sending_agents: number;
|
|
692600
|
-
forwarding_console_receiving_agents: number;
|
|
692601
|
-
forwarding_console_creditors: number;
|
|
692602
|
-
organization_forwarder_detail_handlings: number;
|
|
692603
|
-
forwarding_booking_organizations: number;
|
|
692604
|
-
};
|
|
692605
|
-
country: {
|
|
692606
|
-
is_active: boolean | null;
|
|
692607
|
-
id: string;
|
|
692608
|
-
logic_code: string | null;
|
|
692609
|
-
name: string | null;
|
|
692610
|
-
created_at: Date | null;
|
|
692611
|
-
created_by: string | null;
|
|
692612
|
-
updated_at: Date | null;
|
|
692613
|
-
updated_by: string | null;
|
|
692614
|
-
id_currency: string | null;
|
|
692615
|
-
id_awb_currency: string | null;
|
|
692616
|
-
iso2_code: string | null;
|
|
692617
|
-
iso3_code: string | null;
|
|
692618
|
-
iso3_numeric: string | null;
|
|
692619
|
-
is_sanctioned: boolean | null;
|
|
692620
|
-
} | null;
|
|
692621
|
-
state: {
|
|
692622
|
-
is_active: boolean | null;
|
|
692623
|
-
id: string;
|
|
692624
|
-
logic_code: string | null;
|
|
692625
|
-
name: string | null;
|
|
692626
|
-
id_country: string | null;
|
|
692627
|
-
code: string | null;
|
|
692628
|
-
created_at: Date | null;
|
|
692629
|
-
created_by: string | null;
|
|
692630
|
-
updated_at: Date | null;
|
|
692631
|
-
updated_by: string | null;
|
|
692632
|
-
} | null;
|
|
692633
|
-
city: {
|
|
692634
|
-
is_active: boolean | null;
|
|
692635
|
-
id: string;
|
|
692636
|
-
logic_code: string | null;
|
|
692637
|
-
name: string | null;
|
|
692638
|
-
id_country: string | null;
|
|
692639
|
-
id_state: string | null;
|
|
692640
|
-
code: string | null;
|
|
692641
|
-
created_at: Date | null;
|
|
692642
|
-
created_by: string | null;
|
|
692643
|
-
updated_at: Date | null;
|
|
692644
|
-
updated_by: string | null;
|
|
692645
|
-
} | null;
|
|
692646
|
-
postal_code: {
|
|
692647
|
-
is_active: boolean | null;
|
|
692648
|
-
id: string;
|
|
692649
|
-
logic_code: string | null;
|
|
692650
|
-
id_country: string | null;
|
|
692651
|
-
code: string | null;
|
|
692652
|
-
created_at: Date | null;
|
|
692653
|
-
created_by: string | null;
|
|
692654
|
-
updated_at: Date | null;
|
|
692655
|
-
updated_by: string | null;
|
|
692656
|
-
} | null;
|
|
692657
|
-
un_locode: {
|
|
692658
|
-
is_active: boolean | null;
|
|
692659
|
-
id: string;
|
|
692660
|
-
logic_code: string | null;
|
|
692661
|
-
id_country: string | null;
|
|
692662
|
-
id_state: string | null;
|
|
692663
|
-
id_city: string | null;
|
|
692664
|
-
created_at: Date | null;
|
|
692665
|
-
created_by: string | null;
|
|
692666
|
-
updated_at: Date | null;
|
|
692667
|
-
updated_by: string | null;
|
|
692668
|
-
id_time_zone: string | null;
|
|
692669
|
-
un_code: string | null;
|
|
692670
|
-
iata_code: string | null;
|
|
692671
|
-
iata_region_code: string | null;
|
|
692672
|
-
latitude: Decimal | null;
|
|
692673
|
-
longitude: Decimal | null;
|
|
692674
|
-
port_name: string | null;
|
|
692675
|
-
proper_name: string | null;
|
|
692676
|
-
has_post: boolean | null;
|
|
692677
|
-
has_customs: boolean | null;
|
|
692678
|
-
has_unload: boolean | null;
|
|
692679
|
-
has_airport: boolean | null;
|
|
692680
|
-
has_railway: boolean | null;
|
|
692681
|
-
has_road: boolean | null;
|
|
692682
|
-
has_store: boolean | null;
|
|
692683
|
-
has_terminal: boolean | null;
|
|
692684
|
-
has_discharge: boolean | null;
|
|
692685
|
-
has_seaport: boolean | null;
|
|
692686
|
-
has_outport: boolean | null;
|
|
692687
|
-
} | null;
|
|
692688
|
-
organization: {
|
|
692689
|
-
is_active: boolean | null;
|
|
692690
|
-
id: string;
|
|
692691
|
-
logic_code: string | null;
|
|
692692
|
-
name: string | null;
|
|
692693
|
-
id_country: string | null;
|
|
692694
|
-
id_state: string | null;
|
|
692695
|
-
id_city: string | null;
|
|
692696
|
-
id_postal_code: string | null;
|
|
692697
|
-
id_company: string | null;
|
|
692698
|
-
id_branch: string | null;
|
|
692699
|
-
code: string | null;
|
|
692700
|
-
created_at: Date | null;
|
|
692701
|
-
created_by: string | null;
|
|
692702
|
-
updated_at: Date | null;
|
|
692703
|
-
updated_by: string | null;
|
|
692704
|
-
id_un_locode: string | null;
|
|
692705
|
-
email: string | null;
|
|
692706
|
-
id_business_category: string | null;
|
|
692707
|
-
id_controlling_branch: string | null;
|
|
692708
|
-
id_airline: string | null;
|
|
692709
|
-
id_shipping_line: string | null;
|
|
692710
|
-
phone: string | null;
|
|
692711
|
-
website_url: string | null;
|
|
692712
|
-
company_number: string | null;
|
|
692713
|
-
company_tax_number: string | null;
|
|
692714
|
-
} | null;
|
|
692715
|
-
organization_address_capability_pivot: {
|
|
692716
|
-
organization_address_capability: {
|
|
692717
|
-
is_active: boolean | null;
|
|
692718
|
-
id: string;
|
|
692719
|
-
logic_code: string | null;
|
|
692720
|
-
name: string | null;
|
|
692721
|
-
code: string | null;
|
|
692722
|
-
created_at: Date | null;
|
|
692723
|
-
created_by: string | null;
|
|
692724
|
-
updated_at: Date | null;
|
|
692725
|
-
updated_by: string | null;
|
|
692726
|
-
} | null;
|
|
692727
|
-
id: string;
|
|
692728
|
-
created_at: Date | null;
|
|
692729
|
-
created_by: string | null;
|
|
692730
|
-
updated_at: Date | null;
|
|
692731
|
-
updated_by: string | null;
|
|
692732
|
-
id_address: string | null;
|
|
692733
|
-
id_address_capability: string | null;
|
|
692734
|
-
is_main: boolean | null;
|
|
693268
|
+
id_address: string | null;
|
|
693269
|
+
id_address_capability: string | null;
|
|
692735
693270
|
}[];
|
|
692736
693271
|
is_active: boolean | null;
|
|
692737
693272
|
id: string;
|
|
@@ -693350,9 +693885,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693350
693885
|
created_by: string | null;
|
|
693351
693886
|
updated_at: Date | null;
|
|
693352
693887
|
updated_by: string | null;
|
|
693888
|
+
is_main: boolean | null;
|
|
693353
693889
|
id_address: string | null;
|
|
693354
693890
|
id_address_capability: string | null;
|
|
693355
|
-
is_main: boolean | null;
|
|
693356
693891
|
}[] | undefined;
|
|
693357
693892
|
total: number | undefined;
|
|
693358
693893
|
};
|
|
@@ -693410,9 +693945,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693410
693945
|
created_by: string | null;
|
|
693411
693946
|
updated_at: Date | null;
|
|
693412
693947
|
updated_by: string | null;
|
|
693948
|
+
is_main: boolean | null;
|
|
693413
693949
|
id_address: string | null;
|
|
693414
693950
|
id_address_capability: string | null;
|
|
693415
|
-
is_main: boolean | null;
|
|
693416
693951
|
};
|
|
693417
693952
|
};
|
|
693418
693953
|
meta: object;
|
|
@@ -693547,9 +694082,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693547
694082
|
created_by: string | null;
|
|
693548
694083
|
updated_at: Date | null;
|
|
693549
694084
|
updated_by: string | null;
|
|
694085
|
+
is_main: boolean | null;
|
|
693550
694086
|
id_address: string | null;
|
|
693551
694087
|
id_address_capability: string | null;
|
|
693552
|
-
is_main: boolean | null;
|
|
693553
694088
|
} | undefined;
|
|
693554
694089
|
log?: {
|
|
693555
694090
|
id: string;
|
|
@@ -693626,9 +694161,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693626
694161
|
created_by: string | null;
|
|
693627
694162
|
updated_at: Date | null;
|
|
693628
694163
|
updated_by: string | null;
|
|
694164
|
+
is_main: boolean | null;
|
|
693629
694165
|
id_address: string | null;
|
|
693630
694166
|
id_address_capability: string | null;
|
|
693631
|
-
is_main: boolean | null;
|
|
693632
694167
|
} | undefined;
|
|
693633
694168
|
log?: {
|
|
693634
694169
|
id: string;
|
|
@@ -693664,9 +694199,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693664
694199
|
created_by: string | null;
|
|
693665
694200
|
updated_at: Date | null;
|
|
693666
694201
|
updated_by: string | null;
|
|
694202
|
+
is_main: boolean | null;
|
|
693667
694203
|
id_address: string | null;
|
|
693668
694204
|
id_address_capability: string | null;
|
|
693669
|
-
is_main: boolean | null;
|
|
693670
694205
|
} | undefined)[] | undefined;
|
|
693671
694206
|
};
|
|
693672
694207
|
meta: object;
|
|
@@ -693744,6 +694279,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693744
694279
|
company_number: string | null;
|
|
693745
694280
|
company_tax_number: string | null;
|
|
693746
694281
|
} | null;
|
|
694282
|
+
organization_staff_role: {
|
|
694283
|
+
is_active: boolean | null;
|
|
694284
|
+
id: string;
|
|
694285
|
+
logic_code: string | null;
|
|
694286
|
+
name: string | null;
|
|
694287
|
+
code: string | null;
|
|
694288
|
+
created_at: Date | null;
|
|
694289
|
+
created_by: string | null;
|
|
694290
|
+
updated_at: Date | null;
|
|
694291
|
+
updated_by: string | null;
|
|
694292
|
+
} | null;
|
|
693747
694293
|
user: {
|
|
693748
694294
|
is_active: boolean | null;
|
|
693749
694295
|
id: string;
|
|
@@ -693791,17 +694337,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693791
694337
|
updated_at: Date | null;
|
|
693792
694338
|
updated_by: string | null;
|
|
693793
694339
|
} | null;
|
|
693794
|
-
organization_staff_role: {
|
|
693795
|
-
is_active: boolean | null;
|
|
693796
|
-
id: string;
|
|
693797
|
-
logic_code: string | null;
|
|
693798
|
-
name: string | null;
|
|
693799
|
-
code: string | null;
|
|
693800
|
-
created_at: Date | null;
|
|
693801
|
-
created_by: string | null;
|
|
693802
|
-
updated_at: Date | null;
|
|
693803
|
-
updated_by: string | null;
|
|
693804
|
-
} | null;
|
|
693805
694340
|
is_active: boolean | null;
|
|
693806
694341
|
id: string;
|
|
693807
694342
|
created_at: Date | null;
|
|
@@ -693809,8 +694344,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693809
694344
|
updated_at: Date | null;
|
|
693810
694345
|
updated_by: string | null;
|
|
693811
694346
|
id_organization: string | null;
|
|
693812
|
-
id_user: string | null;
|
|
693813
694347
|
id_organization_staff_role: string | null;
|
|
694348
|
+
id_user: string | null;
|
|
693814
694349
|
}[] | undefined;
|
|
693815
694350
|
total: number | undefined;
|
|
693816
694351
|
};
|
|
@@ -693859,6 +694394,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693859
694394
|
company_number: string | null;
|
|
693860
694395
|
company_tax_number: string | null;
|
|
693861
694396
|
} | null;
|
|
694397
|
+
organization_staff_role: {
|
|
694398
|
+
is_active: boolean | null;
|
|
694399
|
+
id: string;
|
|
694400
|
+
logic_code: string | null;
|
|
694401
|
+
name: string | null;
|
|
694402
|
+
code: string | null;
|
|
694403
|
+
created_at: Date | null;
|
|
694404
|
+
created_by: string | null;
|
|
694405
|
+
updated_at: Date | null;
|
|
694406
|
+
updated_by: string | null;
|
|
694407
|
+
} | null;
|
|
693862
694408
|
user: {
|
|
693863
694409
|
is_active: boolean | null;
|
|
693864
694410
|
id: string;
|
|
@@ -693906,17 +694452,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693906
694452
|
updated_at: Date | null;
|
|
693907
694453
|
updated_by: string | null;
|
|
693908
694454
|
} | null;
|
|
693909
|
-
organization_staff_role: {
|
|
693910
|
-
is_active: boolean | null;
|
|
693911
|
-
id: string;
|
|
693912
|
-
logic_code: string | null;
|
|
693913
|
-
name: string | null;
|
|
693914
|
-
code: string | null;
|
|
693915
|
-
created_at: Date | null;
|
|
693916
|
-
created_by: string | null;
|
|
693917
|
-
updated_at: Date | null;
|
|
693918
|
-
updated_by: string | null;
|
|
693919
|
-
} | null;
|
|
693920
694455
|
is_active: boolean | null;
|
|
693921
694456
|
id: string;
|
|
693922
694457
|
created_at: Date | null;
|
|
@@ -693924,8 +694459,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
693924
694459
|
updated_at: Date | null;
|
|
693925
694460
|
updated_by: string | null;
|
|
693926
694461
|
id_organization: string | null;
|
|
693927
|
-
id_user: string | null;
|
|
693928
694462
|
id_organization_staff_role: string | null;
|
|
694463
|
+
id_user: string | null;
|
|
693929
694464
|
};
|
|
693930
694465
|
};
|
|
693931
694466
|
meta: object;
|
|
@@ -694066,6 +694601,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694066
694601
|
company_number: string | null;
|
|
694067
694602
|
company_tax_number: string | null;
|
|
694068
694603
|
} | null;
|
|
694604
|
+
organization_staff_role: {
|
|
694605
|
+
is_active: boolean | null;
|
|
694606
|
+
id: string;
|
|
694607
|
+
logic_code: string | null;
|
|
694608
|
+
name: string | null;
|
|
694609
|
+
code: string | null;
|
|
694610
|
+
created_at: Date | null;
|
|
694611
|
+
created_by: string | null;
|
|
694612
|
+
updated_at: Date | null;
|
|
694613
|
+
updated_by: string | null;
|
|
694614
|
+
} | null;
|
|
694069
694615
|
user: {
|
|
694070
694616
|
is_active: boolean | null;
|
|
694071
694617
|
id: string;
|
|
@@ -694113,17 +694659,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694113
694659
|
updated_at: Date | null;
|
|
694114
694660
|
updated_by: string | null;
|
|
694115
694661
|
} | null;
|
|
694116
|
-
organization_staff_role: {
|
|
694117
|
-
is_active: boolean | null;
|
|
694118
|
-
id: string;
|
|
694119
|
-
logic_code: string | null;
|
|
694120
|
-
name: string | null;
|
|
694121
|
-
code: string | null;
|
|
694122
|
-
created_at: Date | null;
|
|
694123
|
-
created_by: string | null;
|
|
694124
|
-
updated_at: Date | null;
|
|
694125
|
-
updated_by: string | null;
|
|
694126
|
-
} | null;
|
|
694127
694662
|
is_active: boolean | null;
|
|
694128
694663
|
id: string;
|
|
694129
694664
|
created_at: Date | null;
|
|
@@ -694131,8 +694666,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694131
694666
|
updated_at: Date | null;
|
|
694132
694667
|
updated_by: string | null;
|
|
694133
694668
|
id_organization: string | null;
|
|
694134
|
-
id_user: string | null;
|
|
694135
694669
|
id_organization_staff_role: string | null;
|
|
694670
|
+
id_user: string | null;
|
|
694136
694671
|
} | undefined;
|
|
694137
694672
|
log: {
|
|
694138
694673
|
id: string;
|
|
@@ -694188,6 +694723,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694188
694723
|
company_number: string | null;
|
|
694189
694724
|
company_tax_number: string | null;
|
|
694190
694725
|
} | null;
|
|
694726
|
+
organization_staff_role: {
|
|
694727
|
+
is_active: boolean | null;
|
|
694728
|
+
id: string;
|
|
694729
|
+
logic_code: string | null;
|
|
694730
|
+
name: string | null;
|
|
694731
|
+
code: string | null;
|
|
694732
|
+
created_at: Date | null;
|
|
694733
|
+
created_by: string | null;
|
|
694734
|
+
updated_at: Date | null;
|
|
694735
|
+
updated_by: string | null;
|
|
694736
|
+
} | null;
|
|
694191
694737
|
user: {
|
|
694192
694738
|
is_active: boolean | null;
|
|
694193
694739
|
id: string;
|
|
@@ -694235,17 +694781,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694235
694781
|
updated_at: Date | null;
|
|
694236
694782
|
updated_by: string | null;
|
|
694237
694783
|
} | null;
|
|
694238
|
-
organization_staff_role: {
|
|
694239
|
-
is_active: boolean | null;
|
|
694240
|
-
id: string;
|
|
694241
|
-
logic_code: string | null;
|
|
694242
|
-
name: string | null;
|
|
694243
|
-
code: string | null;
|
|
694244
|
-
created_at: Date | null;
|
|
694245
|
-
created_by: string | null;
|
|
694246
|
-
updated_at: Date | null;
|
|
694247
|
-
updated_by: string | null;
|
|
694248
|
-
} | null;
|
|
694249
694784
|
is_active: boolean | null;
|
|
694250
694785
|
id: string;
|
|
694251
694786
|
created_at: Date | null;
|
|
@@ -694253,8 +694788,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694253
694788
|
updated_at: Date | null;
|
|
694254
694789
|
updated_by: string | null;
|
|
694255
694790
|
id_organization: string | null;
|
|
694256
|
-
id_user: string | null;
|
|
694257
694791
|
id_organization_staff_role: string | null;
|
|
694792
|
+
id_user: string | null;
|
|
694258
694793
|
} | undefined;
|
|
694259
694794
|
log: {
|
|
694260
694795
|
id: string;
|
|
@@ -694286,8 +694821,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
694286
694821
|
updated_at: Date | null;
|
|
694287
694822
|
updated_by: string | null;
|
|
694288
694823
|
id_organization: string | null;
|
|
694289
|
-
id_user: string | null;
|
|
694290
694824
|
id_organization_staff_role: string | null;
|
|
694825
|
+
id_user: string | null;
|
|
694291
694826
|
} | undefined)[] | undefined;
|
|
694292
694827
|
};
|
|
694293
694828
|
meta: object;
|
|
@@ -702421,7 +702956,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
702421
702956
|
};
|
|
702422
702957
|
output: {
|
|
702423
702958
|
data: {
|
|
702424
|
-
|
|
702959
|
+
transport_mode: {
|
|
702425
702960
|
is_active: boolean | null;
|
|
702426
702961
|
id: string;
|
|
702427
702962
|
logic_code: string | null;
|
|
@@ -702432,7 +702967,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
702432
702967
|
updated_at: Date | null;
|
|
702433
702968
|
updated_by: string | null;
|
|
702434
702969
|
} | null;
|
|
702435
|
-
|
|
702970
|
+
container_type: {
|
|
702436
702971
|
is_active: boolean | null;
|
|
702437
702972
|
id: string;
|
|
702438
702973
|
logic_code: string | null;
|
|
@@ -702676,8 +703211,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
702676
703211
|
type: string | null;
|
|
702677
703212
|
length: Decimal | null;
|
|
702678
703213
|
id_type: string | null;
|
|
702679
|
-
width: Decimal | null;
|
|
702680
|
-
height: Decimal | null;
|
|
702681
703214
|
id_transport_mode: string | null;
|
|
702682
703215
|
id_iata_uld_rate_class: string | null;
|
|
702683
703216
|
id_storage_class: string | null;
|
|
@@ -702700,6 +703233,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
702700
703233
|
id_uom_inside_capacity: string | null;
|
|
702701
703234
|
iso_size: string | null;
|
|
702702
703235
|
iso_description: string | null;
|
|
703236
|
+
width: Decimal | null;
|
|
703237
|
+
height: Decimal | null;
|
|
702703
703238
|
teu_count: Decimal | null;
|
|
702704
703239
|
max_gross_weight: Decimal | null;
|
|
702705
703240
|
max_tare_weight: Decimal | null;
|
|
@@ -702754,7 +703289,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
702754
703289
|
uom_inside_capacity: number;
|
|
702755
703290
|
container_logs: number;
|
|
702756
703291
|
};
|
|
702757
|
-
|
|
703292
|
+
transport_mode: {
|
|
702758
703293
|
is_active: boolean | null;
|
|
702759
703294
|
id: string;
|
|
702760
703295
|
logic_code: string | null;
|
|
@@ -702765,7 +703300,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
702765
703300
|
updated_at: Date | null;
|
|
702766
703301
|
updated_by: string | null;
|
|
702767
703302
|
} | null;
|
|
702768
|
-
|
|
703303
|
+
container_type: {
|
|
702769
703304
|
is_active: boolean | null;
|
|
702770
703305
|
id: string;
|
|
702771
703306
|
logic_code: string | null;
|
|
@@ -703009,8 +703544,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703009
703544
|
type: string | null;
|
|
703010
703545
|
length: Decimal | null;
|
|
703011
703546
|
id_type: string | null;
|
|
703012
|
-
width: Decimal | null;
|
|
703013
|
-
height: Decimal | null;
|
|
703014
703547
|
id_transport_mode: string | null;
|
|
703015
703548
|
id_iata_uld_rate_class: string | null;
|
|
703016
703549
|
id_storage_class: string | null;
|
|
@@ -703033,6 +703566,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703033
703566
|
id_uom_inside_capacity: string | null;
|
|
703034
703567
|
iso_size: string | null;
|
|
703035
703568
|
iso_description: string | null;
|
|
703569
|
+
width: Decimal | null;
|
|
703570
|
+
height: Decimal | null;
|
|
703036
703571
|
teu_count: Decimal | null;
|
|
703037
703572
|
max_gross_weight: Decimal | null;
|
|
703038
703573
|
max_tare_weight: Decimal | null;
|
|
@@ -703212,8 +703747,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703212
703747
|
type: string | null;
|
|
703213
703748
|
length: Decimal | null;
|
|
703214
703749
|
id_type: string | null;
|
|
703215
|
-
width: Decimal | null;
|
|
703216
|
-
height: Decimal | null;
|
|
703217
703750
|
id_transport_mode: string | null;
|
|
703218
703751
|
id_iata_uld_rate_class: string | null;
|
|
703219
703752
|
id_storage_class: string | null;
|
|
@@ -703236,6 +703769,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703236
703769
|
id_uom_inside_capacity: string | null;
|
|
703237
703770
|
iso_size: string | null;
|
|
703238
703771
|
iso_description: string | null;
|
|
703772
|
+
width: Decimal | null;
|
|
703773
|
+
height: Decimal | null;
|
|
703239
703774
|
teu_count: Decimal | null;
|
|
703240
703775
|
max_gross_weight: Decimal | null;
|
|
703241
703776
|
max_tare_weight: Decimal | null;
|
|
@@ -703330,8 +703865,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703330
703865
|
type: string | null;
|
|
703331
703866
|
length: Decimal | null;
|
|
703332
703867
|
id_type: string | null;
|
|
703333
|
-
width: Decimal | null;
|
|
703334
|
-
height: Decimal | null;
|
|
703335
703868
|
id_transport_mode: string | null;
|
|
703336
703869
|
id_iata_uld_rate_class: string | null;
|
|
703337
703870
|
id_storage_class: string | null;
|
|
@@ -703354,6 +703887,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703354
703887
|
id_uom_inside_capacity: string | null;
|
|
703355
703888
|
iso_size: string | null;
|
|
703356
703889
|
iso_description: string | null;
|
|
703890
|
+
width: Decimal | null;
|
|
703891
|
+
height: Decimal | null;
|
|
703357
703892
|
teu_count: Decimal | null;
|
|
703358
703893
|
max_gross_weight: Decimal | null;
|
|
703359
703894
|
max_tare_weight: Decimal | null;
|
|
@@ -703404,8 +703939,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703404
703939
|
type: string | null;
|
|
703405
703940
|
length: Decimal | null;
|
|
703406
703941
|
id_type: string | null;
|
|
703407
|
-
width: Decimal | null;
|
|
703408
|
-
height: Decimal | null;
|
|
703409
703942
|
id_transport_mode: string | null;
|
|
703410
703943
|
id_iata_uld_rate_class: string | null;
|
|
703411
703944
|
id_storage_class: string | null;
|
|
@@ -703428,6 +703961,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
703428
703961
|
id_uom_inside_capacity: string | null;
|
|
703429
703962
|
iso_size: string | null;
|
|
703430
703963
|
iso_description: string | null;
|
|
703964
|
+
width: Decimal | null;
|
|
703965
|
+
height: Decimal | null;
|
|
703431
703966
|
teu_count: Decimal | null;
|
|
703432
703967
|
max_gross_weight: Decimal | null;
|
|
703433
703968
|
max_tare_weight: Decimal | null;
|
|
@@ -705696,8 +706231,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705696
706231
|
created_by: string | null;
|
|
705697
706232
|
updated_at: Date | null;
|
|
705698
706233
|
updated_by: string | null;
|
|
705699
|
-
id_dg_class: string | null;
|
|
705700
706234
|
id_dg_packing_group: string | null;
|
|
706235
|
+
id_dg_class: string | null;
|
|
705701
706236
|
id_dg_excepted_quantity: string | null;
|
|
705702
706237
|
un_number: string | null;
|
|
705703
706238
|
extra_labels: string | null;
|
|
@@ -705737,8 +706272,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705737
706272
|
created_by: string | null;
|
|
705738
706273
|
updated_at: Date | null;
|
|
705739
706274
|
updated_by: string | null;
|
|
705740
|
-
id_dangerous_good: string | null;
|
|
705741
706275
|
id_dg_standard: string | null;
|
|
706276
|
+
id_dangerous_good: string | null;
|
|
705742
706277
|
rules_data: SimpleJson;
|
|
705743
706278
|
}[];
|
|
705744
706279
|
dg_class: {
|
|
@@ -705782,8 +706317,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705782
706317
|
created_by: string | null;
|
|
705783
706318
|
updated_at: Date | null;
|
|
705784
706319
|
updated_by: string | null;
|
|
705785
|
-
id_dg_class: string | null;
|
|
705786
706320
|
id_dg_packing_group: string | null;
|
|
706321
|
+
id_dg_class: string | null;
|
|
705787
706322
|
id_dg_excepted_quantity: string | null;
|
|
705788
706323
|
un_number: string | null;
|
|
705789
706324
|
extra_labels: string | null;
|
|
@@ -705915,8 +706450,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705915
706450
|
created_by: string | null;
|
|
705916
706451
|
updated_at: Date | null;
|
|
705917
706452
|
updated_by: string | null;
|
|
705918
|
-
id_dg_class: string | null;
|
|
705919
706453
|
id_dg_packing_group: string | null;
|
|
706454
|
+
id_dg_class: string | null;
|
|
705920
706455
|
id_dg_excepted_quantity: string | null;
|
|
705921
706456
|
un_number: string | null;
|
|
705922
706457
|
extra_labels: string | null;
|
|
@@ -705963,8 +706498,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
705963
706498
|
created_by: string | null;
|
|
705964
706499
|
updated_at: Date | null;
|
|
705965
706500
|
updated_by: string | null;
|
|
705966
|
-
id_dg_class: string | null;
|
|
705967
706501
|
id_dg_packing_group: string | null;
|
|
706502
|
+
id_dg_class: string | null;
|
|
705968
706503
|
id_dg_excepted_quantity: string | null;
|
|
705969
706504
|
un_number: string | null;
|
|
705970
706505
|
extra_labels: string | null;
|
|
@@ -706002,8 +706537,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706002
706537
|
created_by: string | null;
|
|
706003
706538
|
updated_at: Date | null;
|
|
706004
706539
|
updated_by: string | null;
|
|
706005
|
-
id_dg_class: string | null;
|
|
706006
706540
|
id_dg_packing_group: string | null;
|
|
706541
|
+
id_dg_class: string | null;
|
|
706007
706542
|
id_dg_excepted_quantity: string | null;
|
|
706008
706543
|
un_number: string | null;
|
|
706009
706544
|
extra_labels: string | null;
|
|
@@ -706867,33 +707402,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706867
707402
|
};
|
|
706868
707403
|
output: {
|
|
706869
707404
|
data: {
|
|
706870
|
-
|
|
707405
|
+
dangerous_good: {
|
|
706871
707406
|
is_active: boolean | null;
|
|
706872
707407
|
id: string;
|
|
706873
707408
|
logic_code: string | null;
|
|
706874
707409
|
name: string | null;
|
|
706875
|
-
code: string | null;
|
|
706876
707410
|
created_at: Date | null;
|
|
706877
707411
|
created_by: string | null;
|
|
706878
707412
|
updated_at: Date | null;
|
|
706879
707413
|
updated_by: string | null;
|
|
707414
|
+
id_dg_packing_group: string | null;
|
|
707415
|
+
id_dg_class: string | null;
|
|
707416
|
+
id_dg_excepted_quantity: string | null;
|
|
707417
|
+
un_number: string | null;
|
|
707418
|
+
extra_labels: string | null;
|
|
707419
|
+
sub_risk: string | null;
|
|
707420
|
+
is_high_danger: boolean | null;
|
|
706880
707421
|
} | null;
|
|
706881
|
-
|
|
707422
|
+
dg_standard: {
|
|
706882
707423
|
is_active: boolean | null;
|
|
706883
707424
|
id: string;
|
|
706884
707425
|
logic_code: string | null;
|
|
706885
707426
|
name: string | null;
|
|
707427
|
+
code: string | null;
|
|
706886
707428
|
created_at: Date | null;
|
|
706887
707429
|
created_by: string | null;
|
|
706888
707430
|
updated_at: Date | null;
|
|
706889
707431
|
updated_by: string | null;
|
|
706890
|
-
id_dg_class: string | null;
|
|
706891
|
-
id_dg_packing_group: string | null;
|
|
706892
|
-
id_dg_excepted_quantity: string | null;
|
|
706893
|
-
un_number: string | null;
|
|
706894
|
-
extra_labels: string | null;
|
|
706895
|
-
sub_risk: string | null;
|
|
706896
|
-
is_high_danger: boolean | null;
|
|
706897
707432
|
} | null;
|
|
706898
707433
|
is_active: boolean | null;
|
|
706899
707434
|
id: string;
|
|
@@ -706902,8 +707437,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706902
707437
|
created_by: string | null;
|
|
706903
707438
|
updated_at: Date | null;
|
|
706904
707439
|
updated_by: string | null;
|
|
706905
|
-
id_dangerous_good: string | null;
|
|
706906
707440
|
id_dg_standard: string | null;
|
|
707441
|
+
id_dangerous_good: string | null;
|
|
706907
707442
|
rules_data: SimpleJson;
|
|
706908
707443
|
}[] | undefined;
|
|
706909
707444
|
total: number | undefined;
|
|
@@ -706920,17 +707455,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706920
707455
|
};
|
|
706921
707456
|
output: {
|
|
706922
707457
|
data: {
|
|
706923
|
-
dg_standard: {
|
|
706924
|
-
is_active: boolean | null;
|
|
706925
|
-
id: string;
|
|
706926
|
-
logic_code: string | null;
|
|
706927
|
-
name: string | null;
|
|
706928
|
-
code: string | null;
|
|
706929
|
-
created_at: Date | null;
|
|
706930
|
-
created_by: string | null;
|
|
706931
|
-
updated_at: Date | null;
|
|
706932
|
-
updated_by: string | null;
|
|
706933
|
-
} | null;
|
|
706934
707458
|
dangerous_good: {
|
|
706935
707459
|
dg_class: {
|
|
706936
707460
|
is_active: boolean | null;
|
|
@@ -706962,14 +707486,25 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706962
707486
|
created_by: string | null;
|
|
706963
707487
|
updated_at: Date | null;
|
|
706964
707488
|
updated_by: string | null;
|
|
706965
|
-
id_dg_class: string | null;
|
|
706966
707489
|
id_dg_packing_group: string | null;
|
|
707490
|
+
id_dg_class: string | null;
|
|
706967
707491
|
id_dg_excepted_quantity: string | null;
|
|
706968
707492
|
un_number: string | null;
|
|
706969
707493
|
extra_labels: string | null;
|
|
706970
707494
|
sub_risk: string | null;
|
|
706971
707495
|
is_high_danger: boolean | null;
|
|
706972
707496
|
} | null;
|
|
707497
|
+
dg_standard: {
|
|
707498
|
+
is_active: boolean | null;
|
|
707499
|
+
id: string;
|
|
707500
|
+
logic_code: string | null;
|
|
707501
|
+
name: string | null;
|
|
707502
|
+
code: string | null;
|
|
707503
|
+
created_at: Date | null;
|
|
707504
|
+
created_by: string | null;
|
|
707505
|
+
updated_at: Date | null;
|
|
707506
|
+
updated_by: string | null;
|
|
707507
|
+
} | null;
|
|
706973
707508
|
is_active: boolean | null;
|
|
706974
707509
|
id: string;
|
|
706975
707510
|
logic_code: string | null;
|
|
@@ -706977,8 +707512,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
706977
707512
|
created_by: string | null;
|
|
706978
707513
|
updated_at: Date | null;
|
|
706979
707514
|
updated_by: string | null;
|
|
706980
|
-
id_dangerous_good: string | null;
|
|
706981
707515
|
id_dg_standard: string | null;
|
|
707516
|
+
id_dangerous_good: string | null;
|
|
706982
707517
|
rules_data: SimpleJson;
|
|
706983
707518
|
};
|
|
706984
707519
|
};
|
|
@@ -707093,33 +707628,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707093
707628
|
};
|
|
707094
707629
|
output: {
|
|
707095
707630
|
data: {
|
|
707096
|
-
|
|
707631
|
+
dangerous_good: {
|
|
707097
707632
|
is_active: boolean | null;
|
|
707098
707633
|
id: string;
|
|
707099
707634
|
logic_code: string | null;
|
|
707100
707635
|
name: string | null;
|
|
707101
|
-
code: string | null;
|
|
707102
707636
|
created_at: Date | null;
|
|
707103
707637
|
created_by: string | null;
|
|
707104
707638
|
updated_at: Date | null;
|
|
707105
707639
|
updated_by: string | null;
|
|
707640
|
+
id_dg_packing_group: string | null;
|
|
707641
|
+
id_dg_class: string | null;
|
|
707642
|
+
id_dg_excepted_quantity: string | null;
|
|
707643
|
+
un_number: string | null;
|
|
707644
|
+
extra_labels: string | null;
|
|
707645
|
+
sub_risk: string | null;
|
|
707646
|
+
is_high_danger: boolean | null;
|
|
707106
707647
|
} | null;
|
|
707107
|
-
|
|
707648
|
+
dg_standard: {
|
|
707108
707649
|
is_active: boolean | null;
|
|
707109
707650
|
id: string;
|
|
707110
707651
|
logic_code: string | null;
|
|
707111
707652
|
name: string | null;
|
|
707653
|
+
code: string | null;
|
|
707112
707654
|
created_at: Date | null;
|
|
707113
707655
|
created_by: string | null;
|
|
707114
707656
|
updated_at: Date | null;
|
|
707115
707657
|
updated_by: string | null;
|
|
707116
|
-
id_dg_class: string | null;
|
|
707117
|
-
id_dg_packing_group: string | null;
|
|
707118
|
-
id_dg_excepted_quantity: string | null;
|
|
707119
|
-
un_number: string | null;
|
|
707120
|
-
extra_labels: string | null;
|
|
707121
|
-
sub_risk: string | null;
|
|
707122
|
-
is_high_danger: boolean | null;
|
|
707123
707658
|
} | null;
|
|
707124
707659
|
is_active: boolean | null;
|
|
707125
707660
|
id: string;
|
|
@@ -707128,8 +707663,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707128
707663
|
created_by: string | null;
|
|
707129
707664
|
updated_at: Date | null;
|
|
707130
707665
|
updated_by: string | null;
|
|
707131
|
-
id_dangerous_good: string | null;
|
|
707132
707666
|
id_dg_standard: string | null;
|
|
707667
|
+
id_dangerous_good: string | null;
|
|
707133
707668
|
rules_data: SimpleJson;
|
|
707134
707669
|
} | undefined;
|
|
707135
707670
|
log: {
|
|
@@ -707159,33 +707694,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707159
707694
|
};
|
|
707160
707695
|
output: {
|
|
707161
707696
|
data: {
|
|
707162
|
-
|
|
707697
|
+
dangerous_good: {
|
|
707163
707698
|
is_active: boolean | null;
|
|
707164
707699
|
id: string;
|
|
707165
707700
|
logic_code: string | null;
|
|
707166
707701
|
name: string | null;
|
|
707167
|
-
code: string | null;
|
|
707168
707702
|
created_at: Date | null;
|
|
707169
707703
|
created_by: string | null;
|
|
707170
707704
|
updated_at: Date | null;
|
|
707171
707705
|
updated_by: string | null;
|
|
707706
|
+
id_dg_packing_group: string | null;
|
|
707707
|
+
id_dg_class: string | null;
|
|
707708
|
+
id_dg_excepted_quantity: string | null;
|
|
707709
|
+
un_number: string | null;
|
|
707710
|
+
extra_labels: string | null;
|
|
707711
|
+
sub_risk: string | null;
|
|
707712
|
+
is_high_danger: boolean | null;
|
|
707172
707713
|
} | null;
|
|
707173
|
-
|
|
707714
|
+
dg_standard: {
|
|
707174
707715
|
is_active: boolean | null;
|
|
707175
707716
|
id: string;
|
|
707176
707717
|
logic_code: string | null;
|
|
707177
707718
|
name: string | null;
|
|
707719
|
+
code: string | null;
|
|
707178
707720
|
created_at: Date | null;
|
|
707179
707721
|
created_by: string | null;
|
|
707180
707722
|
updated_at: Date | null;
|
|
707181
707723
|
updated_by: string | null;
|
|
707182
|
-
id_dg_class: string | null;
|
|
707183
|
-
id_dg_packing_group: string | null;
|
|
707184
|
-
id_dg_excepted_quantity: string | null;
|
|
707185
|
-
un_number: string | null;
|
|
707186
|
-
extra_labels: string | null;
|
|
707187
|
-
sub_risk: string | null;
|
|
707188
|
-
is_high_danger: boolean | null;
|
|
707189
707724
|
} | null;
|
|
707190
707725
|
is_active: boolean | null;
|
|
707191
707726
|
id: string;
|
|
@@ -707194,8 +707729,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707194
707729
|
created_by: string | null;
|
|
707195
707730
|
updated_at: Date | null;
|
|
707196
707731
|
updated_by: string | null;
|
|
707197
|
-
id_dangerous_good: string | null;
|
|
707198
707732
|
id_dg_standard: string | null;
|
|
707733
|
+
id_dangerous_good: string | null;
|
|
707199
707734
|
rules_data: SimpleJson;
|
|
707200
707735
|
} | undefined;
|
|
707201
707736
|
log: {
|
|
@@ -707228,8 +707763,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707228
707763
|
created_by: string | null;
|
|
707229
707764
|
updated_at: Date | null;
|
|
707230
707765
|
updated_by: string | null;
|
|
707231
|
-
id_dangerous_good: string | null;
|
|
707232
707766
|
id_dg_standard: string | null;
|
|
707767
|
+
id_dangerous_good: string | null;
|
|
707233
707768
|
rules_data: SimpleJson;
|
|
707234
707769
|
} | undefined)[] | undefined;
|
|
707235
707770
|
};
|
|
@@ -707551,7 +708086,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707551
708086
|
};
|
|
707552
708087
|
output: {
|
|
707553
708088
|
data: {
|
|
707554
|
-
|
|
708089
|
+
measurement_unit_type: {
|
|
707555
708090
|
is_active: boolean | null;
|
|
707556
708091
|
id: string;
|
|
707557
708092
|
logic_code: string | null;
|
|
@@ -707561,9 +708096,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707561
708096
|
created_by: string | null;
|
|
707562
708097
|
updated_at: Date | null;
|
|
707563
708098
|
updated_by: string | null;
|
|
707564
|
-
id_type: string | null;
|
|
707565
708099
|
} | null;
|
|
707566
|
-
|
|
708100
|
+
dimension_unit: {
|
|
707567
708101
|
is_active: boolean | null;
|
|
707568
708102
|
id: string;
|
|
707569
708103
|
logic_code: string | null;
|
|
@@ -707573,8 +708107,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707573
708107
|
created_by: string | null;
|
|
707574
708108
|
updated_at: Date | null;
|
|
707575
708109
|
updated_by: string | null;
|
|
708110
|
+
id_type: string | null;
|
|
707576
708111
|
} | null;
|
|
707577
|
-
|
|
708112
|
+
weight_unit: {
|
|
707578
708113
|
is_active: boolean | null;
|
|
707579
708114
|
id: string;
|
|
707580
708115
|
logic_code: string | null;
|
|
@@ -707596,12 +708131,12 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707596
708131
|
updated_at: Date | null;
|
|
707597
708132
|
updated_by: string | null;
|
|
707598
708133
|
length: Decimal | null;
|
|
707599
|
-
id_weight_unit: string | null;
|
|
707600
|
-
weight: Decimal | null;
|
|
707601
708134
|
width: Decimal | null;
|
|
707602
708135
|
height: Decimal | null;
|
|
707603
708136
|
id_dimension_unit: string | null;
|
|
708137
|
+
id_weight_unit: string | null;
|
|
707604
708138
|
id_measurement_unit_type: string | null;
|
|
708139
|
+
weight: Decimal | null;
|
|
707605
708140
|
is_keep_upright: boolean | null;
|
|
707606
708141
|
}[] | undefined;
|
|
707607
708142
|
total: number | undefined;
|
|
@@ -707628,7 +708163,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707628
708163
|
forwarding_shipment_packings: number;
|
|
707629
708164
|
syncproc_purchase_orders: number;
|
|
707630
708165
|
};
|
|
707631
|
-
|
|
708166
|
+
measurement_unit_type: {
|
|
707632
708167
|
is_active: boolean | null;
|
|
707633
708168
|
id: string;
|
|
707634
708169
|
logic_code: string | null;
|
|
@@ -707638,9 +708173,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707638
708173
|
created_by: string | null;
|
|
707639
708174
|
updated_at: Date | null;
|
|
707640
708175
|
updated_by: string | null;
|
|
707641
|
-
id_type: string | null;
|
|
707642
708176
|
} | null;
|
|
707643
|
-
|
|
708177
|
+
dimension_unit: {
|
|
707644
708178
|
is_active: boolean | null;
|
|
707645
708179
|
id: string;
|
|
707646
708180
|
logic_code: string | null;
|
|
@@ -707650,8 +708184,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707650
708184
|
created_by: string | null;
|
|
707651
708185
|
updated_at: Date | null;
|
|
707652
708186
|
updated_by: string | null;
|
|
708187
|
+
id_type: string | null;
|
|
707653
708188
|
} | null;
|
|
707654
|
-
|
|
708189
|
+
weight_unit: {
|
|
707655
708190
|
is_active: boolean | null;
|
|
707656
708191
|
id: string;
|
|
707657
708192
|
logic_code: string | null;
|
|
@@ -707673,12 +708208,12 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707673
708208
|
updated_at: Date | null;
|
|
707674
708209
|
updated_by: string | null;
|
|
707675
708210
|
length: Decimal | null;
|
|
707676
|
-
id_weight_unit: string | null;
|
|
707677
|
-
weight: Decimal | null;
|
|
707678
708211
|
width: Decimal | null;
|
|
707679
708212
|
height: Decimal | null;
|
|
707680
708213
|
id_dimension_unit: string | null;
|
|
708214
|
+
id_weight_unit: string | null;
|
|
707681
708215
|
id_measurement_unit_type: string | null;
|
|
708216
|
+
weight: Decimal | null;
|
|
707682
708217
|
is_keep_upright: boolean | null;
|
|
707683
708218
|
};
|
|
707684
708219
|
};
|
|
@@ -707810,12 +708345,12 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707810
708345
|
updated_at: Date | null;
|
|
707811
708346
|
updated_by: string | null;
|
|
707812
708347
|
length: Decimal | null;
|
|
707813
|
-
id_weight_unit: string | null;
|
|
707814
|
-
weight: Decimal | null;
|
|
707815
708348
|
width: Decimal | null;
|
|
707816
708349
|
height: Decimal | null;
|
|
707817
708350
|
id_dimension_unit: string | null;
|
|
708351
|
+
id_weight_unit: string | null;
|
|
707818
708352
|
id_measurement_unit_type: string | null;
|
|
708353
|
+
weight: Decimal | null;
|
|
707819
708354
|
is_keep_upright: boolean | null;
|
|
707820
708355
|
} | undefined;
|
|
707821
708356
|
log: {
|
|
@@ -707862,12 +708397,12 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707862
708397
|
updated_at: Date | null;
|
|
707863
708398
|
updated_by: string | null;
|
|
707864
708399
|
length: Decimal | null;
|
|
707865
|
-
id_weight_unit: string | null;
|
|
707866
|
-
weight: Decimal | null;
|
|
707867
708400
|
width: Decimal | null;
|
|
707868
708401
|
height: Decimal | null;
|
|
707869
708402
|
id_dimension_unit: string | null;
|
|
708403
|
+
id_weight_unit: string | null;
|
|
707870
708404
|
id_measurement_unit_type: string | null;
|
|
708405
|
+
weight: Decimal | null;
|
|
707871
708406
|
is_keep_upright: boolean | null;
|
|
707872
708407
|
} | undefined;
|
|
707873
708408
|
log: {
|
|
@@ -707903,12 +708438,12 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
707903
708438
|
updated_at: Date | null;
|
|
707904
708439
|
updated_by: string | null;
|
|
707905
708440
|
length: Decimal | null;
|
|
707906
|
-
id_weight_unit: string | null;
|
|
707907
|
-
weight: Decimal | null;
|
|
707908
708441
|
width: Decimal | null;
|
|
707909
708442
|
height: Decimal | null;
|
|
707910
708443
|
id_dimension_unit: string | null;
|
|
708444
|
+
id_weight_unit: string | null;
|
|
707911
708445
|
id_measurement_unit_type: string | null;
|
|
708446
|
+
weight: Decimal | null;
|
|
707912
708447
|
is_keep_upright: boolean | null;
|
|
707913
708448
|
} | undefined)[] | undefined;
|
|
707914
708449
|
};
|
|
@@ -709576,7 +710111,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
709576
710111
|
};
|
|
709577
710112
|
output: {
|
|
709578
710113
|
data: {
|
|
709579
|
-
|
|
710114
|
+
iata_commodity: {
|
|
709580
710115
|
is_active: boolean | null;
|
|
709581
710116
|
id: string;
|
|
709582
710117
|
logic_code: string | null;
|
|
@@ -709587,7 +710122,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
709587
710122
|
updated_at: Date | null;
|
|
709588
710123
|
updated_by: string | null;
|
|
709589
710124
|
} | null;
|
|
709590
|
-
|
|
710125
|
+
universal_group: {
|
|
709591
710126
|
is_active: boolean | null;
|
|
709592
710127
|
id: string;
|
|
709593
710128
|
logic_code: string | null;
|
|
@@ -709619,8 +710154,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
709619
710154
|
created_by: string | null;
|
|
709620
710155
|
updated_at: Date | null;
|
|
709621
710156
|
updated_by: string | null;
|
|
709622
|
-
id_universal_group: string | null;
|
|
709623
710157
|
id_iata_commodity: string | null;
|
|
710158
|
+
id_universal_group: string | null;
|
|
709624
710159
|
id_expiration_date_unit: string | null;
|
|
709625
710160
|
reefer_min_temp: Decimal | null;
|
|
709626
710161
|
reefer_max_temp: Decimal | null;
|
|
@@ -709645,7 +710180,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
709645
710180
|
};
|
|
709646
710181
|
output: {
|
|
709647
710182
|
data: {
|
|
709648
|
-
|
|
710183
|
+
iata_commodity: {
|
|
709649
710184
|
is_active: boolean | null;
|
|
709650
710185
|
id: string;
|
|
709651
710186
|
logic_code: string | null;
|
|
@@ -709656,7 +710191,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
709656
710191
|
updated_at: Date | null;
|
|
709657
710192
|
updated_by: string | null;
|
|
709658
710193
|
} | null;
|
|
709659
|
-
|
|
710194
|
+
universal_group: {
|
|
709660
710195
|
is_active: boolean | null;
|
|
709661
710196
|
id: string;
|
|
709662
710197
|
logic_code: string | null;
|
|
@@ -709688,8 +710223,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
709688
710223
|
created_by: string | null;
|
|
709689
710224
|
updated_at: Date | null;
|
|
709690
710225
|
updated_by: string | null;
|
|
709691
|
-
id_universal_group: string | null;
|
|
709692
710226
|
id_iata_commodity: string | null;
|
|
710227
|
+
id_universal_group: string | null;
|
|
709693
710228
|
id_expiration_date_unit: string | null;
|
|
709694
710229
|
reefer_min_temp: Decimal | null;
|
|
709695
710230
|
reefer_max_temp: Decimal | null;
|
|
@@ -709831,8 +710366,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
709831
710366
|
created_by: string | null;
|
|
709832
710367
|
updated_at: Date | null;
|
|
709833
710368
|
updated_by: string | null;
|
|
709834
|
-
id_universal_group: string | null;
|
|
709835
710369
|
id_iata_commodity: string | null;
|
|
710370
|
+
id_universal_group: string | null;
|
|
709836
710371
|
id_expiration_date_unit: string | null;
|
|
709837
710372
|
reefer_min_temp: Decimal | null;
|
|
709838
710373
|
reefer_max_temp: Decimal | null;
|
|
@@ -709889,8 +710424,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
709889
710424
|
created_by: string | null;
|
|
709890
710425
|
updated_at: Date | null;
|
|
709891
710426
|
updated_by: string | null;
|
|
709892
|
-
id_universal_group: string | null;
|
|
709893
710427
|
id_iata_commodity: string | null;
|
|
710428
|
+
id_universal_group: string | null;
|
|
709894
710429
|
id_expiration_date_unit: string | null;
|
|
709895
710430
|
reefer_min_temp: Decimal | null;
|
|
709896
710431
|
reefer_max_temp: Decimal | null;
|
|
@@ -713910,8 +714445,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
713910
714445
|
created_by: string | null;
|
|
713911
714446
|
updated_at: Date | null;
|
|
713912
714447
|
updated_by: string | null;
|
|
713913
|
-
id_type: string | null;
|
|
713914
714448
|
is_global: boolean | null;
|
|
714449
|
+
id_type: string | null;
|
|
713915
714450
|
id_percent_of_account: string | null;
|
|
713916
714451
|
id_consolidate_account: string | null;
|
|
713917
714452
|
id_alternate_account: string | null;
|
|
@@ -714113,8 +714648,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
714113
714648
|
created_by: string | null;
|
|
714114
714649
|
updated_at: Date | null;
|
|
714115
714650
|
updated_by: string | null;
|
|
714116
|
-
id_type: string | null;
|
|
714117
714651
|
is_global: boolean | null;
|
|
714652
|
+
id_type: string | null;
|
|
714118
714653
|
id_percent_of_account: string | null;
|
|
714119
714654
|
id_consolidate_account: string | null;
|
|
714120
714655
|
id_alternate_account: string | null;
|
|
@@ -714921,8 +715456,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
714921
715456
|
created_by: string | null;
|
|
714922
715457
|
updated_at: Date | null;
|
|
714923
715458
|
updated_by: string | null;
|
|
714924
|
-
id_type: string | null;
|
|
714925
715459
|
is_global: boolean | null;
|
|
715460
|
+
id_type: string | null;
|
|
714926
715461
|
id_percent_of_account: string | null;
|
|
714927
715462
|
id_consolidate_account: string | null;
|
|
714928
715463
|
id_alternate_account: string | null;
|
|
@@ -714944,8 +715479,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
714944
715479
|
created_by: string | null;
|
|
714945
715480
|
updated_at: Date | null;
|
|
714946
715481
|
updated_by: string | null;
|
|
714947
|
-
id_type: string | null;
|
|
714948
715482
|
is_global: boolean | null;
|
|
715483
|
+
id_type: string | null;
|
|
714949
715484
|
id_percent_of_account: string | null;
|
|
714950
715485
|
id_consolidate_account: string | null;
|
|
714951
715486
|
id_alternate_account: string | null;
|
|
@@ -714967,8 +715502,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
714967
715502
|
created_by: string | null;
|
|
714968
715503
|
updated_at: Date | null;
|
|
714969
715504
|
updated_by: string | null;
|
|
714970
|
-
id_type: string | null;
|
|
714971
715505
|
is_global: boolean | null;
|
|
715506
|
+
id_type: string | null;
|
|
714972
715507
|
id_percent_of_account: string | null;
|
|
714973
715508
|
id_consolidate_account: string | null;
|
|
714974
715509
|
id_alternate_account: string | null;
|
|
@@ -714990,8 +715525,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
714990
715525
|
created_by: string | null;
|
|
714991
715526
|
updated_at: Date | null;
|
|
714992
715527
|
updated_by: string | null;
|
|
714993
|
-
id_type: string | null;
|
|
714994
715528
|
is_global: boolean | null;
|
|
715529
|
+
id_type: string | null;
|
|
714995
715530
|
id_percent_of_account: string | null;
|
|
714996
715531
|
id_consolidate_account: string | null;
|
|
714997
715532
|
id_alternate_account: string | null;
|
|
@@ -715024,8 +715559,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715024
715559
|
created_by: string | null;
|
|
715025
715560
|
updated_at: Date | null;
|
|
715026
715561
|
updated_by: string | null;
|
|
715027
|
-
id_incoterm: string | null;
|
|
715028
715562
|
id_type: string | null;
|
|
715563
|
+
id_incoterm: string | null;
|
|
715029
715564
|
id_wht_type: string | null;
|
|
715030
715565
|
id_tax_rate: string | null;
|
|
715031
715566
|
id_sales_group: string | null;
|
|
@@ -715196,8 +715731,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715196
715731
|
created_by: string | null;
|
|
715197
715732
|
updated_at: Date | null;
|
|
715198
715733
|
updated_by: string | null;
|
|
715199
|
-
id_type: string | null;
|
|
715200
715734
|
is_global: boolean | null;
|
|
715735
|
+
id_type: string | null;
|
|
715201
715736
|
id_percent_of_account: string | null;
|
|
715202
715737
|
id_consolidate_account: string | null;
|
|
715203
715738
|
id_alternate_account: string | null;
|
|
@@ -715219,8 +715754,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715219
715754
|
created_by: string | null;
|
|
715220
715755
|
updated_at: Date | null;
|
|
715221
715756
|
updated_by: string | null;
|
|
715222
|
-
id_type: string | null;
|
|
715223
715757
|
is_global: boolean | null;
|
|
715758
|
+
id_type: string | null;
|
|
715224
715759
|
id_percent_of_account: string | null;
|
|
715225
715760
|
id_consolidate_account: string | null;
|
|
715226
715761
|
id_alternate_account: string | null;
|
|
@@ -715242,8 +715777,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715242
715777
|
created_by: string | null;
|
|
715243
715778
|
updated_at: Date | null;
|
|
715244
715779
|
updated_by: string | null;
|
|
715245
|
-
id_type: string | null;
|
|
715246
715780
|
is_global: boolean | null;
|
|
715781
|
+
id_type: string | null;
|
|
715247
715782
|
id_percent_of_account: string | null;
|
|
715248
715783
|
id_consolidate_account: string | null;
|
|
715249
715784
|
id_alternate_account: string | null;
|
|
@@ -715265,8 +715800,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715265
715800
|
created_by: string | null;
|
|
715266
715801
|
updated_at: Date | null;
|
|
715267
715802
|
updated_by: string | null;
|
|
715268
|
-
id_type: string | null;
|
|
715269
715803
|
is_global: boolean | null;
|
|
715804
|
+
id_type: string | null;
|
|
715270
715805
|
id_percent_of_account: string | null;
|
|
715271
715806
|
id_consolidate_account: string | null;
|
|
715272
715807
|
id_alternate_account: string | null;
|
|
@@ -715299,8 +715834,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715299
715834
|
created_by: string | null;
|
|
715300
715835
|
updated_at: Date | null;
|
|
715301
715836
|
updated_by: string | null;
|
|
715302
|
-
id_incoterm: string | null;
|
|
715303
715837
|
id_type: string | null;
|
|
715838
|
+
id_incoterm: string | null;
|
|
715304
715839
|
id_wht_type: string | null;
|
|
715305
715840
|
id_tax_rate: string | null;
|
|
715306
715841
|
id_sales_group: string | null;
|
|
@@ -715458,8 +715993,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715458
715993
|
created_by: string | null;
|
|
715459
715994
|
updated_at: Date | null;
|
|
715460
715995
|
updated_by: string | null;
|
|
715461
|
-
id_incoterm: string | null;
|
|
715462
715996
|
id_type: string | null;
|
|
715997
|
+
id_incoterm: string | null;
|
|
715463
715998
|
id_wht_type: string | null;
|
|
715464
715999
|
id_tax_rate: string | null;
|
|
715465
716000
|
id_sales_group: string | null;
|
|
@@ -715532,8 +716067,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715532
716067
|
created_by: string | null;
|
|
715533
716068
|
updated_at: Date | null;
|
|
715534
716069
|
updated_by: string | null;
|
|
715535
|
-
id_incoterm: string | null;
|
|
715536
716070
|
id_type: string | null;
|
|
716071
|
+
id_incoterm: string | null;
|
|
715537
716072
|
id_wht_type: string | null;
|
|
715538
716073
|
id_tax_rate: string | null;
|
|
715539
716074
|
id_sales_group: string | null;
|
|
@@ -715584,8 +716119,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
715584
716119
|
created_by: string | null;
|
|
715585
716120
|
updated_at: Date | null;
|
|
715586
716121
|
updated_by: string | null;
|
|
715587
|
-
id_incoterm: string | null;
|
|
715588
716122
|
id_type: string | null;
|
|
716123
|
+
id_incoterm: string | null;
|
|
715589
716124
|
id_wht_type: string | null;
|
|
715590
716125
|
id_tax_rate: string | null;
|
|
715591
716126
|
id_sales_group: string | null;
|
|
@@ -717314,8 +717849,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717314
717849
|
created_by: string | null;
|
|
717315
717850
|
updated_at: Date | null;
|
|
717316
717851
|
updated_by: string | null;
|
|
717317
|
-
id_type: string | null;
|
|
717318
717852
|
is_global: boolean | null;
|
|
717853
|
+
id_type: string | null;
|
|
717319
717854
|
id_percent_of_account: string | null;
|
|
717320
717855
|
id_consolidate_account: string | null;
|
|
717321
717856
|
id_alternate_account: string | null;
|
|
@@ -717337,8 +717872,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717337
717872
|
created_by: string | null;
|
|
717338
717873
|
updated_at: Date | null;
|
|
717339
717874
|
updated_by: string | null;
|
|
717340
|
-
id_type: string | null;
|
|
717341
717875
|
is_global: boolean | null;
|
|
717876
|
+
id_type: string | null;
|
|
717342
717877
|
id_percent_of_account: string | null;
|
|
717343
717878
|
id_consolidate_account: string | null;
|
|
717344
717879
|
id_alternate_account: string | null;
|
|
@@ -717360,8 +717895,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717360
717895
|
created_by: string | null;
|
|
717361
717896
|
updated_at: Date | null;
|
|
717362
717897
|
updated_by: string | null;
|
|
717363
|
-
id_type: string | null;
|
|
717364
717898
|
is_global: boolean | null;
|
|
717899
|
+
id_type: string | null;
|
|
717365
717900
|
id_percent_of_account: string | null;
|
|
717366
717901
|
id_consolidate_account: string | null;
|
|
717367
717902
|
id_alternate_account: string | null;
|
|
@@ -717405,8 +717940,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717405
717940
|
created_by: string | null;
|
|
717406
717941
|
updated_at: Date | null;
|
|
717407
717942
|
updated_by: string | null;
|
|
717408
|
-
id_type: string | null;
|
|
717409
717943
|
is_global: boolean | null;
|
|
717944
|
+
id_type: string | null;
|
|
717410
717945
|
id_percent_of_account: string | null;
|
|
717411
717946
|
id_consolidate_account: string | null;
|
|
717412
717947
|
id_alternate_account: string | null;
|
|
@@ -717471,8 +718006,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717471
718006
|
created_by: string | null;
|
|
717472
718007
|
updated_at: Date | null;
|
|
717473
718008
|
updated_by: string | null;
|
|
717474
|
-
id_type: string | null;
|
|
717475
718009
|
is_global: boolean | null;
|
|
718010
|
+
id_type: string | null;
|
|
717476
718011
|
id_percent_of_account: string | null;
|
|
717477
718012
|
id_consolidate_account: string | null;
|
|
717478
718013
|
id_alternate_account: string | null;
|
|
@@ -717494,8 +718029,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717494
718029
|
created_by: string | null;
|
|
717495
718030
|
updated_at: Date | null;
|
|
717496
718031
|
updated_by: string | null;
|
|
717497
|
-
id_type: string | null;
|
|
717498
718032
|
is_global: boolean | null;
|
|
718033
|
+
id_type: string | null;
|
|
717499
718034
|
id_percent_of_account: string | null;
|
|
717500
718035
|
id_consolidate_account: string | null;
|
|
717501
718036
|
id_alternate_account: string | null;
|
|
@@ -717517,8 +718052,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717517
718052
|
created_by: string | null;
|
|
717518
718053
|
updated_at: Date | null;
|
|
717519
718054
|
updated_by: string | null;
|
|
717520
|
-
id_type: string | null;
|
|
717521
718055
|
is_global: boolean | null;
|
|
718056
|
+
id_type: string | null;
|
|
717522
718057
|
id_percent_of_account: string | null;
|
|
717523
718058
|
id_consolidate_account: string | null;
|
|
717524
718059
|
id_alternate_account: string | null;
|
|
@@ -717562,8 +718097,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717562
718097
|
created_by: string | null;
|
|
717563
718098
|
updated_at: Date | null;
|
|
717564
718099
|
updated_by: string | null;
|
|
717565
|
-
id_type: string | null;
|
|
717566
718100
|
is_global: boolean | null;
|
|
718101
|
+
id_type: string | null;
|
|
717567
718102
|
id_percent_of_account: string | null;
|
|
717568
718103
|
id_consolidate_account: string | null;
|
|
717569
718104
|
id_alternate_account: string | null;
|
|
@@ -717707,8 +718242,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717707
718242
|
created_by: string | null;
|
|
717708
718243
|
updated_at: Date | null;
|
|
717709
718244
|
updated_by: string | null;
|
|
717710
|
-
id_type: string | null;
|
|
717711
718245
|
is_global: boolean | null;
|
|
718246
|
+
id_type: string | null;
|
|
717712
718247
|
id_percent_of_account: string | null;
|
|
717713
718248
|
id_consolidate_account: string | null;
|
|
717714
718249
|
id_alternate_account: string | null;
|
|
@@ -717767,8 +718302,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717767
718302
|
created_by: string | null;
|
|
717768
718303
|
updated_at: Date | null;
|
|
717769
718304
|
updated_by: string | null;
|
|
717770
|
-
id_type: string | null;
|
|
717771
718305
|
is_global: boolean | null;
|
|
718306
|
+
id_type: string | null;
|
|
717772
718307
|
id_percent_of_account: string | null;
|
|
717773
718308
|
id_consolidate_account: string | null;
|
|
717774
718309
|
id_alternate_account: string | null;
|
|
@@ -717812,8 +718347,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
717812
718347
|
created_by: string | null;
|
|
717813
718348
|
updated_at: Date | null;
|
|
717814
718349
|
updated_by: string | null;
|
|
717815
|
-
id_type: string | null;
|
|
717816
718350
|
is_global: boolean | null;
|
|
718351
|
+
id_type: string | null;
|
|
717817
718352
|
id_percent_of_account: string | null;
|
|
717818
718353
|
id_consolidate_account: string | null;
|
|
717819
718354
|
id_alternate_account: string | null;
|