@be-logixpair/api 0.0.106 → 0.0.108
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 +1890 -1307
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -704182,6 +704182,106 @@ declare const GetDetailUsersFunc: (ctx?: Context, input?: z$1.infer<typeof getDe
|
|
|
704182
704182
|
updated_by: string | null;
|
|
704183
704183
|
} | null;
|
|
704184
704184
|
last_accessed_branch: {
|
|
704185
|
+
country: {
|
|
704186
|
+
is_active: boolean | null;
|
|
704187
|
+
id: string;
|
|
704188
|
+
logic_code: string | null;
|
|
704189
|
+
name: string | null;
|
|
704190
|
+
created_at: Date | null;
|
|
704191
|
+
created_by: string | null;
|
|
704192
|
+
updated_at: Date | null;
|
|
704193
|
+
updated_by: string | null;
|
|
704194
|
+
id_currency: string | null;
|
|
704195
|
+
id_awb_currency: string | null;
|
|
704196
|
+
iso2_code: string | null;
|
|
704197
|
+
iso3_code: string | null;
|
|
704198
|
+
iso3_numeric: string | null;
|
|
704199
|
+
is_sanctioned: boolean | null;
|
|
704200
|
+
} | null;
|
|
704201
|
+
state: {
|
|
704202
|
+
is_active: boolean | null;
|
|
704203
|
+
id: string;
|
|
704204
|
+
logic_code: string | null;
|
|
704205
|
+
name: string | null;
|
|
704206
|
+
id_country: string | null;
|
|
704207
|
+
code: string | null;
|
|
704208
|
+
created_at: Date | null;
|
|
704209
|
+
created_by: string | null;
|
|
704210
|
+
updated_at: Date | null;
|
|
704211
|
+
updated_by: string | null;
|
|
704212
|
+
} | null;
|
|
704213
|
+
city: {
|
|
704214
|
+
is_active: boolean | null;
|
|
704215
|
+
id: string;
|
|
704216
|
+
logic_code: string | null;
|
|
704217
|
+
name: string | null;
|
|
704218
|
+
id_country: string | null;
|
|
704219
|
+
id_state: string | null;
|
|
704220
|
+
code: string | null;
|
|
704221
|
+
created_at: Date | null;
|
|
704222
|
+
created_by: string | null;
|
|
704223
|
+
updated_at: Date | null;
|
|
704224
|
+
updated_by: string | null;
|
|
704225
|
+
} | null;
|
|
704226
|
+
postal_code: {
|
|
704227
|
+
is_active: boolean | null;
|
|
704228
|
+
id: string;
|
|
704229
|
+
logic_code: string | null;
|
|
704230
|
+
id_country: string | null;
|
|
704231
|
+
code: string | null;
|
|
704232
|
+
created_at: Date | null;
|
|
704233
|
+
created_by: string | null;
|
|
704234
|
+
updated_at: Date | null;
|
|
704235
|
+
updated_by: string | null;
|
|
704236
|
+
} | null;
|
|
704237
|
+
company: {
|
|
704238
|
+
is_active: boolean | null;
|
|
704239
|
+
id: string;
|
|
704240
|
+
logic_code: string | null;
|
|
704241
|
+
name: string | null;
|
|
704242
|
+
id_country: string | null;
|
|
704243
|
+
id_state: string | null;
|
|
704244
|
+
id_city: string | null;
|
|
704245
|
+
id_postal_code: string | null;
|
|
704246
|
+
code: string | null;
|
|
704247
|
+
address: string | null;
|
|
704248
|
+
created_at: Date | null;
|
|
704249
|
+
created_by: string | null;
|
|
704250
|
+
updated_at: Date | null;
|
|
704251
|
+
updated_by: string | null;
|
|
704252
|
+
id_un_locode: string | null;
|
|
704253
|
+
} | null;
|
|
704254
|
+
un_locode: {
|
|
704255
|
+
is_active: boolean | null;
|
|
704256
|
+
id: string;
|
|
704257
|
+
logic_code: string | null;
|
|
704258
|
+
id_country: string | null;
|
|
704259
|
+
id_state: string | null;
|
|
704260
|
+
id_city: string | null;
|
|
704261
|
+
created_at: Date | null;
|
|
704262
|
+
created_by: string | null;
|
|
704263
|
+
updated_at: Date | null;
|
|
704264
|
+
updated_by: string | null;
|
|
704265
|
+
id_time_zone: string | null;
|
|
704266
|
+
un_code: string | null;
|
|
704267
|
+
iata_code: string | null;
|
|
704268
|
+
iata_region_code: string | null;
|
|
704269
|
+
latitude: Decimal | null;
|
|
704270
|
+
longitude: Decimal | null;
|
|
704271
|
+
port_name: string | null;
|
|
704272
|
+
proper_name: string | null;
|
|
704273
|
+
has_post: boolean | null;
|
|
704274
|
+
has_customs: boolean | null;
|
|
704275
|
+
has_unload: boolean | null;
|
|
704276
|
+
has_airport: boolean | null;
|
|
704277
|
+
has_railway: boolean | null;
|
|
704278
|
+
has_road: boolean | null;
|
|
704279
|
+
has_store: boolean | null;
|
|
704280
|
+
has_terminal: boolean | null;
|
|
704281
|
+
has_discharge: boolean | null;
|
|
704282
|
+
has_seaport: boolean | null;
|
|
704283
|
+
has_outport: boolean | null;
|
|
704284
|
+
} | null;
|
|
704185
704285
|
is_active: boolean | null;
|
|
704186
704286
|
id: string;
|
|
704187
704287
|
logic_code: string | null;
|
|
@@ -704200,6 +704300,89 @@ declare const GetDetailUsersFunc: (ctx?: Context, input?: z$1.infer<typeof getDe
|
|
|
704200
704300
|
id_un_locode: string | null;
|
|
704201
704301
|
} | null;
|
|
704202
704302
|
last_accessed_company: {
|
|
704303
|
+
country: {
|
|
704304
|
+
is_active: boolean | null;
|
|
704305
|
+
id: string;
|
|
704306
|
+
logic_code: string | null;
|
|
704307
|
+
name: string | null;
|
|
704308
|
+
created_at: Date | null;
|
|
704309
|
+
created_by: string | null;
|
|
704310
|
+
updated_at: Date | null;
|
|
704311
|
+
updated_by: string | null;
|
|
704312
|
+
id_currency: string | null;
|
|
704313
|
+
id_awb_currency: string | null;
|
|
704314
|
+
iso2_code: string | null;
|
|
704315
|
+
iso3_code: string | null;
|
|
704316
|
+
iso3_numeric: string | null;
|
|
704317
|
+
is_sanctioned: boolean | null;
|
|
704318
|
+
} | null;
|
|
704319
|
+
state: {
|
|
704320
|
+
is_active: boolean | null;
|
|
704321
|
+
id: string;
|
|
704322
|
+
logic_code: string | null;
|
|
704323
|
+
name: string | null;
|
|
704324
|
+
id_country: string | null;
|
|
704325
|
+
code: string | null;
|
|
704326
|
+
created_at: Date | null;
|
|
704327
|
+
created_by: string | null;
|
|
704328
|
+
updated_at: Date | null;
|
|
704329
|
+
updated_by: string | null;
|
|
704330
|
+
} | null;
|
|
704331
|
+
city: {
|
|
704332
|
+
is_active: boolean | null;
|
|
704333
|
+
id: string;
|
|
704334
|
+
logic_code: string | null;
|
|
704335
|
+
name: string | null;
|
|
704336
|
+
id_country: string | null;
|
|
704337
|
+
id_state: string | null;
|
|
704338
|
+
code: string | null;
|
|
704339
|
+
created_at: Date | null;
|
|
704340
|
+
created_by: string | null;
|
|
704341
|
+
updated_at: Date | null;
|
|
704342
|
+
updated_by: string | null;
|
|
704343
|
+
} | null;
|
|
704344
|
+
postal_code: {
|
|
704345
|
+
is_active: boolean | null;
|
|
704346
|
+
id: string;
|
|
704347
|
+
logic_code: string | null;
|
|
704348
|
+
id_country: string | null;
|
|
704349
|
+
code: string | null;
|
|
704350
|
+
created_at: Date | null;
|
|
704351
|
+
created_by: string | null;
|
|
704352
|
+
updated_at: Date | null;
|
|
704353
|
+
updated_by: string | null;
|
|
704354
|
+
} | null;
|
|
704355
|
+
un_locode: {
|
|
704356
|
+
is_active: boolean | null;
|
|
704357
|
+
id: string;
|
|
704358
|
+
logic_code: string | null;
|
|
704359
|
+
id_country: string | null;
|
|
704360
|
+
id_state: string | null;
|
|
704361
|
+
id_city: string | null;
|
|
704362
|
+
created_at: Date | null;
|
|
704363
|
+
created_by: string | null;
|
|
704364
|
+
updated_at: Date | null;
|
|
704365
|
+
updated_by: string | null;
|
|
704366
|
+
id_time_zone: string | null;
|
|
704367
|
+
un_code: string | null;
|
|
704368
|
+
iata_code: string | null;
|
|
704369
|
+
iata_region_code: string | null;
|
|
704370
|
+
latitude: Decimal | null;
|
|
704371
|
+
longitude: Decimal | null;
|
|
704372
|
+
port_name: string | null;
|
|
704373
|
+
proper_name: string | null;
|
|
704374
|
+
has_post: boolean | null;
|
|
704375
|
+
has_customs: boolean | null;
|
|
704376
|
+
has_unload: boolean | null;
|
|
704377
|
+
has_airport: boolean | null;
|
|
704378
|
+
has_railway: boolean | null;
|
|
704379
|
+
has_road: boolean | null;
|
|
704380
|
+
has_store: boolean | null;
|
|
704381
|
+
has_terminal: boolean | null;
|
|
704382
|
+
has_discharge: boolean | null;
|
|
704383
|
+
has_seaport: boolean | null;
|
|
704384
|
+
has_outport: boolean | null;
|
|
704385
|
+
} | null;
|
|
704203
704386
|
is_active: boolean | null;
|
|
704204
704387
|
id: string;
|
|
704205
704388
|
logic_code: string | null;
|
|
@@ -704483,45 +704666,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
704483
704666
|
id_type: string | null;
|
|
704484
704667
|
is_override: boolean | null;
|
|
704485
704668
|
}[];
|
|
704486
|
-
forwarding_shipment_packings: {
|
|
704487
|
-
is_active: boolean | null;
|
|
704488
|
-
id: string;
|
|
704489
|
-
logic_code: string | null;
|
|
704490
|
-
code: string | null;
|
|
704491
|
-
created_at: Date | null;
|
|
704492
|
-
created_by: string | null;
|
|
704493
|
-
updated_at: Date | null;
|
|
704494
|
-
updated_by: string | null;
|
|
704495
|
-
length: Decimal | null;
|
|
704496
|
-
description: string | null;
|
|
704497
|
-
id_weight_unit: string | null;
|
|
704498
|
-
id_volume_unit: string | null;
|
|
704499
|
-
id_commodity: string | null;
|
|
704500
|
-
id_forwarding_booking: string | null;
|
|
704501
|
-
volume: Decimal | null;
|
|
704502
|
-
id_forwarding_shipment: string | null;
|
|
704503
|
-
id_console_container: string | null;
|
|
704504
|
-
id_package_type: string | null;
|
|
704505
|
-
id_length_unit: string | null;
|
|
704506
|
-
id_width_unit: string | null;
|
|
704507
|
-
id_height_unit: string | null;
|
|
704508
|
-
id_dg_substance: string | null;
|
|
704509
|
-
id_dg_class: string | null;
|
|
704510
|
-
po_number: string | null;
|
|
704511
|
-
goods_description: string | null;
|
|
704512
|
-
item_number: string | null;
|
|
704513
|
-
pack: number | null;
|
|
704514
|
-
packing_order: number | null;
|
|
704515
|
-
weight: Decimal | null;
|
|
704516
|
-
width: Decimal | null;
|
|
704517
|
-
height: Decimal | null;
|
|
704518
|
-
harmonized_code: string | null;
|
|
704519
|
-
harmonized_description: string | null;
|
|
704520
|
-
dg_substance_name: string | null;
|
|
704521
|
-
dg_class_name: string | null;
|
|
704522
|
-
flash_point: Decimal | null;
|
|
704523
|
-
un_dg_contact: string | null;
|
|
704524
|
-
}[];
|
|
704525
704669
|
forwarding_transport_mode: {
|
|
704526
704670
|
is_active: boolean | null;
|
|
704527
704671
|
id: string;
|
|
@@ -704801,6 +704945,45 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
704801
704945
|
is_vent_required: boolean;
|
|
704802
704946
|
expiration_date: number | null;
|
|
704803
704947
|
} | null;
|
|
704948
|
+
forwarding_shipment_packings: {
|
|
704949
|
+
is_active: boolean | null;
|
|
704950
|
+
id: string;
|
|
704951
|
+
logic_code: string | null;
|
|
704952
|
+
code: string | null;
|
|
704953
|
+
created_at: Date | null;
|
|
704954
|
+
created_by: string | null;
|
|
704955
|
+
updated_at: Date | null;
|
|
704956
|
+
updated_by: string | null;
|
|
704957
|
+
length: Decimal | null;
|
|
704958
|
+
id_weight_unit: string | null;
|
|
704959
|
+
id_volume_unit: string | null;
|
|
704960
|
+
id_commodity: string | null;
|
|
704961
|
+
id_forwarding_booking: string | null;
|
|
704962
|
+
description: string | null;
|
|
704963
|
+
volume: Decimal | null;
|
|
704964
|
+
id_forwarding_shipment: string | null;
|
|
704965
|
+
id_console_container: string | null;
|
|
704966
|
+
id_package_type: string | null;
|
|
704967
|
+
id_length_unit: string | null;
|
|
704968
|
+
id_width_unit: string | null;
|
|
704969
|
+
id_height_unit: string | null;
|
|
704970
|
+
id_dg_substance: string | null;
|
|
704971
|
+
id_dg_class: string | null;
|
|
704972
|
+
po_number: string | null;
|
|
704973
|
+
goods_description: string | null;
|
|
704974
|
+
item_number: string | null;
|
|
704975
|
+
pack: number | null;
|
|
704976
|
+
packing_order: number | null;
|
|
704977
|
+
weight: Decimal | null;
|
|
704978
|
+
width: Decimal | null;
|
|
704979
|
+
height: Decimal | null;
|
|
704980
|
+
harmonized_code: string | null;
|
|
704981
|
+
harmonized_description: string | null;
|
|
704982
|
+
dg_substance_name: string | null;
|
|
704983
|
+
dg_class_name: string | null;
|
|
704984
|
+
flash_point: Decimal | null;
|
|
704985
|
+
un_dg_contact: string | null;
|
|
704986
|
+
}[];
|
|
704804
704987
|
is_active: boolean | null;
|
|
704805
704988
|
id: string;
|
|
704806
704989
|
logic_code: string | null;
|
|
@@ -704809,7 +704992,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
704809
704992
|
updated_at: Date | null;
|
|
704810
704993
|
updated_by: string | null;
|
|
704811
704994
|
length: Decimal | null;
|
|
704812
|
-
description: string | null;
|
|
704813
704995
|
id_transport_mode: string | null;
|
|
704814
704996
|
id_container_shipping_type: string | null;
|
|
704815
704997
|
id_incoterm: string | null;
|
|
@@ -704827,6 +705009,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
704827
705009
|
id_volume_unit: string | null;
|
|
704828
705010
|
id_chargeable_unit: string | null;
|
|
704829
705011
|
id_commodity: string | null;
|
|
705012
|
+
description: string | null;
|
|
704830
705013
|
extra_term: string | null;
|
|
704831
705014
|
shipper_ref: string | null;
|
|
704832
705015
|
mark_number: string | null;
|
|
@@ -704955,275 +705138,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
704955
705138
|
id_type: string | null;
|
|
704956
705139
|
is_override: boolean | null;
|
|
704957
705140
|
}[];
|
|
704958
|
-
forwarding_shipment_packings: {
|
|
704959
|
-
forwarding_booking: {
|
|
704960
|
-
is_active: boolean | null;
|
|
704961
|
-
id: string;
|
|
704962
|
-
logic_code: string | null;
|
|
704963
|
-
created_at: Date | null;
|
|
704964
|
-
created_by: string | null;
|
|
704965
|
-
updated_at: Date | null;
|
|
704966
|
-
updated_by: string | null;
|
|
704967
|
-
length: Decimal | null;
|
|
704968
|
-
description: string | null;
|
|
704969
|
-
id_transport_mode: string | null;
|
|
704970
|
-
id_container_shipping_type: string | null;
|
|
704971
|
-
id_incoterm: string | null;
|
|
704972
|
-
id_service_level: string | null;
|
|
704973
|
-
id_release_type: string | null;
|
|
704974
|
-
id_charges_apply: string | null;
|
|
704975
|
-
id_origin_un_locode: string | null;
|
|
704976
|
-
id_destination_un_locode: string | null;
|
|
704977
|
-
id_carrier: string | null;
|
|
704978
|
-
id_creditor: string | null;
|
|
704979
|
-
id_carrier_service_level: string | null;
|
|
704980
|
-
id_on_board_status: string | null;
|
|
704981
|
-
id_outer_unit: string | null;
|
|
704982
|
-
id_weight_unit: string | null;
|
|
704983
|
-
id_volume_unit: string | null;
|
|
704984
|
-
id_chargeable_unit: string | null;
|
|
704985
|
-
id_commodity: string | null;
|
|
704986
|
-
extra_term: string | null;
|
|
704987
|
-
shipper_ref: string | null;
|
|
704988
|
-
mark_number: string | null;
|
|
704989
|
-
contract_number: string | null;
|
|
704990
|
-
booking_date: Date | null;
|
|
704991
|
-
expected_pickup_date: Date | null;
|
|
704992
|
-
expected_delivery_date: Date | null;
|
|
704993
|
-
customer_expected_pickup_date: Date | null;
|
|
704994
|
-
customer_expected_delivery_date: Date | null;
|
|
704995
|
-
outer: Decimal | null;
|
|
704996
|
-
volume: Decimal | null;
|
|
704997
|
-
chargeable: Decimal | null;
|
|
704998
|
-
booking_number: string | null;
|
|
704999
|
-
} | null;
|
|
705000
|
-
commodity: {
|
|
705001
|
-
is_active: boolean | null;
|
|
705002
|
-
id: string;
|
|
705003
|
-
logic_code: string | null;
|
|
705004
|
-
name: string | null;
|
|
705005
|
-
code: string | null;
|
|
705006
|
-
created_at: Date | null;
|
|
705007
|
-
created_by: string | null;
|
|
705008
|
-
updated_at: Date | null;
|
|
705009
|
-
updated_by: string | null;
|
|
705010
|
-
id_universal_group: string | null;
|
|
705011
|
-
id_iata_commodity: string | null;
|
|
705012
|
-
id_expiration_date_unit: string | null;
|
|
705013
|
-
reefer_min_temp: Decimal | null;
|
|
705014
|
-
reefer_max_temp: Decimal | null;
|
|
705015
|
-
is_hazardous: boolean;
|
|
705016
|
-
is_perishable: boolean;
|
|
705017
|
-
is_flammable: boolean;
|
|
705018
|
-
is_timber: boolean;
|
|
705019
|
-
is_vent_required: boolean;
|
|
705020
|
-
expiration_date: number | null;
|
|
705021
|
-
} | null;
|
|
705022
|
-
forwarding_shipment: {
|
|
705023
|
-
is_active: boolean | null;
|
|
705024
|
-
id: string;
|
|
705025
|
-
logic_code: string | null;
|
|
705026
|
-
created_at: Date | null;
|
|
705027
|
-
created_by: string | null;
|
|
705028
|
-
updated_at: Date | null;
|
|
705029
|
-
updated_by: string | null;
|
|
705030
|
-
description: string | null;
|
|
705031
|
-
id_transport_mode: string | null;
|
|
705032
|
-
id_container_shipping_type: string | null;
|
|
705033
|
-
id_incoterm: string | null;
|
|
705034
|
-
id_service_level: string | null;
|
|
705035
|
-
id_release_type: string | null;
|
|
705036
|
-
id_on_board_status: string | null;
|
|
705037
|
-
id_weight_unit: string | null;
|
|
705038
|
-
id_volume_unit: string | null;
|
|
705039
|
-
id_chargeable_unit: string | null;
|
|
705040
|
-
mark_number: string | null;
|
|
705041
|
-
volume: Decimal | null;
|
|
705042
|
-
chargeable: Decimal | null;
|
|
705043
|
-
weight: Decimal | null;
|
|
705044
|
-
id_transport_type: string | null;
|
|
705045
|
-
id_service_scope: string | null;
|
|
705046
|
-
id_origin: string | null;
|
|
705047
|
-
id_destination: string | null;
|
|
705048
|
-
id_weight_volume_unit: string | null;
|
|
705049
|
-
id_package_count_type: string | null;
|
|
705050
|
-
id_package_inner_count_type: string | null;
|
|
705051
|
-
id_air_waybill_dims: string | null;
|
|
705052
|
-
id_house_bill_type: string | null;
|
|
705053
|
-
id_hbl_delivery_mode: string | null;
|
|
705054
|
-
id_charge_apply: string | null;
|
|
705055
|
-
id_control_customer: string | null;
|
|
705056
|
-
id_control_agent: string | null;
|
|
705057
|
-
shipment_number: string | null;
|
|
705058
|
-
house_bill: string | null;
|
|
705059
|
-
weight_volume: Decimal | null;
|
|
705060
|
-
package_count: number | null;
|
|
705061
|
-
package_inner_count: number | null;
|
|
705062
|
-
original_bills: number | null;
|
|
705063
|
-
copy_bills: number | null;
|
|
705064
|
-
estimated_delivery_date: Date | null;
|
|
705065
|
-
estimated_arrival_date: Date | null;
|
|
705066
|
-
issue_date: Date | null;
|
|
705067
|
-
} | null;
|
|
705068
|
-
forwarding_console_container: {
|
|
705069
|
-
is_active: boolean | null;
|
|
705070
|
-
id: string;
|
|
705071
|
-
logic_code: string | null;
|
|
705072
|
-
name: string | null;
|
|
705073
|
-
code: string | null;
|
|
705074
|
-
created_at: Date | null;
|
|
705075
|
-
created_by: string | null;
|
|
705076
|
-
updated_at: Date | null;
|
|
705077
|
-
updated_by: string | null;
|
|
705078
|
-
id_container_shipping_type: string | null;
|
|
705079
|
-
id_type: string | null;
|
|
705080
|
-
id_delivery_mode: string | null;
|
|
705081
|
-
} | null;
|
|
705082
|
-
package_type: {
|
|
705083
|
-
is_active: boolean | null;
|
|
705084
|
-
id: string;
|
|
705085
|
-
logic_code: string | null;
|
|
705086
|
-
name: string | null;
|
|
705087
|
-
code: string | null;
|
|
705088
|
-
created_at: Date | null;
|
|
705089
|
-
created_by: string | null;
|
|
705090
|
-
updated_at: Date | null;
|
|
705091
|
-
updated_by: string | null;
|
|
705092
|
-
length: Decimal | null;
|
|
705093
|
-
id_weight_unit: string | null;
|
|
705094
|
-
weight: Decimal | null;
|
|
705095
|
-
width: Decimal | null;
|
|
705096
|
-
height: Decimal | null;
|
|
705097
|
-
id_dimension_unit: string | null;
|
|
705098
|
-
id_measurement_unit_type: string | null;
|
|
705099
|
-
is_keep_upright: boolean | null;
|
|
705100
|
-
} | null;
|
|
705101
|
-
weight_unit: {
|
|
705102
|
-
is_active: boolean | null;
|
|
705103
|
-
id: string;
|
|
705104
|
-
logic_code: string | null;
|
|
705105
|
-
name: string | null;
|
|
705106
|
-
code: string | null;
|
|
705107
|
-
created_at: Date | null;
|
|
705108
|
-
created_by: string | null;
|
|
705109
|
-
updated_at: Date | null;
|
|
705110
|
-
updated_by: string | null;
|
|
705111
|
-
id_type: string | null;
|
|
705112
|
-
} | null;
|
|
705113
|
-
volume_unit: {
|
|
705114
|
-
is_active: boolean | null;
|
|
705115
|
-
id: string;
|
|
705116
|
-
logic_code: string | null;
|
|
705117
|
-
name: string | null;
|
|
705118
|
-
code: string | null;
|
|
705119
|
-
created_at: Date | null;
|
|
705120
|
-
created_by: string | null;
|
|
705121
|
-
updated_at: Date | null;
|
|
705122
|
-
updated_by: string | null;
|
|
705123
|
-
id_type: string | null;
|
|
705124
|
-
} | null;
|
|
705125
|
-
length_unit: {
|
|
705126
|
-
is_active: boolean | null;
|
|
705127
|
-
id: string;
|
|
705128
|
-
logic_code: string | null;
|
|
705129
|
-
name: string | null;
|
|
705130
|
-
code: string | null;
|
|
705131
|
-
created_at: Date | null;
|
|
705132
|
-
created_by: string | null;
|
|
705133
|
-
updated_at: Date | null;
|
|
705134
|
-
updated_by: string | null;
|
|
705135
|
-
id_type: string | null;
|
|
705136
|
-
} | null;
|
|
705137
|
-
width_unit: {
|
|
705138
|
-
is_active: boolean | null;
|
|
705139
|
-
id: string;
|
|
705140
|
-
logic_code: string | null;
|
|
705141
|
-
name: string | null;
|
|
705142
|
-
code: string | null;
|
|
705143
|
-
created_at: Date | null;
|
|
705144
|
-
created_by: string | null;
|
|
705145
|
-
updated_at: Date | null;
|
|
705146
|
-
updated_by: string | null;
|
|
705147
|
-
id_type: string | null;
|
|
705148
|
-
} | null;
|
|
705149
|
-
height_unit: {
|
|
705150
|
-
is_active: boolean | null;
|
|
705151
|
-
id: string;
|
|
705152
|
-
logic_code: string | null;
|
|
705153
|
-
name: string | null;
|
|
705154
|
-
code: string | null;
|
|
705155
|
-
created_at: Date | null;
|
|
705156
|
-
created_by: string | null;
|
|
705157
|
-
updated_at: Date | null;
|
|
705158
|
-
updated_by: string | null;
|
|
705159
|
-
id_type: string | null;
|
|
705160
|
-
} | null;
|
|
705161
|
-
dg_substance: {
|
|
705162
|
-
is_active: boolean | null;
|
|
705163
|
-
id: string;
|
|
705164
|
-
logic_code: string | null;
|
|
705165
|
-
name: string | null;
|
|
705166
|
-
created_at: Date | null;
|
|
705167
|
-
created_by: string | null;
|
|
705168
|
-
updated_at: Date | null;
|
|
705169
|
-
updated_by: string | null;
|
|
705170
|
-
id_dg_class: string | null;
|
|
705171
|
-
id_dg_packing_group: string | null;
|
|
705172
|
-
id_dg_excepted_quantity: string | null;
|
|
705173
|
-
un_number: string | null;
|
|
705174
|
-
extra_labels: string | null;
|
|
705175
|
-
sub_risk: string | null;
|
|
705176
|
-
is_high_danger: boolean | null;
|
|
705177
|
-
} | null;
|
|
705178
|
-
dg_class: {
|
|
705179
|
-
is_active: boolean | null;
|
|
705180
|
-
id: string;
|
|
705181
|
-
logic_code: string | null;
|
|
705182
|
-
name: string | null;
|
|
705183
|
-
code: string | null;
|
|
705184
|
-
created_at: Date | null;
|
|
705185
|
-
created_by: string | null;
|
|
705186
|
-
updated_at: Date | null;
|
|
705187
|
-
updated_by: string | null;
|
|
705188
|
-
} | null;
|
|
705189
|
-
is_active: boolean | null;
|
|
705190
|
-
id: string;
|
|
705191
|
-
logic_code: string | null;
|
|
705192
|
-
code: string | null;
|
|
705193
|
-
created_at: Date | null;
|
|
705194
|
-
created_by: string | null;
|
|
705195
|
-
updated_at: Date | null;
|
|
705196
|
-
updated_by: string | null;
|
|
705197
|
-
length: Decimal | null;
|
|
705198
|
-
description: string | null;
|
|
705199
|
-
id_weight_unit: string | null;
|
|
705200
|
-
id_volume_unit: string | null;
|
|
705201
|
-
id_commodity: string | null;
|
|
705202
|
-
id_forwarding_booking: string | null;
|
|
705203
|
-
volume: Decimal | null;
|
|
705204
|
-
id_forwarding_shipment: string | null;
|
|
705205
|
-
id_console_container: string | null;
|
|
705206
|
-
id_package_type: string | null;
|
|
705207
|
-
id_length_unit: string | null;
|
|
705208
|
-
id_width_unit: string | null;
|
|
705209
|
-
id_height_unit: string | null;
|
|
705210
|
-
id_dg_substance: string | null;
|
|
705211
|
-
id_dg_class: string | null;
|
|
705212
|
-
po_number: string | null;
|
|
705213
|
-
goods_description: string | null;
|
|
705214
|
-
item_number: string | null;
|
|
705215
|
-
pack: number | null;
|
|
705216
|
-
packing_order: number | null;
|
|
705217
|
-
weight: Decimal | null;
|
|
705218
|
-
width: Decimal | null;
|
|
705219
|
-
height: Decimal | null;
|
|
705220
|
-
harmonized_code: string | null;
|
|
705221
|
-
harmonized_description: string | null;
|
|
705222
|
-
dg_substance_name: string | null;
|
|
705223
|
-
dg_class_name: string | null;
|
|
705224
|
-
flash_point: Decimal | null;
|
|
705225
|
-
un_dg_contact: string | null;
|
|
705226
|
-
}[];
|
|
705227
705141
|
forwarding_transport_mode: {
|
|
705228
705142
|
is_active: boolean | null;
|
|
705229
705143
|
id: string;
|
|
@@ -705503,6 +705417,275 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705503
705417
|
is_vent_required: boolean;
|
|
705504
705418
|
expiration_date: number | null;
|
|
705505
705419
|
} | null;
|
|
705420
|
+
forwarding_shipment_packings: {
|
|
705421
|
+
forwarding_booking: {
|
|
705422
|
+
is_active: boolean | null;
|
|
705423
|
+
id: string;
|
|
705424
|
+
logic_code: string | null;
|
|
705425
|
+
created_at: Date | null;
|
|
705426
|
+
created_by: string | null;
|
|
705427
|
+
updated_at: Date | null;
|
|
705428
|
+
updated_by: string | null;
|
|
705429
|
+
length: Decimal | null;
|
|
705430
|
+
id_transport_mode: string | null;
|
|
705431
|
+
id_container_shipping_type: string | null;
|
|
705432
|
+
id_incoterm: string | null;
|
|
705433
|
+
id_service_level: string | null;
|
|
705434
|
+
id_release_type: string | null;
|
|
705435
|
+
id_charges_apply: string | null;
|
|
705436
|
+
id_origin_un_locode: string | null;
|
|
705437
|
+
id_destination_un_locode: string | null;
|
|
705438
|
+
id_carrier: string | null;
|
|
705439
|
+
id_creditor: string | null;
|
|
705440
|
+
id_carrier_service_level: string | null;
|
|
705441
|
+
id_on_board_status: string | null;
|
|
705442
|
+
id_outer_unit: string | null;
|
|
705443
|
+
id_weight_unit: string | null;
|
|
705444
|
+
id_volume_unit: string | null;
|
|
705445
|
+
id_chargeable_unit: string | null;
|
|
705446
|
+
id_commodity: string | null;
|
|
705447
|
+
description: string | null;
|
|
705448
|
+
extra_term: string | null;
|
|
705449
|
+
shipper_ref: string | null;
|
|
705450
|
+
mark_number: string | null;
|
|
705451
|
+
contract_number: string | null;
|
|
705452
|
+
booking_date: Date | null;
|
|
705453
|
+
expected_pickup_date: Date | null;
|
|
705454
|
+
expected_delivery_date: Date | null;
|
|
705455
|
+
customer_expected_pickup_date: Date | null;
|
|
705456
|
+
customer_expected_delivery_date: Date | null;
|
|
705457
|
+
outer: Decimal | null;
|
|
705458
|
+
volume: Decimal | null;
|
|
705459
|
+
chargeable: Decimal | null;
|
|
705460
|
+
booking_number: string | null;
|
|
705461
|
+
} | null;
|
|
705462
|
+
commodity: {
|
|
705463
|
+
is_active: boolean | null;
|
|
705464
|
+
id: string;
|
|
705465
|
+
logic_code: string | null;
|
|
705466
|
+
name: string | null;
|
|
705467
|
+
code: string | null;
|
|
705468
|
+
created_at: Date | null;
|
|
705469
|
+
created_by: string | null;
|
|
705470
|
+
updated_at: Date | null;
|
|
705471
|
+
updated_by: string | null;
|
|
705472
|
+
id_universal_group: string | null;
|
|
705473
|
+
id_iata_commodity: string | null;
|
|
705474
|
+
id_expiration_date_unit: string | null;
|
|
705475
|
+
reefer_min_temp: Decimal | null;
|
|
705476
|
+
reefer_max_temp: Decimal | null;
|
|
705477
|
+
is_hazardous: boolean;
|
|
705478
|
+
is_perishable: boolean;
|
|
705479
|
+
is_flammable: boolean;
|
|
705480
|
+
is_timber: boolean;
|
|
705481
|
+
is_vent_required: boolean;
|
|
705482
|
+
expiration_date: number | null;
|
|
705483
|
+
} | null;
|
|
705484
|
+
forwarding_shipment: {
|
|
705485
|
+
is_active: boolean | null;
|
|
705486
|
+
id: string;
|
|
705487
|
+
logic_code: string | null;
|
|
705488
|
+
created_at: Date | null;
|
|
705489
|
+
created_by: string | null;
|
|
705490
|
+
updated_at: Date | null;
|
|
705491
|
+
updated_by: string | null;
|
|
705492
|
+
id_transport_mode: string | null;
|
|
705493
|
+
id_container_shipping_type: string | null;
|
|
705494
|
+
id_incoterm: string | null;
|
|
705495
|
+
id_service_level: string | null;
|
|
705496
|
+
id_release_type: string | null;
|
|
705497
|
+
id_on_board_status: string | null;
|
|
705498
|
+
id_weight_unit: string | null;
|
|
705499
|
+
id_volume_unit: string | null;
|
|
705500
|
+
id_chargeable_unit: string | null;
|
|
705501
|
+
description: string | null;
|
|
705502
|
+
mark_number: string | null;
|
|
705503
|
+
volume: Decimal | null;
|
|
705504
|
+
chargeable: Decimal | null;
|
|
705505
|
+
weight: Decimal | null;
|
|
705506
|
+
id_transport_type: string | null;
|
|
705507
|
+
id_service_scope: string | null;
|
|
705508
|
+
id_origin: string | null;
|
|
705509
|
+
id_destination: string | null;
|
|
705510
|
+
id_weight_volume_unit: string | null;
|
|
705511
|
+
id_package_count_type: string | null;
|
|
705512
|
+
id_package_inner_count_type: string | null;
|
|
705513
|
+
id_air_waybill_dims: string | null;
|
|
705514
|
+
id_house_bill_type: string | null;
|
|
705515
|
+
id_hbl_delivery_mode: string | null;
|
|
705516
|
+
id_charge_apply: string | null;
|
|
705517
|
+
id_control_customer: string | null;
|
|
705518
|
+
id_control_agent: string | null;
|
|
705519
|
+
shipment_number: string | null;
|
|
705520
|
+
house_bill: string | null;
|
|
705521
|
+
weight_volume: Decimal | null;
|
|
705522
|
+
package_count: number | null;
|
|
705523
|
+
package_inner_count: number | null;
|
|
705524
|
+
original_bills: number | null;
|
|
705525
|
+
copy_bills: number | null;
|
|
705526
|
+
estimated_delivery_date: Date | null;
|
|
705527
|
+
estimated_arrival_date: Date | null;
|
|
705528
|
+
issue_date: Date | null;
|
|
705529
|
+
} | null;
|
|
705530
|
+
forwarding_console_container: {
|
|
705531
|
+
is_active: boolean | null;
|
|
705532
|
+
id: string;
|
|
705533
|
+
logic_code: string | null;
|
|
705534
|
+
name: string | null;
|
|
705535
|
+
code: string | null;
|
|
705536
|
+
created_at: Date | null;
|
|
705537
|
+
created_by: string | null;
|
|
705538
|
+
updated_at: Date | null;
|
|
705539
|
+
updated_by: string | null;
|
|
705540
|
+
id_container_shipping_type: string | null;
|
|
705541
|
+
id_type: string | null;
|
|
705542
|
+
id_delivery_mode: string | null;
|
|
705543
|
+
} | null;
|
|
705544
|
+
package_type: {
|
|
705545
|
+
is_active: boolean | null;
|
|
705546
|
+
id: string;
|
|
705547
|
+
logic_code: string | null;
|
|
705548
|
+
name: string | null;
|
|
705549
|
+
code: string | null;
|
|
705550
|
+
created_at: Date | null;
|
|
705551
|
+
created_by: string | null;
|
|
705552
|
+
updated_at: Date | null;
|
|
705553
|
+
updated_by: string | null;
|
|
705554
|
+
length: Decimal | null;
|
|
705555
|
+
id_weight_unit: string | null;
|
|
705556
|
+
weight: Decimal | null;
|
|
705557
|
+
width: Decimal | null;
|
|
705558
|
+
height: Decimal | null;
|
|
705559
|
+
id_dimension_unit: string | null;
|
|
705560
|
+
id_measurement_unit_type: string | null;
|
|
705561
|
+
is_keep_upright: boolean | null;
|
|
705562
|
+
} | null;
|
|
705563
|
+
weight_unit: {
|
|
705564
|
+
is_active: boolean | null;
|
|
705565
|
+
id: string;
|
|
705566
|
+
logic_code: string | null;
|
|
705567
|
+
name: string | null;
|
|
705568
|
+
code: string | null;
|
|
705569
|
+
created_at: Date | null;
|
|
705570
|
+
created_by: string | null;
|
|
705571
|
+
updated_at: Date | null;
|
|
705572
|
+
updated_by: string | null;
|
|
705573
|
+
id_type: string | null;
|
|
705574
|
+
} | null;
|
|
705575
|
+
volume_unit: {
|
|
705576
|
+
is_active: boolean | null;
|
|
705577
|
+
id: string;
|
|
705578
|
+
logic_code: string | null;
|
|
705579
|
+
name: string | null;
|
|
705580
|
+
code: string | null;
|
|
705581
|
+
created_at: Date | null;
|
|
705582
|
+
created_by: string | null;
|
|
705583
|
+
updated_at: Date | null;
|
|
705584
|
+
updated_by: string | null;
|
|
705585
|
+
id_type: string | null;
|
|
705586
|
+
} | null;
|
|
705587
|
+
length_unit: {
|
|
705588
|
+
is_active: boolean | null;
|
|
705589
|
+
id: string;
|
|
705590
|
+
logic_code: string | null;
|
|
705591
|
+
name: string | null;
|
|
705592
|
+
code: string | null;
|
|
705593
|
+
created_at: Date | null;
|
|
705594
|
+
created_by: string | null;
|
|
705595
|
+
updated_at: Date | null;
|
|
705596
|
+
updated_by: string | null;
|
|
705597
|
+
id_type: string | null;
|
|
705598
|
+
} | null;
|
|
705599
|
+
width_unit: {
|
|
705600
|
+
is_active: boolean | null;
|
|
705601
|
+
id: string;
|
|
705602
|
+
logic_code: string | null;
|
|
705603
|
+
name: string | null;
|
|
705604
|
+
code: string | null;
|
|
705605
|
+
created_at: Date | null;
|
|
705606
|
+
created_by: string | null;
|
|
705607
|
+
updated_at: Date | null;
|
|
705608
|
+
updated_by: string | null;
|
|
705609
|
+
id_type: string | null;
|
|
705610
|
+
} | null;
|
|
705611
|
+
height_unit: {
|
|
705612
|
+
is_active: boolean | null;
|
|
705613
|
+
id: string;
|
|
705614
|
+
logic_code: string | null;
|
|
705615
|
+
name: string | null;
|
|
705616
|
+
code: string | null;
|
|
705617
|
+
created_at: Date | null;
|
|
705618
|
+
created_by: string | null;
|
|
705619
|
+
updated_at: Date | null;
|
|
705620
|
+
updated_by: string | null;
|
|
705621
|
+
id_type: string | null;
|
|
705622
|
+
} | null;
|
|
705623
|
+
dg_substance: {
|
|
705624
|
+
is_active: boolean | null;
|
|
705625
|
+
id: string;
|
|
705626
|
+
logic_code: string | null;
|
|
705627
|
+
name: string | null;
|
|
705628
|
+
created_at: Date | null;
|
|
705629
|
+
created_by: string | null;
|
|
705630
|
+
updated_at: Date | null;
|
|
705631
|
+
updated_by: string | null;
|
|
705632
|
+
id_dg_class: string | null;
|
|
705633
|
+
id_dg_packing_group: string | null;
|
|
705634
|
+
id_dg_excepted_quantity: string | null;
|
|
705635
|
+
un_number: string | null;
|
|
705636
|
+
extra_labels: string | null;
|
|
705637
|
+
sub_risk: string | null;
|
|
705638
|
+
is_high_danger: boolean | null;
|
|
705639
|
+
} | null;
|
|
705640
|
+
dg_class: {
|
|
705641
|
+
is_active: boolean | null;
|
|
705642
|
+
id: string;
|
|
705643
|
+
logic_code: string | null;
|
|
705644
|
+
name: string | null;
|
|
705645
|
+
code: string | null;
|
|
705646
|
+
created_at: Date | null;
|
|
705647
|
+
created_by: string | null;
|
|
705648
|
+
updated_at: Date | null;
|
|
705649
|
+
updated_by: string | null;
|
|
705650
|
+
} | null;
|
|
705651
|
+
is_active: boolean | null;
|
|
705652
|
+
id: string;
|
|
705653
|
+
logic_code: string | null;
|
|
705654
|
+
code: string | null;
|
|
705655
|
+
created_at: Date | null;
|
|
705656
|
+
created_by: string | null;
|
|
705657
|
+
updated_at: Date | null;
|
|
705658
|
+
updated_by: string | null;
|
|
705659
|
+
length: Decimal | null;
|
|
705660
|
+
id_weight_unit: string | null;
|
|
705661
|
+
id_volume_unit: string | null;
|
|
705662
|
+
id_commodity: string | null;
|
|
705663
|
+
id_forwarding_booking: string | null;
|
|
705664
|
+
description: string | null;
|
|
705665
|
+
volume: Decimal | null;
|
|
705666
|
+
id_forwarding_shipment: string | null;
|
|
705667
|
+
id_console_container: string | null;
|
|
705668
|
+
id_package_type: string | null;
|
|
705669
|
+
id_length_unit: string | null;
|
|
705670
|
+
id_width_unit: string | null;
|
|
705671
|
+
id_height_unit: string | null;
|
|
705672
|
+
id_dg_substance: string | null;
|
|
705673
|
+
id_dg_class: string | null;
|
|
705674
|
+
po_number: string | null;
|
|
705675
|
+
goods_description: string | null;
|
|
705676
|
+
item_number: string | null;
|
|
705677
|
+
pack: number | null;
|
|
705678
|
+
packing_order: number | null;
|
|
705679
|
+
weight: Decimal | null;
|
|
705680
|
+
width: Decimal | null;
|
|
705681
|
+
height: Decimal | null;
|
|
705682
|
+
harmonized_code: string | null;
|
|
705683
|
+
harmonized_description: string | null;
|
|
705684
|
+
dg_substance_name: string | null;
|
|
705685
|
+
dg_class_name: string | null;
|
|
705686
|
+
flash_point: Decimal | null;
|
|
705687
|
+
un_dg_contact: string | null;
|
|
705688
|
+
}[];
|
|
705506
705689
|
is_active: boolean | null;
|
|
705507
705690
|
id: string;
|
|
705508
705691
|
logic_code: string | null;
|
|
@@ -705511,7 +705694,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705511
705694
|
updated_at: Date | null;
|
|
705512
705695
|
updated_by: string | null;
|
|
705513
705696
|
length: Decimal | null;
|
|
705514
|
-
description: string | null;
|
|
705515
705697
|
id_transport_mode: string | null;
|
|
705516
705698
|
id_container_shipping_type: string | null;
|
|
705517
705699
|
id_incoterm: string | null;
|
|
@@ -705529,6 +705711,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705529
705711
|
id_volume_unit: string | null;
|
|
705530
705712
|
id_chargeable_unit: string | null;
|
|
705531
705713
|
id_commodity: string | null;
|
|
705714
|
+
description: string | null;
|
|
705532
705715
|
extra_term: string | null;
|
|
705533
705716
|
shipper_ref: string | null;
|
|
705534
705717
|
mark_number: string | null;
|
|
@@ -705590,13 +705773,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705590
705773
|
data: {
|
|
705591
705774
|
id: string;
|
|
705592
705775
|
id_log_type: string | null;
|
|
705776
|
+
id_forwarding_booking: string | null;
|
|
705593
705777
|
url: string | null;
|
|
705594
705778
|
params: SimpleJson;
|
|
705595
705779
|
action: string | null;
|
|
705596
705780
|
action_by: string | null;
|
|
705597
705781
|
action_id: string | null;
|
|
705598
705782
|
action_at: Date | null;
|
|
705599
|
-
id_forwarding_booking: string | null;
|
|
705600
705783
|
}[] | undefined;
|
|
705601
705784
|
total: number | undefined;
|
|
705602
705785
|
};
|
|
@@ -705614,13 +705797,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705614
705797
|
data: {
|
|
705615
705798
|
id: string;
|
|
705616
705799
|
id_log_type: string | null;
|
|
705800
|
+
id_forwarding_booking: string | null;
|
|
705617
705801
|
url: string | null;
|
|
705618
705802
|
params: SimpleJson;
|
|
705619
705803
|
action: string | null;
|
|
705620
705804
|
action_by: string | null;
|
|
705621
705805
|
action_id: string | null;
|
|
705622
705806
|
action_at: Date | null;
|
|
705623
|
-
id_forwarding_booking: string | null;
|
|
705624
705807
|
} | undefined;
|
|
705625
705808
|
};
|
|
705626
705809
|
meta: object;
|
|
@@ -705726,7 +705909,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705726
705909
|
updated_at: Date | null;
|
|
705727
705910
|
updated_by: string | null;
|
|
705728
705911
|
length: Decimal | null;
|
|
705729
|
-
description: string | null;
|
|
705730
705912
|
id_transport_mode: string | null;
|
|
705731
705913
|
id_container_shipping_type: string | null;
|
|
705732
705914
|
id_incoterm: string | null;
|
|
@@ -705744,6 +705926,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705744
705926
|
id_volume_unit: string | null;
|
|
705745
705927
|
id_chargeable_unit: string | null;
|
|
705746
705928
|
id_commodity: string | null;
|
|
705929
|
+
description: string | null;
|
|
705747
705930
|
extra_term: string | null;
|
|
705748
705931
|
shipper_ref: string | null;
|
|
705749
705932
|
mark_number: string | null;
|
|
@@ -705762,13 +705945,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705762
705945
|
data: {
|
|
705763
705946
|
id: string;
|
|
705764
705947
|
id_log_type: string | null;
|
|
705948
|
+
id_forwarding_booking: string | null;
|
|
705765
705949
|
url: string | null;
|
|
705766
705950
|
params: SimpleJson;
|
|
705767
705951
|
action: string | null;
|
|
705768
705952
|
action_by: string | null;
|
|
705769
705953
|
action_id: string | null;
|
|
705770
705954
|
action_at: Date | null;
|
|
705771
|
-
id_forwarding_booking: string | null;
|
|
705772
705955
|
} | undefined;
|
|
705773
705956
|
};
|
|
705774
705957
|
} | undefined;
|
|
@@ -705882,7 +706065,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705882
706065
|
updated_at: Date | null;
|
|
705883
706066
|
updated_by: string | null;
|
|
705884
706067
|
length: Decimal | null;
|
|
705885
|
-
description: string | null;
|
|
705886
706068
|
id_transport_mode: string | null;
|
|
705887
706069
|
id_container_shipping_type: string | null;
|
|
705888
706070
|
id_incoterm: string | null;
|
|
@@ -705900,6 +706082,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705900
706082
|
id_volume_unit: string | null;
|
|
705901
706083
|
id_chargeable_unit: string | null;
|
|
705902
706084
|
id_commodity: string | null;
|
|
706085
|
+
description: string | null;
|
|
705903
706086
|
extra_term: string | null;
|
|
705904
706087
|
shipper_ref: string | null;
|
|
705905
706088
|
mark_number: string | null;
|
|
@@ -705918,13 +706101,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705918
706101
|
data: {
|
|
705919
706102
|
id: string;
|
|
705920
706103
|
id_log_type: string | null;
|
|
706104
|
+
id_forwarding_booking: string | null;
|
|
705921
706105
|
url: string | null;
|
|
705922
706106
|
params: SimpleJson;
|
|
705923
706107
|
action: string | null;
|
|
705924
706108
|
action_by: string | null;
|
|
705925
706109
|
action_id: string | null;
|
|
705926
706110
|
action_at: Date | null;
|
|
705927
|
-
id_forwarding_booking: string | null;
|
|
705928
706111
|
} | undefined;
|
|
705929
706112
|
};
|
|
705930
706113
|
} | undefined;
|
|
@@ -705947,7 +706130,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705947
706130
|
updated_at: Date | null;
|
|
705948
706131
|
updated_by: string | null;
|
|
705949
706132
|
length: Decimal | null;
|
|
705950
|
-
description: string | null;
|
|
705951
706133
|
id_transport_mode: string | null;
|
|
705952
706134
|
id_container_shipping_type: string | null;
|
|
705953
706135
|
id_incoterm: string | null;
|
|
@@ -705965,6 +706147,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
705965
706147
|
id_volume_unit: string | null;
|
|
705966
706148
|
id_chargeable_unit: string | null;
|
|
705967
706149
|
id_commodity: string | null;
|
|
706150
|
+
description: string | null;
|
|
705968
706151
|
extra_term: string | null;
|
|
705969
706152
|
shipper_ref: string | null;
|
|
705970
706153
|
mark_number: string | null;
|
|
@@ -706037,7 +706220,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706037
706220
|
updated_at: Date | null;
|
|
706038
706221
|
updated_by: string | null;
|
|
706039
706222
|
length: Decimal | null;
|
|
706040
|
-
description: string | null;
|
|
706041
706223
|
id_transport_mode: string | null;
|
|
706042
706224
|
id_container_shipping_type: string | null;
|
|
706043
706225
|
id_incoterm: string | null;
|
|
@@ -706055,6 +706237,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706055
706237
|
id_volume_unit: string | null;
|
|
706056
706238
|
id_chargeable_unit: string | null;
|
|
706057
706239
|
id_commodity: string | null;
|
|
706240
|
+
description: string | null;
|
|
706058
706241
|
extra_term: string | null;
|
|
706059
706242
|
shipper_ref: string | null;
|
|
706060
706243
|
mark_number: string | null;
|
|
@@ -706174,7 +706357,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706174
706357
|
updated_at: Date | null;
|
|
706175
706358
|
updated_by: string | null;
|
|
706176
706359
|
length: Decimal | null;
|
|
706177
|
-
description: string | null;
|
|
706178
706360
|
id_transport_mode: string | null;
|
|
706179
706361
|
id_container_shipping_type: string | null;
|
|
706180
706362
|
id_incoterm: string | null;
|
|
@@ -706192,6 +706374,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706192
706374
|
id_volume_unit: string | null;
|
|
706193
706375
|
id_chargeable_unit: string | null;
|
|
706194
706376
|
id_commodity: string | null;
|
|
706377
|
+
description: string | null;
|
|
706195
706378
|
extra_term: string | null;
|
|
706196
706379
|
shipper_ref: string | null;
|
|
706197
706380
|
mark_number: string | null;
|
|
@@ -706559,7 +706742,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706559
706742
|
created_by: string | null;
|
|
706560
706743
|
updated_at: Date | null;
|
|
706561
706744
|
updated_by: string | null;
|
|
706562
|
-
description: string | null;
|
|
706563
706745
|
id_transport_mode: string | null;
|
|
706564
706746
|
id_container_shipping_type: string | null;
|
|
706565
706747
|
id_incoterm: string | null;
|
|
@@ -706569,6 +706751,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706569
706751
|
id_weight_unit: string | null;
|
|
706570
706752
|
id_volume_unit: string | null;
|
|
706571
706753
|
id_chargeable_unit: string | null;
|
|
706754
|
+
description: string | null;
|
|
706572
706755
|
mark_number: string | null;
|
|
706573
706756
|
volume: Decimal | null;
|
|
706574
706757
|
chargeable: Decimal | null;
|
|
@@ -706664,7 +706847,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706664
706847
|
created_by: string | null;
|
|
706665
706848
|
updated_at: Date | null;
|
|
706666
706849
|
updated_by: string | null;
|
|
706667
|
-
description: string | null;
|
|
706668
706850
|
id_transport_mode: string | null;
|
|
706669
706851
|
id_container_shipping_type: string | null;
|
|
706670
706852
|
id_incoterm: string | null;
|
|
@@ -706674,6 +706856,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706674
706856
|
id_weight_unit: string | null;
|
|
706675
706857
|
id_volume_unit: string | null;
|
|
706676
706858
|
id_chargeable_unit: string | null;
|
|
706859
|
+
description: string | null;
|
|
706677
706860
|
mark_number: string | null;
|
|
706678
706861
|
volume: Decimal | null;
|
|
706679
706862
|
chargeable: Decimal | null;
|
|
@@ -706876,7 +707059,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706876
707059
|
created_by: string | null;
|
|
706877
707060
|
updated_at: Date | null;
|
|
706878
707061
|
updated_by: string | null;
|
|
706879
|
-
description: string | null;
|
|
706880
707062
|
id_transport_mode: string | null;
|
|
706881
707063
|
id_container_shipping_type: string | null;
|
|
706882
707064
|
id_incoterm: string | null;
|
|
@@ -706886,6 +707068,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706886
707068
|
id_weight_unit: string | null;
|
|
706887
707069
|
id_volume_unit: string | null;
|
|
706888
707070
|
id_chargeable_unit: string | null;
|
|
707071
|
+
description: string | null;
|
|
706889
707072
|
mark_number: string | null;
|
|
706890
707073
|
volume: Decimal | null;
|
|
706891
707074
|
chargeable: Decimal | null;
|
|
@@ -706992,7 +707175,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
706992
707175
|
created_by: string | null;
|
|
706993
707176
|
updated_at: Date | null;
|
|
706994
707177
|
updated_by: string | null;
|
|
706995
|
-
description: string | null;
|
|
706996
707178
|
id_transport_mode: string | null;
|
|
706997
707179
|
id_container_shipping_type: string | null;
|
|
706998
707180
|
id_incoterm: string | null;
|
|
@@ -707002,6 +707184,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
707002
707184
|
id_weight_unit: string | null;
|
|
707003
707185
|
id_volume_unit: string | null;
|
|
707004
707186
|
id_chargeable_unit: string | null;
|
|
707187
|
+
description: string | null;
|
|
707005
707188
|
mark_number: string | null;
|
|
707006
707189
|
volume: Decimal | null;
|
|
707007
707190
|
chargeable: Decimal | null;
|
|
@@ -707133,7 +707316,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
707133
707316
|
created_by: string | null;
|
|
707134
707317
|
updated_at: Date | null;
|
|
707135
707318
|
updated_by: string | null;
|
|
707136
|
-
description: string | null;
|
|
707137
707319
|
id_transport_mode: string | null;
|
|
707138
707320
|
id_container_shipping_type: string | null;
|
|
707139
707321
|
id_incoterm: string | null;
|
|
@@ -707143,6 +707325,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
707143
707325
|
id_weight_unit: string | null;
|
|
707144
707326
|
id_volume_unit: string | null;
|
|
707145
707327
|
id_chargeable_unit: string | null;
|
|
707328
|
+
description: string | null;
|
|
707146
707329
|
mark_number: string | null;
|
|
707147
707330
|
volume: Decimal | null;
|
|
707148
707331
|
chargeable: Decimal | null;
|
|
@@ -707220,7 +707403,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
707220
707403
|
created_by: string | null;
|
|
707221
707404
|
updated_at: Date | null;
|
|
707222
707405
|
updated_by: string | null;
|
|
707223
|
-
description: string | null;
|
|
707224
707406
|
id_transport_mode: string | null;
|
|
707225
707407
|
id_container_shipping_type: string | null;
|
|
707226
707408
|
id_incoterm: string | null;
|
|
@@ -707230,6 +707412,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
707230
707412
|
id_weight_unit: string | null;
|
|
707231
707413
|
id_volume_unit: string | null;
|
|
707232
707414
|
id_chargeable_unit: string | null;
|
|
707415
|
+
description: string | null;
|
|
707233
707416
|
mark_number: string | null;
|
|
707234
707417
|
volume: Decimal | null;
|
|
707235
707418
|
chargeable: Decimal | null;
|
|
@@ -707729,7 +707912,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
707729
707912
|
created_by: string | null;
|
|
707730
707913
|
updated_at: Date | null;
|
|
707731
707914
|
updated_by: string | null;
|
|
707732
|
-
description: string | null;
|
|
707733
707915
|
id_transport_mode: string | null;
|
|
707734
707916
|
id_container_shipping_type: string | null;
|
|
707735
707917
|
id_incoterm: string | null;
|
|
@@ -707739,6 +707921,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
707739
707921
|
id_weight_unit: string | null;
|
|
707740
707922
|
id_volume_unit: string | null;
|
|
707741
707923
|
id_chargeable_unit: string | null;
|
|
707924
|
+
description: string | null;
|
|
707742
707925
|
mark_number: string | null;
|
|
707743
707926
|
volume: Decimal | null;
|
|
707744
707927
|
chargeable: Decimal | null;
|
|
@@ -707818,7 +708001,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
707818
708001
|
created_by: string | null;
|
|
707819
708002
|
updated_at: Date | null;
|
|
707820
708003
|
updated_by: string | null;
|
|
707821
|
-
description: string | null;
|
|
707822
708004
|
id_transport_mode: string | null;
|
|
707823
708005
|
id_container_shipping_type: string | null;
|
|
707824
708006
|
id_incoterm: string | null;
|
|
@@ -707828,6 +708010,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
707828
708010
|
id_weight_unit: string | null;
|
|
707829
708011
|
id_volume_unit: string | null;
|
|
707830
708012
|
id_chargeable_unit: string | null;
|
|
708013
|
+
description: string | null;
|
|
707831
708014
|
mark_number: string | null;
|
|
707832
708015
|
volume: Decimal | null;
|
|
707833
708016
|
chargeable: Decimal | null;
|
|
@@ -708265,121 +708448,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708265
708448
|
};
|
|
708266
708449
|
output: {
|
|
708267
708450
|
data: {
|
|
708268
|
-
forwarding_shipment_organizations: {
|
|
708269
|
-
organization: {
|
|
708270
|
-
is_active: boolean | null;
|
|
708271
|
-
id: string;
|
|
708272
|
-
logic_code: string | null;
|
|
708273
|
-
name: string | null;
|
|
708274
|
-
id_country: string | null;
|
|
708275
|
-
id_state: string | null;
|
|
708276
|
-
id_city: string | null;
|
|
708277
|
-
id_postal_code: string | null;
|
|
708278
|
-
id_company: string | null;
|
|
708279
|
-
id_branch: string | null;
|
|
708280
|
-
code: string | null;
|
|
708281
|
-
created_at: Date | null;
|
|
708282
|
-
created_by: string | null;
|
|
708283
|
-
updated_at: Date | null;
|
|
708284
|
-
updated_by: string | null;
|
|
708285
|
-
id_un_locode: string | null;
|
|
708286
|
-
email: string | null;
|
|
708287
|
-
id_business_category: string | null;
|
|
708288
|
-
id_controlling_branch: string | null;
|
|
708289
|
-
id_airline: string | null;
|
|
708290
|
-
id_shipping_line: string | null;
|
|
708291
|
-
phone: string | null;
|
|
708292
|
-
website_url: string | null;
|
|
708293
|
-
company_number: string | null;
|
|
708294
|
-
company_tax_number: string | null;
|
|
708295
|
-
} | null;
|
|
708296
|
-
organization_address: {
|
|
708297
|
-
is_active: boolean | null;
|
|
708298
|
-
id: string;
|
|
708299
|
-
logic_code: string | null;
|
|
708300
|
-
id_country: string | null;
|
|
708301
|
-
id_state: string | null;
|
|
708302
|
-
id_city: string | null;
|
|
708303
|
-
id_postal_code: string | null;
|
|
708304
|
-
code: string | null;
|
|
708305
|
-
address: string | null;
|
|
708306
|
-
mobile_phone: string | null;
|
|
708307
|
-
created_at: Date | null;
|
|
708308
|
-
created_by: string | null;
|
|
708309
|
-
updated_at: Date | null;
|
|
708310
|
-
updated_by: string | null;
|
|
708311
|
-
id_un_locode: string | null;
|
|
708312
|
-
email: string | null;
|
|
708313
|
-
id_organization: string | null;
|
|
708314
|
-
phone: string | null;
|
|
708315
|
-
fax: string | null;
|
|
708316
|
-
} | null;
|
|
708317
|
-
forwarding_shipment_organization_type: {
|
|
708318
|
-
is_active: boolean | null;
|
|
708319
|
-
id: string;
|
|
708320
|
-
logic_code: string | null;
|
|
708321
|
-
name: string | null;
|
|
708322
|
-
code: string | null;
|
|
708323
|
-
created_at: Date | null;
|
|
708324
|
-
created_by: string | null;
|
|
708325
|
-
updated_at: Date | null;
|
|
708326
|
-
updated_by: string | null;
|
|
708327
|
-
} | null;
|
|
708328
|
-
is_active: boolean | null;
|
|
708329
|
-
id: string;
|
|
708330
|
-
logic_code: string | null;
|
|
708331
|
-
name: string | null;
|
|
708332
|
-
code: string | null;
|
|
708333
|
-
address: string | null;
|
|
708334
|
-
created_at: Date | null;
|
|
708335
|
-
created_by: string | null;
|
|
708336
|
-
updated_at: Date | null;
|
|
708337
|
-
updated_by: string | null;
|
|
708338
|
-
id_organization: string | null;
|
|
708339
|
-
id_organization_address: string | null;
|
|
708340
|
-
id_type: string | null;
|
|
708341
|
-
is_override: boolean | null;
|
|
708342
|
-
id_forwarding_shipment: string | null;
|
|
708343
|
-
}[];
|
|
708344
|
-
forwarding_shipment_packings: {
|
|
708345
|
-
is_active: boolean | null;
|
|
708346
|
-
id: string;
|
|
708347
|
-
logic_code: string | null;
|
|
708348
|
-
code: string | null;
|
|
708349
|
-
created_at: Date | null;
|
|
708350
|
-
created_by: string | null;
|
|
708351
|
-
updated_at: Date | null;
|
|
708352
|
-
updated_by: string | null;
|
|
708353
|
-
length: Decimal | null;
|
|
708354
|
-
description: string | null;
|
|
708355
|
-
id_weight_unit: string | null;
|
|
708356
|
-
id_volume_unit: string | null;
|
|
708357
|
-
id_commodity: string | null;
|
|
708358
|
-
id_forwarding_booking: string | null;
|
|
708359
|
-
volume: Decimal | null;
|
|
708360
|
-
id_forwarding_shipment: string | null;
|
|
708361
|
-
id_console_container: string | null;
|
|
708362
|
-
id_package_type: string | null;
|
|
708363
|
-
id_length_unit: string | null;
|
|
708364
|
-
id_width_unit: string | null;
|
|
708365
|
-
id_height_unit: string | null;
|
|
708366
|
-
id_dg_substance: string | null;
|
|
708367
|
-
id_dg_class: string | null;
|
|
708368
|
-
po_number: string | null;
|
|
708369
|
-
goods_description: string | null;
|
|
708370
|
-
item_number: string | null;
|
|
708371
|
-
pack: number | null;
|
|
708372
|
-
packing_order: number | null;
|
|
708373
|
-
weight: Decimal | null;
|
|
708374
|
-
width: Decimal | null;
|
|
708375
|
-
height: Decimal | null;
|
|
708376
|
-
harmonized_code: string | null;
|
|
708377
|
-
harmonized_description: string | null;
|
|
708378
|
-
dg_substance_name: string | null;
|
|
708379
|
-
dg_class_name: string | null;
|
|
708380
|
-
flash_point: Decimal | null;
|
|
708381
|
-
un_dg_contact: string | null;
|
|
708382
|
-
}[];
|
|
708383
708451
|
forwarding_transport_mode: {
|
|
708384
708452
|
is_active: boolean | null;
|
|
708385
708453
|
id: string;
|
|
@@ -708489,6 +708557,121 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708489
708557
|
has_seaport: boolean | null;
|
|
708490
708558
|
has_outport: boolean | null;
|
|
708491
708559
|
} | null;
|
|
708560
|
+
forwarding_shipment_packings: {
|
|
708561
|
+
is_active: boolean | null;
|
|
708562
|
+
id: string;
|
|
708563
|
+
logic_code: string | null;
|
|
708564
|
+
code: string | null;
|
|
708565
|
+
created_at: Date | null;
|
|
708566
|
+
created_by: string | null;
|
|
708567
|
+
updated_at: Date | null;
|
|
708568
|
+
updated_by: string | null;
|
|
708569
|
+
length: Decimal | null;
|
|
708570
|
+
id_weight_unit: string | null;
|
|
708571
|
+
id_volume_unit: string | null;
|
|
708572
|
+
id_commodity: string | null;
|
|
708573
|
+
id_forwarding_booking: string | null;
|
|
708574
|
+
description: string | null;
|
|
708575
|
+
volume: Decimal | null;
|
|
708576
|
+
id_forwarding_shipment: string | null;
|
|
708577
|
+
id_console_container: string | null;
|
|
708578
|
+
id_package_type: string | null;
|
|
708579
|
+
id_length_unit: string | null;
|
|
708580
|
+
id_width_unit: string | null;
|
|
708581
|
+
id_height_unit: string | null;
|
|
708582
|
+
id_dg_substance: string | null;
|
|
708583
|
+
id_dg_class: string | null;
|
|
708584
|
+
po_number: string | null;
|
|
708585
|
+
goods_description: string | null;
|
|
708586
|
+
item_number: string | null;
|
|
708587
|
+
pack: number | null;
|
|
708588
|
+
packing_order: number | null;
|
|
708589
|
+
weight: Decimal | null;
|
|
708590
|
+
width: Decimal | null;
|
|
708591
|
+
height: Decimal | null;
|
|
708592
|
+
harmonized_code: string | null;
|
|
708593
|
+
harmonized_description: string | null;
|
|
708594
|
+
dg_substance_name: string | null;
|
|
708595
|
+
dg_class_name: string | null;
|
|
708596
|
+
flash_point: Decimal | null;
|
|
708597
|
+
un_dg_contact: string | null;
|
|
708598
|
+
}[];
|
|
708599
|
+
forwarding_shipment_organizations: {
|
|
708600
|
+
organization: {
|
|
708601
|
+
is_active: boolean | null;
|
|
708602
|
+
id: string;
|
|
708603
|
+
logic_code: string | null;
|
|
708604
|
+
name: string | null;
|
|
708605
|
+
id_country: string | null;
|
|
708606
|
+
id_state: string | null;
|
|
708607
|
+
id_city: string | null;
|
|
708608
|
+
id_postal_code: string | null;
|
|
708609
|
+
id_company: string | null;
|
|
708610
|
+
id_branch: string | null;
|
|
708611
|
+
code: string | null;
|
|
708612
|
+
created_at: Date | null;
|
|
708613
|
+
created_by: string | null;
|
|
708614
|
+
updated_at: Date | null;
|
|
708615
|
+
updated_by: string | null;
|
|
708616
|
+
id_un_locode: string | null;
|
|
708617
|
+
email: string | null;
|
|
708618
|
+
id_business_category: string | null;
|
|
708619
|
+
id_controlling_branch: string | null;
|
|
708620
|
+
id_airline: string | null;
|
|
708621
|
+
id_shipping_line: string | null;
|
|
708622
|
+
phone: string | null;
|
|
708623
|
+
website_url: string | null;
|
|
708624
|
+
company_number: string | null;
|
|
708625
|
+
company_tax_number: string | null;
|
|
708626
|
+
} | null;
|
|
708627
|
+
organization_address: {
|
|
708628
|
+
is_active: boolean | null;
|
|
708629
|
+
id: string;
|
|
708630
|
+
logic_code: string | null;
|
|
708631
|
+
id_country: string | null;
|
|
708632
|
+
id_state: string | null;
|
|
708633
|
+
id_city: string | null;
|
|
708634
|
+
id_postal_code: string | null;
|
|
708635
|
+
code: string | null;
|
|
708636
|
+
address: string | null;
|
|
708637
|
+
mobile_phone: string | null;
|
|
708638
|
+
created_at: Date | null;
|
|
708639
|
+
created_by: string | null;
|
|
708640
|
+
updated_at: Date | null;
|
|
708641
|
+
updated_by: string | null;
|
|
708642
|
+
id_un_locode: string | null;
|
|
708643
|
+
email: string | null;
|
|
708644
|
+
id_organization: string | null;
|
|
708645
|
+
phone: string | null;
|
|
708646
|
+
fax: string | null;
|
|
708647
|
+
} | null;
|
|
708648
|
+
forwarding_shipment_organization_type: {
|
|
708649
|
+
is_active: boolean | null;
|
|
708650
|
+
id: string;
|
|
708651
|
+
logic_code: string | null;
|
|
708652
|
+
name: string | null;
|
|
708653
|
+
code: string | null;
|
|
708654
|
+
created_at: Date | null;
|
|
708655
|
+
created_by: string | null;
|
|
708656
|
+
updated_at: Date | null;
|
|
708657
|
+
updated_by: string | null;
|
|
708658
|
+
} | null;
|
|
708659
|
+
is_active: boolean | null;
|
|
708660
|
+
id: string;
|
|
708661
|
+
logic_code: string | null;
|
|
708662
|
+
name: string | null;
|
|
708663
|
+
code: string | null;
|
|
708664
|
+
address: string | null;
|
|
708665
|
+
created_at: Date | null;
|
|
708666
|
+
created_by: string | null;
|
|
708667
|
+
updated_at: Date | null;
|
|
708668
|
+
updated_by: string | null;
|
|
708669
|
+
id_organization: string | null;
|
|
708670
|
+
id_organization_address: string | null;
|
|
708671
|
+
id_type: string | null;
|
|
708672
|
+
is_override: boolean | null;
|
|
708673
|
+
id_forwarding_shipment: string | null;
|
|
708674
|
+
}[];
|
|
708492
708675
|
weight_unit: {
|
|
708493
708676
|
is_active: boolean | null;
|
|
708494
708677
|
id: string;
|
|
@@ -708864,7 +709047,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708864
709047
|
created_by: string | null;
|
|
708865
709048
|
updated_at: Date | null;
|
|
708866
709049
|
updated_by: string | null;
|
|
708867
|
-
description: string | null;
|
|
708868
709050
|
id_transport_mode: string | null;
|
|
708869
709051
|
id_container_shipping_type: string | null;
|
|
708870
709052
|
id_incoterm: string | null;
|
|
@@ -708874,6 +709056,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708874
709056
|
id_weight_unit: string | null;
|
|
708875
709057
|
id_volume_unit: string | null;
|
|
708876
709058
|
id_chargeable_unit: string | null;
|
|
709059
|
+
description: string | null;
|
|
708877
709060
|
mark_number: string | null;
|
|
708878
709061
|
volume: Decimal | null;
|
|
708879
709062
|
chargeable: Decimal | null;
|
|
@@ -708950,82 +709133,115 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
708950
709133
|
forwarding_shipment_attachments: number;
|
|
708951
709134
|
syncproc_purchase_orders: number;
|
|
708952
709135
|
};
|
|
708953
|
-
|
|
708954
|
-
organization: {
|
|
708955
|
-
is_active: boolean | null;
|
|
708956
|
-
id: string;
|
|
708957
|
-
logic_code: string | null;
|
|
708958
|
-
name: string | null;
|
|
708959
|
-
id_country: string | null;
|
|
708960
|
-
id_state: string | null;
|
|
708961
|
-
id_city: string | null;
|
|
708962
|
-
id_postal_code: string | null;
|
|
708963
|
-
id_company: string | null;
|
|
708964
|
-
id_branch: string | null;
|
|
708965
|
-
code: string | null;
|
|
708966
|
-
created_at: Date | null;
|
|
708967
|
-
created_by: string | null;
|
|
708968
|
-
updated_at: Date | null;
|
|
708969
|
-
updated_by: string | null;
|
|
708970
|
-
id_un_locode: string | null;
|
|
708971
|
-
email: string | null;
|
|
708972
|
-
id_business_category: string | null;
|
|
708973
|
-
id_controlling_branch: string | null;
|
|
708974
|
-
id_airline: string | null;
|
|
708975
|
-
id_shipping_line: string | null;
|
|
708976
|
-
phone: string | null;
|
|
708977
|
-
website_url: string | null;
|
|
708978
|
-
company_number: string | null;
|
|
708979
|
-
company_tax_number: string | null;
|
|
708980
|
-
} | null;
|
|
708981
|
-
organization_address: {
|
|
708982
|
-
is_active: boolean | null;
|
|
708983
|
-
id: string;
|
|
708984
|
-
logic_code: string | null;
|
|
708985
|
-
id_country: string | null;
|
|
708986
|
-
id_state: string | null;
|
|
708987
|
-
id_city: string | null;
|
|
708988
|
-
id_postal_code: string | null;
|
|
708989
|
-
code: string | null;
|
|
708990
|
-
address: string | null;
|
|
708991
|
-
mobile_phone: string | null;
|
|
708992
|
-
created_at: Date | null;
|
|
708993
|
-
created_by: string | null;
|
|
708994
|
-
updated_at: Date | null;
|
|
708995
|
-
updated_by: string | null;
|
|
708996
|
-
id_un_locode: string | null;
|
|
708997
|
-
email: string | null;
|
|
708998
|
-
id_organization: string | null;
|
|
708999
|
-
phone: string | null;
|
|
709000
|
-
fax: string | null;
|
|
709001
|
-
} | null;
|
|
709002
|
-
forwarding_shipment_organization_type: {
|
|
709003
|
-
is_active: boolean | null;
|
|
709004
|
-
id: string;
|
|
709005
|
-
logic_code: string | null;
|
|
709006
|
-
name: string | null;
|
|
709007
|
-
code: string | null;
|
|
709008
|
-
created_at: Date | null;
|
|
709009
|
-
created_by: string | null;
|
|
709010
|
-
updated_at: Date | null;
|
|
709011
|
-
updated_by: string | null;
|
|
709012
|
-
} | null;
|
|
709136
|
+
forwarding_transport_mode: {
|
|
709013
709137
|
is_active: boolean | null;
|
|
709014
709138
|
id: string;
|
|
709015
709139
|
logic_code: string | null;
|
|
709016
709140
|
name: string | null;
|
|
709017
709141
|
code: string | null;
|
|
709018
|
-
address: string | null;
|
|
709019
709142
|
created_at: Date | null;
|
|
709020
709143
|
created_by: string | null;
|
|
709021
709144
|
updated_at: Date | null;
|
|
709022
709145
|
updated_by: string | null;
|
|
709023
|
-
|
|
709024
|
-
|
|
709025
|
-
|
|
709026
|
-
|
|
709027
|
-
|
|
709028
|
-
|
|
709146
|
+
} | null;
|
|
709147
|
+
container_shipping_type: {
|
|
709148
|
+
is_active: boolean | null;
|
|
709149
|
+
id: string;
|
|
709150
|
+
logic_code: string | null;
|
|
709151
|
+
name: string | null;
|
|
709152
|
+
code: string | null;
|
|
709153
|
+
created_at: Date | null;
|
|
709154
|
+
created_by: string | null;
|
|
709155
|
+
updated_at: Date | null;
|
|
709156
|
+
updated_by: string | null;
|
|
709157
|
+
} | null;
|
|
709158
|
+
incoterm: {
|
|
709159
|
+
is_active: boolean | null;
|
|
709160
|
+
id: string;
|
|
709161
|
+
logic_code: string | null;
|
|
709162
|
+
name: string | null;
|
|
709163
|
+
code: string | null;
|
|
709164
|
+
created_at: Date | null;
|
|
709165
|
+
created_by: string | null;
|
|
709166
|
+
updated_at: Date | null;
|
|
709167
|
+
updated_by: string | null;
|
|
709168
|
+
description: string | null;
|
|
709169
|
+
} | null;
|
|
709170
|
+
service_level: {
|
|
709171
|
+
is_active: boolean | null;
|
|
709172
|
+
id: string;
|
|
709173
|
+
logic_code: string | null;
|
|
709174
|
+
name: string | null;
|
|
709175
|
+
code: string | null;
|
|
709176
|
+
created_at: Date | null;
|
|
709177
|
+
created_by: string | null;
|
|
709178
|
+
updated_at: Date | null;
|
|
709179
|
+
updated_by: string | null;
|
|
709180
|
+
id_agreement: string | null;
|
|
709181
|
+
percentage: Decimal | null;
|
|
709182
|
+
} | null;
|
|
709183
|
+
origin_un_locode: {
|
|
709184
|
+
is_active: boolean | null;
|
|
709185
|
+
id: string;
|
|
709186
|
+
logic_code: string | null;
|
|
709187
|
+
id_country: string | null;
|
|
709188
|
+
id_state: string | null;
|
|
709189
|
+
id_city: string | null;
|
|
709190
|
+
created_at: Date | null;
|
|
709191
|
+
created_by: string | null;
|
|
709192
|
+
updated_at: Date | null;
|
|
709193
|
+
updated_by: string | null;
|
|
709194
|
+
id_time_zone: string | null;
|
|
709195
|
+
un_code: string | null;
|
|
709196
|
+
iata_code: string | null;
|
|
709197
|
+
iata_region_code: string | null;
|
|
709198
|
+
latitude: Decimal | null;
|
|
709199
|
+
longitude: Decimal | null;
|
|
709200
|
+
port_name: string | null;
|
|
709201
|
+
proper_name: string | null;
|
|
709202
|
+
has_post: boolean | null;
|
|
709203
|
+
has_customs: boolean | null;
|
|
709204
|
+
has_unload: boolean | null;
|
|
709205
|
+
has_airport: boolean | null;
|
|
709206
|
+
has_railway: boolean | null;
|
|
709207
|
+
has_road: boolean | null;
|
|
709208
|
+
has_store: boolean | null;
|
|
709209
|
+
has_terminal: boolean | null;
|
|
709210
|
+
has_discharge: boolean | null;
|
|
709211
|
+
has_seaport: boolean | null;
|
|
709212
|
+
has_outport: boolean | null;
|
|
709213
|
+
} | null;
|
|
709214
|
+
destination_un_locode: {
|
|
709215
|
+
is_active: boolean | null;
|
|
709216
|
+
id: string;
|
|
709217
|
+
logic_code: string | null;
|
|
709218
|
+
id_country: string | null;
|
|
709219
|
+
id_state: string | null;
|
|
709220
|
+
id_city: string | null;
|
|
709221
|
+
created_at: Date | null;
|
|
709222
|
+
created_by: string | null;
|
|
709223
|
+
updated_at: Date | null;
|
|
709224
|
+
updated_by: string | null;
|
|
709225
|
+
id_time_zone: string | null;
|
|
709226
|
+
un_code: string | null;
|
|
709227
|
+
iata_code: string | null;
|
|
709228
|
+
iata_region_code: string | null;
|
|
709229
|
+
latitude: Decimal | null;
|
|
709230
|
+
longitude: Decimal | null;
|
|
709231
|
+
port_name: string | null;
|
|
709232
|
+
proper_name: string | null;
|
|
709233
|
+
has_post: boolean | null;
|
|
709234
|
+
has_customs: boolean | null;
|
|
709235
|
+
has_unload: boolean | null;
|
|
709236
|
+
has_airport: boolean | null;
|
|
709237
|
+
has_railway: boolean | null;
|
|
709238
|
+
has_road: boolean | null;
|
|
709239
|
+
has_store: boolean | null;
|
|
709240
|
+
has_terminal: boolean | null;
|
|
709241
|
+
has_discharge: boolean | null;
|
|
709242
|
+
has_seaport: boolean | null;
|
|
709243
|
+
has_outport: boolean | null;
|
|
709244
|
+
} | null;
|
|
709029
709245
|
forwarding_shipment_packings: {
|
|
709030
709246
|
forwarding_booking: {
|
|
709031
709247
|
is_active: boolean | null;
|
|
@@ -709036,7 +709252,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709036
709252
|
updated_at: Date | null;
|
|
709037
709253
|
updated_by: string | null;
|
|
709038
709254
|
length: Decimal | null;
|
|
709039
|
-
description: string | null;
|
|
709040
709255
|
id_transport_mode: string | null;
|
|
709041
709256
|
id_container_shipping_type: string | null;
|
|
709042
709257
|
id_incoterm: string | null;
|
|
@@ -709054,6 +709269,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709054
709269
|
id_volume_unit: string | null;
|
|
709055
709270
|
id_chargeable_unit: string | null;
|
|
709056
709271
|
id_commodity: string | null;
|
|
709272
|
+
description: string | null;
|
|
709057
709273
|
extra_term: string | null;
|
|
709058
709274
|
shipper_ref: string | null;
|
|
709059
709275
|
mark_number: string | null;
|
|
@@ -709098,7 +709314,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709098
709314
|
created_by: string | null;
|
|
709099
709315
|
updated_at: Date | null;
|
|
709100
709316
|
updated_by: string | null;
|
|
709101
|
-
description: string | null;
|
|
709102
709317
|
id_transport_mode: string | null;
|
|
709103
709318
|
id_container_shipping_type: string | null;
|
|
709104
709319
|
id_incoterm: string | null;
|
|
@@ -709108,6 +709323,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709108
709323
|
id_weight_unit: string | null;
|
|
709109
709324
|
id_volume_unit: string | null;
|
|
709110
709325
|
id_chargeable_unit: string | null;
|
|
709326
|
+
description: string | null;
|
|
709111
709327
|
mark_number: string | null;
|
|
709112
709328
|
volume: Decimal | null;
|
|
709113
709329
|
chargeable: Decimal | null;
|
|
@@ -709266,11 +709482,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709266
709482
|
updated_at: Date | null;
|
|
709267
709483
|
updated_by: string | null;
|
|
709268
709484
|
length: Decimal | null;
|
|
709269
|
-
description: string | null;
|
|
709270
709485
|
id_weight_unit: string | null;
|
|
709271
709486
|
id_volume_unit: string | null;
|
|
709272
709487
|
id_commodity: string | null;
|
|
709273
709488
|
id_forwarding_booking: string | null;
|
|
709489
|
+
description: string | null;
|
|
709274
709490
|
volume: Decimal | null;
|
|
709275
709491
|
id_forwarding_shipment: string | null;
|
|
709276
709492
|
id_console_container: string | null;
|
|
@@ -709295,115 +709511,82 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
709295
709511
|
flash_point: Decimal | null;
|
|
709296
709512
|
un_dg_contact: string | null;
|
|
709297
709513
|
}[];
|
|
709298
|
-
|
|
709299
|
-
|
|
709300
|
-
|
|
709301
|
-
|
|
709302
|
-
|
|
709303
|
-
|
|
709304
|
-
|
|
709305
|
-
|
|
709306
|
-
|
|
709307
|
-
|
|
709308
|
-
|
|
709309
|
-
|
|
709310
|
-
|
|
709311
|
-
|
|
709312
|
-
|
|
709313
|
-
|
|
709314
|
-
|
|
709315
|
-
|
|
709316
|
-
|
|
709317
|
-
|
|
709318
|
-
|
|
709319
|
-
|
|
709320
|
-
|
|
709321
|
-
|
|
709322
|
-
|
|
709323
|
-
|
|
709324
|
-
|
|
709325
|
-
|
|
709326
|
-
|
|
709327
|
-
|
|
709328
|
-
|
|
709329
|
-
|
|
709330
|
-
|
|
709331
|
-
|
|
709332
|
-
|
|
709514
|
+
forwarding_shipment_organizations: {
|
|
709515
|
+
organization: {
|
|
709516
|
+
is_active: boolean | null;
|
|
709517
|
+
id: string;
|
|
709518
|
+
logic_code: string | null;
|
|
709519
|
+
name: string | null;
|
|
709520
|
+
id_country: string | null;
|
|
709521
|
+
id_state: string | null;
|
|
709522
|
+
id_city: string | null;
|
|
709523
|
+
id_postal_code: string | null;
|
|
709524
|
+
id_company: string | null;
|
|
709525
|
+
id_branch: string | null;
|
|
709526
|
+
code: string | null;
|
|
709527
|
+
created_at: Date | null;
|
|
709528
|
+
created_by: string | null;
|
|
709529
|
+
updated_at: Date | null;
|
|
709530
|
+
updated_by: string | null;
|
|
709531
|
+
id_un_locode: string | null;
|
|
709532
|
+
email: string | null;
|
|
709533
|
+
id_business_category: string | null;
|
|
709534
|
+
id_controlling_branch: string | null;
|
|
709535
|
+
id_airline: string | null;
|
|
709536
|
+
id_shipping_line: string | null;
|
|
709537
|
+
phone: string | null;
|
|
709538
|
+
website_url: string | null;
|
|
709539
|
+
company_number: string | null;
|
|
709540
|
+
company_tax_number: string | null;
|
|
709541
|
+
} | null;
|
|
709542
|
+
organization_address: {
|
|
709543
|
+
is_active: boolean | null;
|
|
709544
|
+
id: string;
|
|
709545
|
+
logic_code: string | null;
|
|
709546
|
+
id_country: string | null;
|
|
709547
|
+
id_state: string | null;
|
|
709548
|
+
id_city: string | null;
|
|
709549
|
+
id_postal_code: string | null;
|
|
709550
|
+
code: string | null;
|
|
709551
|
+
address: string | null;
|
|
709552
|
+
mobile_phone: string | null;
|
|
709553
|
+
created_at: Date | null;
|
|
709554
|
+
created_by: string | null;
|
|
709555
|
+
updated_at: Date | null;
|
|
709556
|
+
updated_by: string | null;
|
|
709557
|
+
id_un_locode: string | null;
|
|
709558
|
+
email: string | null;
|
|
709559
|
+
id_organization: string | null;
|
|
709560
|
+
phone: string | null;
|
|
709561
|
+
fax: string | null;
|
|
709562
|
+
} | null;
|
|
709563
|
+
forwarding_shipment_organization_type: {
|
|
709564
|
+
is_active: boolean | null;
|
|
709565
|
+
id: string;
|
|
709566
|
+
logic_code: string | null;
|
|
709567
|
+
name: string | null;
|
|
709568
|
+
code: string | null;
|
|
709569
|
+
created_at: Date | null;
|
|
709570
|
+
created_by: string | null;
|
|
709571
|
+
updated_at: Date | null;
|
|
709572
|
+
updated_by: string | null;
|
|
709573
|
+
} | null;
|
|
709333
709574
|
is_active: boolean | null;
|
|
709334
709575
|
id: string;
|
|
709335
709576
|
logic_code: string | null;
|
|
709336
709577
|
name: string | null;
|
|
709337
709578
|
code: string | null;
|
|
709579
|
+
address: string | null;
|
|
709338
709580
|
created_at: Date | null;
|
|
709339
709581
|
created_by: string | null;
|
|
709340
709582
|
updated_at: Date | null;
|
|
709341
709583
|
updated_by: string | null;
|
|
709342
|
-
|
|
709343
|
-
|
|
709344
|
-
|
|
709345
|
-
|
|
709346
|
-
|
|
709347
|
-
|
|
709348
|
-
logic_code: string | null;
|
|
709349
|
-
id_country: string | null;
|
|
709350
|
-
id_state: string | null;
|
|
709351
|
-
id_city: string | null;
|
|
709352
|
-
created_at: Date | null;
|
|
709353
|
-
created_by: string | null;
|
|
709354
|
-
updated_at: Date | null;
|
|
709355
|
-
updated_by: string | null;
|
|
709356
|
-
id_time_zone: string | null;
|
|
709357
|
-
un_code: string | null;
|
|
709358
|
-
iata_code: string | null;
|
|
709359
|
-
iata_region_code: string | null;
|
|
709360
|
-
latitude: Decimal | null;
|
|
709361
|
-
longitude: Decimal | null;
|
|
709362
|
-
port_name: string | null;
|
|
709363
|
-
proper_name: string | null;
|
|
709364
|
-
has_post: boolean | null;
|
|
709365
|
-
has_customs: boolean | null;
|
|
709366
|
-
has_unload: boolean | null;
|
|
709367
|
-
has_airport: boolean | null;
|
|
709368
|
-
has_railway: boolean | null;
|
|
709369
|
-
has_road: boolean | null;
|
|
709370
|
-
has_store: boolean | null;
|
|
709371
|
-
has_terminal: boolean | null;
|
|
709372
|
-
has_discharge: boolean | null;
|
|
709373
|
-
has_seaport: boolean | null;
|
|
709374
|
-
has_outport: boolean | null;
|
|
709375
|
-
} | null;
|
|
709376
|
-
destination_un_locode: {
|
|
709377
|
-
is_active: boolean | null;
|
|
709378
|
-
id: string;
|
|
709379
|
-
logic_code: string | null;
|
|
709380
|
-
id_country: string | null;
|
|
709381
|
-
id_state: string | null;
|
|
709382
|
-
id_city: string | null;
|
|
709383
|
-
created_at: Date | null;
|
|
709384
|
-
created_by: string | null;
|
|
709385
|
-
updated_at: Date | null;
|
|
709386
|
-
updated_by: string | null;
|
|
709387
|
-
id_time_zone: string | null;
|
|
709388
|
-
un_code: string | null;
|
|
709389
|
-
iata_code: string | null;
|
|
709390
|
-
iata_region_code: string | null;
|
|
709391
|
-
latitude: Decimal | null;
|
|
709392
|
-
longitude: Decimal | null;
|
|
709393
|
-
port_name: string | null;
|
|
709394
|
-
proper_name: string | null;
|
|
709395
|
-
has_post: boolean | null;
|
|
709396
|
-
has_customs: boolean | null;
|
|
709397
|
-
has_unload: boolean | null;
|
|
709398
|
-
has_airport: boolean | null;
|
|
709399
|
-
has_railway: boolean | null;
|
|
709400
|
-
has_road: boolean | null;
|
|
709401
|
-
has_store: boolean | null;
|
|
709402
|
-
has_terminal: boolean | null;
|
|
709403
|
-
has_discharge: boolean | null;
|
|
709404
|
-
has_seaport: boolean | null;
|
|
709405
|
-
has_outport: boolean | null;
|
|
709406
|
-
} | null;
|
|
709584
|
+
id_organization: string | null;
|
|
709585
|
+
id_organization_address: string | null;
|
|
709586
|
+
id_type: string | null;
|
|
709587
|
+
is_override: boolean | null;
|
|
709588
|
+
id_forwarding_shipment: string | null;
|
|
709589
|
+
}[];
|
|
709407
709590
|
weight_unit: {
|
|
709408
709591
|
is_active: boolean | null;
|
|
709409
709592
|
id: string;
|
|
@@ -710720,7 +710903,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710720
710903
|
created_by: string | null;
|
|
710721
710904
|
updated_at: Date | null;
|
|
710722
710905
|
updated_by: string | null;
|
|
710723
|
-
description: string | null;
|
|
710724
710906
|
id_transport_mode: string | null;
|
|
710725
710907
|
id_container_shipping_type: string | null;
|
|
710726
710908
|
id_incoterm: string | null;
|
|
@@ -710730,6 +710912,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
710730
710912
|
id_weight_unit: string | null;
|
|
710731
710913
|
id_volume_unit: string | null;
|
|
710732
710914
|
id_chargeable_unit: string | null;
|
|
710915
|
+
description: string | null;
|
|
710733
710916
|
mark_number: string | null;
|
|
710734
710917
|
volume: Decimal | null;
|
|
710735
710918
|
chargeable: Decimal | null;
|
|
@@ -711113,7 +711296,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711113
711296
|
created_by: string | null;
|
|
711114
711297
|
updated_at: Date | null;
|
|
711115
711298
|
updated_by: string | null;
|
|
711116
|
-
description: string | null;
|
|
711117
711299
|
id_transport_mode: string | null;
|
|
711118
711300
|
id_container_shipping_type: string | null;
|
|
711119
711301
|
id_incoterm: string | null;
|
|
@@ -711123,6 +711305,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711123
711305
|
id_weight_unit: string | null;
|
|
711124
711306
|
id_volume_unit: string | null;
|
|
711125
711307
|
id_chargeable_unit: string | null;
|
|
711308
|
+
description: string | null;
|
|
711126
711309
|
mark_number: string | null;
|
|
711127
711310
|
volume: Decimal | null;
|
|
711128
711311
|
chargeable: Decimal | null;
|
|
@@ -711439,7 +711622,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711439
711622
|
created_by: string | null;
|
|
711440
711623
|
updated_at: Date | null;
|
|
711441
711624
|
updated_by: string | null;
|
|
711442
|
-
description: string | null;
|
|
711443
711625
|
id_transport_mode: string | null;
|
|
711444
711626
|
id_container_shipping_type: string | null;
|
|
711445
711627
|
id_incoterm: string | null;
|
|
@@ -711449,6 +711631,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711449
711631
|
id_weight_unit: string | null;
|
|
711450
711632
|
id_volume_unit: string | null;
|
|
711451
711633
|
id_chargeable_unit: string | null;
|
|
711634
|
+
description: string | null;
|
|
711452
711635
|
mark_number: string | null;
|
|
711453
711636
|
volume: Decimal | null;
|
|
711454
711637
|
chargeable: Decimal | null;
|
|
@@ -711509,7 +711692,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711509
711692
|
created_by: string | null;
|
|
711510
711693
|
updated_at: Date | null;
|
|
711511
711694
|
updated_by: string | null;
|
|
711512
|
-
description: string | null;
|
|
711513
711695
|
id_transport_mode: string | null;
|
|
711514
711696
|
id_container_shipping_type: string | null;
|
|
711515
711697
|
id_incoterm: string | null;
|
|
@@ -711519,6 +711701,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711519
711701
|
id_weight_unit: string | null;
|
|
711520
711702
|
id_volume_unit: string | null;
|
|
711521
711703
|
id_chargeable_unit: string | null;
|
|
711704
|
+
description: string | null;
|
|
711522
711705
|
mark_number: string | null;
|
|
711523
711706
|
volume: Decimal | null;
|
|
711524
711707
|
chargeable: Decimal | null;
|
|
@@ -711663,7 +711846,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711663
711846
|
created_by: string | null;
|
|
711664
711847
|
updated_at: Date | null;
|
|
711665
711848
|
updated_by: string | null;
|
|
711666
|
-
description: string | null;
|
|
711667
711849
|
id_transport_mode: string | null;
|
|
711668
711850
|
id_container_shipping_type: string | null;
|
|
711669
711851
|
id_incoterm: string | null;
|
|
@@ -711673,6 +711855,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711673
711855
|
id_weight_unit: string | null;
|
|
711674
711856
|
id_volume_unit: string | null;
|
|
711675
711857
|
id_chargeable_unit: string | null;
|
|
711858
|
+
description: string | null;
|
|
711676
711859
|
mark_number: string | null;
|
|
711677
711860
|
volume: Decimal | null;
|
|
711678
711861
|
chargeable: Decimal | null;
|
|
@@ -711805,7 +711988,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711805
711988
|
created_by: string | null;
|
|
711806
711989
|
updated_at: Date | null;
|
|
711807
711990
|
updated_by: string | null;
|
|
711808
|
-
description: string | null;
|
|
711809
711991
|
id_transport_mode: string | null;
|
|
711810
711992
|
id_container_shipping_type: string | null;
|
|
711811
711993
|
id_incoterm: string | null;
|
|
@@ -711815,6 +711997,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
711815
711997
|
id_weight_unit: string | null;
|
|
711816
711998
|
id_volume_unit: string | null;
|
|
711817
711999
|
id_chargeable_unit: string | null;
|
|
712000
|
+
description: string | null;
|
|
711818
712001
|
mark_number: string | null;
|
|
711819
712002
|
volume: Decimal | null;
|
|
711820
712003
|
chargeable: Decimal | null;
|
|
@@ -712195,7 +712378,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712195
712378
|
created_by: string | null;
|
|
712196
712379
|
updated_at: Date | null;
|
|
712197
712380
|
updated_by: string | null;
|
|
712198
|
-
description: string | null;
|
|
712199
712381
|
id_transport_mode: string | null;
|
|
712200
712382
|
id_container_shipping_type: string | null;
|
|
712201
712383
|
id_incoterm: string | null;
|
|
@@ -712205,6 +712387,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712205
712387
|
id_weight_unit: string | null;
|
|
712206
712388
|
id_volume_unit: string | null;
|
|
712207
712389
|
id_chargeable_unit: string | null;
|
|
712390
|
+
description: string | null;
|
|
712208
712391
|
mark_number: string | null;
|
|
712209
712392
|
volume: Decimal | null;
|
|
712210
712393
|
chargeable: Decimal | null;
|
|
@@ -712444,7 +712627,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712444
712627
|
created_by: string | null;
|
|
712445
712628
|
updated_at: Date | null;
|
|
712446
712629
|
updated_by: string | null;
|
|
712447
|
-
description: string | null;
|
|
712448
712630
|
id_transport_mode: string | null;
|
|
712449
712631
|
id_container_shipping_type: string | null;
|
|
712450
712632
|
id_incoterm: string | null;
|
|
@@ -712454,6 +712636,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
712454
712636
|
id_weight_unit: string | null;
|
|
712455
712637
|
id_volume_unit: string | null;
|
|
712456
712638
|
id_chargeable_unit: string | null;
|
|
712639
|
+
description: string | null;
|
|
712457
712640
|
mark_number: string | null;
|
|
712458
712641
|
volume: Decimal | null;
|
|
712459
712642
|
chargeable: Decimal | null;
|
|
@@ -713018,7 +713201,255 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713018
713201
|
created_by: string | null;
|
|
713019
713202
|
updated_at: Date | null;
|
|
713020
713203
|
updated_by: string | null;
|
|
713204
|
+
id_transport_mode: string | null;
|
|
713205
|
+
id_container_shipping_type: string | null;
|
|
713206
|
+
id_incoterm: string | null;
|
|
713207
|
+
id_service_level: string | null;
|
|
713208
|
+
id_release_type: string | null;
|
|
713209
|
+
id_on_board_status: string | null;
|
|
713210
|
+
id_weight_unit: string | null;
|
|
713211
|
+
id_volume_unit: string | null;
|
|
713212
|
+
id_chargeable_unit: string | null;
|
|
713021
713213
|
description: string | null;
|
|
713214
|
+
mark_number: string | null;
|
|
713215
|
+
volume: Decimal | null;
|
|
713216
|
+
chargeable: Decimal | null;
|
|
713217
|
+
weight: Decimal | null;
|
|
713218
|
+
id_transport_type: string | null;
|
|
713219
|
+
id_service_scope: string | null;
|
|
713220
|
+
id_origin: string | null;
|
|
713221
|
+
id_destination: string | null;
|
|
713222
|
+
id_weight_volume_unit: string | null;
|
|
713223
|
+
id_package_count_type: string | null;
|
|
713224
|
+
id_package_inner_count_type: string | null;
|
|
713225
|
+
id_air_waybill_dims: string | null;
|
|
713226
|
+
id_house_bill_type: string | null;
|
|
713227
|
+
id_hbl_delivery_mode: string | null;
|
|
713228
|
+
id_charge_apply: string | null;
|
|
713229
|
+
id_control_customer: string | null;
|
|
713230
|
+
id_control_agent: string | null;
|
|
713231
|
+
shipment_number: string | null;
|
|
713232
|
+
house_bill: string | null;
|
|
713233
|
+
weight_volume: Decimal | null;
|
|
713234
|
+
package_count: number | null;
|
|
713235
|
+
package_inner_count: number | null;
|
|
713236
|
+
original_bills: number | null;
|
|
713237
|
+
copy_bills: number | null;
|
|
713238
|
+
estimated_delivery_date: Date | null;
|
|
713239
|
+
estimated_arrival_date: Date | null;
|
|
713240
|
+
issue_date: Date | null;
|
|
713241
|
+
} | null;
|
|
713242
|
+
organization_person_in_charge: {
|
|
713243
|
+
is_active: boolean | null;
|
|
713244
|
+
id: string;
|
|
713245
|
+
logic_code: string | null;
|
|
713246
|
+
name: string | null;
|
|
713247
|
+
created_at: Date | null;
|
|
713248
|
+
created_by: string | null;
|
|
713249
|
+
updated_at: Date | null;
|
|
713250
|
+
updated_by: string | null;
|
|
713251
|
+
email: string | null;
|
|
713252
|
+
id_organization: string | null;
|
|
713253
|
+
phone: string | null;
|
|
713254
|
+
title: string | null;
|
|
713255
|
+
} | null;
|
|
713256
|
+
organization_whs: {
|
|
713257
|
+
is_active: boolean | null;
|
|
713258
|
+
id: string;
|
|
713259
|
+
logic_code: string | null;
|
|
713260
|
+
name: string | null;
|
|
713261
|
+
id_country: string | null;
|
|
713262
|
+
id_state: string | null;
|
|
713263
|
+
id_city: string | null;
|
|
713264
|
+
id_postal_code: string | null;
|
|
713265
|
+
id_company: string | null;
|
|
713266
|
+
id_branch: string | null;
|
|
713267
|
+
code: string | null;
|
|
713268
|
+
created_at: Date | null;
|
|
713269
|
+
created_by: string | null;
|
|
713270
|
+
updated_at: Date | null;
|
|
713271
|
+
updated_by: string | null;
|
|
713272
|
+
id_un_locode: string | null;
|
|
713273
|
+
email: string | null;
|
|
713274
|
+
id_business_category: string | null;
|
|
713275
|
+
id_controlling_branch: string | null;
|
|
713276
|
+
id_airline: string | null;
|
|
713277
|
+
id_shipping_line: string | null;
|
|
713278
|
+
phone: string | null;
|
|
713279
|
+
website_url: string | null;
|
|
713280
|
+
company_number: string | null;
|
|
713281
|
+
company_tax_number: string | null;
|
|
713282
|
+
} | null;
|
|
713283
|
+
organization_whs_address: {
|
|
713284
|
+
is_active: boolean | null;
|
|
713285
|
+
id: string;
|
|
713286
|
+
logic_code: string | null;
|
|
713287
|
+
id_country: string | null;
|
|
713288
|
+
id_state: string | null;
|
|
713289
|
+
id_city: string | null;
|
|
713290
|
+
id_postal_code: string | null;
|
|
713291
|
+
code: string | null;
|
|
713292
|
+
address: string | null;
|
|
713293
|
+
mobile_phone: string | null;
|
|
713294
|
+
created_at: Date | null;
|
|
713295
|
+
created_by: string | null;
|
|
713296
|
+
updated_at: Date | null;
|
|
713297
|
+
updated_by: string | null;
|
|
713298
|
+
id_un_locode: string | null;
|
|
713299
|
+
email: string | null;
|
|
713300
|
+
id_organization: string | null;
|
|
713301
|
+
phone: string | null;
|
|
713302
|
+
fax: string | null;
|
|
713303
|
+
} | null;
|
|
713304
|
+
organization_vendor: {
|
|
713305
|
+
is_active: boolean | null;
|
|
713306
|
+
id: string;
|
|
713307
|
+
logic_code: string | null;
|
|
713308
|
+
name: string | null;
|
|
713309
|
+
id_country: string | null;
|
|
713310
|
+
id_state: string | null;
|
|
713311
|
+
id_city: string | null;
|
|
713312
|
+
id_postal_code: string | null;
|
|
713313
|
+
id_company: string | null;
|
|
713314
|
+
id_branch: string | null;
|
|
713315
|
+
code: string | null;
|
|
713316
|
+
created_at: Date | null;
|
|
713317
|
+
created_by: string | null;
|
|
713318
|
+
updated_at: Date | null;
|
|
713319
|
+
updated_by: string | null;
|
|
713320
|
+
id_un_locode: string | null;
|
|
713321
|
+
email: string | null;
|
|
713322
|
+
id_business_category: string | null;
|
|
713323
|
+
id_controlling_branch: string | null;
|
|
713324
|
+
id_airline: string | null;
|
|
713325
|
+
id_shipping_line: string | null;
|
|
713326
|
+
phone: string | null;
|
|
713327
|
+
website_url: string | null;
|
|
713328
|
+
company_number: string | null;
|
|
713329
|
+
company_tax_number: string | null;
|
|
713330
|
+
} | null;
|
|
713331
|
+
forwarding_shipment_pickup_delivery_type: {
|
|
713332
|
+
is_active: boolean | null;
|
|
713333
|
+
id: string;
|
|
713334
|
+
logic_code: string | null;
|
|
713335
|
+
name: string | null;
|
|
713336
|
+
code: string | null;
|
|
713337
|
+
created_at: Date | null;
|
|
713338
|
+
created_by: string | null;
|
|
713339
|
+
updated_at: Date | null;
|
|
713340
|
+
updated_by: string | null;
|
|
713341
|
+
} | null;
|
|
713342
|
+
is_active: boolean | null;
|
|
713343
|
+
id: string;
|
|
713344
|
+
logic_code: string | null;
|
|
713345
|
+
created_at: Date | null;
|
|
713346
|
+
created_by: string | null;
|
|
713347
|
+
updated_at: Date | null;
|
|
713348
|
+
updated_by: string | null;
|
|
713349
|
+
id_organization: string | null;
|
|
713350
|
+
id_organization_address: string | null;
|
|
713351
|
+
id_forwarding_shipment: string | null;
|
|
713352
|
+
estimated_delivery_date: Date | null;
|
|
713353
|
+
id_person_in_charge: string | null;
|
|
713354
|
+
id_organization_whs: string | null;
|
|
713355
|
+
id_organization_whs_address: string | null;
|
|
713356
|
+
id_organization_vendor: string | null;
|
|
713357
|
+
org_address: string | null;
|
|
713358
|
+
whs_address: string | null;
|
|
713359
|
+
whs_interim_receipt: string | null;
|
|
713360
|
+
whs_reciept_requested: Date | null;
|
|
713361
|
+
whs_dispatch_requested: Date | null;
|
|
713362
|
+
whs_interim_receipt_date: Date | null;
|
|
713363
|
+
transport_booking_number: string | null;
|
|
713364
|
+
driver_name: string | null;
|
|
713365
|
+
driver_vehicle_number: string | null;
|
|
713366
|
+
driver_mobile: string | null;
|
|
713367
|
+
is_override_org: boolean | null;
|
|
713368
|
+
is_override_whs: boolean | null;
|
|
713369
|
+
id_delivery_type: string | null;
|
|
713370
|
+
actual_delivery_date: Date | null;
|
|
713371
|
+
}[] | undefined;
|
|
713372
|
+
total: number | undefined;
|
|
713373
|
+
};
|
|
713374
|
+
meta: object;
|
|
713375
|
+
}>;
|
|
713376
|
+
getDetail: MutationProcedure<{
|
|
713377
|
+
input: {
|
|
713378
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
713379
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
713380
|
+
id?: string | number | bigint | null | undefined;
|
|
713381
|
+
id_string?: string | null | undefined;
|
|
713382
|
+
logic_code?: string | null | undefined;
|
|
713383
|
+
};
|
|
713384
|
+
output: {
|
|
713385
|
+
data: {
|
|
713386
|
+
_count: {
|
|
713387
|
+
forwarding_shipment: number;
|
|
713388
|
+
organization: number;
|
|
713389
|
+
organization_address: number;
|
|
713390
|
+
organization_person_in_charge: number;
|
|
713391
|
+
organization_whs: number;
|
|
713392
|
+
organization_whs_address: number;
|
|
713393
|
+
organization_vendor: number;
|
|
713394
|
+
forwarding_shipment_pickup_delivery_type: number;
|
|
713395
|
+
forwarding_shipment_delivery_logs: number;
|
|
713396
|
+
};
|
|
713397
|
+
organization: {
|
|
713398
|
+
is_active: boolean | null;
|
|
713399
|
+
id: string;
|
|
713400
|
+
logic_code: string | null;
|
|
713401
|
+
name: string | null;
|
|
713402
|
+
id_country: string | null;
|
|
713403
|
+
id_state: string | null;
|
|
713404
|
+
id_city: string | null;
|
|
713405
|
+
id_postal_code: string | null;
|
|
713406
|
+
id_company: string | null;
|
|
713407
|
+
id_branch: string | null;
|
|
713408
|
+
code: string | null;
|
|
713409
|
+
created_at: Date | null;
|
|
713410
|
+
created_by: string | null;
|
|
713411
|
+
updated_at: Date | null;
|
|
713412
|
+
updated_by: string | null;
|
|
713413
|
+
id_un_locode: string | null;
|
|
713414
|
+
email: string | null;
|
|
713415
|
+
id_business_category: string | null;
|
|
713416
|
+
id_controlling_branch: string | null;
|
|
713417
|
+
id_airline: string | null;
|
|
713418
|
+
id_shipping_line: string | null;
|
|
713419
|
+
phone: string | null;
|
|
713420
|
+
website_url: string | null;
|
|
713421
|
+
company_number: string | null;
|
|
713422
|
+
company_tax_number: string | null;
|
|
713423
|
+
} | null;
|
|
713424
|
+
organization_address: {
|
|
713425
|
+
is_active: boolean | null;
|
|
713426
|
+
id: string;
|
|
713427
|
+
logic_code: string | null;
|
|
713428
|
+
id_country: string | null;
|
|
713429
|
+
id_state: string | null;
|
|
713430
|
+
id_city: string | null;
|
|
713431
|
+
id_postal_code: string | null;
|
|
713432
|
+
code: string | null;
|
|
713433
|
+
address: string | null;
|
|
713434
|
+
mobile_phone: string | null;
|
|
713435
|
+
created_at: Date | null;
|
|
713436
|
+
created_by: string | null;
|
|
713437
|
+
updated_at: Date | null;
|
|
713438
|
+
updated_by: string | null;
|
|
713439
|
+
id_un_locode: string | null;
|
|
713440
|
+
email: string | null;
|
|
713441
|
+
id_organization: string | null;
|
|
713442
|
+
phone: string | null;
|
|
713443
|
+
fax: string | null;
|
|
713444
|
+
} | null;
|
|
713445
|
+
forwarding_shipment: {
|
|
713446
|
+
is_active: boolean | null;
|
|
713447
|
+
id: string;
|
|
713448
|
+
logic_code: string | null;
|
|
713449
|
+
created_at: Date | null;
|
|
713450
|
+
created_by: string | null;
|
|
713451
|
+
updated_at: Date | null;
|
|
713452
|
+
updated_by: string | null;
|
|
713022
713453
|
id_transport_mode: string | null;
|
|
713023
713454
|
id_container_shipping_type: string | null;
|
|
713024
713455
|
id_incoterm: string | null;
|
|
@@ -713028,255 +713459,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713028
713459
|
id_weight_unit: string | null;
|
|
713029
713460
|
id_volume_unit: string | null;
|
|
713030
713461
|
id_chargeable_unit: string | null;
|
|
713031
|
-
|
|
713032
|
-
volume: Decimal | null;
|
|
713033
|
-
chargeable: Decimal | null;
|
|
713034
|
-
weight: Decimal | null;
|
|
713035
|
-
id_transport_type: string | null;
|
|
713036
|
-
id_service_scope: string | null;
|
|
713037
|
-
id_origin: string | null;
|
|
713038
|
-
id_destination: string | null;
|
|
713039
|
-
id_weight_volume_unit: string | null;
|
|
713040
|
-
id_package_count_type: string | null;
|
|
713041
|
-
id_package_inner_count_type: string | null;
|
|
713042
|
-
id_air_waybill_dims: string | null;
|
|
713043
|
-
id_house_bill_type: string | null;
|
|
713044
|
-
id_hbl_delivery_mode: string | null;
|
|
713045
|
-
id_charge_apply: string | null;
|
|
713046
|
-
id_control_customer: string | null;
|
|
713047
|
-
id_control_agent: string | null;
|
|
713048
|
-
shipment_number: string | null;
|
|
713049
|
-
house_bill: string | null;
|
|
713050
|
-
weight_volume: Decimal | null;
|
|
713051
|
-
package_count: number | null;
|
|
713052
|
-
package_inner_count: number | null;
|
|
713053
|
-
original_bills: number | null;
|
|
713054
|
-
copy_bills: number | null;
|
|
713055
|
-
estimated_delivery_date: Date | null;
|
|
713056
|
-
estimated_arrival_date: Date | null;
|
|
713057
|
-
issue_date: Date | null;
|
|
713058
|
-
} | null;
|
|
713059
|
-
organization_person_in_charge: {
|
|
713060
|
-
is_active: boolean | null;
|
|
713061
|
-
id: string;
|
|
713062
|
-
logic_code: string | null;
|
|
713063
|
-
name: string | null;
|
|
713064
|
-
created_at: Date | null;
|
|
713065
|
-
created_by: string | null;
|
|
713066
|
-
updated_at: Date | null;
|
|
713067
|
-
updated_by: string | null;
|
|
713068
|
-
email: string | null;
|
|
713069
|
-
id_organization: string | null;
|
|
713070
|
-
phone: string | null;
|
|
713071
|
-
title: string | null;
|
|
713072
|
-
} | null;
|
|
713073
|
-
organization_whs: {
|
|
713074
|
-
is_active: boolean | null;
|
|
713075
|
-
id: string;
|
|
713076
|
-
logic_code: string | null;
|
|
713077
|
-
name: string | null;
|
|
713078
|
-
id_country: string | null;
|
|
713079
|
-
id_state: string | null;
|
|
713080
|
-
id_city: string | null;
|
|
713081
|
-
id_postal_code: string | null;
|
|
713082
|
-
id_company: string | null;
|
|
713083
|
-
id_branch: string | null;
|
|
713084
|
-
code: string | null;
|
|
713085
|
-
created_at: Date | null;
|
|
713086
|
-
created_by: string | null;
|
|
713087
|
-
updated_at: Date | null;
|
|
713088
|
-
updated_by: string | null;
|
|
713089
|
-
id_un_locode: string | null;
|
|
713090
|
-
email: string | null;
|
|
713091
|
-
id_business_category: string | null;
|
|
713092
|
-
id_controlling_branch: string | null;
|
|
713093
|
-
id_airline: string | null;
|
|
713094
|
-
id_shipping_line: string | null;
|
|
713095
|
-
phone: string | null;
|
|
713096
|
-
website_url: string | null;
|
|
713097
|
-
company_number: string | null;
|
|
713098
|
-
company_tax_number: string | null;
|
|
713099
|
-
} | null;
|
|
713100
|
-
organization_whs_address: {
|
|
713101
|
-
is_active: boolean | null;
|
|
713102
|
-
id: string;
|
|
713103
|
-
logic_code: string | null;
|
|
713104
|
-
id_country: string | null;
|
|
713105
|
-
id_state: string | null;
|
|
713106
|
-
id_city: string | null;
|
|
713107
|
-
id_postal_code: string | null;
|
|
713108
|
-
code: string | null;
|
|
713109
|
-
address: string | null;
|
|
713110
|
-
mobile_phone: string | null;
|
|
713111
|
-
created_at: Date | null;
|
|
713112
|
-
created_by: string | null;
|
|
713113
|
-
updated_at: Date | null;
|
|
713114
|
-
updated_by: string | null;
|
|
713115
|
-
id_un_locode: string | null;
|
|
713116
|
-
email: string | null;
|
|
713117
|
-
id_organization: string | null;
|
|
713118
|
-
phone: string | null;
|
|
713119
|
-
fax: string | null;
|
|
713120
|
-
} | null;
|
|
713121
|
-
organization_vendor: {
|
|
713122
|
-
is_active: boolean | null;
|
|
713123
|
-
id: string;
|
|
713124
|
-
logic_code: string | null;
|
|
713125
|
-
name: string | null;
|
|
713126
|
-
id_country: string | null;
|
|
713127
|
-
id_state: string | null;
|
|
713128
|
-
id_city: string | null;
|
|
713129
|
-
id_postal_code: string | null;
|
|
713130
|
-
id_company: string | null;
|
|
713131
|
-
id_branch: string | null;
|
|
713132
|
-
code: string | null;
|
|
713133
|
-
created_at: Date | null;
|
|
713134
|
-
created_by: string | null;
|
|
713135
|
-
updated_at: Date | null;
|
|
713136
|
-
updated_by: string | null;
|
|
713137
|
-
id_un_locode: string | null;
|
|
713138
|
-
email: string | null;
|
|
713139
|
-
id_business_category: string | null;
|
|
713140
|
-
id_controlling_branch: string | null;
|
|
713141
|
-
id_airline: string | null;
|
|
713142
|
-
id_shipping_line: string | null;
|
|
713143
|
-
phone: string | null;
|
|
713144
|
-
website_url: string | null;
|
|
713145
|
-
company_number: string | null;
|
|
713146
|
-
company_tax_number: string | null;
|
|
713147
|
-
} | null;
|
|
713148
|
-
forwarding_shipment_pickup_delivery_type: {
|
|
713149
|
-
is_active: boolean | null;
|
|
713150
|
-
id: string;
|
|
713151
|
-
logic_code: string | null;
|
|
713152
|
-
name: string | null;
|
|
713153
|
-
code: string | null;
|
|
713154
|
-
created_at: Date | null;
|
|
713155
|
-
created_by: string | null;
|
|
713156
|
-
updated_at: Date | null;
|
|
713157
|
-
updated_by: string | null;
|
|
713158
|
-
} | null;
|
|
713159
|
-
is_active: boolean | null;
|
|
713160
|
-
id: string;
|
|
713161
|
-
logic_code: string | null;
|
|
713162
|
-
created_at: Date | null;
|
|
713163
|
-
created_by: string | null;
|
|
713164
|
-
updated_at: Date | null;
|
|
713165
|
-
updated_by: string | null;
|
|
713166
|
-
id_organization: string | null;
|
|
713167
|
-
id_organization_address: string | null;
|
|
713168
|
-
id_forwarding_shipment: string | null;
|
|
713169
|
-
estimated_delivery_date: Date | null;
|
|
713170
|
-
id_person_in_charge: string | null;
|
|
713171
|
-
id_organization_whs: string | null;
|
|
713172
|
-
id_organization_whs_address: string | null;
|
|
713173
|
-
id_organization_vendor: string | null;
|
|
713174
|
-
org_address: string | null;
|
|
713175
|
-
whs_address: string | null;
|
|
713176
|
-
whs_interim_receipt: string | null;
|
|
713177
|
-
whs_reciept_requested: Date | null;
|
|
713178
|
-
whs_dispatch_requested: Date | null;
|
|
713179
|
-
whs_interim_receipt_date: Date | null;
|
|
713180
|
-
transport_booking_number: string | null;
|
|
713181
|
-
driver_name: string | null;
|
|
713182
|
-
driver_vehicle_number: string | null;
|
|
713183
|
-
driver_mobile: string | null;
|
|
713184
|
-
is_override_org: boolean | null;
|
|
713185
|
-
is_override_whs: boolean | null;
|
|
713186
|
-
id_delivery_type: string | null;
|
|
713187
|
-
actual_delivery_date: Date | null;
|
|
713188
|
-
}[] | undefined;
|
|
713189
|
-
total: number | undefined;
|
|
713190
|
-
};
|
|
713191
|
-
meta: object;
|
|
713192
|
-
}>;
|
|
713193
|
-
getDetail: MutationProcedure<{
|
|
713194
|
-
input: {
|
|
713195
|
-
is_active?: (string | number | boolean)[] | null | undefined;
|
|
713196
|
-
is_system?: (string | number | boolean)[] | null | undefined;
|
|
713197
|
-
id?: string | number | bigint | null | undefined;
|
|
713198
|
-
id_string?: string | null | undefined;
|
|
713199
|
-
logic_code?: string | null | undefined;
|
|
713200
|
-
};
|
|
713201
|
-
output: {
|
|
713202
|
-
data: {
|
|
713203
|
-
_count: {
|
|
713204
|
-
forwarding_shipment: number;
|
|
713205
|
-
organization: number;
|
|
713206
|
-
organization_address: number;
|
|
713207
|
-
organization_person_in_charge: number;
|
|
713208
|
-
organization_whs: number;
|
|
713209
|
-
organization_whs_address: number;
|
|
713210
|
-
organization_vendor: number;
|
|
713211
|
-
forwarding_shipment_pickup_delivery_type: number;
|
|
713212
|
-
forwarding_shipment_delivery_logs: number;
|
|
713213
|
-
};
|
|
713214
|
-
organization: {
|
|
713215
|
-
is_active: boolean | null;
|
|
713216
|
-
id: string;
|
|
713217
|
-
logic_code: string | null;
|
|
713218
|
-
name: string | null;
|
|
713219
|
-
id_country: string | null;
|
|
713220
|
-
id_state: string | null;
|
|
713221
|
-
id_city: string | null;
|
|
713222
|
-
id_postal_code: string | null;
|
|
713223
|
-
id_company: string | null;
|
|
713224
|
-
id_branch: string | null;
|
|
713225
|
-
code: string | null;
|
|
713226
|
-
created_at: Date | null;
|
|
713227
|
-
created_by: string | null;
|
|
713228
|
-
updated_at: Date | null;
|
|
713229
|
-
updated_by: string | null;
|
|
713230
|
-
id_un_locode: string | null;
|
|
713231
|
-
email: string | null;
|
|
713232
|
-
id_business_category: string | null;
|
|
713233
|
-
id_controlling_branch: string | null;
|
|
713234
|
-
id_airline: string | null;
|
|
713235
|
-
id_shipping_line: string | null;
|
|
713236
|
-
phone: string | null;
|
|
713237
|
-
website_url: string | null;
|
|
713238
|
-
company_number: string | null;
|
|
713239
|
-
company_tax_number: string | null;
|
|
713240
|
-
} | null;
|
|
713241
|
-
organization_address: {
|
|
713242
|
-
is_active: boolean | null;
|
|
713243
|
-
id: string;
|
|
713244
|
-
logic_code: string | null;
|
|
713245
|
-
id_country: string | null;
|
|
713246
|
-
id_state: string | null;
|
|
713247
|
-
id_city: string | null;
|
|
713248
|
-
id_postal_code: string | null;
|
|
713249
|
-
code: string | null;
|
|
713250
|
-
address: string | null;
|
|
713251
|
-
mobile_phone: string | null;
|
|
713252
|
-
created_at: Date | null;
|
|
713253
|
-
created_by: string | null;
|
|
713254
|
-
updated_at: Date | null;
|
|
713255
|
-
updated_by: string | null;
|
|
713256
|
-
id_un_locode: string | null;
|
|
713257
|
-
email: string | null;
|
|
713258
|
-
id_organization: string | null;
|
|
713259
|
-
phone: string | null;
|
|
713260
|
-
fax: string | null;
|
|
713261
|
-
} | null;
|
|
713262
|
-
forwarding_shipment: {
|
|
713263
|
-
is_active: boolean | null;
|
|
713264
|
-
id: string;
|
|
713265
|
-
logic_code: string | null;
|
|
713266
|
-
created_at: Date | null;
|
|
713267
|
-
created_by: string | null;
|
|
713268
|
-
updated_at: Date | null;
|
|
713269
|
-
updated_by: string | null;
|
|
713270
|
-
description: string | null;
|
|
713271
|
-
id_transport_mode: string | null;
|
|
713272
|
-
id_container_shipping_type: string | null;
|
|
713273
|
-
id_incoterm: string | null;
|
|
713274
|
-
id_service_level: string | null;
|
|
713275
|
-
id_release_type: string | null;
|
|
713276
|
-
id_on_board_status: string | null;
|
|
713277
|
-
id_weight_unit: string | null;
|
|
713278
|
-
id_volume_unit: string | null;
|
|
713279
|
-
id_chargeable_unit: string | null;
|
|
713462
|
+
description: string | null;
|
|
713280
713463
|
mark_number: string | null;
|
|
713281
713464
|
volume: Decimal | null;
|
|
713282
713465
|
chargeable: Decimal | null;
|
|
@@ -713801,7 +713984,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713801
713984
|
updated_at: Date | null;
|
|
713802
713985
|
updated_by: string | null;
|
|
713803
713986
|
length: Decimal | null;
|
|
713804
|
-
description: string | null;
|
|
713805
713987
|
id_transport_mode: string | null;
|
|
713806
713988
|
id_container_shipping_type: string | null;
|
|
713807
713989
|
id_incoterm: string | null;
|
|
@@ -713819,6 +714001,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713819
714001
|
id_volume_unit: string | null;
|
|
713820
714002
|
id_chargeable_unit: string | null;
|
|
713821
714003
|
id_commodity: string | null;
|
|
714004
|
+
description: string | null;
|
|
713822
714005
|
extra_term: string | null;
|
|
713823
714006
|
shipper_ref: string | null;
|
|
713824
714007
|
mark_number: string | null;
|
|
@@ -713863,7 +714046,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713863
714046
|
created_by: string | null;
|
|
713864
714047
|
updated_at: Date | null;
|
|
713865
714048
|
updated_by: string | null;
|
|
713866
|
-
description: string | null;
|
|
713867
714049
|
id_transport_mode: string | null;
|
|
713868
714050
|
id_container_shipping_type: string | null;
|
|
713869
714051
|
id_incoterm: string | null;
|
|
@@ -713873,6 +714055,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
713873
714055
|
id_weight_unit: string | null;
|
|
713874
714056
|
id_volume_unit: string | null;
|
|
713875
714057
|
id_chargeable_unit: string | null;
|
|
714058
|
+
description: string | null;
|
|
713876
714059
|
mark_number: string | null;
|
|
713877
714060
|
volume: Decimal | null;
|
|
713878
714061
|
chargeable: Decimal | null;
|
|
@@ -714031,11 +714214,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714031
714214
|
updated_at: Date | null;
|
|
714032
714215
|
updated_by: string | null;
|
|
714033
714216
|
length: Decimal | null;
|
|
714034
|
-
description: string | null;
|
|
714035
714217
|
id_weight_unit: string | null;
|
|
714036
714218
|
id_volume_unit: string | null;
|
|
714037
714219
|
id_commodity: string | null;
|
|
714038
714220
|
id_forwarding_booking: string | null;
|
|
714221
|
+
description: string | null;
|
|
714039
714222
|
volume: Decimal | null;
|
|
714040
714223
|
id_forwarding_shipment: string | null;
|
|
714041
714224
|
id_console_container: string | null;
|
|
@@ -714098,7 +714281,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714098
714281
|
updated_at: Date | null;
|
|
714099
714282
|
updated_by: string | null;
|
|
714100
714283
|
length: Decimal | null;
|
|
714101
|
-
description: string | null;
|
|
714102
714284
|
id_transport_mode: string | null;
|
|
714103
714285
|
id_container_shipping_type: string | null;
|
|
714104
714286
|
id_incoterm: string | null;
|
|
@@ -714116,6 +714298,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714116
714298
|
id_volume_unit: string | null;
|
|
714117
714299
|
id_chargeable_unit: string | null;
|
|
714118
714300
|
id_commodity: string | null;
|
|
714301
|
+
description: string | null;
|
|
714119
714302
|
extra_term: string | null;
|
|
714120
714303
|
shipper_ref: string | null;
|
|
714121
714304
|
mark_number: string | null;
|
|
@@ -714160,7 +714343,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714160
714343
|
created_by: string | null;
|
|
714161
714344
|
updated_at: Date | null;
|
|
714162
714345
|
updated_by: string | null;
|
|
714163
|
-
description: string | null;
|
|
714164
714346
|
id_transport_mode: string | null;
|
|
714165
714347
|
id_container_shipping_type: string | null;
|
|
714166
714348
|
id_incoterm: string | null;
|
|
@@ -714170,6 +714352,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714170
714352
|
id_weight_unit: string | null;
|
|
714171
714353
|
id_volume_unit: string | null;
|
|
714172
714354
|
id_chargeable_unit: string | null;
|
|
714355
|
+
description: string | null;
|
|
714173
714356
|
mark_number: string | null;
|
|
714174
714357
|
volume: Decimal | null;
|
|
714175
714358
|
chargeable: Decimal | null;
|
|
@@ -714328,11 +714511,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714328
714511
|
updated_at: Date | null;
|
|
714329
714512
|
updated_by: string | null;
|
|
714330
714513
|
length: Decimal | null;
|
|
714331
|
-
description: string | null;
|
|
714332
714514
|
id_weight_unit: string | null;
|
|
714333
714515
|
id_volume_unit: string | null;
|
|
714334
714516
|
id_commodity: string | null;
|
|
714335
714517
|
id_forwarding_booking: string | null;
|
|
714518
|
+
description: string | null;
|
|
714336
714519
|
volume: Decimal | null;
|
|
714337
714520
|
id_forwarding_shipment: string | null;
|
|
714338
714521
|
id_console_container: string | null;
|
|
@@ -714505,11 +714688,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714505
714688
|
updated_at: Date | null;
|
|
714506
714689
|
updated_by: string | null;
|
|
714507
714690
|
length: Decimal | null;
|
|
714508
|
-
description: string | null;
|
|
714509
714691
|
id_weight_unit: string | null;
|
|
714510
714692
|
id_volume_unit: string | null;
|
|
714511
714693
|
id_commodity: string | null;
|
|
714512
714694
|
id_forwarding_booking: string | null;
|
|
714695
|
+
description: string | null;
|
|
714513
714696
|
volume: Decimal | null;
|
|
714514
714697
|
id_forwarding_shipment: string | null;
|
|
714515
714698
|
id_console_container: string | null;
|
|
@@ -714597,11 +714780,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714597
714780
|
updated_at: Date | null;
|
|
714598
714781
|
updated_by: string | null;
|
|
714599
714782
|
length: Decimal | null;
|
|
714600
|
-
description: string | null;
|
|
714601
714783
|
id_weight_unit: string | null;
|
|
714602
714784
|
id_volume_unit: string | null;
|
|
714603
714785
|
id_commodity: string | null;
|
|
714604
714786
|
id_forwarding_booking: string | null;
|
|
714787
|
+
description: string | null;
|
|
714605
714788
|
volume: Decimal | null;
|
|
714606
714789
|
id_forwarding_shipment: string | null;
|
|
714607
714790
|
id_console_container: string | null;
|
|
@@ -714725,11 +714908,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714725
714908
|
updated_at: Date | null;
|
|
714726
714909
|
updated_by: string | null;
|
|
714727
714910
|
length: Decimal | null;
|
|
714728
|
-
description: string | null;
|
|
714729
714911
|
id_weight_unit: string | null;
|
|
714730
714912
|
id_volume_unit: string | null;
|
|
714731
714913
|
id_commodity: string | null;
|
|
714732
714914
|
id_forwarding_booking: string | null;
|
|
714915
|
+
description: string | null;
|
|
714733
714916
|
volume: Decimal | null;
|
|
714734
714917
|
id_forwarding_shipment: string | null;
|
|
714735
714918
|
id_console_container: string | null;
|
|
@@ -714777,11 +714960,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714777
714960
|
updated_at: Date | null;
|
|
714778
714961
|
updated_by: string | null;
|
|
714779
714962
|
length: Decimal | null;
|
|
714780
|
-
description: string | null;
|
|
714781
714963
|
id_weight_unit: string | null;
|
|
714782
714964
|
id_volume_unit: string | null;
|
|
714783
714965
|
id_commodity: string | null;
|
|
714784
714966
|
id_forwarding_booking: string | null;
|
|
714967
|
+
description: string | null;
|
|
714785
714968
|
volume: Decimal | null;
|
|
714786
714969
|
id_forwarding_shipment: string | null;
|
|
714787
714970
|
id_console_container: string | null;
|
|
@@ -714839,11 +715022,11 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714839
715022
|
updated_at: Date | null;
|
|
714840
715023
|
updated_by: string | null;
|
|
714841
715024
|
length: Decimal | null;
|
|
714842
|
-
description: string | null;
|
|
714843
715025
|
id_weight_unit: string | null;
|
|
714844
715026
|
id_volume_unit: string | null;
|
|
714845
715027
|
id_commodity: string | null;
|
|
714846
715028
|
id_forwarding_booking: string | null;
|
|
715029
|
+
description: string | null;
|
|
714847
715030
|
volume: Decimal | null;
|
|
714848
715031
|
id_forwarding_shipment: string | null;
|
|
714849
715032
|
id_console_container: string | null;
|
|
@@ -714973,7 +715156,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714973
715156
|
created_by: string | null;
|
|
714974
715157
|
updated_at: Date | null;
|
|
714975
715158
|
updated_by: string | null;
|
|
714976
|
-
description: string | null;
|
|
714977
715159
|
id_transport_mode: string | null;
|
|
714978
715160
|
id_container_shipping_type: string | null;
|
|
714979
715161
|
id_incoterm: string | null;
|
|
@@ -714983,6 +715165,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
714983
715165
|
id_weight_unit: string | null;
|
|
714984
715166
|
id_volume_unit: string | null;
|
|
714985
715167
|
id_chargeable_unit: string | null;
|
|
715168
|
+
description: string | null;
|
|
714986
715169
|
mark_number: string | null;
|
|
714987
715170
|
volume: Decimal | null;
|
|
714988
715171
|
chargeable: Decimal | null;
|
|
@@ -715706,7 +715889,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715706
715889
|
created_by: string | null;
|
|
715707
715890
|
updated_at: Date | null;
|
|
715708
715891
|
updated_by: string | null;
|
|
715709
|
-
description: string | null;
|
|
715710
715892
|
id_transport_mode: string | null;
|
|
715711
715893
|
id_container_shipping_type: string | null;
|
|
715712
715894
|
id_incoterm: string | null;
|
|
@@ -715716,6 +715898,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
715716
715898
|
id_weight_unit: string | null;
|
|
715717
715899
|
id_volume_unit: string | null;
|
|
715718
715900
|
id_chargeable_unit: string | null;
|
|
715901
|
+
description: string | null;
|
|
715719
715902
|
mark_number: string | null;
|
|
715720
715903
|
volume: Decimal | null;
|
|
715721
715904
|
chargeable: Decimal | null;
|
|
@@ -718106,7 +718289,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718106
718289
|
updated_at: Date | null;
|
|
718107
718290
|
updated_by: string | null;
|
|
718108
718291
|
length: Decimal | null;
|
|
718109
|
-
description: string | null;
|
|
718110
718292
|
id_transport_mode: string | null;
|
|
718111
718293
|
id_container_shipping_type: string | null;
|
|
718112
718294
|
id_incoterm: string | null;
|
|
@@ -718124,6 +718306,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718124
718306
|
id_volume_unit: string | null;
|
|
718125
718307
|
id_chargeable_unit: string | null;
|
|
718126
718308
|
id_commodity: string | null;
|
|
718309
|
+
description: string | null;
|
|
718127
718310
|
extra_term: string | null;
|
|
718128
718311
|
shipper_ref: string | null;
|
|
718129
718312
|
mark_number: string | null;
|
|
@@ -718230,7 +718413,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718230
718413
|
created_by: string | null;
|
|
718231
718414
|
updated_at: Date | null;
|
|
718232
718415
|
updated_by: string | null;
|
|
718233
|
-
description: string | null;
|
|
718234
718416
|
id_transport_mode: string | null;
|
|
718235
718417
|
id_container_shipping_type: string | null;
|
|
718236
718418
|
id_incoterm: string | null;
|
|
@@ -718240,6 +718422,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718240
718422
|
id_weight_unit: string | null;
|
|
718241
718423
|
id_volume_unit: string | null;
|
|
718242
718424
|
id_chargeable_unit: string | null;
|
|
718425
|
+
description: string | null;
|
|
718243
718426
|
mark_number: string | null;
|
|
718244
718427
|
volume: Decimal | null;
|
|
718245
718428
|
chargeable: Decimal | null;
|
|
@@ -718451,13 +718634,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718451
718634
|
updated_at: Date | null;
|
|
718452
718635
|
updated_by: string | null;
|
|
718453
718636
|
length: Decimal | null;
|
|
718454
|
-
description: string | null;
|
|
718455
718637
|
id_origin_un_locode: string | null;
|
|
718456
718638
|
id_destination_un_locode: string | null;
|
|
718457
718639
|
id_weight_unit: string | null;
|
|
718458
718640
|
id_volume_unit: string | null;
|
|
718459
718641
|
id_commodity: string | null;
|
|
718460
718642
|
id_forwarding_booking: string | null;
|
|
718643
|
+
description: string | null;
|
|
718461
718644
|
volume: Decimal | null;
|
|
718462
718645
|
id_forwarding_shipment: string | null;
|
|
718463
718646
|
id_package_type: string | null;
|
|
@@ -718526,7 +718709,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718526
718709
|
updated_at: Date | null;
|
|
718527
718710
|
updated_by: string | null;
|
|
718528
718711
|
length: Decimal | null;
|
|
718529
|
-
description: string | null;
|
|
718530
718712
|
id_transport_mode: string | null;
|
|
718531
718713
|
id_container_shipping_type: string | null;
|
|
718532
718714
|
id_incoterm: string | null;
|
|
@@ -718544,6 +718726,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718544
718726
|
id_volume_unit: string | null;
|
|
718545
718727
|
id_chargeable_unit: string | null;
|
|
718546
718728
|
id_commodity: string | null;
|
|
718729
|
+
description: string | null;
|
|
718547
718730
|
extra_term: string | null;
|
|
718548
718731
|
shipper_ref: string | null;
|
|
718549
718732
|
mark_number: string | null;
|
|
@@ -718650,7 +718833,6 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718650
718833
|
created_by: string | null;
|
|
718651
718834
|
updated_at: Date | null;
|
|
718652
718835
|
updated_by: string | null;
|
|
718653
|
-
description: string | null;
|
|
718654
718836
|
id_transport_mode: string | null;
|
|
718655
718837
|
id_container_shipping_type: string | null;
|
|
718656
718838
|
id_incoterm: string | null;
|
|
@@ -718660,6 +718842,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718660
718842
|
id_weight_unit: string | null;
|
|
718661
718843
|
id_volume_unit: string | null;
|
|
718662
718844
|
id_chargeable_unit: string | null;
|
|
718845
|
+
description: string | null;
|
|
718663
718846
|
mark_number: string | null;
|
|
718664
718847
|
volume: Decimal | null;
|
|
718665
718848
|
chargeable: Decimal | null;
|
|
@@ -718871,13 +719054,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
718871
719054
|
updated_at: Date | null;
|
|
718872
719055
|
updated_by: string | null;
|
|
718873
719056
|
length: Decimal | null;
|
|
718874
|
-
description: string | null;
|
|
718875
719057
|
id_origin_un_locode: string | null;
|
|
718876
719058
|
id_destination_un_locode: string | null;
|
|
718877
719059
|
id_weight_unit: string | null;
|
|
718878
719060
|
id_volume_unit: string | null;
|
|
718879
719061
|
id_commodity: string | null;
|
|
718880
719062
|
id_forwarding_booking: string | null;
|
|
719063
|
+
description: string | null;
|
|
718881
719064
|
volume: Decimal | null;
|
|
718882
719065
|
id_forwarding_shipment: string | null;
|
|
718883
719066
|
id_package_type: string | null;
|
|
@@ -719056,13 +719239,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
719056
719239
|
updated_at: Date | null;
|
|
719057
719240
|
updated_by: string | null;
|
|
719058
719241
|
length: Decimal | null;
|
|
719059
|
-
description: string | null;
|
|
719060
719242
|
id_origin_un_locode: string | null;
|
|
719061
719243
|
id_destination_un_locode: string | null;
|
|
719062
719244
|
id_weight_unit: string | null;
|
|
719063
719245
|
id_volume_unit: string | null;
|
|
719064
719246
|
id_commodity: string | null;
|
|
719065
719247
|
id_forwarding_booking: string | null;
|
|
719248
|
+
description: string | null;
|
|
719066
719249
|
volume: Decimal | null;
|
|
719067
719250
|
id_forwarding_shipment: string | null;
|
|
719068
719251
|
id_package_type: string | null;
|
|
@@ -719156,13 +719339,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
719156
719339
|
updated_at: Date | null;
|
|
719157
719340
|
updated_by: string | null;
|
|
719158
719341
|
length: Decimal | null;
|
|
719159
|
-
description: string | null;
|
|
719160
719342
|
id_origin_un_locode: string | null;
|
|
719161
719343
|
id_destination_un_locode: string | null;
|
|
719162
719344
|
id_weight_unit: string | null;
|
|
719163
719345
|
id_volume_unit: string | null;
|
|
719164
719346
|
id_commodity: string | null;
|
|
719165
719347
|
id_forwarding_booking: string | null;
|
|
719348
|
+
description: string | null;
|
|
719166
719349
|
volume: Decimal | null;
|
|
719167
719350
|
id_forwarding_shipment: string | null;
|
|
719168
719351
|
id_package_type: string | null;
|
|
@@ -719221,13 +719404,13 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
719221
719404
|
updated_at: Date | null;
|
|
719222
719405
|
updated_by: string | null;
|
|
719223
719406
|
length: Decimal | null;
|
|
719224
|
-
description: string | null;
|
|
719225
719407
|
id_origin_un_locode: string | null;
|
|
719226
719408
|
id_destination_un_locode: string | null;
|
|
719227
719409
|
id_weight_unit: string | null;
|
|
719228
719410
|
id_volume_unit: string | null;
|
|
719229
719411
|
id_commodity: string | null;
|
|
719230
719412
|
id_forwarding_booking: string | null;
|
|
719413
|
+
description: string | null;
|
|
719231
719414
|
volume: Decimal | null;
|
|
719232
719415
|
id_forwarding_shipment: string | null;
|
|
719233
719416
|
id_package_type: string | null;
|
|
@@ -719447,6 +719630,106 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
719447
719630
|
updated_by: string | null;
|
|
719448
719631
|
} | null;
|
|
719449
719632
|
last_accessed_branch: {
|
|
719633
|
+
country: {
|
|
719634
|
+
is_active: boolean | null;
|
|
719635
|
+
id: string;
|
|
719636
|
+
logic_code: string | null;
|
|
719637
|
+
name: string | null;
|
|
719638
|
+
created_at: Date | null;
|
|
719639
|
+
created_by: string | null;
|
|
719640
|
+
updated_at: Date | null;
|
|
719641
|
+
updated_by: string | null;
|
|
719642
|
+
id_currency: string | null;
|
|
719643
|
+
id_awb_currency: string | null;
|
|
719644
|
+
iso2_code: string | null;
|
|
719645
|
+
iso3_code: string | null;
|
|
719646
|
+
iso3_numeric: string | null;
|
|
719647
|
+
is_sanctioned: boolean | null;
|
|
719648
|
+
} | null;
|
|
719649
|
+
state: {
|
|
719650
|
+
is_active: boolean | null;
|
|
719651
|
+
id: string;
|
|
719652
|
+
logic_code: string | null;
|
|
719653
|
+
name: string | null;
|
|
719654
|
+
id_country: string | null;
|
|
719655
|
+
code: string | null;
|
|
719656
|
+
created_at: Date | null;
|
|
719657
|
+
created_by: string | null;
|
|
719658
|
+
updated_at: Date | null;
|
|
719659
|
+
updated_by: string | null;
|
|
719660
|
+
} | null;
|
|
719661
|
+
city: {
|
|
719662
|
+
is_active: boolean | null;
|
|
719663
|
+
id: string;
|
|
719664
|
+
logic_code: string | null;
|
|
719665
|
+
name: string | null;
|
|
719666
|
+
id_country: string | null;
|
|
719667
|
+
id_state: string | null;
|
|
719668
|
+
code: string | null;
|
|
719669
|
+
created_at: Date | null;
|
|
719670
|
+
created_by: string | null;
|
|
719671
|
+
updated_at: Date | null;
|
|
719672
|
+
updated_by: string | null;
|
|
719673
|
+
} | null;
|
|
719674
|
+
postal_code: {
|
|
719675
|
+
is_active: boolean | null;
|
|
719676
|
+
id: string;
|
|
719677
|
+
logic_code: string | null;
|
|
719678
|
+
id_country: string | null;
|
|
719679
|
+
code: string | null;
|
|
719680
|
+
created_at: Date | null;
|
|
719681
|
+
created_by: string | null;
|
|
719682
|
+
updated_at: Date | null;
|
|
719683
|
+
updated_by: string | null;
|
|
719684
|
+
} | null;
|
|
719685
|
+
company: {
|
|
719686
|
+
is_active: boolean | null;
|
|
719687
|
+
id: string;
|
|
719688
|
+
logic_code: string | null;
|
|
719689
|
+
name: string | null;
|
|
719690
|
+
id_country: string | null;
|
|
719691
|
+
id_state: string | null;
|
|
719692
|
+
id_city: string | null;
|
|
719693
|
+
id_postal_code: string | null;
|
|
719694
|
+
code: string | null;
|
|
719695
|
+
address: string | null;
|
|
719696
|
+
created_at: Date | null;
|
|
719697
|
+
created_by: string | null;
|
|
719698
|
+
updated_at: Date | null;
|
|
719699
|
+
updated_by: string | null;
|
|
719700
|
+
id_un_locode: string | null;
|
|
719701
|
+
} | null;
|
|
719702
|
+
un_locode: {
|
|
719703
|
+
is_active: boolean | null;
|
|
719704
|
+
id: string;
|
|
719705
|
+
logic_code: string | null;
|
|
719706
|
+
id_country: string | null;
|
|
719707
|
+
id_state: string | null;
|
|
719708
|
+
id_city: string | null;
|
|
719709
|
+
created_at: Date | null;
|
|
719710
|
+
created_by: string | null;
|
|
719711
|
+
updated_at: Date | null;
|
|
719712
|
+
updated_by: string | null;
|
|
719713
|
+
id_time_zone: string | null;
|
|
719714
|
+
un_code: string | null;
|
|
719715
|
+
iata_code: string | null;
|
|
719716
|
+
iata_region_code: string | null;
|
|
719717
|
+
latitude: Decimal | null;
|
|
719718
|
+
longitude: Decimal | null;
|
|
719719
|
+
port_name: string | null;
|
|
719720
|
+
proper_name: string | null;
|
|
719721
|
+
has_post: boolean | null;
|
|
719722
|
+
has_customs: boolean | null;
|
|
719723
|
+
has_unload: boolean | null;
|
|
719724
|
+
has_airport: boolean | null;
|
|
719725
|
+
has_railway: boolean | null;
|
|
719726
|
+
has_road: boolean | null;
|
|
719727
|
+
has_store: boolean | null;
|
|
719728
|
+
has_terminal: boolean | null;
|
|
719729
|
+
has_discharge: boolean | null;
|
|
719730
|
+
has_seaport: boolean | null;
|
|
719731
|
+
has_outport: boolean | null;
|
|
719732
|
+
} | null;
|
|
719450
719733
|
is_active: boolean | null;
|
|
719451
719734
|
id: string;
|
|
719452
719735
|
logic_code: string | null;
|
|
@@ -719465,6 +719748,89 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
719465
719748
|
id_un_locode: string | null;
|
|
719466
719749
|
} | null;
|
|
719467
719750
|
last_accessed_company: {
|
|
719751
|
+
country: {
|
|
719752
|
+
is_active: boolean | null;
|
|
719753
|
+
id: string;
|
|
719754
|
+
logic_code: string | null;
|
|
719755
|
+
name: string | null;
|
|
719756
|
+
created_at: Date | null;
|
|
719757
|
+
created_by: string | null;
|
|
719758
|
+
updated_at: Date | null;
|
|
719759
|
+
updated_by: string | null;
|
|
719760
|
+
id_currency: string | null;
|
|
719761
|
+
id_awb_currency: string | null;
|
|
719762
|
+
iso2_code: string | null;
|
|
719763
|
+
iso3_code: string | null;
|
|
719764
|
+
iso3_numeric: string | null;
|
|
719765
|
+
is_sanctioned: boolean | null;
|
|
719766
|
+
} | null;
|
|
719767
|
+
state: {
|
|
719768
|
+
is_active: boolean | null;
|
|
719769
|
+
id: string;
|
|
719770
|
+
logic_code: string | null;
|
|
719771
|
+
name: string | null;
|
|
719772
|
+
id_country: string | null;
|
|
719773
|
+
code: string | null;
|
|
719774
|
+
created_at: Date | null;
|
|
719775
|
+
created_by: string | null;
|
|
719776
|
+
updated_at: Date | null;
|
|
719777
|
+
updated_by: string | null;
|
|
719778
|
+
} | null;
|
|
719779
|
+
city: {
|
|
719780
|
+
is_active: boolean | null;
|
|
719781
|
+
id: string;
|
|
719782
|
+
logic_code: string | null;
|
|
719783
|
+
name: string | null;
|
|
719784
|
+
id_country: string | null;
|
|
719785
|
+
id_state: string | null;
|
|
719786
|
+
code: string | null;
|
|
719787
|
+
created_at: Date | null;
|
|
719788
|
+
created_by: string | null;
|
|
719789
|
+
updated_at: Date | null;
|
|
719790
|
+
updated_by: string | null;
|
|
719791
|
+
} | null;
|
|
719792
|
+
postal_code: {
|
|
719793
|
+
is_active: boolean | null;
|
|
719794
|
+
id: string;
|
|
719795
|
+
logic_code: string | null;
|
|
719796
|
+
id_country: string | null;
|
|
719797
|
+
code: string | null;
|
|
719798
|
+
created_at: Date | null;
|
|
719799
|
+
created_by: string | null;
|
|
719800
|
+
updated_at: Date | null;
|
|
719801
|
+
updated_by: string | null;
|
|
719802
|
+
} | null;
|
|
719803
|
+
un_locode: {
|
|
719804
|
+
is_active: boolean | null;
|
|
719805
|
+
id: string;
|
|
719806
|
+
logic_code: string | null;
|
|
719807
|
+
id_country: string | null;
|
|
719808
|
+
id_state: string | null;
|
|
719809
|
+
id_city: string | null;
|
|
719810
|
+
created_at: Date | null;
|
|
719811
|
+
created_by: string | null;
|
|
719812
|
+
updated_at: Date | null;
|
|
719813
|
+
updated_by: string | null;
|
|
719814
|
+
id_time_zone: string | null;
|
|
719815
|
+
un_code: string | null;
|
|
719816
|
+
iata_code: string | null;
|
|
719817
|
+
iata_region_code: string | null;
|
|
719818
|
+
latitude: Decimal | null;
|
|
719819
|
+
longitude: Decimal | null;
|
|
719820
|
+
port_name: string | null;
|
|
719821
|
+
proper_name: string | null;
|
|
719822
|
+
has_post: boolean | null;
|
|
719823
|
+
has_customs: boolean | null;
|
|
719824
|
+
has_unload: boolean | null;
|
|
719825
|
+
has_airport: boolean | null;
|
|
719826
|
+
has_railway: boolean | null;
|
|
719827
|
+
has_road: boolean | null;
|
|
719828
|
+
has_store: boolean | null;
|
|
719829
|
+
has_terminal: boolean | null;
|
|
719830
|
+
has_discharge: boolean | null;
|
|
719831
|
+
has_seaport: boolean | null;
|
|
719832
|
+
has_outport: boolean | null;
|
|
719833
|
+
} | null;
|
|
719468
719834
|
is_active: boolean | null;
|
|
719469
719835
|
id: string;
|
|
719470
719836
|
logic_code: string | null;
|
|
@@ -719741,6 +720107,106 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
719741
720107
|
updated_by: string | null;
|
|
719742
720108
|
} | null;
|
|
719743
720109
|
last_accessed_branch: {
|
|
720110
|
+
country: {
|
|
720111
|
+
is_active: boolean | null;
|
|
720112
|
+
id: string;
|
|
720113
|
+
logic_code: string | null;
|
|
720114
|
+
name: string | null;
|
|
720115
|
+
created_at: Date | null;
|
|
720116
|
+
created_by: string | null;
|
|
720117
|
+
updated_at: Date | null;
|
|
720118
|
+
updated_by: string | null;
|
|
720119
|
+
id_currency: string | null;
|
|
720120
|
+
id_awb_currency: string | null;
|
|
720121
|
+
iso2_code: string | null;
|
|
720122
|
+
iso3_code: string | null;
|
|
720123
|
+
iso3_numeric: string | null;
|
|
720124
|
+
is_sanctioned: boolean | null;
|
|
720125
|
+
} | null;
|
|
720126
|
+
state: {
|
|
720127
|
+
is_active: boolean | null;
|
|
720128
|
+
id: string;
|
|
720129
|
+
logic_code: string | null;
|
|
720130
|
+
name: string | null;
|
|
720131
|
+
id_country: string | null;
|
|
720132
|
+
code: string | null;
|
|
720133
|
+
created_at: Date | null;
|
|
720134
|
+
created_by: string | null;
|
|
720135
|
+
updated_at: Date | null;
|
|
720136
|
+
updated_by: string | null;
|
|
720137
|
+
} | null;
|
|
720138
|
+
city: {
|
|
720139
|
+
is_active: boolean | null;
|
|
720140
|
+
id: string;
|
|
720141
|
+
logic_code: string | null;
|
|
720142
|
+
name: string | null;
|
|
720143
|
+
id_country: string | null;
|
|
720144
|
+
id_state: string | null;
|
|
720145
|
+
code: string | null;
|
|
720146
|
+
created_at: Date | null;
|
|
720147
|
+
created_by: string | null;
|
|
720148
|
+
updated_at: Date | null;
|
|
720149
|
+
updated_by: string | null;
|
|
720150
|
+
} | null;
|
|
720151
|
+
postal_code: {
|
|
720152
|
+
is_active: boolean | null;
|
|
720153
|
+
id: string;
|
|
720154
|
+
logic_code: string | null;
|
|
720155
|
+
id_country: string | null;
|
|
720156
|
+
code: string | null;
|
|
720157
|
+
created_at: Date | null;
|
|
720158
|
+
created_by: string | null;
|
|
720159
|
+
updated_at: Date | null;
|
|
720160
|
+
updated_by: string | null;
|
|
720161
|
+
} | null;
|
|
720162
|
+
company: {
|
|
720163
|
+
is_active: boolean | null;
|
|
720164
|
+
id: string;
|
|
720165
|
+
logic_code: string | null;
|
|
720166
|
+
name: string | null;
|
|
720167
|
+
id_country: string | null;
|
|
720168
|
+
id_state: string | null;
|
|
720169
|
+
id_city: string | null;
|
|
720170
|
+
id_postal_code: string | null;
|
|
720171
|
+
code: string | null;
|
|
720172
|
+
address: string | null;
|
|
720173
|
+
created_at: Date | null;
|
|
720174
|
+
created_by: string | null;
|
|
720175
|
+
updated_at: Date | null;
|
|
720176
|
+
updated_by: string | null;
|
|
720177
|
+
id_un_locode: string | null;
|
|
720178
|
+
} | null;
|
|
720179
|
+
un_locode: {
|
|
720180
|
+
is_active: boolean | null;
|
|
720181
|
+
id: string;
|
|
720182
|
+
logic_code: string | null;
|
|
720183
|
+
id_country: string | null;
|
|
720184
|
+
id_state: string | null;
|
|
720185
|
+
id_city: string | null;
|
|
720186
|
+
created_at: Date | null;
|
|
720187
|
+
created_by: string | null;
|
|
720188
|
+
updated_at: Date | null;
|
|
720189
|
+
updated_by: string | null;
|
|
720190
|
+
id_time_zone: string | null;
|
|
720191
|
+
un_code: string | null;
|
|
720192
|
+
iata_code: string | null;
|
|
720193
|
+
iata_region_code: string | null;
|
|
720194
|
+
latitude: Decimal | null;
|
|
720195
|
+
longitude: Decimal | null;
|
|
720196
|
+
port_name: string | null;
|
|
720197
|
+
proper_name: string | null;
|
|
720198
|
+
has_post: boolean | null;
|
|
720199
|
+
has_customs: boolean | null;
|
|
720200
|
+
has_unload: boolean | null;
|
|
720201
|
+
has_airport: boolean | null;
|
|
720202
|
+
has_railway: boolean | null;
|
|
720203
|
+
has_road: boolean | null;
|
|
720204
|
+
has_store: boolean | null;
|
|
720205
|
+
has_terminal: boolean | null;
|
|
720206
|
+
has_discharge: boolean | null;
|
|
720207
|
+
has_seaport: boolean | null;
|
|
720208
|
+
has_outport: boolean | null;
|
|
720209
|
+
} | null;
|
|
719744
720210
|
is_active: boolean | null;
|
|
719745
720211
|
id: string;
|
|
719746
720212
|
logic_code: string | null;
|
|
@@ -719759,6 +720225,89 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
719759
720225
|
id_un_locode: string | null;
|
|
719760
720226
|
} | null;
|
|
719761
720227
|
last_accessed_company: {
|
|
720228
|
+
country: {
|
|
720229
|
+
is_active: boolean | null;
|
|
720230
|
+
id: string;
|
|
720231
|
+
logic_code: string | null;
|
|
720232
|
+
name: string | null;
|
|
720233
|
+
created_at: Date | null;
|
|
720234
|
+
created_by: string | null;
|
|
720235
|
+
updated_at: Date | null;
|
|
720236
|
+
updated_by: string | null;
|
|
720237
|
+
id_currency: string | null;
|
|
720238
|
+
id_awb_currency: string | null;
|
|
720239
|
+
iso2_code: string | null;
|
|
720240
|
+
iso3_code: string | null;
|
|
720241
|
+
iso3_numeric: string | null;
|
|
720242
|
+
is_sanctioned: boolean | null;
|
|
720243
|
+
} | null;
|
|
720244
|
+
state: {
|
|
720245
|
+
is_active: boolean | null;
|
|
720246
|
+
id: string;
|
|
720247
|
+
logic_code: string | null;
|
|
720248
|
+
name: string | null;
|
|
720249
|
+
id_country: string | null;
|
|
720250
|
+
code: string | null;
|
|
720251
|
+
created_at: Date | null;
|
|
720252
|
+
created_by: string | null;
|
|
720253
|
+
updated_at: Date | null;
|
|
720254
|
+
updated_by: string | null;
|
|
720255
|
+
} | null;
|
|
720256
|
+
city: {
|
|
720257
|
+
is_active: boolean | null;
|
|
720258
|
+
id: string;
|
|
720259
|
+
logic_code: string | null;
|
|
720260
|
+
name: string | null;
|
|
720261
|
+
id_country: string | null;
|
|
720262
|
+
id_state: string | null;
|
|
720263
|
+
code: string | null;
|
|
720264
|
+
created_at: Date | null;
|
|
720265
|
+
created_by: string | null;
|
|
720266
|
+
updated_at: Date | null;
|
|
720267
|
+
updated_by: string | null;
|
|
720268
|
+
} | null;
|
|
720269
|
+
postal_code: {
|
|
720270
|
+
is_active: boolean | null;
|
|
720271
|
+
id: string;
|
|
720272
|
+
logic_code: string | null;
|
|
720273
|
+
id_country: string | null;
|
|
720274
|
+
code: string | null;
|
|
720275
|
+
created_at: Date | null;
|
|
720276
|
+
created_by: string | null;
|
|
720277
|
+
updated_at: Date | null;
|
|
720278
|
+
updated_by: string | null;
|
|
720279
|
+
} | null;
|
|
720280
|
+
un_locode: {
|
|
720281
|
+
is_active: boolean | null;
|
|
720282
|
+
id: string;
|
|
720283
|
+
logic_code: string | null;
|
|
720284
|
+
id_country: string | null;
|
|
720285
|
+
id_state: string | null;
|
|
720286
|
+
id_city: string | null;
|
|
720287
|
+
created_at: Date | null;
|
|
720288
|
+
created_by: string | null;
|
|
720289
|
+
updated_at: Date | null;
|
|
720290
|
+
updated_by: string | null;
|
|
720291
|
+
id_time_zone: string | null;
|
|
720292
|
+
un_code: string | null;
|
|
720293
|
+
iata_code: string | null;
|
|
720294
|
+
iata_region_code: string | null;
|
|
720295
|
+
latitude: Decimal | null;
|
|
720296
|
+
longitude: Decimal | null;
|
|
720297
|
+
port_name: string | null;
|
|
720298
|
+
proper_name: string | null;
|
|
720299
|
+
has_post: boolean | null;
|
|
720300
|
+
has_customs: boolean | null;
|
|
720301
|
+
has_unload: boolean | null;
|
|
720302
|
+
has_airport: boolean | null;
|
|
720303
|
+
has_railway: boolean | null;
|
|
720304
|
+
has_road: boolean | null;
|
|
720305
|
+
has_store: boolean | null;
|
|
720306
|
+
has_terminal: boolean | null;
|
|
720307
|
+
has_discharge: boolean | null;
|
|
720308
|
+
has_seaport: boolean | null;
|
|
720309
|
+
has_outport: boolean | null;
|
|
720310
|
+
} | null;
|
|
719762
720311
|
is_active: boolean | null;
|
|
719763
720312
|
id: string;
|
|
719764
720313
|
logic_code: string | null;
|
|
@@ -719924,13 +720473,13 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
719924
720473
|
} | null;
|
|
719925
720474
|
id: string;
|
|
719926
720475
|
id_log_type: string | null;
|
|
719927
|
-
id_user: string | null;
|
|
719928
720476
|
url: string | null;
|
|
719929
720477
|
params: SimpleJson;
|
|
719930
720478
|
action: string | null;
|
|
719931
720479
|
action_by: string | null;
|
|
719932
720480
|
action_id: string | null;
|
|
719933
720481
|
action_at: Date | null;
|
|
720482
|
+
id_user: string | null;
|
|
719934
720483
|
}[] | undefined;
|
|
719935
720484
|
total: number | undefined;
|
|
719936
720485
|
};
|
|
@@ -719958,13 +720507,13 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
719958
720507
|
} | null;
|
|
719959
720508
|
id: string;
|
|
719960
720509
|
id_log_type: string | null;
|
|
719961
|
-
id_user: string | null;
|
|
719962
720510
|
url: string | null;
|
|
719963
720511
|
params: SimpleJson;
|
|
719964
720512
|
action: string | null;
|
|
719965
720513
|
action_by: string | null;
|
|
719966
720514
|
action_id: string | null;
|
|
719967
720515
|
action_at: Date | null;
|
|
720516
|
+
id_user: string | null;
|
|
719968
720517
|
} | undefined;
|
|
719969
720518
|
};
|
|
719970
720519
|
meta: object;
|
|
@@ -720065,13 +720614,13 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
720065
720614
|
log: {
|
|
720066
720615
|
id: string;
|
|
720067
720616
|
id_log_type: string | null;
|
|
720068
|
-
id_user: string | null;
|
|
720069
720617
|
url: string | null;
|
|
720070
720618
|
params: SimpleJson;
|
|
720071
720619
|
action: string | null;
|
|
720072
720620
|
action_by: string | null;
|
|
720073
720621
|
action_id: string | null;
|
|
720074
720622
|
action_at: Date | null;
|
|
720623
|
+
id_user: string | null;
|
|
720075
720624
|
} | undefined;
|
|
720076
720625
|
} | undefined;
|
|
720077
720626
|
meta: object;
|
|
@@ -720175,13 +720724,13 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
720175
720724
|
log: {
|
|
720176
720725
|
id: string;
|
|
720177
720726
|
id_log_type: string | null;
|
|
720178
|
-
id_user: string | null;
|
|
720179
720727
|
url: string | null;
|
|
720180
720728
|
params: SimpleJson;
|
|
720181
720729
|
action: string | null;
|
|
720182
720730
|
action_by: string | null;
|
|
720183
720731
|
action_id: string | null;
|
|
720184
720732
|
action_at: Date | null;
|
|
720733
|
+
id_user: string | null;
|
|
720185
720734
|
} | undefined;
|
|
720186
720735
|
} | undefined;
|
|
720187
720736
|
meta: object;
|
|
@@ -720305,13 +720854,13 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
720305
720854
|
log: {
|
|
720306
720855
|
id: string;
|
|
720307
720856
|
id_log_type: string | null;
|
|
720308
|
-
id_user: string | null;
|
|
720309
720857
|
url: string | null;
|
|
720310
720858
|
params: SimpleJson;
|
|
720311
720859
|
action: string | null;
|
|
720312
720860
|
action_by: string | null;
|
|
720313
720861
|
action_id: string | null;
|
|
720314
720862
|
action_at: Date | null;
|
|
720863
|
+
id_user: string | null;
|
|
720315
720864
|
} | undefined;
|
|
720316
720865
|
} | undefined;
|
|
720317
720866
|
meta: object;
|
|
@@ -721036,27 +721585,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
721036
721585
|
updated_by: string | null;
|
|
721037
721586
|
id_un_locode: string | null;
|
|
721038
721587
|
} | null;
|
|
721039
|
-
organization_addresses: {
|
|
721040
|
-
is_active: boolean | null;
|
|
721041
|
-
id: string;
|
|
721042
|
-
logic_code: string | null;
|
|
721043
|
-
id_country: string | null;
|
|
721044
|
-
id_state: string | null;
|
|
721045
|
-
id_city: string | null;
|
|
721046
|
-
id_postal_code: string | null;
|
|
721047
|
-
code: string | null;
|
|
721048
|
-
address: string | null;
|
|
721049
|
-
mobile_phone: string | null;
|
|
721050
|
-
created_at: Date | null;
|
|
721051
|
-
created_by: string | null;
|
|
721052
|
-
updated_at: Date | null;
|
|
721053
|
-
updated_by: string | null;
|
|
721054
|
-
id_un_locode: string | null;
|
|
721055
|
-
email: string | null;
|
|
721056
|
-
id_organization: string | null;
|
|
721057
|
-
phone: string | null;
|
|
721058
|
-
fax: string | null;
|
|
721059
|
-
}[];
|
|
721060
721588
|
un_locode: {
|
|
721061
721589
|
is_active: boolean | null;
|
|
721062
721590
|
id: string;
|
|
@@ -721088,6 +721616,27 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
721088
721616
|
has_seaport: boolean | null;
|
|
721089
721617
|
has_outport: boolean | null;
|
|
721090
721618
|
} | null;
|
|
721619
|
+
organization_addresses: {
|
|
721620
|
+
is_active: boolean | null;
|
|
721621
|
+
id: string;
|
|
721622
|
+
logic_code: string | null;
|
|
721623
|
+
id_country: string | null;
|
|
721624
|
+
id_state: string | null;
|
|
721625
|
+
id_city: string | null;
|
|
721626
|
+
id_postal_code: string | null;
|
|
721627
|
+
code: string | null;
|
|
721628
|
+
address: string | null;
|
|
721629
|
+
mobile_phone: string | null;
|
|
721630
|
+
created_at: Date | null;
|
|
721631
|
+
created_by: string | null;
|
|
721632
|
+
updated_at: Date | null;
|
|
721633
|
+
updated_by: string | null;
|
|
721634
|
+
id_un_locode: string | null;
|
|
721635
|
+
email: string | null;
|
|
721636
|
+
id_organization: string | null;
|
|
721637
|
+
phone: string | null;
|
|
721638
|
+
fax: string | null;
|
|
721639
|
+
}[];
|
|
721091
721640
|
organization_account_payable_details: {
|
|
721092
721641
|
is_active: boolean | null;
|
|
721093
721642
|
id: string;
|
|
@@ -721192,39 +721741,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
721192
721741
|
is_controlling_agent: boolean | null;
|
|
721193
721742
|
is_internal_organization: boolean | null;
|
|
721194
721743
|
}[];
|
|
721195
|
-
organization_service_types: {
|
|
721196
|
-
is_active: boolean | null;
|
|
721197
|
-
id: string;
|
|
721198
|
-
logic_code: string | null;
|
|
721199
|
-
name: string | null;
|
|
721200
|
-
code: string | null;
|
|
721201
|
-
created_at: Date | null;
|
|
721202
|
-
created_by: string | null;
|
|
721203
|
-
updated_at: Date | null;
|
|
721204
|
-
updated_by: string | null;
|
|
721205
|
-
}[];
|
|
721206
|
-
organization_wh_inv_managements: {
|
|
721207
|
-
is_active: boolean | null;
|
|
721208
|
-
id: string;
|
|
721209
|
-
logic_code: string | null;
|
|
721210
|
-
name: string | null;
|
|
721211
|
-
code: string | null;
|
|
721212
|
-
created_at: Date | null;
|
|
721213
|
-
created_by: string | null;
|
|
721214
|
-
updated_at: Date | null;
|
|
721215
|
-
updated_by: string | null;
|
|
721216
|
-
}[];
|
|
721217
|
-
organization_forwarder_details: {
|
|
721218
|
-
is_active: boolean | null;
|
|
721219
|
-
id: string;
|
|
721220
|
-
created_at: Date | null;
|
|
721221
|
-
created_by: string | null;
|
|
721222
|
-
updated_at: Date | null;
|
|
721223
|
-
updated_by: string | null;
|
|
721224
|
-
id_currency: string | null;
|
|
721225
|
-
id_organization: string | null;
|
|
721226
|
-
id_forwarder_category: string | null;
|
|
721227
|
-
} | null;
|
|
721228
721744
|
organization_business_category: {
|
|
721229
721745
|
is_active: boolean | null;
|
|
721230
721746
|
id: string;
|
|
@@ -721313,6 +721829,39 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
721313
721829
|
is_non_vessel_operator: boolean | null;
|
|
721314
721830
|
is_shipping_line: boolean | null;
|
|
721315
721831
|
} | null;
|
|
721832
|
+
organization_forwarder_details: {
|
|
721833
|
+
is_active: boolean | null;
|
|
721834
|
+
id: string;
|
|
721835
|
+
created_at: Date | null;
|
|
721836
|
+
created_by: string | null;
|
|
721837
|
+
updated_at: Date | null;
|
|
721838
|
+
updated_by: string | null;
|
|
721839
|
+
id_currency: string | null;
|
|
721840
|
+
id_organization: string | null;
|
|
721841
|
+
id_forwarder_category: string | null;
|
|
721842
|
+
} | null;
|
|
721843
|
+
organization_service_types: {
|
|
721844
|
+
is_active: boolean | null;
|
|
721845
|
+
id: string;
|
|
721846
|
+
logic_code: string | null;
|
|
721847
|
+
name: string | null;
|
|
721848
|
+
code: string | null;
|
|
721849
|
+
created_at: Date | null;
|
|
721850
|
+
created_by: string | null;
|
|
721851
|
+
updated_at: Date | null;
|
|
721852
|
+
updated_by: string | null;
|
|
721853
|
+
}[];
|
|
721854
|
+
organization_wh_inv_managements: {
|
|
721855
|
+
is_active: boolean | null;
|
|
721856
|
+
id: string;
|
|
721857
|
+
logic_code: string | null;
|
|
721858
|
+
name: string | null;
|
|
721859
|
+
code: string | null;
|
|
721860
|
+
created_at: Date | null;
|
|
721861
|
+
created_by: string | null;
|
|
721862
|
+
updated_at: Date | null;
|
|
721863
|
+
updated_by: string | null;
|
|
721864
|
+
}[];
|
|
721316
721865
|
receivable_settlement_group_organizations: {
|
|
721317
721866
|
is_active: boolean | null;
|
|
721318
721867
|
id: string;
|
|
@@ -721555,27 +722104,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
721555
722104
|
updated_by: string | null;
|
|
721556
722105
|
id_un_locode: string | null;
|
|
721557
722106
|
} | null;
|
|
721558
|
-
organization_addresses: {
|
|
721559
|
-
is_active: boolean | null;
|
|
721560
|
-
id: string;
|
|
721561
|
-
logic_code: string | null;
|
|
721562
|
-
id_country: string | null;
|
|
721563
|
-
id_state: string | null;
|
|
721564
|
-
id_city: string | null;
|
|
721565
|
-
id_postal_code: string | null;
|
|
721566
|
-
code: string | null;
|
|
721567
|
-
address: string | null;
|
|
721568
|
-
mobile_phone: string | null;
|
|
721569
|
-
created_at: Date | null;
|
|
721570
|
-
created_by: string | null;
|
|
721571
|
-
updated_at: Date | null;
|
|
721572
|
-
updated_by: string | null;
|
|
721573
|
-
id_un_locode: string | null;
|
|
721574
|
-
email: string | null;
|
|
721575
|
-
id_organization: string | null;
|
|
721576
|
-
phone: string | null;
|
|
721577
|
-
fax: string | null;
|
|
721578
|
-
}[];
|
|
721579
722107
|
un_locode: {
|
|
721580
722108
|
is_active: boolean | null;
|
|
721581
722109
|
id: string;
|
|
@@ -721607,6 +722135,27 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
721607
722135
|
has_seaport: boolean | null;
|
|
721608
722136
|
has_outport: boolean | null;
|
|
721609
722137
|
} | null;
|
|
722138
|
+
organization_addresses: {
|
|
722139
|
+
is_active: boolean | null;
|
|
722140
|
+
id: string;
|
|
722141
|
+
logic_code: string | null;
|
|
722142
|
+
id_country: string | null;
|
|
722143
|
+
id_state: string | null;
|
|
722144
|
+
id_city: string | null;
|
|
722145
|
+
id_postal_code: string | null;
|
|
722146
|
+
code: string | null;
|
|
722147
|
+
address: string | null;
|
|
722148
|
+
mobile_phone: string | null;
|
|
722149
|
+
created_at: Date | null;
|
|
722150
|
+
created_by: string | null;
|
|
722151
|
+
updated_at: Date | null;
|
|
722152
|
+
updated_by: string | null;
|
|
722153
|
+
id_un_locode: string | null;
|
|
722154
|
+
email: string | null;
|
|
722155
|
+
id_organization: string | null;
|
|
722156
|
+
phone: string | null;
|
|
722157
|
+
fax: string | null;
|
|
722158
|
+
}[];
|
|
721610
722159
|
organization_account_payable_details: {
|
|
721611
722160
|
is_active: boolean | null;
|
|
721612
722161
|
id: string;
|
|
@@ -721711,39 +722260,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
721711
722260
|
is_controlling_agent: boolean | null;
|
|
721712
722261
|
is_internal_organization: boolean | null;
|
|
721713
722262
|
}[];
|
|
721714
|
-
organization_service_types: {
|
|
721715
|
-
is_active: boolean | null;
|
|
721716
|
-
id: string;
|
|
721717
|
-
logic_code: string | null;
|
|
721718
|
-
name: string | null;
|
|
721719
|
-
code: string | null;
|
|
721720
|
-
created_at: Date | null;
|
|
721721
|
-
created_by: string | null;
|
|
721722
|
-
updated_at: Date | null;
|
|
721723
|
-
updated_by: string | null;
|
|
721724
|
-
}[];
|
|
721725
|
-
organization_wh_inv_managements: {
|
|
721726
|
-
is_active: boolean | null;
|
|
721727
|
-
id: string;
|
|
721728
|
-
logic_code: string | null;
|
|
721729
|
-
name: string | null;
|
|
721730
|
-
code: string | null;
|
|
721731
|
-
created_at: Date | null;
|
|
721732
|
-
created_by: string | null;
|
|
721733
|
-
updated_at: Date | null;
|
|
721734
|
-
updated_by: string | null;
|
|
721735
|
-
}[];
|
|
721736
|
-
organization_forwarder_details: {
|
|
721737
|
-
is_active: boolean | null;
|
|
721738
|
-
id: string;
|
|
721739
|
-
created_at: Date | null;
|
|
721740
|
-
created_by: string | null;
|
|
721741
|
-
updated_at: Date | null;
|
|
721742
|
-
updated_by: string | null;
|
|
721743
|
-
id_currency: string | null;
|
|
721744
|
-
id_organization: string | null;
|
|
721745
|
-
id_forwarder_category: string | null;
|
|
721746
|
-
} | null;
|
|
721747
722263
|
organization_business_category: {
|
|
721748
722264
|
is_active: boolean | null;
|
|
721749
722265
|
id: string;
|
|
@@ -721832,6 +722348,39 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
721832
722348
|
is_non_vessel_operator: boolean | null;
|
|
721833
722349
|
is_shipping_line: boolean | null;
|
|
721834
722350
|
} | null;
|
|
722351
|
+
organization_forwarder_details: {
|
|
722352
|
+
is_active: boolean | null;
|
|
722353
|
+
id: string;
|
|
722354
|
+
created_at: Date | null;
|
|
722355
|
+
created_by: string | null;
|
|
722356
|
+
updated_at: Date | null;
|
|
722357
|
+
updated_by: string | null;
|
|
722358
|
+
id_currency: string | null;
|
|
722359
|
+
id_organization: string | null;
|
|
722360
|
+
id_forwarder_category: string | null;
|
|
722361
|
+
} | null;
|
|
722362
|
+
organization_service_types: {
|
|
722363
|
+
is_active: boolean | null;
|
|
722364
|
+
id: string;
|
|
722365
|
+
logic_code: string | null;
|
|
722366
|
+
name: string | null;
|
|
722367
|
+
code: string | null;
|
|
722368
|
+
created_at: Date | null;
|
|
722369
|
+
created_by: string | null;
|
|
722370
|
+
updated_at: Date | null;
|
|
722371
|
+
updated_by: string | null;
|
|
722372
|
+
}[];
|
|
722373
|
+
organization_wh_inv_managements: {
|
|
722374
|
+
is_active: boolean | null;
|
|
722375
|
+
id: string;
|
|
722376
|
+
logic_code: string | null;
|
|
722377
|
+
name: string | null;
|
|
722378
|
+
code: string | null;
|
|
722379
|
+
created_at: Date | null;
|
|
722380
|
+
created_by: string | null;
|
|
722381
|
+
updated_at: Date | null;
|
|
722382
|
+
updated_by: string | null;
|
|
722383
|
+
}[];
|
|
721835
722384
|
receivable_settlement_group_organizations: {
|
|
721836
722385
|
is_active: boolean | null;
|
|
721837
722386
|
id: string;
|
|
@@ -723827,6 +724376,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
723827
724376
|
};
|
|
723828
724377
|
output: {
|
|
723829
724378
|
data: {
|
|
724379
|
+
organization: {
|
|
724380
|
+
is_active: boolean | null;
|
|
724381
|
+
id: string;
|
|
724382
|
+
logic_code: string | null;
|
|
724383
|
+
name: string | null;
|
|
724384
|
+
id_country: string | null;
|
|
724385
|
+
id_state: string | null;
|
|
724386
|
+
id_city: string | null;
|
|
724387
|
+
id_postal_code: string | null;
|
|
724388
|
+
id_company: string | null;
|
|
724389
|
+
id_branch: string | null;
|
|
724390
|
+
code: string | null;
|
|
724391
|
+
created_at: Date | null;
|
|
724392
|
+
created_by: string | null;
|
|
724393
|
+
updated_at: Date | null;
|
|
724394
|
+
updated_by: string | null;
|
|
724395
|
+
id_un_locode: string | null;
|
|
724396
|
+
email: string | null;
|
|
724397
|
+
id_business_category: string | null;
|
|
724398
|
+
id_controlling_branch: string | null;
|
|
724399
|
+
id_airline: string | null;
|
|
724400
|
+
id_shipping_line: string | null;
|
|
724401
|
+
phone: string | null;
|
|
724402
|
+
website_url: string | null;
|
|
724403
|
+
company_number: string | null;
|
|
724404
|
+
company_tax_number: string | null;
|
|
724405
|
+
} | null;
|
|
723830
724406
|
user: {
|
|
723831
724407
|
is_active: boolean | null;
|
|
723832
724408
|
id: string;
|
|
@@ -723874,33 +724450,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
723874
724450
|
updated_at: Date | null;
|
|
723875
724451
|
updated_by: string | null;
|
|
723876
724452
|
} | null;
|
|
723877
|
-
organization: {
|
|
723878
|
-
is_active: boolean | null;
|
|
723879
|
-
id: string;
|
|
723880
|
-
logic_code: string | null;
|
|
723881
|
-
name: string | null;
|
|
723882
|
-
id_country: string | null;
|
|
723883
|
-
id_state: string | null;
|
|
723884
|
-
id_city: string | null;
|
|
723885
|
-
id_postal_code: string | null;
|
|
723886
|
-
id_company: string | null;
|
|
723887
|
-
id_branch: string | null;
|
|
723888
|
-
code: string | null;
|
|
723889
|
-
created_at: Date | null;
|
|
723890
|
-
created_by: string | null;
|
|
723891
|
-
updated_at: Date | null;
|
|
723892
|
-
updated_by: string | null;
|
|
723893
|
-
id_un_locode: string | null;
|
|
723894
|
-
email: string | null;
|
|
723895
|
-
id_business_category: string | null;
|
|
723896
|
-
id_controlling_branch: string | null;
|
|
723897
|
-
id_airline: string | null;
|
|
723898
|
-
id_shipping_line: string | null;
|
|
723899
|
-
phone: string | null;
|
|
723900
|
-
website_url: string | null;
|
|
723901
|
-
company_number: string | null;
|
|
723902
|
-
company_tax_number: string | null;
|
|
723903
|
-
} | null;
|
|
723904
724453
|
organization_staff_role: {
|
|
723905
724454
|
is_active: boolean | null;
|
|
723906
724455
|
id: string;
|
|
@@ -723918,8 +724467,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
723918
724467
|
created_by: string | null;
|
|
723919
724468
|
updated_at: Date | null;
|
|
723920
724469
|
updated_by: string | null;
|
|
723921
|
-
id_user: string | null;
|
|
723922
724470
|
id_organization: string | null;
|
|
724471
|
+
id_user: string | null;
|
|
723923
724472
|
id_organization_staff_role: string | null;
|
|
723924
724473
|
}[] | undefined;
|
|
723925
724474
|
total: number | undefined;
|
|
@@ -723942,53 +724491,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
723942
724491
|
organization_staff_role: number;
|
|
723943
724492
|
organization_staff_assignment_logs: number;
|
|
723944
724493
|
};
|
|
723945
|
-
user: {
|
|
723946
|
-
is_active: boolean | null;
|
|
723947
|
-
id: string;
|
|
723948
|
-
logic_code: string | null;
|
|
723949
|
-
id_sso: string | null;
|
|
723950
|
-
name: string | null;
|
|
723951
|
-
id_country: string | null;
|
|
723952
|
-
id_state: string | null;
|
|
723953
|
-
id_city: string | null;
|
|
723954
|
-
id_postal_code: string | null;
|
|
723955
|
-
id_nationality: string | null;
|
|
723956
|
-
id_company: string | null;
|
|
723957
|
-
id_branch: string | null;
|
|
723958
|
-
id_department: string | null;
|
|
723959
|
-
id_spouse_relationship: string | null;
|
|
723960
|
-
id_emergency_relationship: string | null;
|
|
723961
|
-
id_last_accessed_company: string | null;
|
|
723962
|
-
id_last_accessed_branch: string | null;
|
|
723963
|
-
code: string | null;
|
|
723964
|
-
pref_name: string | null;
|
|
723965
|
-
address: string | null;
|
|
723966
|
-
date_of_birth: Date | null;
|
|
723967
|
-
employment_date: Date | null;
|
|
723968
|
-
depart_date: Date | null;
|
|
723969
|
-
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
723970
|
-
job_title: string | null;
|
|
723971
|
-
work_phone: string | null;
|
|
723972
|
-
work_extension: string | null;
|
|
723973
|
-
work_fax: string | null;
|
|
723974
|
-
home_phone: string | null;
|
|
723975
|
-
mobile_phone: string | null;
|
|
723976
|
-
other_reference: string | null;
|
|
723977
|
-
personal_email: string | null;
|
|
723978
|
-
work_email: string | null;
|
|
723979
|
-
spouse_name: string | null;
|
|
723980
|
-
spouse_phone: string | null;
|
|
723981
|
-
spouse_email: string | null;
|
|
723982
|
-
emergency_name: string | null;
|
|
723983
|
-
emergency_phone: string | null;
|
|
723984
|
-
emergency_email: string | null;
|
|
723985
|
-
profile_photo_url: string | null;
|
|
723986
|
-
signature_url: string | null;
|
|
723987
|
-
created_at: Date | null;
|
|
723988
|
-
created_by: string | null;
|
|
723989
|
-
updated_at: Date | null;
|
|
723990
|
-
updated_by: string | null;
|
|
723991
|
-
} | null;
|
|
723992
724494
|
organization: {
|
|
723993
724495
|
is_active: boolean | null;
|
|
723994
724496
|
id: string;
|
|
@@ -724016,6 +724518,53 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
724016
724518
|
company_number: string | null;
|
|
724017
724519
|
company_tax_number: string | null;
|
|
724018
724520
|
} | null;
|
|
724521
|
+
user: {
|
|
724522
|
+
is_active: boolean | null;
|
|
724523
|
+
id: string;
|
|
724524
|
+
logic_code: string | null;
|
|
724525
|
+
id_sso: string | null;
|
|
724526
|
+
name: string | null;
|
|
724527
|
+
id_country: string | null;
|
|
724528
|
+
id_state: string | null;
|
|
724529
|
+
id_city: string | null;
|
|
724530
|
+
id_postal_code: string | null;
|
|
724531
|
+
id_nationality: string | null;
|
|
724532
|
+
id_company: string | null;
|
|
724533
|
+
id_branch: string | null;
|
|
724534
|
+
id_department: string | null;
|
|
724535
|
+
id_spouse_relationship: string | null;
|
|
724536
|
+
id_emergency_relationship: string | null;
|
|
724537
|
+
id_last_accessed_company: string | null;
|
|
724538
|
+
id_last_accessed_branch: string | null;
|
|
724539
|
+
code: string | null;
|
|
724540
|
+
pref_name: string | null;
|
|
724541
|
+
address: string | null;
|
|
724542
|
+
date_of_birth: Date | null;
|
|
724543
|
+
employment_date: Date | null;
|
|
724544
|
+
depart_date: Date | null;
|
|
724545
|
+
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
724546
|
+
job_title: string | null;
|
|
724547
|
+
work_phone: string | null;
|
|
724548
|
+
work_extension: string | null;
|
|
724549
|
+
work_fax: string | null;
|
|
724550
|
+
home_phone: string | null;
|
|
724551
|
+
mobile_phone: string | null;
|
|
724552
|
+
other_reference: string | null;
|
|
724553
|
+
personal_email: string | null;
|
|
724554
|
+
work_email: string | null;
|
|
724555
|
+
spouse_name: string | null;
|
|
724556
|
+
spouse_phone: string | null;
|
|
724557
|
+
spouse_email: string | null;
|
|
724558
|
+
emergency_name: string | null;
|
|
724559
|
+
emergency_phone: string | null;
|
|
724560
|
+
emergency_email: string | null;
|
|
724561
|
+
profile_photo_url: string | null;
|
|
724562
|
+
signature_url: string | null;
|
|
724563
|
+
created_at: Date | null;
|
|
724564
|
+
created_by: string | null;
|
|
724565
|
+
updated_at: Date | null;
|
|
724566
|
+
updated_by: string | null;
|
|
724567
|
+
} | null;
|
|
724019
724568
|
organization_staff_role: {
|
|
724020
724569
|
is_active: boolean | null;
|
|
724021
724570
|
id: string;
|
|
@@ -724033,8 +724582,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
724033
724582
|
created_by: string | null;
|
|
724034
724583
|
updated_at: Date | null;
|
|
724035
724584
|
updated_by: string | null;
|
|
724036
|
-
id_user: string | null;
|
|
724037
724585
|
id_organization: string | null;
|
|
724586
|
+
id_user: string | null;
|
|
724038
724587
|
id_organization_staff_role: string | null;
|
|
724039
724588
|
};
|
|
724040
724589
|
};
|
|
@@ -724149,6 +724698,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
724149
724698
|
};
|
|
724150
724699
|
output: {
|
|
724151
724700
|
data: {
|
|
724701
|
+
organization: {
|
|
724702
|
+
is_active: boolean | null;
|
|
724703
|
+
id: string;
|
|
724704
|
+
logic_code: string | null;
|
|
724705
|
+
name: string | null;
|
|
724706
|
+
id_country: string | null;
|
|
724707
|
+
id_state: string | null;
|
|
724708
|
+
id_city: string | null;
|
|
724709
|
+
id_postal_code: string | null;
|
|
724710
|
+
id_company: string | null;
|
|
724711
|
+
id_branch: string | null;
|
|
724712
|
+
code: string | null;
|
|
724713
|
+
created_at: Date | null;
|
|
724714
|
+
created_by: string | null;
|
|
724715
|
+
updated_at: Date | null;
|
|
724716
|
+
updated_by: string | null;
|
|
724717
|
+
id_un_locode: string | null;
|
|
724718
|
+
email: string | null;
|
|
724719
|
+
id_business_category: string | null;
|
|
724720
|
+
id_controlling_branch: string | null;
|
|
724721
|
+
id_airline: string | null;
|
|
724722
|
+
id_shipping_line: string | null;
|
|
724723
|
+
phone: string | null;
|
|
724724
|
+
website_url: string | null;
|
|
724725
|
+
company_number: string | null;
|
|
724726
|
+
company_tax_number: string | null;
|
|
724727
|
+
} | null;
|
|
724152
724728
|
user: {
|
|
724153
724729
|
is_active: boolean | null;
|
|
724154
724730
|
id: string;
|
|
@@ -724196,33 +724772,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
724196
724772
|
updated_at: Date | null;
|
|
724197
724773
|
updated_by: string | null;
|
|
724198
724774
|
} | null;
|
|
724199
|
-
organization: {
|
|
724200
|
-
is_active: boolean | null;
|
|
724201
|
-
id: string;
|
|
724202
|
-
logic_code: string | null;
|
|
724203
|
-
name: string | null;
|
|
724204
|
-
id_country: string | null;
|
|
724205
|
-
id_state: string | null;
|
|
724206
|
-
id_city: string | null;
|
|
724207
|
-
id_postal_code: string | null;
|
|
724208
|
-
id_company: string | null;
|
|
724209
|
-
id_branch: string | null;
|
|
724210
|
-
code: string | null;
|
|
724211
|
-
created_at: Date | null;
|
|
724212
|
-
created_by: string | null;
|
|
724213
|
-
updated_at: Date | null;
|
|
724214
|
-
updated_by: string | null;
|
|
724215
|
-
id_un_locode: string | null;
|
|
724216
|
-
email: string | null;
|
|
724217
|
-
id_business_category: string | null;
|
|
724218
|
-
id_controlling_branch: string | null;
|
|
724219
|
-
id_airline: string | null;
|
|
724220
|
-
id_shipping_line: string | null;
|
|
724221
|
-
phone: string | null;
|
|
724222
|
-
website_url: string | null;
|
|
724223
|
-
company_number: string | null;
|
|
724224
|
-
company_tax_number: string | null;
|
|
724225
|
-
} | null;
|
|
724226
724775
|
organization_staff_role: {
|
|
724227
724776
|
is_active: boolean | null;
|
|
724228
724777
|
id: string;
|
|
@@ -724240,8 +724789,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
724240
724789
|
created_by: string | null;
|
|
724241
724790
|
updated_at: Date | null;
|
|
724242
724791
|
updated_by: string | null;
|
|
724243
|
-
id_user: string | null;
|
|
724244
724792
|
id_organization: string | null;
|
|
724793
|
+
id_user: string | null;
|
|
724245
724794
|
id_organization_staff_role: string | null;
|
|
724246
724795
|
} | undefined;
|
|
724247
724796
|
log: {
|
|
@@ -724271,6 +724820,33 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
724271
724820
|
};
|
|
724272
724821
|
output: {
|
|
724273
724822
|
data: {
|
|
724823
|
+
organization: {
|
|
724824
|
+
is_active: boolean | null;
|
|
724825
|
+
id: string;
|
|
724826
|
+
logic_code: string | null;
|
|
724827
|
+
name: string | null;
|
|
724828
|
+
id_country: string | null;
|
|
724829
|
+
id_state: string | null;
|
|
724830
|
+
id_city: string | null;
|
|
724831
|
+
id_postal_code: string | null;
|
|
724832
|
+
id_company: string | null;
|
|
724833
|
+
id_branch: string | null;
|
|
724834
|
+
code: string | null;
|
|
724835
|
+
created_at: Date | null;
|
|
724836
|
+
created_by: string | null;
|
|
724837
|
+
updated_at: Date | null;
|
|
724838
|
+
updated_by: string | null;
|
|
724839
|
+
id_un_locode: string | null;
|
|
724840
|
+
email: string | null;
|
|
724841
|
+
id_business_category: string | null;
|
|
724842
|
+
id_controlling_branch: string | null;
|
|
724843
|
+
id_airline: string | null;
|
|
724844
|
+
id_shipping_line: string | null;
|
|
724845
|
+
phone: string | null;
|
|
724846
|
+
website_url: string | null;
|
|
724847
|
+
company_number: string | null;
|
|
724848
|
+
company_tax_number: string | null;
|
|
724849
|
+
} | null;
|
|
724274
724850
|
user: {
|
|
724275
724851
|
is_active: boolean | null;
|
|
724276
724852
|
id: string;
|
|
@@ -724318,33 +724894,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
724318
724894
|
updated_at: Date | null;
|
|
724319
724895
|
updated_by: string | null;
|
|
724320
724896
|
} | null;
|
|
724321
|
-
organization: {
|
|
724322
|
-
is_active: boolean | null;
|
|
724323
|
-
id: string;
|
|
724324
|
-
logic_code: string | null;
|
|
724325
|
-
name: string | null;
|
|
724326
|
-
id_country: string | null;
|
|
724327
|
-
id_state: string | null;
|
|
724328
|
-
id_city: string | null;
|
|
724329
|
-
id_postal_code: string | null;
|
|
724330
|
-
id_company: string | null;
|
|
724331
|
-
id_branch: string | null;
|
|
724332
|
-
code: string | null;
|
|
724333
|
-
created_at: Date | null;
|
|
724334
|
-
created_by: string | null;
|
|
724335
|
-
updated_at: Date | null;
|
|
724336
|
-
updated_by: string | null;
|
|
724337
|
-
id_un_locode: string | null;
|
|
724338
|
-
email: string | null;
|
|
724339
|
-
id_business_category: string | null;
|
|
724340
|
-
id_controlling_branch: string | null;
|
|
724341
|
-
id_airline: string | null;
|
|
724342
|
-
id_shipping_line: string | null;
|
|
724343
|
-
phone: string | null;
|
|
724344
|
-
website_url: string | null;
|
|
724345
|
-
company_number: string | null;
|
|
724346
|
-
company_tax_number: string | null;
|
|
724347
|
-
} | null;
|
|
724348
724897
|
organization_staff_role: {
|
|
724349
724898
|
is_active: boolean | null;
|
|
724350
724899
|
id: string;
|
|
@@ -724362,8 +724911,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
724362
724911
|
created_by: string | null;
|
|
724363
724912
|
updated_at: Date | null;
|
|
724364
724913
|
updated_by: string | null;
|
|
724365
|
-
id_user: string | null;
|
|
724366
724914
|
id_organization: string | null;
|
|
724915
|
+
id_user: string | null;
|
|
724367
724916
|
id_organization_staff_role: string | null;
|
|
724368
724917
|
} | undefined;
|
|
724369
724918
|
log: {
|
|
@@ -724395,8 +724944,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
724395
724944
|
created_by: string | null;
|
|
724396
724945
|
updated_at: Date | null;
|
|
724397
724946
|
updated_by: string | null;
|
|
724398
|
-
id_user: string | null;
|
|
724399
724947
|
id_organization: string | null;
|
|
724948
|
+
id_user: string | null;
|
|
724400
724949
|
id_organization_staff_role: string | null;
|
|
724401
724950
|
} | undefined)[] | undefined;
|
|
724402
724951
|
};
|
|
@@ -727253,18 +727802,34 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
727253
727802
|
updated_by: string | null;
|
|
727254
727803
|
id_un_locode: string | null;
|
|
727255
727804
|
} | null;
|
|
727256
|
-
|
|
727805
|
+
organization: {
|
|
727257
727806
|
is_active: boolean | null;
|
|
727258
727807
|
id: string;
|
|
727259
727808
|
logic_code: string | null;
|
|
727260
727809
|
name: string | null;
|
|
727810
|
+
id_country: string | null;
|
|
727811
|
+
id_state: string | null;
|
|
727812
|
+
id_city: string | null;
|
|
727813
|
+
id_postal_code: string | null;
|
|
727814
|
+
id_company: string | null;
|
|
727815
|
+
id_branch: string | null;
|
|
727261
727816
|
code: string | null;
|
|
727262
727817
|
created_at: Date | null;
|
|
727263
727818
|
created_by: string | null;
|
|
727264
727819
|
updated_at: Date | null;
|
|
727265
727820
|
updated_by: string | null;
|
|
727821
|
+
id_un_locode: string | null;
|
|
727822
|
+
email: string | null;
|
|
727823
|
+
id_business_category: string | null;
|
|
727824
|
+
id_controlling_branch: string | null;
|
|
727825
|
+
id_airline: string | null;
|
|
727826
|
+
id_shipping_line: string | null;
|
|
727827
|
+
phone: string | null;
|
|
727828
|
+
website_url: string | null;
|
|
727829
|
+
company_number: string | null;
|
|
727830
|
+
company_tax_number: string | null;
|
|
727266
727831
|
} | null;
|
|
727267
|
-
|
|
727832
|
+
organization_account_groups: {
|
|
727268
727833
|
is_active: boolean | null;
|
|
727269
727834
|
id: string;
|
|
727270
727835
|
logic_code: string | null;
|
|
@@ -727275,7 +727840,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
727275
727840
|
updated_at: Date | null;
|
|
727276
727841
|
updated_by: string | null;
|
|
727277
727842
|
} | null;
|
|
727278
|
-
|
|
727843
|
+
organization_account_relationships: {
|
|
727279
727844
|
is_active: boolean | null;
|
|
727280
727845
|
id: string;
|
|
727281
727846
|
logic_code: string | null;
|
|
@@ -727286,7 +727851,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
727286
727851
|
updated_at: Date | null;
|
|
727287
727852
|
updated_by: string | null;
|
|
727288
727853
|
} | null;
|
|
727289
|
-
|
|
727854
|
+
organization_consolidation_categories: {
|
|
727290
727855
|
is_active: boolean | null;
|
|
727291
727856
|
id: string;
|
|
727292
727857
|
logic_code: string | null;
|
|
@@ -727297,7 +727862,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
727297
727862
|
updated_at: Date | null;
|
|
727298
727863
|
updated_by: string | null;
|
|
727299
727864
|
} | null;
|
|
727300
|
-
|
|
727865
|
+
organization_tax_types: {
|
|
727301
727866
|
is_active: boolean | null;
|
|
727302
727867
|
id: string;
|
|
727303
727868
|
logic_code: string | null;
|
|
@@ -727308,32 +727873,16 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
727308
727873
|
updated_at: Date | null;
|
|
727309
727874
|
updated_by: string | null;
|
|
727310
727875
|
} | null;
|
|
727311
|
-
|
|
727876
|
+
organization_transaction_restrictions: {
|
|
727312
727877
|
is_active: boolean | null;
|
|
727313
727878
|
id: string;
|
|
727314
727879
|
logic_code: string | null;
|
|
727315
727880
|
name: string | null;
|
|
727316
|
-
id_country: string | null;
|
|
727317
|
-
id_state: string | null;
|
|
727318
|
-
id_city: string | null;
|
|
727319
|
-
id_postal_code: string | null;
|
|
727320
|
-
id_company: string | null;
|
|
727321
|
-
id_branch: string | null;
|
|
727322
727881
|
code: string | null;
|
|
727323
727882
|
created_at: Date | null;
|
|
727324
727883
|
created_by: string | null;
|
|
727325
727884
|
updated_at: Date | null;
|
|
727326
727885
|
updated_by: string | null;
|
|
727327
|
-
id_un_locode: string | null;
|
|
727328
|
-
email: string | null;
|
|
727329
|
-
id_business_category: string | null;
|
|
727330
|
-
id_controlling_branch: string | null;
|
|
727331
|
-
id_airline: string | null;
|
|
727332
|
-
id_shipping_line: string | null;
|
|
727333
|
-
phone: string | null;
|
|
727334
|
-
website_url: string | null;
|
|
727335
|
-
company_number: string | null;
|
|
727336
|
-
company_tax_number: string | null;
|
|
727337
727886
|
} | null;
|
|
727338
727887
|
default_currency: {
|
|
727339
727888
|
symbol: string | null;
|
|
@@ -727410,18 +727959,34 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
727410
727959
|
updated_by: string | null;
|
|
727411
727960
|
id_un_locode: string | null;
|
|
727412
727961
|
} | null;
|
|
727413
|
-
|
|
727962
|
+
organization: {
|
|
727414
727963
|
is_active: boolean | null;
|
|
727415
727964
|
id: string;
|
|
727416
727965
|
logic_code: string | null;
|
|
727417
727966
|
name: string | null;
|
|
727967
|
+
id_country: string | null;
|
|
727968
|
+
id_state: string | null;
|
|
727969
|
+
id_city: string | null;
|
|
727970
|
+
id_postal_code: string | null;
|
|
727971
|
+
id_company: string | null;
|
|
727972
|
+
id_branch: string | null;
|
|
727418
727973
|
code: string | null;
|
|
727419
727974
|
created_at: Date | null;
|
|
727420
727975
|
created_by: string | null;
|
|
727421
727976
|
updated_at: Date | null;
|
|
727422
727977
|
updated_by: string | null;
|
|
727978
|
+
id_un_locode: string | null;
|
|
727979
|
+
email: string | null;
|
|
727980
|
+
id_business_category: string | null;
|
|
727981
|
+
id_controlling_branch: string | null;
|
|
727982
|
+
id_airline: string | null;
|
|
727983
|
+
id_shipping_line: string | null;
|
|
727984
|
+
phone: string | null;
|
|
727985
|
+
website_url: string | null;
|
|
727986
|
+
company_number: string | null;
|
|
727987
|
+
company_tax_number: string | null;
|
|
727423
727988
|
} | null;
|
|
727424
|
-
|
|
727989
|
+
organization_account_groups: {
|
|
727425
727990
|
is_active: boolean | null;
|
|
727426
727991
|
id: string;
|
|
727427
727992
|
logic_code: string | null;
|
|
@@ -727432,7 +727997,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
727432
727997
|
updated_at: Date | null;
|
|
727433
727998
|
updated_by: string | null;
|
|
727434
727999
|
} | null;
|
|
727435
|
-
|
|
728000
|
+
organization_account_relationships: {
|
|
727436
728001
|
is_active: boolean | null;
|
|
727437
728002
|
id: string;
|
|
727438
728003
|
logic_code: string | null;
|
|
@@ -727443,7 +728008,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
727443
728008
|
updated_at: Date | null;
|
|
727444
728009
|
updated_by: string | null;
|
|
727445
728010
|
} | null;
|
|
727446
|
-
|
|
728011
|
+
organization_consolidation_categories: {
|
|
727447
728012
|
is_active: boolean | null;
|
|
727448
728013
|
id: string;
|
|
727449
728014
|
logic_code: string | null;
|
|
@@ -727454,7 +728019,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
727454
728019
|
updated_at: Date | null;
|
|
727455
728020
|
updated_by: string | null;
|
|
727456
728021
|
} | null;
|
|
727457
|
-
|
|
728022
|
+
organization_tax_types: {
|
|
727458
728023
|
is_active: boolean | null;
|
|
727459
728024
|
id: string;
|
|
727460
728025
|
logic_code: string | null;
|
|
@@ -727465,32 +728030,16 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
727465
728030
|
updated_at: Date | null;
|
|
727466
728031
|
updated_by: string | null;
|
|
727467
728032
|
} | null;
|
|
727468
|
-
|
|
728033
|
+
organization_transaction_restrictions: {
|
|
727469
728034
|
is_active: boolean | null;
|
|
727470
728035
|
id: string;
|
|
727471
728036
|
logic_code: string | null;
|
|
727472
728037
|
name: string | null;
|
|
727473
|
-
id_country: string | null;
|
|
727474
|
-
id_state: string | null;
|
|
727475
|
-
id_city: string | null;
|
|
727476
|
-
id_postal_code: string | null;
|
|
727477
|
-
id_company: string | null;
|
|
727478
|
-
id_branch: string | null;
|
|
727479
728038
|
code: string | null;
|
|
727480
728039
|
created_at: Date | null;
|
|
727481
728040
|
created_by: string | null;
|
|
727482
728041
|
updated_at: Date | null;
|
|
727483
728042
|
updated_by: string | null;
|
|
727484
|
-
id_un_locode: string | null;
|
|
727485
|
-
email: string | null;
|
|
727486
|
-
id_business_category: string | null;
|
|
727487
|
-
id_controlling_branch: string | null;
|
|
727488
|
-
id_airline: string | null;
|
|
727489
|
-
id_shipping_line: string | null;
|
|
727490
|
-
phone: string | null;
|
|
727491
|
-
website_url: string | null;
|
|
727492
|
-
company_number: string | null;
|
|
727493
|
-
company_tax_number: string | null;
|
|
727494
728043
|
} | null;
|
|
727495
728044
|
default_currency: {
|
|
727496
728045
|
symbol: string | null;
|
|
@@ -735311,6 +735860,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
735311
735860
|
updated_by: string | null;
|
|
735312
735861
|
} | null;
|
|
735313
735862
|
id: string;
|
|
735863
|
+
id_transport_mode: string | null;
|
|
735314
735864
|
id_log_type: string | null;
|
|
735315
735865
|
url: string | null;
|
|
735316
735866
|
params: SimpleJson;
|
|
@@ -735318,7 +735868,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
735318
735868
|
action_by: string | null;
|
|
735319
735869
|
action_id: string | null;
|
|
735320
735870
|
action_at: Date | null;
|
|
735321
|
-
id_transport_mode: string | null;
|
|
735322
735871
|
}[] | undefined;
|
|
735323
735872
|
total: number | undefined;
|
|
735324
735873
|
};
|
|
@@ -735345,6 +735894,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
735345
735894
|
updated_by: string | null;
|
|
735346
735895
|
} | null;
|
|
735347
735896
|
id: string;
|
|
735897
|
+
id_transport_mode: string | null;
|
|
735348
735898
|
id_log_type: string | null;
|
|
735349
735899
|
url: string | null;
|
|
735350
735900
|
params: SimpleJson;
|
|
@@ -735352,7 +735902,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
735352
735902
|
action_by: string | null;
|
|
735353
735903
|
action_id: string | null;
|
|
735354
735904
|
action_at: Date | null;
|
|
735355
|
-
id_transport_mode: string | null;
|
|
735356
735905
|
} | undefined;
|
|
735357
735906
|
};
|
|
735358
735907
|
meta: object;
|
|
@@ -735378,6 +735927,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
735378
735927
|
} | undefined;
|
|
735379
735928
|
log: {
|
|
735380
735929
|
id: string;
|
|
735930
|
+
id_transport_mode: string | null;
|
|
735381
735931
|
id_log_type: string | null;
|
|
735382
735932
|
url: string | null;
|
|
735383
735933
|
params: SimpleJson;
|
|
@@ -735385,7 +735935,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
735385
735935
|
action_by: string | null;
|
|
735386
735936
|
action_id: string | null;
|
|
735387
735937
|
action_at: Date | null;
|
|
735388
|
-
id_transport_mode: string | null;
|
|
735389
735938
|
} | undefined;
|
|
735390
735939
|
};
|
|
735391
735940
|
meta: object;
|
|
@@ -735414,6 +735963,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
735414
735963
|
} | undefined;
|
|
735415
735964
|
log: {
|
|
735416
735965
|
id: string;
|
|
735966
|
+
id_transport_mode: string | null;
|
|
735417
735967
|
id_log_type: string | null;
|
|
735418
735968
|
url: string | null;
|
|
735419
735969
|
params: SimpleJson;
|
|
@@ -735421,7 +735971,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
735421
735971
|
action_by: string | null;
|
|
735422
735972
|
action_id: string | null;
|
|
735423
735973
|
action_at: Date | null;
|
|
735424
|
-
id_transport_mode: string | null;
|
|
735425
735974
|
} | undefined;
|
|
735426
735975
|
};
|
|
735427
735976
|
meta: object;
|
|
@@ -737663,7 +738212,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
737663
738212
|
};
|
|
737664
738213
|
output: {
|
|
737665
738214
|
data: {
|
|
737666
|
-
|
|
738215
|
+
measurement_unit_type: {
|
|
737667
738216
|
is_active: boolean | null;
|
|
737668
738217
|
id: string;
|
|
737669
738218
|
logic_code: string | null;
|
|
@@ -737673,9 +738222,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
737673
738222
|
created_by: string | null;
|
|
737674
738223
|
updated_at: Date | null;
|
|
737675
738224
|
updated_by: string | null;
|
|
737676
|
-
id_type: string | null;
|
|
737677
738225
|
} | null;
|
|
737678
|
-
|
|
738226
|
+
weight_unit: {
|
|
737679
738227
|
is_active: boolean | null;
|
|
737680
738228
|
id: string;
|
|
737681
738229
|
logic_code: string | null;
|
|
@@ -737685,6 +738233,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
737685
738233
|
created_by: string | null;
|
|
737686
738234
|
updated_at: Date | null;
|
|
737687
738235
|
updated_by: string | null;
|
|
738236
|
+
id_type: string | null;
|
|
737688
738237
|
} | null;
|
|
737689
738238
|
dimension_unit: {
|
|
737690
738239
|
is_active: boolean | null;
|
|
@@ -737740,7 +738289,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
737740
738289
|
forwarding_shipment_packings: number;
|
|
737741
738290
|
syncproc_purchase_orders: number;
|
|
737742
738291
|
};
|
|
737743
|
-
|
|
738292
|
+
measurement_unit_type: {
|
|
737744
738293
|
is_active: boolean | null;
|
|
737745
738294
|
id: string;
|
|
737746
738295
|
logic_code: string | null;
|
|
@@ -737750,9 +738299,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
737750
738299
|
created_by: string | null;
|
|
737751
738300
|
updated_at: Date | null;
|
|
737752
738301
|
updated_by: string | null;
|
|
737753
|
-
id_type: string | null;
|
|
737754
738302
|
} | null;
|
|
737755
|
-
|
|
738303
|
+
weight_unit: {
|
|
737756
738304
|
is_active: boolean | null;
|
|
737757
738305
|
id: string;
|
|
737758
738306
|
logic_code: string | null;
|
|
@@ -737762,6 +738310,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
737762
738310
|
created_by: string | null;
|
|
737763
738311
|
updated_at: Date | null;
|
|
737764
738312
|
updated_by: string | null;
|
|
738313
|
+
id_type: string | null;
|
|
737765
738314
|
} | null;
|
|
737766
738315
|
dimension_unit: {
|
|
737767
738316
|
is_active: boolean | null;
|
|
@@ -738947,6 +739496,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
738947
739496
|
updated_by: string | null;
|
|
738948
739497
|
} | null;
|
|
738949
739498
|
id: string;
|
|
739499
|
+
id_service_level: string | null;
|
|
738950
739500
|
id_log_type: string | null;
|
|
738951
739501
|
url: string | null;
|
|
738952
739502
|
params: SimpleJson;
|
|
@@ -738954,7 +739504,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
738954
739504
|
action_by: string | null;
|
|
738955
739505
|
action_id: string | null;
|
|
738956
739506
|
action_at: Date | null;
|
|
738957
|
-
id_service_level: string | null;
|
|
738958
739507
|
}[] | undefined;
|
|
738959
739508
|
total: number | undefined;
|
|
738960
739509
|
};
|
|
@@ -738981,6 +739530,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
738981
739530
|
updated_by: string | null;
|
|
738982
739531
|
} | null;
|
|
738983
739532
|
id: string;
|
|
739533
|
+
id_service_level: string | null;
|
|
738984
739534
|
id_log_type: string | null;
|
|
738985
739535
|
url: string | null;
|
|
738986
739536
|
params: SimpleJson;
|
|
@@ -738988,7 +739538,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
738988
739538
|
action_by: string | null;
|
|
738989
739539
|
action_id: string | null;
|
|
738990
739540
|
action_at: Date | null;
|
|
738991
|
-
id_service_level: string | null;
|
|
738992
739541
|
} | undefined;
|
|
738993
739542
|
};
|
|
738994
739543
|
meta: object;
|
|
@@ -739018,6 +739567,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739018
739567
|
} | undefined;
|
|
739019
739568
|
log: {
|
|
739020
739569
|
id: string;
|
|
739570
|
+
id_service_level: string | null;
|
|
739021
739571
|
id_log_type: string | null;
|
|
739022
739572
|
url: string | null;
|
|
739023
739573
|
params: SimpleJson;
|
|
@@ -739025,7 +739575,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739025
739575
|
action_by: string | null;
|
|
739026
739576
|
action_id: string | null;
|
|
739027
739577
|
action_at: Date | null;
|
|
739028
|
-
id_service_level: string | null;
|
|
739029
739578
|
} | undefined;
|
|
739030
739579
|
};
|
|
739031
739580
|
meta: object;
|
|
@@ -739058,6 +739607,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739058
739607
|
} | undefined;
|
|
739059
739608
|
log: {
|
|
739060
739609
|
id: string;
|
|
739610
|
+
id_service_level: string | null;
|
|
739061
739611
|
id_log_type: string | null;
|
|
739062
739612
|
url: string | null;
|
|
739063
739613
|
params: SimpleJson;
|
|
@@ -739065,7 +739615,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739065
739615
|
action_by: string | null;
|
|
739066
739616
|
action_id: string | null;
|
|
739067
739617
|
action_at: Date | null;
|
|
739068
|
-
id_service_level: string | null;
|
|
739069
739618
|
} | undefined;
|
|
739070
739619
|
};
|
|
739071
739620
|
meta: object;
|
|
@@ -739501,6 +740050,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739501
740050
|
updated_by: string | null;
|
|
739502
740051
|
} | null;
|
|
739503
740052
|
id: string;
|
|
740053
|
+
id_incoterm: string | null;
|
|
739504
740054
|
id_log_type: string | null;
|
|
739505
740055
|
url: string | null;
|
|
739506
740056
|
params: SimpleJson;
|
|
@@ -739508,7 +740058,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739508
740058
|
action_by: string | null;
|
|
739509
740059
|
action_id: string | null;
|
|
739510
740060
|
action_at: Date | null;
|
|
739511
|
-
id_incoterm: string | null;
|
|
739512
740061
|
}[] | undefined;
|
|
739513
740062
|
total: number | undefined;
|
|
739514
740063
|
};
|
|
@@ -739535,6 +740084,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739535
740084
|
updated_by: string | null;
|
|
739536
740085
|
} | null;
|
|
739537
740086
|
id: string;
|
|
740087
|
+
id_incoterm: string | null;
|
|
739538
740088
|
id_log_type: string | null;
|
|
739539
740089
|
url: string | null;
|
|
739540
740090
|
params: SimpleJson;
|
|
@@ -739542,7 +740092,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739542
740092
|
action_by: string | null;
|
|
739543
740093
|
action_id: string | null;
|
|
739544
740094
|
action_at: Date | null;
|
|
739545
|
-
id_incoterm: string | null;
|
|
739546
740095
|
} | undefined;
|
|
739547
740096
|
};
|
|
739548
740097
|
meta: object;
|
|
@@ -739570,6 +740119,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739570
740119
|
} | undefined;
|
|
739571
740120
|
log: {
|
|
739572
740121
|
id: string;
|
|
740122
|
+
id_incoterm: string | null;
|
|
739573
740123
|
id_log_type: string | null;
|
|
739574
740124
|
url: string | null;
|
|
739575
740125
|
params: SimpleJson;
|
|
@@ -739577,7 +740127,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739577
740127
|
action_by: string | null;
|
|
739578
740128
|
action_id: string | null;
|
|
739579
740129
|
action_at: Date | null;
|
|
739580
|
-
id_incoterm: string | null;
|
|
739581
740130
|
} | undefined;
|
|
739582
740131
|
};
|
|
739583
740132
|
meta: object;
|
|
@@ -739608,6 +740157,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739608
740157
|
} | undefined;
|
|
739609
740158
|
log: {
|
|
739610
740159
|
id: string;
|
|
740160
|
+
id_incoterm: string | null;
|
|
739611
740161
|
id_log_type: string | null;
|
|
739612
740162
|
url: string | null;
|
|
739613
740163
|
params: SimpleJson;
|
|
@@ -739615,7 +740165,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739615
740165
|
action_by: string | null;
|
|
739616
740166
|
action_id: string | null;
|
|
739617
740167
|
action_at: Date | null;
|
|
739618
|
-
id_incoterm: string | null;
|
|
739619
740168
|
} | undefined;
|
|
739620
740169
|
};
|
|
739621
740170
|
meta: object;
|
|
@@ -739868,6 +740417,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739868
740417
|
updated_by: string | null;
|
|
739869
740418
|
} | null;
|
|
739870
740419
|
id: string;
|
|
740420
|
+
id_commodity: string | null;
|
|
739871
740421
|
id_log_type: string | null;
|
|
739872
740422
|
url: string | null;
|
|
739873
740423
|
params: SimpleJson;
|
|
@@ -739875,7 +740425,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739875
740425
|
action_by: string | null;
|
|
739876
740426
|
action_id: string | null;
|
|
739877
740427
|
action_at: Date | null;
|
|
739878
|
-
id_commodity: string | null;
|
|
739879
740428
|
}[] | undefined;
|
|
739880
740429
|
total: number | undefined;
|
|
739881
740430
|
};
|
|
@@ -739902,6 +740451,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739902
740451
|
updated_by: string | null;
|
|
739903
740452
|
} | null;
|
|
739904
740453
|
id: string;
|
|
740454
|
+
id_commodity: string | null;
|
|
739905
740455
|
id_log_type: string | null;
|
|
739906
740456
|
url: string | null;
|
|
739907
740457
|
params: SimpleJson;
|
|
@@ -739909,7 +740459,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739909
740459
|
action_by: string | null;
|
|
739910
740460
|
action_id: string | null;
|
|
739911
740461
|
action_at: Date | null;
|
|
739912
|
-
id_commodity: string | null;
|
|
739913
740462
|
} | undefined;
|
|
739914
740463
|
};
|
|
739915
740464
|
meta: object;
|
|
@@ -739957,6 +740506,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739957
740506
|
} | undefined;
|
|
739958
740507
|
log: {
|
|
739959
740508
|
id: string;
|
|
740509
|
+
id_commodity: string | null;
|
|
739960
740510
|
id_log_type: string | null;
|
|
739961
740511
|
url: string | null;
|
|
739962
740512
|
params: SimpleJson;
|
|
@@ -739964,7 +740514,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
739964
740514
|
action_by: string | null;
|
|
739965
740515
|
action_id: string | null;
|
|
739966
740516
|
action_at: Date | null;
|
|
739967
|
-
id_commodity: string | null;
|
|
739968
740517
|
} | undefined;
|
|
739969
740518
|
};
|
|
739970
740519
|
meta: object;
|
|
@@ -740015,6 +740564,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740015
740564
|
} | undefined;
|
|
740016
740565
|
log: {
|
|
740017
740566
|
id: string;
|
|
740567
|
+
id_commodity: string | null;
|
|
740018
740568
|
id_log_type: string | null;
|
|
740019
740569
|
url: string | null;
|
|
740020
740570
|
params: SimpleJson;
|
|
@@ -740022,7 +740572,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740022
740572
|
action_by: string | null;
|
|
740023
740573
|
action_id: string | null;
|
|
740024
740574
|
action_at: Date | null;
|
|
740025
|
-
id_commodity: string | null;
|
|
740026
740575
|
} | undefined;
|
|
740027
740576
|
};
|
|
740028
740577
|
meta: object;
|
|
@@ -740627,9 +741176,117 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740627
741176
|
field: string;
|
|
740628
741177
|
direction: "asc" | "desc";
|
|
740629
741178
|
}[] | null | undefined;
|
|
741179
|
+
exchange_from?: {
|
|
741180
|
+
search?: string | null | undefined;
|
|
741181
|
+
take?: string | number | null | undefined;
|
|
741182
|
+
skip?: string | number | null | undefined;
|
|
741183
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
741184
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
741185
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
741186
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
741187
|
+
ids_string_include?: string[] | null | undefined;
|
|
741188
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
741189
|
+
logic_codes_include?: string[] | null | undefined;
|
|
741190
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
741191
|
+
created_at?: {
|
|
741192
|
+
start_date?: string | null | undefined;
|
|
741193
|
+
end_date?: string | null | undefined;
|
|
741194
|
+
} | null | undefined;
|
|
741195
|
+
updated_at?: {
|
|
741196
|
+
start_date?: string | null | undefined;
|
|
741197
|
+
end_date?: string | null | undefined;
|
|
741198
|
+
} | null | undefined;
|
|
741199
|
+
order_by?: {
|
|
741200
|
+
field: string;
|
|
741201
|
+
direction: "asc" | "desc";
|
|
741202
|
+
} | null | undefined;
|
|
741203
|
+
order_bys?: {
|
|
741204
|
+
field: string;
|
|
741205
|
+
direction: "asc" | "desc";
|
|
741206
|
+
}[] | null | undefined;
|
|
741207
|
+
id_currency_from?: string | number | bigint | null | undefined;
|
|
741208
|
+
ids_currency_from?: (string | number | bigint)[] | null | undefined;
|
|
741209
|
+
id_currency_to?: string | number | bigint | null | undefined;
|
|
741210
|
+
ids_currency_to?: (string | number | bigint)[] | null | undefined;
|
|
741211
|
+
id_exchange_rate_type?: string | number | bigint | null | undefined;
|
|
741212
|
+
ids_exchange_rate_type?: (string | number | bigint)[] | null | undefined;
|
|
741213
|
+
exchange_date?: {
|
|
741214
|
+
start_date?: string | null | undefined;
|
|
741215
|
+
end_date?: string | null | undefined;
|
|
741216
|
+
} | null | undefined;
|
|
741217
|
+
} | undefined;
|
|
741218
|
+
exchange_to?: {
|
|
741219
|
+
search?: string | null | undefined;
|
|
741220
|
+
take?: string | number | null | undefined;
|
|
741221
|
+
skip?: string | number | null | undefined;
|
|
741222
|
+
is_active?: (string | number | boolean)[] | null | undefined;
|
|
741223
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
741224
|
+
ids_include?: (string | number | bigint)[] | null | undefined;
|
|
741225
|
+
ids_exclude?: (string | number | bigint)[] | null | undefined;
|
|
741226
|
+
ids_string_include?: string[] | null | undefined;
|
|
741227
|
+
ids_string_exclude?: string[] | null | undefined;
|
|
741228
|
+
logic_codes_include?: string[] | null | undefined;
|
|
741229
|
+
logic_codes_exclude?: string[] | null | undefined;
|
|
741230
|
+
created_at?: {
|
|
741231
|
+
start_date?: string | null | undefined;
|
|
741232
|
+
end_date?: string | null | undefined;
|
|
741233
|
+
} | null | undefined;
|
|
741234
|
+
updated_at?: {
|
|
741235
|
+
start_date?: string | null | undefined;
|
|
741236
|
+
end_date?: string | null | undefined;
|
|
741237
|
+
} | null | undefined;
|
|
741238
|
+
order_by?: {
|
|
741239
|
+
field: string;
|
|
741240
|
+
direction: "asc" | "desc";
|
|
741241
|
+
} | null | undefined;
|
|
741242
|
+
order_bys?: {
|
|
741243
|
+
field: string;
|
|
741244
|
+
direction: "asc" | "desc";
|
|
741245
|
+
}[] | null | undefined;
|
|
741246
|
+
id_currency_from?: string | number | bigint | null | undefined;
|
|
741247
|
+
ids_currency_from?: (string | number | bigint)[] | null | undefined;
|
|
741248
|
+
id_currency_to?: string | number | bigint | null | undefined;
|
|
741249
|
+
ids_currency_to?: (string | number | bigint)[] | null | undefined;
|
|
741250
|
+
id_exchange_rate_type?: string | number | bigint | null | undefined;
|
|
741251
|
+
ids_exchange_rate_type?: (string | number | bigint)[] | null | undefined;
|
|
741252
|
+
exchange_date?: {
|
|
741253
|
+
start_date?: string | null | undefined;
|
|
741254
|
+
end_date?: string | null | undefined;
|
|
741255
|
+
} | null | undefined;
|
|
741256
|
+
} | undefined;
|
|
740630
741257
|
};
|
|
740631
741258
|
output: {
|
|
740632
741259
|
data: {
|
|
741260
|
+
exchange_rates_from: {
|
|
741261
|
+
is_active: boolean | null;
|
|
741262
|
+
id: string;
|
|
741263
|
+
logic_code: string | null;
|
|
741264
|
+
created_at: Date | null;
|
|
741265
|
+
created_by: string | null;
|
|
741266
|
+
updated_at: Date | null;
|
|
741267
|
+
updated_by: string | null;
|
|
741268
|
+
start_date: Date | null;
|
|
741269
|
+
end_date: Date | null;
|
|
741270
|
+
id_currency_from: string | null;
|
|
741271
|
+
id_currency_to: string | null;
|
|
741272
|
+
id_exchange_rate_type: string | null;
|
|
741273
|
+
rate: Decimal | null;
|
|
741274
|
+
}[];
|
|
741275
|
+
exchange_rates_to: {
|
|
741276
|
+
is_active: boolean | null;
|
|
741277
|
+
id: string;
|
|
741278
|
+
logic_code: string | null;
|
|
741279
|
+
created_at: Date | null;
|
|
741280
|
+
created_by: string | null;
|
|
741281
|
+
updated_at: Date | null;
|
|
741282
|
+
updated_by: string | null;
|
|
741283
|
+
start_date: Date | null;
|
|
741284
|
+
end_date: Date | null;
|
|
741285
|
+
id_currency_from: string | null;
|
|
741286
|
+
id_currency_to: string | null;
|
|
741287
|
+
id_exchange_rate_type: string | null;
|
|
741288
|
+
rate: Decimal | null;
|
|
741289
|
+
}[];
|
|
740633
741290
|
symbol: string | null;
|
|
740634
741291
|
is_active: boolean | null;
|
|
740635
741292
|
id: string;
|
|
@@ -740690,6 +741347,10 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740690
741347
|
ids_currency_to?: (string | number | bigint)[] | null | undefined;
|
|
740691
741348
|
id_exchange_rate_type?: string | number | bigint | null | undefined;
|
|
740692
741349
|
ids_exchange_rate_type?: (string | number | bigint)[] | null | undefined;
|
|
741350
|
+
exchange_date?: {
|
|
741351
|
+
start_date?: string | null | undefined;
|
|
741352
|
+
end_date?: string | null | undefined;
|
|
741353
|
+
} | null | undefined;
|
|
740693
741354
|
} | undefined;
|
|
740694
741355
|
exchange_to?: {
|
|
740695
741356
|
search?: string | null | undefined;
|
|
@@ -740725,6 +741386,10 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740725
741386
|
ids_currency_to?: (string | number | bigint)[] | null | undefined;
|
|
740726
741387
|
id_exchange_rate_type?: string | number | bigint | null | undefined;
|
|
740727
741388
|
ids_exchange_rate_type?: (string | number | bigint)[] | null | undefined;
|
|
741389
|
+
exchange_date?: {
|
|
741390
|
+
start_date?: string | null | undefined;
|
|
741391
|
+
end_date?: string | null | undefined;
|
|
741392
|
+
} | null | undefined;
|
|
740728
741393
|
} | undefined;
|
|
740729
741394
|
};
|
|
740730
741395
|
output: {
|
|
@@ -740749,49 +741414,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740749
741414
|
customs_idn_datas_cargo_value_currency: number;
|
|
740750
741415
|
};
|
|
740751
741416
|
exchange_rates_from: {
|
|
740752
|
-
exchange_rate_types: {
|
|
740753
|
-
is_active: boolean | null;
|
|
740754
|
-
id: string;
|
|
740755
|
-
logic_code: string | null;
|
|
740756
|
-
name: string | null;
|
|
740757
|
-
code: string | null;
|
|
740758
|
-
created_at: Date | null;
|
|
740759
|
-
created_by: string | null;
|
|
740760
|
-
updated_at: Date | null;
|
|
740761
|
-
updated_by: string | null;
|
|
740762
|
-
} | null;
|
|
740763
|
-
currency_from: {
|
|
740764
|
-
symbol: string | null;
|
|
740765
|
-
is_active: boolean | null;
|
|
740766
|
-
id: string;
|
|
740767
|
-
logic_code: string | null;
|
|
740768
|
-
created_at: Date | null;
|
|
740769
|
-
created_by: string | null;
|
|
740770
|
-
updated_at: Date | null;
|
|
740771
|
-
updated_by: string | null;
|
|
740772
|
-
currency_code: string | null;
|
|
740773
|
-
currency_name: string | null;
|
|
740774
|
-
major_unit: string | null;
|
|
740775
|
-
minor_unit: string | null;
|
|
740776
|
-
decimal_unit: number | null;
|
|
740777
|
-
iso_decimal: number | null;
|
|
740778
|
-
} | null;
|
|
740779
|
-
currency_to: {
|
|
740780
|
-
symbol: string | null;
|
|
740781
|
-
is_active: boolean | null;
|
|
740782
|
-
id: string;
|
|
740783
|
-
logic_code: string | null;
|
|
740784
|
-
created_at: Date | null;
|
|
740785
|
-
created_by: string | null;
|
|
740786
|
-
updated_at: Date | null;
|
|
740787
|
-
updated_by: string | null;
|
|
740788
|
-
currency_code: string | null;
|
|
740789
|
-
currency_name: string | null;
|
|
740790
|
-
major_unit: string | null;
|
|
740791
|
-
minor_unit: string | null;
|
|
740792
|
-
decimal_unit: number | null;
|
|
740793
|
-
iso_decimal: number | null;
|
|
740794
|
-
} | null;
|
|
740795
741417
|
is_active: boolean | null;
|
|
740796
741418
|
id: string;
|
|
740797
741419
|
logic_code: string | null;
|
|
@@ -740807,49 +741429,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
740807
741429
|
rate: Decimal | null;
|
|
740808
741430
|
}[];
|
|
740809
741431
|
exchange_rates_to: {
|
|
740810
|
-
exchange_rate_types: {
|
|
740811
|
-
is_active: boolean | null;
|
|
740812
|
-
id: string;
|
|
740813
|
-
logic_code: string | null;
|
|
740814
|
-
name: string | null;
|
|
740815
|
-
code: string | null;
|
|
740816
|
-
created_at: Date | null;
|
|
740817
|
-
created_by: string | null;
|
|
740818
|
-
updated_at: Date | null;
|
|
740819
|
-
updated_by: string | null;
|
|
740820
|
-
} | null;
|
|
740821
|
-
currency_from: {
|
|
740822
|
-
symbol: string | null;
|
|
740823
|
-
is_active: boolean | null;
|
|
740824
|
-
id: string;
|
|
740825
|
-
logic_code: string | null;
|
|
740826
|
-
created_at: Date | null;
|
|
740827
|
-
created_by: string | null;
|
|
740828
|
-
updated_at: Date | null;
|
|
740829
|
-
updated_by: string | null;
|
|
740830
|
-
currency_code: string | null;
|
|
740831
|
-
currency_name: string | null;
|
|
740832
|
-
major_unit: string | null;
|
|
740833
|
-
minor_unit: string | null;
|
|
740834
|
-
decimal_unit: number | null;
|
|
740835
|
-
iso_decimal: number | null;
|
|
740836
|
-
} | null;
|
|
740837
|
-
currency_to: {
|
|
740838
|
-
symbol: string | null;
|
|
740839
|
-
is_active: boolean | null;
|
|
740840
|
-
id: string;
|
|
740841
|
-
logic_code: string | null;
|
|
740842
|
-
created_at: Date | null;
|
|
740843
|
-
created_by: string | null;
|
|
740844
|
-
updated_at: Date | null;
|
|
740845
|
-
updated_by: string | null;
|
|
740846
|
-
currency_code: string | null;
|
|
740847
|
-
currency_name: string | null;
|
|
740848
|
-
major_unit: string | null;
|
|
740849
|
-
minor_unit: string | null;
|
|
740850
|
-
decimal_unit: number | null;
|
|
740851
|
-
iso_decimal: number | null;
|
|
740852
|
-
} | null;
|
|
740853
741432
|
is_active: boolean | null;
|
|
740854
741433
|
id: string;
|
|
740855
741434
|
logic_code: string | null;
|
|
@@ -741139,6 +741718,10 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
741139
741718
|
ids_currency_to?: (string | number | bigint)[] | null | undefined;
|
|
741140
741719
|
id_exchange_rate_type?: string | number | bigint | null | undefined;
|
|
741141
741720
|
ids_exchange_rate_type?: (string | number | bigint)[] | null | undefined;
|
|
741721
|
+
exchange_date?: {
|
|
741722
|
+
start_date?: string | null | undefined;
|
|
741723
|
+
end_date?: string | null | undefined;
|
|
741724
|
+
} | null | undefined;
|
|
741142
741725
|
};
|
|
741143
741726
|
output: {
|
|
741144
741727
|
data: {
|
|
@@ -742966,6 +743549,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
742966
743549
|
updated_by: string | null;
|
|
742967
743550
|
} | null;
|
|
742968
743551
|
id: string;
|
|
743552
|
+
id_time_zone: string | null;
|
|
742969
743553
|
id_log_type: string | null;
|
|
742970
743554
|
url: string | null;
|
|
742971
743555
|
params: SimpleJson;
|
|
@@ -742973,7 +743557,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
742973
743557
|
action_by: string | null;
|
|
742974
743558
|
action_id: string | null;
|
|
742975
743559
|
action_at: Date | null;
|
|
742976
|
-
id_time_zone: string | null;
|
|
742977
743560
|
} | undefined;
|
|
742978
743561
|
};
|
|
742979
743562
|
meta: object;
|
|
@@ -743907,6 +744490,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743907
744490
|
updated_by: string | null;
|
|
743908
744491
|
} | null;
|
|
743909
744492
|
id: string;
|
|
744493
|
+
id_time_zone: string | null;
|
|
743910
744494
|
id_log_type: string | null;
|
|
743911
744495
|
url: string | null;
|
|
743912
744496
|
params: SimpleJson;
|
|
@@ -743914,7 +744498,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743914
744498
|
action_by: string | null;
|
|
743915
744499
|
action_id: string | null;
|
|
743916
744500
|
action_at: Date | null;
|
|
743917
|
-
id_time_zone: string | null;
|
|
743918
744501
|
}[] | undefined;
|
|
743919
744502
|
total: number | undefined;
|
|
743920
744503
|
};
|
|
@@ -743941,6 +744524,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743941
744524
|
updated_by: string | null;
|
|
743942
744525
|
} | null;
|
|
743943
744526
|
id: string;
|
|
744527
|
+
id_time_zone: string | null;
|
|
743944
744528
|
id_log_type: string | null;
|
|
743945
744529
|
url: string | null;
|
|
743946
744530
|
params: SimpleJson;
|
|
@@ -743948,7 +744532,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743948
744532
|
action_by: string | null;
|
|
743949
744533
|
action_id: string | null;
|
|
743950
744534
|
action_at: Date | null;
|
|
743951
|
-
id_time_zone: string | null;
|
|
743952
744535
|
} | undefined;
|
|
743953
744536
|
};
|
|
743954
744537
|
meta: object;
|
|
@@ -743976,6 +744559,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743976
744559
|
} | undefined;
|
|
743977
744560
|
log: {
|
|
743978
744561
|
id: string;
|
|
744562
|
+
id_time_zone: string | null;
|
|
743979
744563
|
id_log_type: string | null;
|
|
743980
744564
|
url: string | null;
|
|
743981
744565
|
params: SimpleJson;
|
|
@@ -743983,7 +744567,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
743983
744567
|
action_by: string | null;
|
|
743984
744568
|
action_id: string | null;
|
|
743985
744569
|
action_at: Date | null;
|
|
743986
|
-
id_time_zone: string | null;
|
|
743987
744570
|
} | undefined;
|
|
743988
744571
|
};
|
|
743989
744572
|
meta: object;
|
|
@@ -744014,6 +744597,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
744014
744597
|
} | undefined;
|
|
744015
744598
|
log: {
|
|
744016
744599
|
id: string;
|
|
744600
|
+
id_time_zone: string | null;
|
|
744017
744601
|
id_log_type: string | null;
|
|
744018
744602
|
url: string | null;
|
|
744019
744603
|
params: SimpleJson;
|
|
@@ -744021,7 +744605,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
744021
744605
|
action_by: string | null;
|
|
744022
744606
|
action_id: string | null;
|
|
744023
744607
|
action_at: Date | null;
|
|
744024
|
-
id_time_zone: string | null;
|
|
744025
744608
|
} | undefined;
|
|
744026
744609
|
};
|
|
744027
744610
|
meta: object;
|
|
@@ -745150,7 +745733,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
745150
745733
|
id_system: string | null;
|
|
745151
745734
|
tax_message: string | null;
|
|
745152
745735
|
} | null;
|
|
745153
|
-
|
|
745736
|
+
incoterm: {
|
|
745154
745737
|
is_active: boolean | null;
|
|
745155
745738
|
id: string;
|
|
745156
745739
|
logic_code: string | null;
|
|
@@ -745160,8 +745743,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
745160
745743
|
created_by: string | null;
|
|
745161
745744
|
updated_at: Date | null;
|
|
745162
745745
|
updated_by: string | null;
|
|
745746
|
+
description: string | null;
|
|
745163
745747
|
} | null;
|
|
745164
|
-
|
|
745748
|
+
charge_code_groups: {
|
|
745165
745749
|
is_active: boolean | null;
|
|
745166
745750
|
id: string;
|
|
745167
745751
|
logic_code: string | null;
|
|
@@ -745171,7 +745755,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
745171
745755
|
created_by: string | null;
|
|
745172
745756
|
updated_at: Date | null;
|
|
745173
745757
|
updated_by: string | null;
|
|
745174
|
-
description: string | null;
|
|
745175
745758
|
} | null;
|
|
745176
745759
|
charge_code_type: {
|
|
745177
745760
|
is_active: boolean | null;
|
|
@@ -745425,7 +746008,7 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
745425
746008
|
id_system: string | null;
|
|
745426
746009
|
tax_message: string | null;
|
|
745427
746010
|
} | null;
|
|
745428
|
-
|
|
746011
|
+
incoterm: {
|
|
745429
746012
|
is_active: boolean | null;
|
|
745430
746013
|
id: string;
|
|
745431
746014
|
logic_code: string | null;
|
|
@@ -745435,8 +746018,9 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
745435
746018
|
created_by: string | null;
|
|
745436
746019
|
updated_at: Date | null;
|
|
745437
746020
|
updated_by: string | null;
|
|
746021
|
+
description: string | null;
|
|
745438
746022
|
} | null;
|
|
745439
|
-
|
|
746023
|
+
charge_code_groups: {
|
|
745440
746024
|
is_active: boolean | null;
|
|
745441
746025
|
id: string;
|
|
745442
746026
|
logic_code: string | null;
|
|
@@ -745446,7 +746030,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
745446
746030
|
created_by: string | null;
|
|
745447
746031
|
updated_at: Date | null;
|
|
745448
746032
|
updated_by: string | null;
|
|
745449
|
-
description: string | null;
|
|
745450
746033
|
} | null;
|
|
745451
746034
|
charge_code_type: {
|
|
745452
746035
|
is_active: boolean | null;
|
|
@@ -752114,6 +752697,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752114
752697
|
updated_by: string | null;
|
|
752115
752698
|
} | null;
|
|
752116
752699
|
id: string;
|
|
752700
|
+
id_container_shipping_type: string | null;
|
|
752117
752701
|
id_log_type: string | null;
|
|
752118
752702
|
url: string | null;
|
|
752119
752703
|
params: SimpleJson;
|
|
@@ -752121,7 +752705,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752121
752705
|
action_by: string | null;
|
|
752122
752706
|
action_id: string | null;
|
|
752123
752707
|
action_at: Date | null;
|
|
752124
|
-
id_container_shipping_type: string | null;
|
|
752125
752708
|
}[] | undefined;
|
|
752126
752709
|
total: number | undefined;
|
|
752127
752710
|
};
|
|
@@ -752148,6 +752731,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752148
752731
|
updated_by: string | null;
|
|
752149
752732
|
} | null;
|
|
752150
752733
|
id: string;
|
|
752734
|
+
id_container_shipping_type: string | null;
|
|
752151
752735
|
id_log_type: string | null;
|
|
752152
752736
|
url: string | null;
|
|
752153
752737
|
params: SimpleJson;
|
|
@@ -752155,7 +752739,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752155
752739
|
action_by: string | null;
|
|
752156
752740
|
action_id: string | null;
|
|
752157
752741
|
action_at: Date | null;
|
|
752158
|
-
id_container_shipping_type: string | null;
|
|
752159
752742
|
} | undefined;
|
|
752160
752743
|
};
|
|
752161
752744
|
meta: object;
|
|
@@ -752181,6 +752764,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752181
752764
|
};
|
|
752182
752765
|
log: {
|
|
752183
752766
|
id: string;
|
|
752767
|
+
id_container_shipping_type: string | null;
|
|
752184
752768
|
id_log_type: string | null;
|
|
752185
752769
|
url: string | null;
|
|
752186
752770
|
params: SimpleJson;
|
|
@@ -752188,7 +752772,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752188
752772
|
action_by: string | null;
|
|
752189
752773
|
action_id: string | null;
|
|
752190
752774
|
action_at: Date | null;
|
|
752191
|
-
id_container_shipping_type: string | null;
|
|
752192
752775
|
} | undefined;
|
|
752193
752776
|
} | undefined;
|
|
752194
752777
|
meta: object;
|
|
@@ -752217,6 +752800,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752217
752800
|
};
|
|
752218
752801
|
log: {
|
|
752219
752802
|
id: string;
|
|
752803
|
+
id_container_shipping_type: string | null;
|
|
752220
752804
|
id_log_type: string | null;
|
|
752221
752805
|
url: string | null;
|
|
752222
752806
|
params: SimpleJson;
|
|
@@ -752224,7 +752808,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752224
752808
|
action_by: string | null;
|
|
752225
752809
|
action_id: string | null;
|
|
752226
752810
|
action_at: Date | null;
|
|
752227
|
-
id_container_shipping_type: string | null;
|
|
752228
752811
|
} | undefined;
|
|
752229
752812
|
} | undefined;
|
|
752230
752813
|
meta: object;
|
|
@@ -752261,6 +752844,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752261
752844
|
};
|
|
752262
752845
|
log: {
|
|
752263
752846
|
id: string;
|
|
752847
|
+
id_container_shipping_type: string | null;
|
|
752264
752848
|
id_log_type: string | null;
|
|
752265
752849
|
url: string | null;
|
|
752266
752850
|
params: SimpleJson;
|
|
@@ -752268,7 +752852,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752268
752852
|
action_by: string | null;
|
|
752269
752853
|
action_id: string | null;
|
|
752270
752854
|
action_at: Date | null;
|
|
752271
|
-
id_container_shipping_type: string | null;
|
|
752272
752855
|
} | undefined;
|
|
752273
752856
|
} | undefined)[];
|
|
752274
752857
|
updatedData: ({
|
|
@@ -752285,6 +752868,7 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752285
752868
|
};
|
|
752286
752869
|
log: {
|
|
752287
752870
|
id: string;
|
|
752871
|
+
id_container_shipping_type: string | null;
|
|
752288
752872
|
id_log_type: string | null;
|
|
752289
752873
|
url: string | null;
|
|
752290
752874
|
params: SimpleJson;
|
|
@@ -752292,7 +752876,6 @@ declare const systemRouter: BuiltRouter<{
|
|
|
752292
752876
|
action_by: string | null;
|
|
752293
752877
|
action_id: string | null;
|
|
752294
752878
|
action_at: Date | null;
|
|
752295
|
-
id_container_shipping_type: string | null;
|
|
752296
752879
|
} | undefined;
|
|
752297
752880
|
} | undefined)[];
|
|
752298
752881
|
} | undefined;
|