@be-logixpair/api 0.0.72 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +1191 -14
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -686749,6 +686749,1183 @@ declare const appRouter: BuiltRouter<{
686749
686749
  errorShape: DefaultErrorShape;
686750
686750
  transformer: false;
686751
686751
  }, DecorateCreateRouterOptions<{
686752
+ forwardingShipments: BuiltRouter<{
686753
+ ctx: Context;
686754
+ meta: object;
686755
+ errorShape: DefaultErrorShape;
686756
+ transformer: false;
686757
+ }, DecorateCreateRouterOptions<{
686758
+ get: MutationProcedure<{
686759
+ input: {
686760
+ search?: string | null | undefined;
686761
+ take?: string | number | null | undefined;
686762
+ skip?: string | number | null | undefined;
686763
+ is_active?: (string | boolean)[] | null | undefined;
686764
+ is_system?: (string | boolean)[] | null | undefined;
686765
+ ids_include?: (string | number | bigint)[] | null | undefined;
686766
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
686767
+ ids_string_include?: string[] | null | undefined;
686768
+ ids_string_exclude?: string[] | null | undefined;
686769
+ logic_codes_include?: string[] | null | undefined;
686770
+ logic_codes_exclude?: string[] | null | undefined;
686771
+ order_by?: {
686772
+ field: string;
686773
+ direction: "asc" | "desc";
686774
+ } | null | undefined;
686775
+ order_bys?: {
686776
+ field: string;
686777
+ direction: "asc" | "desc";
686778
+ }[] | null | undefined;
686779
+ id_transport_type?: string | number | bigint | null | undefined;
686780
+ ids_transport_type?: (string | number | bigint)[] | null | undefined;
686781
+ id_container_shipping_type?: string | number | bigint | null | undefined;
686782
+ ids_container_shipping_type?: (string | number | bigint)[] | null | undefined;
686783
+ id_origin?: string | number | bigint | null | undefined;
686784
+ ids_origin?: (string | number | bigint)[] | null | undefined;
686785
+ id_destination?: string | number | bigint | null | undefined;
686786
+ ids_destination?: (string | number | bigint)[] | null | undefined;
686787
+ id_weight_unit?: string | number | bigint | null | undefined;
686788
+ ids_weight_unit?: (string | number | bigint)[] | null | undefined;
686789
+ id_volume_unit?: string | number | bigint | null | undefined;
686790
+ ids_volume_unit?: (string | number | bigint)[] | null | undefined;
686791
+ id_chargeable_unit?: string | number | bigint | null | undefined;
686792
+ ids_chargeable_unit?: (string | number | bigint)[] | null | undefined;
686793
+ id_weight_volume_unit?: string | number | bigint | null | undefined;
686794
+ ids_weight_volume_unit?: (string | number | bigint)[] | null | undefined;
686795
+ id_package_count_type?: string | number | bigint | null | undefined;
686796
+ ids_package_count_type?: (string | number | bigint)[] | null | undefined;
686797
+ id_package_inner_count_type?: string | number | bigint | null | undefined;
686798
+ ids_package_inner_count_type?: (string | number | bigint)[] | null | undefined;
686799
+ id_incoterm?: string | number | bigint | null | undefined;
686800
+ ids_incoterm?: (string | number | bigint)[] | null | undefined;
686801
+ id_service_level?: string | number | bigint | null | undefined;
686802
+ ids_service_level?: (string | number | bigint)[] | null | undefined;
686803
+ id_release_type?: string | number | bigint | null | undefined;
686804
+ ids_release_type?: (string | number | bigint)[] | null | undefined;
686805
+ id_air_waybill_dims?: string | number | bigint | null | undefined;
686806
+ ids_air_waybill_dims?: (string | number | bigint)[] | null | undefined;
686807
+ id_house_bill_type?: string | number | bigint | null | undefined;
686808
+ ids_house_bill_type?: (string | number | bigint)[] | null | undefined;
686809
+ id_on_board_status?: string | number | bigint | null | undefined;
686810
+ ids_on_board_status?: (string | number | bigint)[] | null | undefined;
686811
+ id_hbl_delivery_mode?: string | number | bigint | null | undefined;
686812
+ ids_hbl_delivery_mode?: (string | number | bigint)[] | null | undefined;
686813
+ id_charge_apply?: string | number | bigint | null | undefined;
686814
+ ids_charge_apply?: (string | number | bigint)[] | null | undefined;
686815
+ id_control_customer?: string | number | bigint | null | undefined;
686816
+ ids_control_customer?: (string | number | bigint)[] | null | undefined;
686817
+ id_control_agent?: string | number | bigint | null | undefined;
686818
+ ids_control_agent?: (string | number | bigint)[] | null | undefined;
686819
+ };
686820
+ output: {
686821
+ data: {
686822
+ forwarding_transport_types: {
686823
+ is_active: boolean | null;
686824
+ id: string;
686825
+ logic_code: string | null;
686826
+ name: string | null;
686827
+ code: string | null;
686828
+ created_at: Date | null;
686829
+ created_by: string | null;
686830
+ updated_at: Date | null;
686831
+ updated_by: string | null;
686832
+ } | null;
686833
+ container_shipping_type: {
686834
+ is_active: boolean | null;
686835
+ id: string;
686836
+ logic_code: string | null;
686837
+ name: string | null;
686838
+ code: string | null;
686839
+ created_at: Date | null;
686840
+ created_by: string | null;
686841
+ updated_at: Date | null;
686842
+ updated_by: string | null;
686843
+ } | null;
686844
+ incoterm: {
686845
+ is_active: boolean | null;
686846
+ id: string;
686847
+ logic_code: string | null;
686848
+ name: string | null;
686849
+ code: string | null;
686850
+ created_at: Date | null;
686851
+ created_by: string | null;
686852
+ updated_at: Date | null;
686853
+ updated_by: string | null;
686854
+ description: string | null;
686855
+ } | null;
686856
+ service_level: {
686857
+ is_active: boolean | null;
686858
+ id: string;
686859
+ logic_code: string | null;
686860
+ name: string | null;
686861
+ code: string | null;
686862
+ created_at: Date | null;
686863
+ created_by: string | null;
686864
+ updated_at: Date | null;
686865
+ updated_by: string | null;
686866
+ id_agreement: string | null;
686867
+ percentage: Decimal | null;
686868
+ } | null;
686869
+ weight_unit: {
686870
+ is_active: boolean | null;
686871
+ id: string;
686872
+ logic_code: string | null;
686873
+ name: string | null;
686874
+ code: string | null;
686875
+ created_at: Date | null;
686876
+ created_by: string | null;
686877
+ updated_at: Date | null;
686878
+ updated_by: string | null;
686879
+ id_type: string | null;
686880
+ } | null;
686881
+ volume_unit: {
686882
+ is_active: boolean | null;
686883
+ id: string;
686884
+ logic_code: string | null;
686885
+ name: string | null;
686886
+ code: string | null;
686887
+ created_at: Date | null;
686888
+ created_by: string | null;
686889
+ updated_at: Date | null;
686890
+ updated_by: string | null;
686891
+ id_type: string | null;
686892
+ } | null;
686893
+ chargeable_unit: {
686894
+ is_active: boolean | null;
686895
+ id: string;
686896
+ logic_code: string | null;
686897
+ name: string | null;
686898
+ code: string | null;
686899
+ created_at: Date | null;
686900
+ created_by: string | null;
686901
+ updated_at: Date | null;
686902
+ updated_by: string | null;
686903
+ id_type: string | null;
686904
+ } | null;
686905
+ forwarding_shipment_packings: {
686906
+ is_active: boolean | null;
686907
+ id: string;
686908
+ logic_code: string | null;
686909
+ code: string | null;
686910
+ created_at: Date | null;
686911
+ created_by: string | null;
686912
+ updated_at: Date | null;
686913
+ updated_by: string | null;
686914
+ length: Decimal | null;
686915
+ id_weight_unit: string | null;
686916
+ id_volume_unit: string | null;
686917
+ id_commodity: string | null;
686918
+ id_forwarding_booking: string | null;
686919
+ description: string | null;
686920
+ volume: Decimal | null;
686921
+ id_forwarding_shipment: string | null;
686922
+ weight: Decimal | null;
686923
+ id_console_container: string | null;
686924
+ id_package_type: string | null;
686925
+ id_length_unit: string | null;
686926
+ id_width_unit: string | null;
686927
+ id_height_unit: string | null;
686928
+ id_dg_substance: string | null;
686929
+ id_dg_class: string | null;
686930
+ po_number: string | null;
686931
+ goods_description: string | null;
686932
+ item_number: string | null;
686933
+ pack: number | null;
686934
+ packing_order: number | null;
686935
+ width: Decimal | null;
686936
+ height: Decimal | null;
686937
+ harmonized_code: string | null;
686938
+ harmonized_description: string | null;
686939
+ dg_substance_name: string | null;
686940
+ dg_class_name: string | null;
686941
+ flash_point: Decimal | null;
686942
+ un_dg_contact: string | null;
686943
+ }[];
686944
+ forwarding_shipment_organizations: {
686945
+ is_active: boolean | null;
686946
+ id: string;
686947
+ logic_code: string | null;
686948
+ name: string | null;
686949
+ code: string | null;
686950
+ address: string | null;
686951
+ created_at: Date | null;
686952
+ created_by: string | null;
686953
+ updated_at: Date | null;
686954
+ updated_by: string | null;
686955
+ id_organization: string | null;
686956
+ id_organization_address: string | null;
686957
+ id_type: string | null;
686958
+ is_override: boolean | null;
686959
+ id_forwarding_shipment: string | null;
686960
+ }[];
686961
+ origin_un_locode: {
686962
+ is_active: boolean | null;
686963
+ id: string;
686964
+ logic_code: string | null;
686965
+ id_country: string | null;
686966
+ id_state: string | null;
686967
+ id_city: string | null;
686968
+ created_at: Date | null;
686969
+ created_by: string | null;
686970
+ updated_at: Date | null;
686971
+ updated_by: string | null;
686972
+ id_time_zone: string | null;
686973
+ un_code: string | null;
686974
+ iata_code: string | null;
686975
+ iata_region_code: string | null;
686976
+ latitude: Decimal | null;
686977
+ longitude: Decimal | null;
686978
+ port_name: string | null;
686979
+ proper_name: string | null;
686980
+ has_post: boolean | null;
686981
+ has_customs: boolean | null;
686982
+ has_unload: boolean | null;
686983
+ has_airport: boolean | null;
686984
+ has_railway: boolean | null;
686985
+ has_road: boolean | null;
686986
+ has_store: boolean | null;
686987
+ has_terminal: boolean | null;
686988
+ has_discharge: boolean | null;
686989
+ has_seaport: boolean | null;
686990
+ has_outport: boolean | null;
686991
+ } | null;
686992
+ destination_un_locode: {
686993
+ is_active: boolean | null;
686994
+ id: string;
686995
+ logic_code: string | null;
686996
+ id_country: string | null;
686997
+ id_state: string | null;
686998
+ id_city: string | null;
686999
+ created_at: Date | null;
687000
+ created_by: string | null;
687001
+ updated_at: Date | null;
687002
+ updated_by: string | null;
687003
+ id_time_zone: string | null;
687004
+ un_code: string | null;
687005
+ iata_code: string | null;
687006
+ iata_region_code: string | null;
687007
+ latitude: Decimal | null;
687008
+ longitude: Decimal | null;
687009
+ port_name: string | null;
687010
+ proper_name: string | null;
687011
+ has_post: boolean | null;
687012
+ has_customs: boolean | null;
687013
+ has_unload: boolean | null;
687014
+ has_airport: boolean | null;
687015
+ has_railway: boolean | null;
687016
+ has_road: boolean | null;
687017
+ has_store: boolean | null;
687018
+ has_terminal: boolean | null;
687019
+ has_discharge: boolean | null;
687020
+ has_seaport: boolean | null;
687021
+ has_outport: boolean | null;
687022
+ } | null;
687023
+ weight_volume_unit: {
687024
+ is_active: boolean | null;
687025
+ id: string;
687026
+ logic_code: string | null;
687027
+ name: string | null;
687028
+ code: string | null;
687029
+ created_at: Date | null;
687030
+ created_by: string | null;
687031
+ updated_at: Date | null;
687032
+ updated_by: string | null;
687033
+ id_type: string | null;
687034
+ } | null;
687035
+ package_count_type: {
687036
+ is_active: boolean | null;
687037
+ id: string;
687038
+ logic_code: string | null;
687039
+ name: string | null;
687040
+ code: string | null;
687041
+ created_at: Date | null;
687042
+ created_by: string | null;
687043
+ updated_at: Date | null;
687044
+ updated_by: string | null;
687045
+ length: Decimal | null;
687046
+ id_weight_unit: string | null;
687047
+ weight: Decimal | null;
687048
+ width: Decimal | null;
687049
+ height: Decimal | null;
687050
+ id_dimension_unit: string | null;
687051
+ id_uom_type: string | null;
687052
+ is_keep_upright: boolean | null;
687053
+ } | null;
687054
+ package_inner_count_type: {
687055
+ is_active: boolean | null;
687056
+ id: string;
687057
+ logic_code: string | null;
687058
+ name: string | null;
687059
+ code: string | null;
687060
+ created_at: Date | null;
687061
+ created_by: string | null;
687062
+ updated_at: Date | null;
687063
+ updated_by: string | null;
687064
+ length: Decimal | null;
687065
+ id_weight_unit: string | null;
687066
+ weight: Decimal | null;
687067
+ width: Decimal | null;
687068
+ height: Decimal | null;
687069
+ id_dimension_unit: string | null;
687070
+ id_uom_type: string | null;
687071
+ is_keep_upright: boolean | null;
687072
+ } | null;
687073
+ release_type: {
687074
+ is_active: boolean | null;
687075
+ id: string;
687076
+ logic_code: string | null;
687077
+ name: string | null;
687078
+ code: string | null;
687079
+ created_at: Date | null;
687080
+ created_by: string | null;
687081
+ updated_at: Date | null;
687082
+ updated_by: string | null;
687083
+ } | null;
687084
+ air_waybill_dims: {
687085
+ is_active: boolean | null;
687086
+ id: string;
687087
+ logic_code: string | null;
687088
+ name: string | null;
687089
+ code: string | null;
687090
+ created_at: Date | null;
687091
+ created_by: string | null;
687092
+ updated_at: Date | null;
687093
+ updated_by: string | null;
687094
+ } | null;
687095
+ house_bill_type: {
687096
+ is_active: boolean | null;
687097
+ id: string;
687098
+ logic_code: string | null;
687099
+ name: string | null;
687100
+ code: string | null;
687101
+ created_at: Date | null;
687102
+ created_by: string | null;
687103
+ updated_at: Date | null;
687104
+ updated_by: string | null;
687105
+ } | null;
687106
+ on_board_status: {
687107
+ is_active: boolean | null;
687108
+ id: string;
687109
+ logic_code: string | null;
687110
+ name: string | null;
687111
+ code: string | null;
687112
+ created_at: Date | null;
687113
+ created_by: string | null;
687114
+ updated_at: Date | null;
687115
+ updated_by: string | null;
687116
+ } | null;
687117
+ hbl_delivery_mode: {
687118
+ is_active: boolean | null;
687119
+ id: string;
687120
+ logic_code: string | null;
687121
+ name: string | null;
687122
+ code: string | null;
687123
+ created_at: Date | null;
687124
+ created_by: string | null;
687125
+ updated_at: Date | null;
687126
+ updated_by: string | null;
687127
+ } | null;
687128
+ charge_apply: {
687129
+ is_active: boolean | null;
687130
+ id: string;
687131
+ logic_code: string | null;
687132
+ name: string | null;
687133
+ code: string | null;
687134
+ created_at: Date | null;
687135
+ created_by: string | null;
687136
+ updated_at: Date | null;
687137
+ updated_by: string | null;
687138
+ } | null;
687139
+ control_customer: {
687140
+ is_active: boolean | null;
687141
+ id: string;
687142
+ logic_code: string | null;
687143
+ name: string | null;
687144
+ id_country: string | null;
687145
+ id_state: string | null;
687146
+ id_city: string | null;
687147
+ id_postal_code: string | null;
687148
+ id_company: string | null;
687149
+ id_branch: string | null;
687150
+ code: string | null;
687151
+ created_at: Date | null;
687152
+ created_by: string | null;
687153
+ updated_at: Date | null;
687154
+ updated_by: string | null;
687155
+ id_un_locode: string | null;
687156
+ email: string | null;
687157
+ id_business_category: string | null;
687158
+ id_controlling_branch: string | null;
687159
+ id_airline: string | null;
687160
+ id_shipping_line: string | null;
687161
+ phone: string | null;
687162
+ website_url: string | null;
687163
+ company_number: string | null;
687164
+ company_tax_number: string | null;
687165
+ } | null;
687166
+ control_agent: {
687167
+ is_active: boolean | null;
687168
+ id: string;
687169
+ logic_code: string | null;
687170
+ name: string | null;
687171
+ id_country: string | null;
687172
+ id_state: string | null;
687173
+ id_city: string | null;
687174
+ id_postal_code: string | null;
687175
+ id_company: string | null;
687176
+ id_branch: string | null;
687177
+ code: string | null;
687178
+ created_at: Date | null;
687179
+ created_by: string | null;
687180
+ updated_at: Date | null;
687181
+ updated_by: string | null;
687182
+ id_un_locode: string | null;
687183
+ email: string | null;
687184
+ id_business_category: string | null;
687185
+ id_controlling_branch: string | null;
687186
+ id_airline: string | null;
687187
+ id_shipping_line: string | null;
687188
+ phone: string | null;
687189
+ website_url: string | null;
687190
+ company_number: string | null;
687191
+ company_tax_number: string | null;
687192
+ } | null;
687193
+ is_active: boolean | null;
687194
+ id: string;
687195
+ logic_code: string | null;
687196
+ name: string | null;
687197
+ code: string | null;
687198
+ created_at: Date | null;
687199
+ created_by: string | null;
687200
+ updated_at: Date | null;
687201
+ updated_by: string | null;
687202
+ id_transport_type: string | null;
687203
+ id_container_shipping_type: string | null;
687204
+ id_incoterm: string | null;
687205
+ id_service_level: string | null;
687206
+ id_release_type: string | null;
687207
+ id_on_board_status: string | null;
687208
+ id_weight_unit: string | null;
687209
+ id_volume_unit: string | null;
687210
+ id_chargeable_unit: string | null;
687211
+ description: string | null;
687212
+ mark_number: string | null;
687213
+ volume: Decimal | null;
687214
+ chargeable: Decimal | null;
687215
+ id_origin: string | null;
687216
+ id_destination: string | null;
687217
+ id_weight_volume_unit: string | null;
687218
+ id_package_count_type: string | null;
687219
+ id_package_inner_count_type: string | null;
687220
+ id_air_waybill_dims: string | null;
687221
+ id_house_bill_type: string | null;
687222
+ id_hbl_delivery_mode: string | null;
687223
+ id_charge_apply: string | null;
687224
+ id_control_customer: string | null;
687225
+ id_control_agent: string | null;
687226
+ shipment_number: string | null;
687227
+ house_bill: string | null;
687228
+ weight: Decimal | null;
687229
+ weight_volume: Decimal | null;
687230
+ package_count: number | null;
687231
+ package_inner_count: number | null;
687232
+ original_bills: number | null;
687233
+ copy_bills: number | null;
687234
+ estimated_delivery_date: Date | null;
687235
+ estimated_arrival_date: Date | null;
687236
+ issue_date: Date | null;
687237
+ }[] | undefined;
687238
+ total: number | undefined;
687239
+ };
687240
+ meta: object;
687241
+ }>;
687242
+ getDetail: MutationProcedure<{
687243
+ input: {
687244
+ is_active?: (string | boolean)[] | null | undefined;
687245
+ is_system?: (string | boolean)[] | null | undefined;
687246
+ id?: string | number | bigint | null | undefined;
687247
+ id_string?: string | null | undefined;
687248
+ logic_code?: string | null | undefined;
687249
+ };
687250
+ output: {
687251
+ data: {
687252
+ _count: {
687253
+ forwarding_transport_types: number;
687254
+ container_shipping_type: number;
687255
+ origin_un_locode: number;
687256
+ destination_un_locode: number;
687257
+ weight_unit: number;
687258
+ volume_unit: number;
687259
+ chargeable_unit: number;
687260
+ weight_volume_unit: number;
687261
+ package_count_type: number;
687262
+ package_inner_count_type: number;
687263
+ incoterm: number;
687264
+ service_level: number;
687265
+ release_type: number;
687266
+ air_waybill_dims: number;
687267
+ house_bill_type: number;
687268
+ on_board_status: number;
687269
+ hbl_delivery_mode: number;
687270
+ charge_apply: number;
687271
+ control_customer: number;
687272
+ control_agent: number;
687273
+ customs_idn_data: number;
687274
+ forwarding_shipments_logs: number;
687275
+ forwarding_shipment_organizations: number;
687276
+ forwarding_shipment_custom_entries: number;
687277
+ forwarding_shipment_packings: number;
687278
+ forwarding_shipment_pickup_deliveries: number;
687279
+ forwarding_shipment_attachments: number;
687280
+ syncproc_purchase_orders: number;
687281
+ };
687282
+ forwarding_transport_types: {
687283
+ is_active: boolean | null;
687284
+ id: string;
687285
+ logic_code: string | null;
687286
+ name: string | null;
687287
+ code: string | null;
687288
+ created_at: Date | null;
687289
+ created_by: string | null;
687290
+ updated_at: Date | null;
687291
+ updated_by: string | null;
687292
+ } | null;
687293
+ container_shipping_type: {
687294
+ is_active: boolean | null;
687295
+ id: string;
687296
+ logic_code: string | null;
687297
+ name: string | null;
687298
+ code: string | null;
687299
+ created_at: Date | null;
687300
+ created_by: string | null;
687301
+ updated_at: Date | null;
687302
+ updated_by: string | null;
687303
+ } | null;
687304
+ incoterm: {
687305
+ is_active: boolean | null;
687306
+ id: string;
687307
+ logic_code: string | null;
687308
+ name: string | null;
687309
+ code: string | null;
687310
+ created_at: Date | null;
687311
+ created_by: string | null;
687312
+ updated_at: Date | null;
687313
+ updated_by: string | null;
687314
+ description: string | null;
687315
+ } | null;
687316
+ service_level: {
687317
+ is_active: boolean | null;
687318
+ id: string;
687319
+ logic_code: string | null;
687320
+ name: string | null;
687321
+ code: string | null;
687322
+ created_at: Date | null;
687323
+ created_by: string | null;
687324
+ updated_at: Date | null;
687325
+ updated_by: string | null;
687326
+ id_agreement: string | null;
687327
+ percentage: Decimal | null;
687328
+ } | null;
687329
+ weight_unit: {
687330
+ is_active: boolean | null;
687331
+ id: string;
687332
+ logic_code: string | null;
687333
+ name: string | null;
687334
+ code: string | null;
687335
+ created_at: Date | null;
687336
+ created_by: string | null;
687337
+ updated_at: Date | null;
687338
+ updated_by: string | null;
687339
+ id_type: string | null;
687340
+ } | null;
687341
+ volume_unit: {
687342
+ is_active: boolean | null;
687343
+ id: string;
687344
+ logic_code: string | null;
687345
+ name: string | null;
687346
+ code: string | null;
687347
+ created_at: Date | null;
687348
+ created_by: string | null;
687349
+ updated_at: Date | null;
687350
+ updated_by: string | null;
687351
+ id_type: string | null;
687352
+ } | null;
687353
+ chargeable_unit: {
687354
+ is_active: boolean | null;
687355
+ id: string;
687356
+ logic_code: string | null;
687357
+ name: string | null;
687358
+ code: string | null;
687359
+ created_at: Date | null;
687360
+ created_by: string | null;
687361
+ updated_at: Date | null;
687362
+ updated_by: string | null;
687363
+ id_type: string | null;
687364
+ } | null;
687365
+ forwarding_shipment_packings: {
687366
+ is_active: boolean | null;
687367
+ id: string;
687368
+ logic_code: string | null;
687369
+ code: string | null;
687370
+ created_at: Date | null;
687371
+ created_by: string | null;
687372
+ updated_at: Date | null;
687373
+ updated_by: string | null;
687374
+ length: Decimal | null;
687375
+ id_weight_unit: string | null;
687376
+ id_volume_unit: string | null;
687377
+ id_commodity: string | null;
687378
+ id_forwarding_booking: string | null;
687379
+ description: string | null;
687380
+ volume: Decimal | null;
687381
+ id_forwarding_shipment: string | null;
687382
+ weight: Decimal | null;
687383
+ id_console_container: string | null;
687384
+ id_package_type: string | null;
687385
+ id_length_unit: string | null;
687386
+ id_width_unit: string | null;
687387
+ id_height_unit: string | null;
687388
+ id_dg_substance: string | null;
687389
+ id_dg_class: string | null;
687390
+ po_number: string | null;
687391
+ goods_description: string | null;
687392
+ item_number: string | null;
687393
+ pack: number | null;
687394
+ packing_order: number | null;
687395
+ width: Decimal | null;
687396
+ height: Decimal | null;
687397
+ harmonized_code: string | null;
687398
+ harmonized_description: string | null;
687399
+ dg_substance_name: string | null;
687400
+ dg_class_name: string | null;
687401
+ flash_point: Decimal | null;
687402
+ un_dg_contact: string | null;
687403
+ }[];
687404
+ forwarding_shipment_organizations: {
687405
+ is_active: boolean | null;
687406
+ id: string;
687407
+ logic_code: string | null;
687408
+ name: string | null;
687409
+ code: string | null;
687410
+ address: string | null;
687411
+ created_at: Date | null;
687412
+ created_by: string | null;
687413
+ updated_at: Date | null;
687414
+ updated_by: string | null;
687415
+ id_organization: string | null;
687416
+ id_organization_address: string | null;
687417
+ id_type: string | null;
687418
+ is_override: boolean | null;
687419
+ id_forwarding_shipment: string | null;
687420
+ }[];
687421
+ forwarding_shipment_pickup_deliveries: {
687422
+ is_active: boolean | null;
687423
+ id: string;
687424
+ logic_code: string | null;
687425
+ name: string | null;
687426
+ address: string | null;
687427
+ created_at: Date | null;
687428
+ created_by: string | null;
687429
+ updated_at: Date | null;
687430
+ updated_by: string | null;
687431
+ id_organization: string | null;
687432
+ id_organization_address: string | null;
687433
+ id_forwarding_shipment: string | null;
687434
+ id_organization_whs: string | null;
687435
+ id_organization_whs_address: string | null;
687436
+ id_pickup_delivery_type: string | null;
687437
+ id_organization_vendor: string | null;
687438
+ contact_name: string | null;
687439
+ contact_phone: string | null;
687440
+ contact_mobile: string | null;
687441
+ contact_email: string | null;
687442
+ whs_name: string | null;
687443
+ whs_address: string | null;
687444
+ whs_interim_receipt: string | null;
687445
+ whs_reciept_requested: Date | null;
687446
+ whs_dispatch: Date | null;
687447
+ whs_interim_receipt_date: Date | null;
687448
+ estimated_pickup_delivery: Date | null;
687449
+ actual_pickup_delivery: Date | null;
687450
+ no_of_collies: number | null;
687451
+ transport_booking_number: string | null;
687452
+ driver_name: string | null;
687453
+ driver_vehicle_number: string | null;
687454
+ driver_mobile: string | null;
687455
+ is_by_shipper_consignee: boolean | null;
687456
+ }[];
687457
+ forwarding_shipment_attachments: {
687458
+ is_active: boolean | null;
687459
+ id: string;
687460
+ created_at: Date | null;
687461
+ created_by: string | null;
687462
+ updated_at: Date | null;
687463
+ updated_by: string | null;
687464
+ id_forwarding_shipment: string | null;
687465
+ label: string | null;
687466
+ file_name: string | null;
687467
+ file_path: string | null;
687468
+ file_size: number | null;
687469
+ file_extension: string | null;
687470
+ storage_provider: string | null;
687471
+ }[];
687472
+ origin_un_locode: {
687473
+ is_active: boolean | null;
687474
+ id: string;
687475
+ logic_code: string | null;
687476
+ id_country: string | null;
687477
+ id_state: string | null;
687478
+ id_city: string | null;
687479
+ created_at: Date | null;
687480
+ created_by: string | null;
687481
+ updated_at: Date | null;
687482
+ updated_by: string | null;
687483
+ id_time_zone: string | null;
687484
+ un_code: string | null;
687485
+ iata_code: string | null;
687486
+ iata_region_code: string | null;
687487
+ latitude: Decimal | null;
687488
+ longitude: Decimal | null;
687489
+ port_name: string | null;
687490
+ proper_name: string | null;
687491
+ has_post: boolean | null;
687492
+ has_customs: boolean | null;
687493
+ has_unload: boolean | null;
687494
+ has_airport: boolean | null;
687495
+ has_railway: boolean | null;
687496
+ has_road: boolean | null;
687497
+ has_store: boolean | null;
687498
+ has_terminal: boolean | null;
687499
+ has_discharge: boolean | null;
687500
+ has_seaport: boolean | null;
687501
+ has_outport: boolean | null;
687502
+ } | null;
687503
+ destination_un_locode: {
687504
+ is_active: boolean | null;
687505
+ id: string;
687506
+ logic_code: string | null;
687507
+ id_country: string | null;
687508
+ id_state: string | null;
687509
+ id_city: string | null;
687510
+ created_at: Date | null;
687511
+ created_by: string | null;
687512
+ updated_at: Date | null;
687513
+ updated_by: string | null;
687514
+ id_time_zone: string | null;
687515
+ un_code: string | null;
687516
+ iata_code: string | null;
687517
+ iata_region_code: string | null;
687518
+ latitude: Decimal | null;
687519
+ longitude: Decimal | null;
687520
+ port_name: string | null;
687521
+ proper_name: string | null;
687522
+ has_post: boolean | null;
687523
+ has_customs: boolean | null;
687524
+ has_unload: boolean | null;
687525
+ has_airport: boolean | null;
687526
+ has_railway: boolean | null;
687527
+ has_road: boolean | null;
687528
+ has_store: boolean | null;
687529
+ has_terminal: boolean | null;
687530
+ has_discharge: boolean | null;
687531
+ has_seaport: boolean | null;
687532
+ has_outport: boolean | null;
687533
+ } | null;
687534
+ weight_volume_unit: {
687535
+ is_active: boolean | null;
687536
+ id: string;
687537
+ logic_code: string | null;
687538
+ name: string | null;
687539
+ code: string | null;
687540
+ created_at: Date | null;
687541
+ created_by: string | null;
687542
+ updated_at: Date | null;
687543
+ updated_by: string | null;
687544
+ id_type: string | null;
687545
+ } | null;
687546
+ package_count_type: {
687547
+ is_active: boolean | null;
687548
+ id: string;
687549
+ logic_code: string | null;
687550
+ name: string | null;
687551
+ code: string | null;
687552
+ created_at: Date | null;
687553
+ created_by: string | null;
687554
+ updated_at: Date | null;
687555
+ updated_by: string | null;
687556
+ length: Decimal | null;
687557
+ id_weight_unit: string | null;
687558
+ weight: Decimal | null;
687559
+ width: Decimal | null;
687560
+ height: Decimal | null;
687561
+ id_dimension_unit: string | null;
687562
+ id_uom_type: string | null;
687563
+ is_keep_upright: boolean | null;
687564
+ } | null;
687565
+ package_inner_count_type: {
687566
+ is_active: boolean | null;
687567
+ id: string;
687568
+ logic_code: string | null;
687569
+ name: string | null;
687570
+ code: string | null;
687571
+ created_at: Date | null;
687572
+ created_by: string | null;
687573
+ updated_at: Date | null;
687574
+ updated_by: string | null;
687575
+ length: Decimal | null;
687576
+ id_weight_unit: string | null;
687577
+ weight: Decimal | null;
687578
+ width: Decimal | null;
687579
+ height: Decimal | null;
687580
+ id_dimension_unit: string | null;
687581
+ id_uom_type: string | null;
687582
+ is_keep_upright: boolean | null;
687583
+ } | null;
687584
+ release_type: {
687585
+ is_active: boolean | null;
687586
+ id: string;
687587
+ logic_code: string | null;
687588
+ name: string | null;
687589
+ code: string | null;
687590
+ created_at: Date | null;
687591
+ created_by: string | null;
687592
+ updated_at: Date | null;
687593
+ updated_by: string | null;
687594
+ } | null;
687595
+ air_waybill_dims: {
687596
+ is_active: boolean | null;
687597
+ id: string;
687598
+ logic_code: string | null;
687599
+ name: string | null;
687600
+ code: string | null;
687601
+ created_at: Date | null;
687602
+ created_by: string | null;
687603
+ updated_at: Date | null;
687604
+ updated_by: string | null;
687605
+ } | null;
687606
+ house_bill_type: {
687607
+ is_active: boolean | null;
687608
+ id: string;
687609
+ logic_code: string | null;
687610
+ name: string | null;
687611
+ code: string | null;
687612
+ created_at: Date | null;
687613
+ created_by: string | null;
687614
+ updated_at: Date | null;
687615
+ updated_by: string | null;
687616
+ } | null;
687617
+ on_board_status: {
687618
+ is_active: boolean | null;
687619
+ id: string;
687620
+ logic_code: string | null;
687621
+ name: string | null;
687622
+ code: string | null;
687623
+ created_at: Date | null;
687624
+ created_by: string | null;
687625
+ updated_at: Date | null;
687626
+ updated_by: string | null;
687627
+ } | null;
687628
+ hbl_delivery_mode: {
687629
+ is_active: boolean | null;
687630
+ id: string;
687631
+ logic_code: string | null;
687632
+ name: string | null;
687633
+ code: string | null;
687634
+ created_at: Date | null;
687635
+ created_by: string | null;
687636
+ updated_at: Date | null;
687637
+ updated_by: string | null;
687638
+ } | null;
687639
+ charge_apply: {
687640
+ is_active: boolean | null;
687641
+ id: string;
687642
+ logic_code: string | null;
687643
+ name: string | null;
687644
+ code: string | null;
687645
+ created_at: Date | null;
687646
+ created_by: string | null;
687647
+ updated_at: Date | null;
687648
+ updated_by: string | null;
687649
+ } | null;
687650
+ control_customer: {
687651
+ is_active: boolean | null;
687652
+ id: string;
687653
+ logic_code: string | null;
687654
+ name: string | null;
687655
+ id_country: string | null;
687656
+ id_state: string | null;
687657
+ id_city: string | null;
687658
+ id_postal_code: string | null;
687659
+ id_company: string | null;
687660
+ id_branch: string | null;
687661
+ code: string | null;
687662
+ created_at: Date | null;
687663
+ created_by: string | null;
687664
+ updated_at: Date | null;
687665
+ updated_by: string | null;
687666
+ id_un_locode: string | null;
687667
+ email: string | null;
687668
+ id_business_category: string | null;
687669
+ id_controlling_branch: string | null;
687670
+ id_airline: string | null;
687671
+ id_shipping_line: string | null;
687672
+ phone: string | null;
687673
+ website_url: string | null;
687674
+ company_number: string | null;
687675
+ company_tax_number: string | null;
687676
+ } | null;
687677
+ control_agent: {
687678
+ is_active: boolean | null;
687679
+ id: string;
687680
+ logic_code: string | null;
687681
+ name: string | null;
687682
+ id_country: string | null;
687683
+ id_state: string | null;
687684
+ id_city: string | null;
687685
+ id_postal_code: string | null;
687686
+ id_company: string | null;
687687
+ id_branch: string | null;
687688
+ code: string | null;
687689
+ created_at: Date | null;
687690
+ created_by: string | null;
687691
+ updated_at: Date | null;
687692
+ updated_by: string | null;
687693
+ id_un_locode: string | null;
687694
+ email: string | null;
687695
+ id_business_category: string | null;
687696
+ id_controlling_branch: string | null;
687697
+ id_airline: string | null;
687698
+ id_shipping_line: string | null;
687699
+ phone: string | null;
687700
+ website_url: string | null;
687701
+ company_number: string | null;
687702
+ company_tax_number: string | null;
687703
+ } | null;
687704
+ customs_idn_data: {
687705
+ is_active: boolean | null;
687706
+ id: string;
687707
+ logic_code: string | null;
687708
+ created_at: Date | null;
687709
+ created_by: string | null;
687710
+ updated_at: Date | null;
687711
+ updated_by: string | null;
687712
+ id_forwarding_shipment: string | null;
687713
+ id_customs_data: string | null;
687714
+ id_clearance_type: string | null;
687715
+ peb_pib_number: string | null;
687716
+ peb_pib_date: Date | null;
687717
+ npe_number: string | null;
687718
+ npe_date: Date | null;
687719
+ ppb_number: string | null;
687720
+ ppb_date: Date | null;
687721
+ pib_confirm_date: Date | null;
687722
+ billing_date: Date | null;
687723
+ billing_amount: Decimal | null;
687724
+ cargo_value: Decimal | null;
687725
+ bpn_date: Date | null;
687726
+ spjm_spjk_date: Date | null;
687727
+ sppb_date: Date | null;
687728
+ coo_number: string | null;
687729
+ coo_date: Date | null;
687730
+ } | null;
687731
+ is_active: boolean | null;
687732
+ id: string;
687733
+ logic_code: string | null;
687734
+ name: string | null;
687735
+ code: string | null;
687736
+ created_at: Date | null;
687737
+ created_by: string | null;
687738
+ updated_at: Date | null;
687739
+ updated_by: string | null;
687740
+ id_transport_type: string | null;
687741
+ id_container_shipping_type: string | null;
687742
+ id_incoterm: string | null;
687743
+ id_service_level: string | null;
687744
+ id_release_type: string | null;
687745
+ id_on_board_status: string | null;
687746
+ id_weight_unit: string | null;
687747
+ id_volume_unit: string | null;
687748
+ id_chargeable_unit: string | null;
687749
+ description: string | null;
687750
+ mark_number: string | null;
687751
+ volume: Decimal | null;
687752
+ chargeable: Decimal | null;
687753
+ id_origin: string | null;
687754
+ id_destination: string | null;
687755
+ id_weight_volume_unit: string | null;
687756
+ id_package_count_type: string | null;
687757
+ id_package_inner_count_type: string | null;
687758
+ id_air_waybill_dims: string | null;
687759
+ id_house_bill_type: string | null;
687760
+ id_hbl_delivery_mode: string | null;
687761
+ id_charge_apply: string | null;
687762
+ id_control_customer: string | null;
687763
+ id_control_agent: string | null;
687764
+ shipment_number: string | null;
687765
+ house_bill: string | null;
687766
+ weight: Decimal | null;
687767
+ weight_volume: Decimal | null;
687768
+ package_count: number | null;
687769
+ package_inner_count: number | null;
687770
+ original_bills: number | null;
687771
+ copy_bills: number | null;
687772
+ estimated_delivery_date: Date | null;
687773
+ estimated_arrival_date: Date | null;
687774
+ issue_date: Date | null;
687775
+ };
687776
+ };
687777
+ meta: object;
687778
+ }>;
687779
+ histories: BuiltRouter<{
687780
+ ctx: Context;
687781
+ meta: object;
687782
+ errorShape: DefaultErrorShape;
687783
+ transformer: false;
687784
+ }, DecorateCreateRouterOptions<{
687785
+ get: MutationProcedure<{
687786
+ input: {
687787
+ search?: string | null | undefined;
687788
+ take?: string | number | null | undefined;
687789
+ skip?: string | number | null | undefined;
687790
+ is_active?: (string | boolean)[] | null | undefined;
687791
+ is_system?: (string | boolean)[] | null | undefined;
687792
+ ids_include?: (string | number | bigint)[] | null | undefined;
687793
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
687794
+ ids_string_include?: string[] | null | undefined;
687795
+ ids_string_exclude?: string[] | null | undefined;
687796
+ logic_codes_include?: string[] | null | undefined;
687797
+ logic_codes_exclude?: string[] | null | undefined;
687798
+ order_by?: {
687799
+ field: string;
687800
+ direction: "asc" | "desc";
687801
+ } | null | undefined;
687802
+ order_bys?: {
687803
+ field: string;
687804
+ direction: "asc" | "desc";
687805
+ }[] | null | undefined;
687806
+ id_log_type?: string | number | bigint | null | undefined;
687807
+ ids_log_type?: (string | number | bigint)[] | null | undefined;
687808
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
687809
+ ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
687810
+ };
687811
+ output: {
687812
+ data: {
687813
+ log_type: {
687814
+ is_active: boolean | null;
687815
+ id: string;
687816
+ logic_code: string | null;
687817
+ name: string | null;
687818
+ created_at: Date | null;
687819
+ created_by: string | null;
687820
+ updated_at: Date | null;
687821
+ updated_by: string | null;
687822
+ } | null;
687823
+ id: string;
687824
+ id_log_type: string | null;
687825
+ url: string | null;
687826
+ params: SimpleJson;
687827
+ action: string | null;
687828
+ action_by: string | null;
687829
+ action_id: string | null;
687830
+ action_at: Date | null;
687831
+ id_forwarding_shipment: string | null;
687832
+ }[] | undefined;
687833
+ total: number | undefined;
687834
+ };
687835
+ meta: object;
687836
+ }>;
687837
+ getDetail: MutationProcedure<{
687838
+ input: {
687839
+ is_active?: (string | boolean)[] | null | undefined;
687840
+ is_system?: (string | boolean)[] | null | undefined;
687841
+ id?: string | number | bigint | null | undefined;
687842
+ id_string?: string | null | undefined;
687843
+ logic_code?: string | null | undefined;
687844
+ };
687845
+ output: {
687846
+ data: {
687847
+ log_type: {
687848
+ is_active: boolean | null;
687849
+ id: string;
687850
+ logic_code: string | null;
687851
+ name: string | null;
687852
+ created_at: Date | null;
687853
+ created_by: string | null;
687854
+ updated_at: Date | null;
687855
+ updated_by: string | null;
687856
+ } | null;
687857
+ id: string;
687858
+ id_log_type: string | null;
687859
+ url: string | null;
687860
+ params: SimpleJson;
687861
+ action: string | null;
687862
+ action_by: string | null;
687863
+ action_id: string | null;
687864
+ action_at: Date | null;
687865
+ id_forwarding_shipment: string | null;
687866
+ } | undefined;
687867
+ };
687868
+ meta: object;
687869
+ }>;
687870
+ }>>;
687871
+ delete: MutationProcedure<{
687872
+ input: {
687873
+ id?: string | number | bigint | null | undefined;
687874
+ ids?: (string | number | bigint)[] | null | undefined;
687875
+ id_string?: string | null | undefined;
687876
+ ids_string?: string[] | null | undefined;
687877
+ };
687878
+ output: {
687879
+ data: ({
687880
+ is_active: boolean | null;
687881
+ id: string;
687882
+ logic_code: string | null;
687883
+ name: string | null;
687884
+ code: string | null;
687885
+ created_at: Date | null;
687886
+ created_by: string | null;
687887
+ updated_at: Date | null;
687888
+ updated_by: string | null;
687889
+ id_transport_type: string | null;
687890
+ id_container_shipping_type: string | null;
687891
+ id_incoterm: string | null;
687892
+ id_service_level: string | null;
687893
+ id_release_type: string | null;
687894
+ id_on_board_status: string | null;
687895
+ id_weight_unit: string | null;
687896
+ id_volume_unit: string | null;
687897
+ id_chargeable_unit: string | null;
687898
+ description: string | null;
687899
+ mark_number: string | null;
687900
+ volume: Decimal | null;
687901
+ chargeable: Decimal | null;
687902
+ id_origin: string | null;
687903
+ id_destination: string | null;
687904
+ id_weight_volume_unit: string | null;
687905
+ id_package_count_type: string | null;
687906
+ id_package_inner_count_type: string | null;
687907
+ id_air_waybill_dims: string | null;
687908
+ id_house_bill_type: string | null;
687909
+ id_hbl_delivery_mode: string | null;
687910
+ id_charge_apply: string | null;
687911
+ id_control_customer: string | null;
687912
+ id_control_agent: string | null;
687913
+ shipment_number: string | null;
687914
+ house_bill: string | null;
687915
+ weight: Decimal | null;
687916
+ weight_volume: Decimal | null;
687917
+ package_count: number | null;
687918
+ package_inner_count: number | null;
687919
+ original_bills: number | null;
687920
+ copy_bills: number | null;
687921
+ estimated_delivery_date: Date | null;
687922
+ estimated_arrival_date: Date | null;
687923
+ issue_date: Date | null;
687924
+ } | undefined)[] | undefined;
687925
+ } | undefined;
687926
+ meta: object;
687927
+ }>;
687928
+ }>>;
686752
687929
  forwardingShipmentPackings: BuiltRouter<{
686753
687930
  ctx: Context;
686754
687931
  meta: object;
@@ -686915,7 +688092,6 @@ declare const appRouter: BuiltRouter<{
686915
688092
  mark_number: string | null;
686916
688093
  volume: Decimal | null;
686917
688094
  chargeable: Decimal | null;
686918
- weight: Decimal | null;
686919
688095
  id_origin: string | null;
686920
688096
  id_destination: string | null;
686921
688097
  id_weight_volume_unit: string | null;
@@ -686929,6 +688105,7 @@ declare const appRouter: BuiltRouter<{
686929
688105
  id_control_agent: string | null;
686930
688106
  shipment_number: string | null;
686931
688107
  house_bill: string | null;
688108
+ weight: Decimal | null;
686932
688109
  weight_volume: Decimal | null;
686933
688110
  package_count: number | null;
686934
688111
  package_inner_count: number | null;
@@ -687051,6 +688228,7 @@ declare const appRouter: BuiltRouter<{
687051
688228
  description: string | null;
687052
688229
  volume: Decimal | null;
687053
688230
  id_forwarding_shipment: string | null;
688231
+ weight: Decimal | null;
687054
688232
  id_console_container: string | null;
687055
688233
  id_package_type: string | null;
687056
688234
  id_length_unit: string | null;
@@ -687063,7 +688241,6 @@ declare const appRouter: BuiltRouter<{
687063
688241
  item_number: string | null;
687064
688242
  pack: number | null;
687065
688243
  packing_order: number | null;
687066
- weight: Decimal | null;
687067
688244
  width: Decimal | null;
687068
688245
  height: Decimal | null;
687069
688246
  harmonized_code: string | null;
@@ -687214,7 +688391,6 @@ declare const appRouter: BuiltRouter<{
687214
688391
  mark_number: string | null;
687215
688392
  volume: Decimal | null;
687216
688393
  chargeable: Decimal | null;
687217
- weight: Decimal | null;
687218
688394
  id_origin: string | null;
687219
688395
  id_destination: string | null;
687220
688396
  id_weight_volume_unit: string | null;
@@ -687228,6 +688404,7 @@ declare const appRouter: BuiltRouter<{
687228
688404
  id_control_agent: string | null;
687229
688405
  shipment_number: string | null;
687230
688406
  house_bill: string | null;
688407
+ weight: Decimal | null;
687231
688408
  weight_volume: Decimal | null;
687232
688409
  package_count: number | null;
687233
688410
  package_inner_count: number | null;
@@ -687350,6 +688527,7 @@ declare const appRouter: BuiltRouter<{
687350
688527
  description: string | null;
687351
688528
  volume: Decimal | null;
687352
688529
  id_forwarding_shipment: string | null;
688530
+ weight: Decimal | null;
687353
688531
  id_console_container: string | null;
687354
688532
  id_package_type: string | null;
687355
688533
  id_length_unit: string | null;
@@ -687362,7 +688540,6 @@ declare const appRouter: BuiltRouter<{
687362
688540
  item_number: string | null;
687363
688541
  pack: number | null;
687364
688542
  packing_order: number | null;
687365
- weight: Decimal | null;
687366
688543
  width: Decimal | null;
687367
688544
  height: Decimal | null;
687368
688545
  harmonized_code: string | null;
@@ -687519,6 +688696,7 @@ declare const appRouter: BuiltRouter<{
687519
688696
  description: string | null;
687520
688697
  volume: Decimal | null;
687521
688698
  id_forwarding_shipment: string | null;
688699
+ weight: Decimal | null;
687522
688700
  id_console_container: string | null;
687523
688701
  id_package_type: string | null;
687524
688702
  id_length_unit: string | null;
@@ -687531,7 +688709,6 @@ declare const appRouter: BuiltRouter<{
687531
688709
  item_number: string | null;
687532
688710
  pack: number | null;
687533
688711
  packing_order: number | null;
687534
- weight: Decimal | null;
687535
688712
  width: Decimal | null;
687536
688713
  height: Decimal | null;
687537
688714
  harmonized_code: string | null;
@@ -687611,6 +688788,7 @@ declare const appRouter: BuiltRouter<{
687611
688788
  description: string | null;
687612
688789
  volume: Decimal | null;
687613
688790
  id_forwarding_shipment: string | null;
688791
+ weight: Decimal | null;
687614
688792
  id_console_container: string | null;
687615
688793
  id_package_type: string | null;
687616
688794
  id_length_unit: string | null;
@@ -687623,7 +688801,6 @@ declare const appRouter: BuiltRouter<{
687623
688801
  item_number: string | null;
687624
688802
  pack: number | null;
687625
688803
  packing_order: number | null;
687626
- weight: Decimal | null;
687627
688804
  width: Decimal | null;
687628
688805
  height: Decimal | null;
687629
688806
  harmonized_code: string | null;
@@ -687672,6 +688849,7 @@ declare const appRouter: BuiltRouter<{
687672
688849
  description: string | null;
687673
688850
  volume: Decimal | null;
687674
688851
  id_forwarding_shipment: string | null;
688852
+ weight: Decimal | null;
687675
688853
  id_console_container: string | null;
687676
688854
  id_package_type: string | null;
687677
688855
  id_length_unit: string | null;
@@ -687684,7 +688862,6 @@ declare const appRouter: BuiltRouter<{
687684
688862
  item_number: string | null;
687685
688863
  pack: number | null;
687686
688864
  packing_order: number | null;
687687
- weight: Decimal | null;
687688
688865
  width: Decimal | null;
687689
688866
  height: Decimal | null;
687690
688867
  harmonized_code: string | null;
@@ -687935,7 +689112,6 @@ declare const appRouter: BuiltRouter<{
687935
689112
  mark_number: string | null;
687936
689113
  volume: Decimal | null;
687937
689114
  chargeable: Decimal | null;
687938
- weight: Decimal | null;
687939
689115
  id_origin: string | null;
687940
689116
  id_destination: string | null;
687941
689117
  id_weight_volume_unit: string | null;
@@ -687949,6 +689125,7 @@ declare const appRouter: BuiltRouter<{
687949
689125
  id_control_agent: string | null;
687950
689126
  shipment_number: string | null;
687951
689127
  house_bill: string | null;
689128
+ weight: Decimal | null;
687952
689129
  weight_volume: Decimal | null;
687953
689130
  package_count: number | null;
687954
689131
  package_inner_count: number | null;
@@ -688113,6 +689290,7 @@ declare const appRouter: BuiltRouter<{
688113
689290
  description: string | null;
688114
689291
  volume: Decimal | null;
688115
689292
  id_forwarding_shipment: string | null;
689293
+ weight: Decimal | null;
688116
689294
  id_package_type: string | null;
688117
689295
  id_length_unit: string | null;
688118
689296
  id_width_unit: string | null;
@@ -688123,7 +689301,6 @@ declare const appRouter: BuiltRouter<{
688123
689301
  goods_description: string | null;
688124
689302
  item_number: string | null;
688125
689303
  pack: number | null;
688126
- weight: Decimal | null;
688127
689304
  width: Decimal | null;
688128
689305
  height: Decimal | null;
688129
689306
  harmonized_code: string | null;
@@ -688342,7 +689519,6 @@ declare const appRouter: BuiltRouter<{
688342
689519
  mark_number: string | null;
688343
689520
  volume: Decimal | null;
688344
689521
  chargeable: Decimal | null;
688345
- weight: Decimal | null;
688346
689522
  id_origin: string | null;
688347
689523
  id_destination: string | null;
688348
689524
  id_weight_volume_unit: string | null;
@@ -688356,6 +689532,7 @@ declare const appRouter: BuiltRouter<{
688356
689532
  id_control_agent: string | null;
688357
689533
  shipment_number: string | null;
688358
689534
  house_bill: string | null;
689535
+ weight: Decimal | null;
688359
689536
  weight_volume: Decimal | null;
688360
689537
  package_count: number | null;
688361
689538
  package_inner_count: number | null;
@@ -688520,6 +689697,7 @@ declare const appRouter: BuiltRouter<{
688520
689697
  description: string | null;
688521
689698
  volume: Decimal | null;
688522
689699
  id_forwarding_shipment: string | null;
689700
+ weight: Decimal | null;
688523
689701
  id_package_type: string | null;
688524
689702
  id_length_unit: string | null;
688525
689703
  id_width_unit: string | null;
@@ -688530,7 +689708,6 @@ declare const appRouter: BuiltRouter<{
688530
689708
  goods_description: string | null;
688531
689709
  item_number: string | null;
688532
689710
  pack: number | null;
688533
- weight: Decimal | null;
688534
689711
  width: Decimal | null;
688535
689712
  height: Decimal | null;
688536
689713
  harmonized_code: string | null;
@@ -688695,6 +689872,7 @@ declare const appRouter: BuiltRouter<{
688695
689872
  description: string | null;
688696
689873
  volume: Decimal | null;
688697
689874
  id_forwarding_shipment: string | null;
689875
+ weight: Decimal | null;
688698
689876
  id_package_type: string | null;
688699
689877
  id_length_unit: string | null;
688700
689878
  id_width_unit: string | null;
@@ -688705,7 +689883,6 @@ declare const appRouter: BuiltRouter<{
688705
689883
  goods_description: string | null;
688706
689884
  item_number: string | null;
688707
689885
  pack: number | null;
688708
- weight: Decimal | null;
688709
689886
  width: Decimal | null;
688710
689887
  height: Decimal | null;
688711
689888
  harmonized_code: string | null;
@@ -688793,6 +689970,7 @@ declare const appRouter: BuiltRouter<{
688793
689970
  description: string | null;
688794
689971
  volume: Decimal | null;
688795
689972
  id_forwarding_shipment: string | null;
689973
+ weight: Decimal | null;
688796
689974
  id_package_type: string | null;
688797
689975
  id_length_unit: string | null;
688798
689976
  id_width_unit: string | null;
@@ -688803,7 +689981,6 @@ declare const appRouter: BuiltRouter<{
688803
689981
  goods_description: string | null;
688804
689982
  item_number: string | null;
688805
689983
  pack: number | null;
688806
- weight: Decimal | null;
688807
689984
  width: Decimal | null;
688808
689985
  height: Decimal | null;
688809
689986
  harmonized_code: string | null;
@@ -688857,6 +690034,7 @@ declare const appRouter: BuiltRouter<{
688857
690034
  description: string | null;
688858
690035
  volume: Decimal | null;
688859
690036
  id_forwarding_shipment: string | null;
690037
+ weight: Decimal | null;
688860
690038
  id_package_type: string | null;
688861
690039
  id_length_unit: string | null;
688862
690040
  id_width_unit: string | null;
@@ -688867,7 +690045,6 @@ declare const appRouter: BuiltRouter<{
688867
690045
  goods_description: string | null;
688868
690046
  item_number: string | null;
688869
690047
  pack: number | null;
688870
- weight: Decimal | null;
688871
690048
  width: Decimal | null;
688872
690049
  height: Decimal | null;
688873
690050
  harmonized_code: string | null;