@be-logixpair/api 0.0.89 → 0.0.90

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 +2637 -298
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -681180,6 +681180,45 @@ declare const cargoflowRouter: BuiltRouter<{
681180
681180
  id_type: string | null;
681181
681181
  is_override: boolean | null;
681182
681182
  }[];
681183
+ forwarding_shipment_packings: {
681184
+ is_active: boolean | null;
681185
+ id: string;
681186
+ logic_code: string | null;
681187
+ code: string | null;
681188
+ created_at: Date | null;
681189
+ created_by: string | null;
681190
+ updated_at: Date | null;
681191
+ updated_by: string | null;
681192
+ length: Decimal | null;
681193
+ description: string | null;
681194
+ id_weight_unit: string | null;
681195
+ id_volume_unit: string | null;
681196
+ id_commodity: string | null;
681197
+ id_forwarding_booking: string | null;
681198
+ volume: Decimal | null;
681199
+ id_forwarding_shipment: string | null;
681200
+ id_console_container: string | null;
681201
+ id_package_type: string | null;
681202
+ id_length_unit: string | null;
681203
+ id_width_unit: string | null;
681204
+ id_height_unit: string | null;
681205
+ id_dg_substance: string | null;
681206
+ id_dg_class: string | null;
681207
+ po_number: string | null;
681208
+ goods_description: string | null;
681209
+ item_number: string | null;
681210
+ pack: number | null;
681211
+ packing_order: number | null;
681212
+ weight: Decimal | null;
681213
+ width: Decimal | null;
681214
+ height: Decimal | null;
681215
+ harmonized_code: string | null;
681216
+ harmonized_description: string | null;
681217
+ dg_substance_name: string | null;
681218
+ dg_class_name: string | null;
681219
+ flash_point: Decimal | null;
681220
+ un_dg_contact: string | null;
681221
+ }[];
681183
681222
  forwarding_transport_type: {
681184
681223
  is_active: boolean | null;
681185
681224
  id: string;
@@ -681602,6 +681641,45 @@ declare const cargoflowRouter: BuiltRouter<{
681602
681641
  id_type: string | null;
681603
681642
  is_override: boolean | null;
681604
681643
  }[];
681644
+ forwarding_shipment_packings: {
681645
+ is_active: boolean | null;
681646
+ id: string;
681647
+ logic_code: string | null;
681648
+ code: string | null;
681649
+ created_at: Date | null;
681650
+ created_by: string | null;
681651
+ updated_at: Date | null;
681652
+ updated_by: string | null;
681653
+ length: Decimal | null;
681654
+ description: string | null;
681655
+ id_weight_unit: string | null;
681656
+ id_volume_unit: string | null;
681657
+ id_commodity: string | null;
681658
+ id_forwarding_booking: string | null;
681659
+ volume: Decimal | null;
681660
+ id_forwarding_shipment: string | null;
681661
+ id_console_container: string | null;
681662
+ id_package_type: string | null;
681663
+ id_length_unit: string | null;
681664
+ id_width_unit: string | null;
681665
+ id_height_unit: string | null;
681666
+ id_dg_substance: string | null;
681667
+ id_dg_class: string | null;
681668
+ po_number: string | null;
681669
+ goods_description: string | null;
681670
+ item_number: string | null;
681671
+ pack: number | null;
681672
+ packing_order: number | null;
681673
+ weight: Decimal | null;
681674
+ width: Decimal | null;
681675
+ height: Decimal | null;
681676
+ harmonized_code: string | null;
681677
+ harmonized_description: string | null;
681678
+ dg_substance_name: string | null;
681679
+ dg_class_name: string | null;
681680
+ flash_point: Decimal | null;
681681
+ un_dg_contact: string | null;
681682
+ }[];
681605
681683
  forwarding_transport_type: {
681606
681684
  is_active: boolean | null;
681607
681685
  id: string;
@@ -682158,6 +682236,43 @@ declare const cargoflowRouter: BuiltRouter<{
682158
682236
  id?: string | number | bigint | null | undefined;
682159
682237
  id_string?: string | null | undefined;
682160
682238
  logic_code?: string | null | undefined;
682239
+ packings?: {
682240
+ is_system?: (string | number | boolean)[] | null | undefined;
682241
+ id?: string | number | bigint | null | undefined;
682242
+ id_string?: string | null | undefined;
682243
+ logic_code?: string | null | undefined;
682244
+ is_active?: string | number | boolean | null | undefined;
682245
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
682246
+ id_forwarding_booking?: string | number | bigint | null | undefined;
682247
+ id_console_container?: string | number | bigint | null | undefined;
682248
+ id_package_type?: string | number | bigint | null | undefined;
682249
+ id_weight_unit?: string | number | bigint | null | undefined;
682250
+ id_volume_unit?: string | number | bigint | null | undefined;
682251
+ id_length_unit?: string | number | bigint | null | undefined;
682252
+ id_width_unit?: string | number | bigint | null | undefined;
682253
+ id_height_unit?: string | number | bigint | null | undefined;
682254
+ id_commodity?: string | number | bigint | null | undefined;
682255
+ id_dg_substance?: string | number | bigint | null | undefined;
682256
+ id_dg_class?: string | number | bigint | null | undefined;
682257
+ code?: string | null | undefined;
682258
+ po_number?: string | null | undefined;
682259
+ goods_description?: string | null | undefined;
682260
+ item_number?: string | null | undefined;
682261
+ pack?: string | number | null | undefined;
682262
+ packing_order?: string | number | null | undefined;
682263
+ weight?: string | null | undefined;
682264
+ volume?: string | null | undefined;
682265
+ length?: string | null | undefined;
682266
+ width?: string | null | undefined;
682267
+ height?: string | null | undefined;
682268
+ description?: string | null | undefined;
682269
+ harmonized_code?: string | null | undefined;
682270
+ harmonized_description?: string | null | undefined;
682271
+ dg_substance_name?: string | null | undefined;
682272
+ dg_class_name?: string | null | undefined;
682273
+ flash_point?: string | null | undefined;
682274
+ un_dg_contact?: string | null | undefined;
682275
+ }[] | undefined;
682161
682276
  is_active?: string | number | boolean | null | undefined;
682162
682277
  id_transport_type?: string | number | bigint | null | undefined;
682163
682278
  id_container_shipping_type?: string | number | bigint | null | undefined;
@@ -682212,39 +682327,6 @@ declare const cargoflowRouter: BuiltRouter<{
682212
682327
  address?: string | null | undefined;
682213
682328
  is_override?: string | number | boolean | null | undefined;
682214
682329
  } | undefined;
682215
- packings?: {
682216
- is_active?: string | number | boolean | null | undefined;
682217
- id_forwarding_shipment?: string | number | bigint | null | undefined;
682218
- id_forwarding_booking?: string | number | bigint | null | undefined;
682219
- id_console_container?: string | number | bigint | null | undefined;
682220
- id_package_type?: string | number | bigint | null | undefined;
682221
- id_weight_unit?: string | number | bigint | null | undefined;
682222
- id_volume_unit?: string | number | bigint | null | undefined;
682223
- id_length_unit?: string | number | bigint | null | undefined;
682224
- id_width_unit?: string | number | bigint | null | undefined;
682225
- id_height_unit?: string | number | bigint | null | undefined;
682226
- id_commodity?: string | number | bigint | null | undefined;
682227
- id_dg_substance?: string | number | bigint | null | undefined;
682228
- id_dg_class?: string | number | bigint | null | undefined;
682229
- code?: string | null | undefined;
682230
- po_number?: string | null | undefined;
682231
- goods_description?: string | null | undefined;
682232
- item_number?: string | null | undefined;
682233
- pack?: string | number | null | undefined;
682234
- packing_order?: string | number | null | undefined;
682235
- weight?: string | null | undefined;
682236
- volume?: string | null | undefined;
682237
- length?: string | null | undefined;
682238
- width?: string | null | undefined;
682239
- height?: string | null | undefined;
682240
- description?: string | null | undefined;
682241
- harmonized_code?: string | null | undefined;
682242
- harmonized_description?: string | null | undefined;
682243
- dg_substance_name?: string | null | undefined;
682244
- dg_class_name?: string | null | undefined;
682245
- flash_point?: string | null | undefined;
682246
- un_dg_contact?: string | null | undefined;
682247
- }[] | undefined;
682248
682330
  };
682249
682331
  output: {
682250
682332
  data: {
@@ -682881,13 +682963,13 @@ declare const cargoflowRouter: BuiltRouter<{
682881
682963
  }>>;
682882
682964
  }>>;
682883
682965
  }>>;
682884
- shipments: BuiltRouter<{
682966
+ customs: BuiltRouter<{
682885
682967
  ctx: Context;
682886
682968
  meta: object;
682887
682969
  errorShape: DefaultErrorShape;
682888
682970
  transformer: false;
682889
682971
  }, DecorateCreateRouterOptions<{
682890
- forwardingShipments: BuiltRouter<{
682972
+ customsIdnDatas: BuiltRouter<{
682891
682973
  ctx: Context;
682892
682974
  meta: object;
682893
682975
  errorShape: DefaultErrorShape;
@@ -682922,50 +683004,10 @@ declare const cargoflowRouter: BuiltRouter<{
682922
683004
  field: string;
682923
683005
  direction: "asc" | "desc";
682924
683006
  }[] | null | undefined;
682925
- id_transport_type?: string | number | bigint | null | undefined;
682926
- ids_transport_type?: (string | number | bigint)[] | null | undefined;
682927
- id_container_shipping_type?: string | number | bigint | null | undefined;
682928
- ids_container_shipping_type?: (string | number | bigint)[] | null | undefined;
682929
- id_origin?: string | number | bigint | null | undefined;
682930
- ids_origin?: (string | number | bigint)[] | null | undefined;
682931
- id_destination?: string | number | bigint | null | undefined;
682932
- ids_destination?: (string | number | bigint)[] | null | undefined;
682933
- id_weight_unit?: string | number | bigint | null | undefined;
682934
- ids_weight_unit?: (string | number | bigint)[] | null | undefined;
682935
- id_volume_unit?: string | number | bigint | null | undefined;
682936
- ids_volume_unit?: (string | number | bigint)[] | null | undefined;
682937
- id_chargeable_unit?: string | number | bigint | null | undefined;
682938
- ids_chargeable_unit?: (string | number | bigint)[] | null | undefined;
682939
- id_weight_volume_unit?: string | number | bigint | null | undefined;
682940
- ids_weight_volume_unit?: (string | number | bigint)[] | null | undefined;
682941
- id_package_count_type?: string | number | bigint | null | undefined;
682942
- ids_package_count_type?: (string | number | bigint)[] | null | undefined;
682943
- id_package_inner_count_type?: string | number | bigint | null | undefined;
682944
- ids_package_inner_count_type?: (string | number | bigint)[] | null | undefined;
682945
- id_incoterm?: string | number | bigint | null | undefined;
682946
- ids_incoterm?: (string | number | bigint)[] | null | undefined;
682947
- id_service_level?: string | number | bigint | null | undefined;
682948
- ids_service_level?: (string | number | bigint)[] | null | undefined;
682949
- id_release_type?: string | number | bigint | null | undefined;
682950
- ids_release_type?: (string | number | bigint)[] | null | undefined;
682951
- id_air_waybill_dims?: string | number | bigint | null | undefined;
682952
- ids_air_waybill_dims?: (string | number | bigint)[] | null | undefined;
682953
- id_house_bill_type?: string | number | bigint | null | undefined;
682954
- ids_house_bill_type?: (string | number | bigint)[] | null | undefined;
682955
- id_on_board_status?: string | number | bigint | null | undefined;
682956
- ids_on_board_status?: (string | number | bigint)[] | null | undefined;
682957
- id_hbl_delivery_mode?: string | number | bigint | null | undefined;
682958
- ids_hbl_delivery_mode?: (string | number | bigint)[] | null | undefined;
682959
- id_charge_apply?: string | number | bigint | null | undefined;
682960
- ids_charge_apply?: (string | number | bigint)[] | null | undefined;
682961
- id_control_customer?: string | number | bigint | null | undefined;
682962
- ids_control_customer?: (string | number | bigint)[] | null | undefined;
682963
- id_control_agent?: string | number | bigint | null | undefined;
682964
- ids_control_agent?: (string | number | bigint)[] | null | undefined;
682965
683007
  };
682966
683008
  output: {
682967
683009
  data: {
682968
- forwarding_transport_types: {
683010
+ forwarding_shipments: {
682969
683011
  is_active: boolean | null;
682970
683012
  id: string;
682971
683013
  logic_code: string | null;
@@ -682975,45 +683017,1789 @@ declare const cargoflowRouter: BuiltRouter<{
682975
683017
  created_by: string | null;
682976
683018
  updated_at: Date | null;
682977
683019
  updated_by: string | null;
683020
+ description: string | null;
683021
+ id_container_shipping_type: string | null;
683022
+ id_transport_type: string | null;
683023
+ id_incoterm: string | null;
683024
+ id_service_level: string | null;
683025
+ id_release_type: string | null;
683026
+ id_on_board_status: string | null;
683027
+ id_weight_unit: string | null;
683028
+ id_volume_unit: string | null;
683029
+ id_chargeable_unit: string | null;
683030
+ mark_number: string | null;
683031
+ volume: Decimal | null;
683032
+ chargeable: Decimal | null;
683033
+ weight: Decimal | null;
683034
+ id_shipment_type: string | null;
683035
+ id_origin: string | null;
683036
+ id_destination: string | null;
683037
+ id_weight_volume_unit: string | null;
683038
+ id_package_count_type: string | null;
683039
+ id_package_inner_count_type: string | null;
683040
+ id_air_waybill_dims: string | null;
683041
+ id_house_bill_type: string | null;
683042
+ id_hbl_delivery_mode: string | null;
683043
+ id_charge_apply: string | null;
683044
+ id_control_customer: string | null;
683045
+ id_control_agent: string | null;
683046
+ shipment_number: string | null;
683047
+ house_bill: string | null;
683048
+ weight_volume: Decimal | null;
683049
+ package_count: number | null;
683050
+ package_inner_count: number | null;
683051
+ original_bills: number | null;
683052
+ copy_bills: number | null;
683053
+ estimated_delivery_date: Date | null;
683054
+ estimated_arrival_date: Date | null;
683055
+ issue_date: Date | null;
682978
683056
  } | null;
682979
- forwarding_shipment_organizations: {
683057
+ customs_idn_data_clearance_types: {
682980
683058
  is_active: boolean | null;
682981
683059
  id: string;
682982
683060
  logic_code: string | null;
682983
683061
  name: string | null;
682984
683062
  code: string | null;
682985
- address: string | null;
682986
- created_at: Date | null;
682987
- created_by: string | null;
682988
- updated_at: Date | null;
682989
- updated_by: string | null;
682990
- id_organization: string | null;
682991
- id_organization_address: string | null;
682992
- id_type: string | null;
682993
- is_override: boolean | null;
682994
- id_forwarding_shipment: string | null;
682995
- }[];
682996
- forwarding_shipment_packings: {
682997
- is_active: boolean | null;
682998
- id: string;
682999
- logic_code: string | null;
683000
- code: string | null;
683001
683063
  created_at: Date | null;
683002
683064
  created_by: string | null;
683003
683065
  updated_at: Date | null;
683004
683066
  updated_by: string | null;
683005
- length: Decimal | null;
683006
- description: string | null;
683007
- id_weight_unit: string | null;
683008
- id_volume_unit: string | null;
683009
- id_commodity: string | null;
683010
- id_forwarding_booking: string | null;
683011
- volume: Decimal | null;
683012
- id_forwarding_shipment: string | null;
683013
- id_console_container: string | null;
683014
- id_package_type: string | null;
683015
- id_length_unit: string | null;
683016
- id_width_unit: string | null;
683067
+ } | null;
683068
+ is_active: boolean | null;
683069
+ id: string;
683070
+ logic_code: string | null;
683071
+ created_at: Date | null;
683072
+ created_by: string | null;
683073
+ updated_at: Date | null;
683074
+ updated_by: string | null;
683075
+ id_forwarding_shipment: string | null;
683076
+ id_clearance_type: string | null;
683077
+ peb_pib_number: string | null;
683078
+ peb_pib_date: Date | null;
683079
+ npe_number: string | null;
683080
+ npe_date: Date | null;
683081
+ ppb_number: string | null;
683082
+ ppb_date: Date | null;
683083
+ pib_confirm_date: Date | null;
683084
+ billing_date: Date | null;
683085
+ billing_amount: Decimal | null;
683086
+ cargo_value: Decimal | null;
683087
+ bpn_date: Date | null;
683088
+ spjm_spjk_date: Date | null;
683089
+ sppb_date: Date | null;
683090
+ coo_number: string | null;
683091
+ coo_date: Date | null;
683092
+ }[] | undefined;
683093
+ total: number | undefined;
683094
+ };
683095
+ meta: object;
683096
+ }>;
683097
+ getDetail: MutationProcedure<{
683098
+ input: {
683099
+ is_active?: (string | number | boolean)[] | null | undefined;
683100
+ is_system?: (string | number | boolean)[] | null | undefined;
683101
+ id?: string | number | bigint | null | undefined;
683102
+ id_string?: string | null | undefined;
683103
+ logic_code?: string | null | undefined;
683104
+ };
683105
+ output: {
683106
+ data: {
683107
+ _count: {
683108
+ forwarding_shipments: number;
683109
+ customs_idn_data_clearance_types: number;
683110
+ customs_idn_data_logs: number;
683111
+ };
683112
+ forwarding_shipments: {
683113
+ is_active: boolean | null;
683114
+ id: string;
683115
+ logic_code: string | null;
683116
+ name: string | null;
683117
+ code: string | null;
683118
+ created_at: Date | null;
683119
+ created_by: string | null;
683120
+ updated_at: Date | null;
683121
+ updated_by: string | null;
683122
+ description: string | null;
683123
+ id_container_shipping_type: string | null;
683124
+ id_transport_type: string | null;
683125
+ id_incoterm: string | null;
683126
+ id_service_level: string | null;
683127
+ id_release_type: string | null;
683128
+ id_on_board_status: string | null;
683129
+ id_weight_unit: string | null;
683130
+ id_volume_unit: string | null;
683131
+ id_chargeable_unit: string | null;
683132
+ mark_number: string | null;
683133
+ volume: Decimal | null;
683134
+ chargeable: Decimal | null;
683135
+ weight: Decimal | null;
683136
+ id_shipment_type: string | null;
683137
+ id_origin: string | null;
683138
+ id_destination: string | null;
683139
+ id_weight_volume_unit: string | null;
683140
+ id_package_count_type: string | null;
683141
+ id_package_inner_count_type: string | null;
683142
+ id_air_waybill_dims: string | null;
683143
+ id_house_bill_type: string | null;
683144
+ id_hbl_delivery_mode: string | null;
683145
+ id_charge_apply: string | null;
683146
+ id_control_customer: string | null;
683147
+ id_control_agent: string | null;
683148
+ shipment_number: string | null;
683149
+ house_bill: string | null;
683150
+ weight_volume: Decimal | null;
683151
+ package_count: number | null;
683152
+ package_inner_count: number | null;
683153
+ original_bills: number | null;
683154
+ copy_bills: number | null;
683155
+ estimated_delivery_date: Date | null;
683156
+ estimated_arrival_date: Date | null;
683157
+ issue_date: Date | null;
683158
+ } | null;
683159
+ customs_idn_data_clearance_types: {
683160
+ is_active: boolean | null;
683161
+ id: string;
683162
+ logic_code: string | null;
683163
+ name: string | null;
683164
+ code: string | null;
683165
+ created_at: Date | null;
683166
+ created_by: string | null;
683167
+ updated_at: Date | null;
683168
+ updated_by: string | null;
683169
+ } | null;
683170
+ is_active: boolean | null;
683171
+ id: string;
683172
+ logic_code: string | null;
683173
+ created_at: Date | null;
683174
+ created_by: string | null;
683175
+ updated_at: Date | null;
683176
+ updated_by: string | null;
683177
+ id_forwarding_shipment: string | null;
683178
+ id_clearance_type: string | null;
683179
+ peb_pib_number: string | null;
683180
+ peb_pib_date: Date | null;
683181
+ npe_number: string | null;
683182
+ npe_date: Date | null;
683183
+ ppb_number: string | null;
683184
+ ppb_date: Date | null;
683185
+ pib_confirm_date: Date | null;
683186
+ billing_date: Date | null;
683187
+ billing_amount: Decimal | null;
683188
+ cargo_value: Decimal | null;
683189
+ bpn_date: Date | null;
683190
+ spjm_spjk_date: Date | null;
683191
+ sppb_date: Date | null;
683192
+ coo_number: string | null;
683193
+ coo_date: Date | null;
683194
+ };
683195
+ };
683196
+ meta: object;
683197
+ }>;
683198
+ histories: BuiltRouter<{
683199
+ ctx: Context;
683200
+ meta: object;
683201
+ errorShape: DefaultErrorShape;
683202
+ transformer: false;
683203
+ }, DecorateCreateRouterOptions<{
683204
+ get: MutationProcedure<{
683205
+ input: {
683206
+ search?: string | null | undefined;
683207
+ take?: string | number | null | undefined;
683208
+ skip?: string | number | null | undefined;
683209
+ is_active?: (string | number | boolean)[] | null | undefined;
683210
+ is_system?: (string | number | boolean)[] | null | undefined;
683211
+ ids_include?: (string | number | bigint)[] | null | undefined;
683212
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
683213
+ ids_string_include?: string[] | null | undefined;
683214
+ ids_string_exclude?: string[] | null | undefined;
683215
+ logic_codes_include?: string[] | null | undefined;
683216
+ logic_codes_exclude?: string[] | null | undefined;
683217
+ created_at?: {
683218
+ start_date?: string | null | undefined;
683219
+ end_date?: string | null | undefined;
683220
+ } | null | undefined;
683221
+ updated_at?: {
683222
+ start_date?: string | null | undefined;
683223
+ end_date?: string | null | undefined;
683224
+ } | null | undefined;
683225
+ order_by?: {
683226
+ field: string;
683227
+ direction: "asc" | "desc";
683228
+ } | null | undefined;
683229
+ order_bys?: {
683230
+ field: string;
683231
+ direction: "asc" | "desc";
683232
+ }[] | null | undefined;
683233
+ id_log_type?: string | number | bigint | null | undefined;
683234
+ ids_log_type?: (string | number | bigint)[] | null | undefined;
683235
+ id_customs_idn_data?: string | number | bigint | null | undefined;
683236
+ ids_customs_idn_data?: (string | number | bigint)[] | null | undefined;
683237
+ };
683238
+ output: {
683239
+ data: {
683240
+ log_type: {
683241
+ is_active: boolean | null;
683242
+ id: string;
683243
+ logic_code: string | null;
683244
+ name: string | null;
683245
+ created_at: Date | null;
683246
+ created_by: string | null;
683247
+ updated_at: Date | null;
683248
+ updated_by: string | null;
683249
+ } | null;
683250
+ id: string;
683251
+ id_log_type: string | null;
683252
+ url: string | null;
683253
+ params: SimpleJson;
683254
+ action: string | null;
683255
+ action_by: string | null;
683256
+ action_id: string | null;
683257
+ action_at: Date | null;
683258
+ id_customs_idn_data: string | null;
683259
+ }[] | undefined;
683260
+ total: number | undefined;
683261
+ };
683262
+ meta: object;
683263
+ }>;
683264
+ getDetail: MutationProcedure<{
683265
+ input: {
683266
+ is_active?: (string | number | boolean)[] | null | undefined;
683267
+ is_system?: (string | number | boolean)[] | null | undefined;
683268
+ id?: string | number | bigint | null | undefined;
683269
+ id_string?: string | null | undefined;
683270
+ logic_code?: string | null | undefined;
683271
+ };
683272
+ output: {
683273
+ data: {
683274
+ log_type: {
683275
+ is_active: boolean | null;
683276
+ id: string;
683277
+ logic_code: string | null;
683278
+ name: string | null;
683279
+ created_at: Date | null;
683280
+ created_by: string | null;
683281
+ updated_at: Date | null;
683282
+ updated_by: string | null;
683283
+ } | null;
683284
+ id: string;
683285
+ id_log_type: string | null;
683286
+ url: string | null;
683287
+ params: SimpleJson;
683288
+ action: string | null;
683289
+ action_by: string | null;
683290
+ action_id: string | null;
683291
+ action_at: Date | null;
683292
+ id_customs_idn_data: string | null;
683293
+ } | undefined;
683294
+ };
683295
+ meta: object;
683296
+ }>;
683297
+ }>>;
683298
+ create: MutationProcedure<{
683299
+ input: {
683300
+ is_active?: string | number | boolean | null | undefined;
683301
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
683302
+ id_clearance_type?: string | number | bigint | null | undefined;
683303
+ peb_pib_number?: string | null | undefined;
683304
+ peb_pib_date?: string | null | undefined;
683305
+ npe_number?: string | null | undefined;
683306
+ npe_date?: string | null | undefined;
683307
+ ppb_number?: string | null | undefined;
683308
+ ppb_date?: string | null | undefined;
683309
+ pib_confirm_date?: string | null | undefined;
683310
+ billing_date?: string | null | undefined;
683311
+ billing_amount?: string | null | undefined;
683312
+ cargo_value?: string | null | undefined;
683313
+ bpn_date?: string | null | undefined;
683314
+ spjm_spjk_date?: string | null | undefined;
683315
+ sppb_date?: string | null | undefined;
683316
+ coo_number?: string | null | undefined;
683317
+ coo_date?: string | null | undefined;
683318
+ };
683319
+ output: {
683320
+ data: {
683321
+ forwarding_shipments: {
683322
+ is_active: boolean | null;
683323
+ id: string;
683324
+ logic_code: string | null;
683325
+ name: string | null;
683326
+ code: string | null;
683327
+ created_at: Date | null;
683328
+ created_by: string | null;
683329
+ updated_at: Date | null;
683330
+ updated_by: string | null;
683331
+ description: string | null;
683332
+ id_container_shipping_type: string | null;
683333
+ id_transport_type: string | null;
683334
+ id_incoterm: string | null;
683335
+ id_service_level: string | null;
683336
+ id_release_type: string | null;
683337
+ id_on_board_status: string | null;
683338
+ id_weight_unit: string | null;
683339
+ id_volume_unit: string | null;
683340
+ id_chargeable_unit: string | null;
683341
+ mark_number: string | null;
683342
+ volume: Decimal | null;
683343
+ chargeable: Decimal | null;
683344
+ weight: Decimal | null;
683345
+ id_shipment_type: string | null;
683346
+ id_origin: string | null;
683347
+ id_destination: string | null;
683348
+ id_weight_volume_unit: string | null;
683349
+ id_package_count_type: string | null;
683350
+ id_package_inner_count_type: string | null;
683351
+ id_air_waybill_dims: string | null;
683352
+ id_house_bill_type: string | null;
683353
+ id_hbl_delivery_mode: string | null;
683354
+ id_charge_apply: string | null;
683355
+ id_control_customer: string | null;
683356
+ id_control_agent: string | null;
683357
+ shipment_number: string | null;
683358
+ house_bill: string | null;
683359
+ weight_volume: Decimal | null;
683360
+ package_count: number | null;
683361
+ package_inner_count: number | null;
683362
+ original_bills: number | null;
683363
+ copy_bills: number | null;
683364
+ estimated_delivery_date: Date | null;
683365
+ estimated_arrival_date: Date | null;
683366
+ issue_date: Date | null;
683367
+ } | null;
683368
+ is_active: boolean | null;
683369
+ id: string;
683370
+ logic_code: string | null;
683371
+ created_at: Date | null;
683372
+ created_by: string | null;
683373
+ updated_at: Date | null;
683374
+ updated_by: string | null;
683375
+ id_forwarding_shipment: string | null;
683376
+ id_clearance_type: string | null;
683377
+ peb_pib_number: string | null;
683378
+ peb_pib_date: Date | null;
683379
+ npe_number: string | null;
683380
+ npe_date: Date | null;
683381
+ ppb_number: string | null;
683382
+ ppb_date: Date | null;
683383
+ pib_confirm_date: Date | null;
683384
+ billing_date: Date | null;
683385
+ billing_amount: Decimal | null;
683386
+ cargo_value: Decimal | null;
683387
+ bpn_date: Date | null;
683388
+ spjm_spjk_date: Date | null;
683389
+ sppb_date: Date | null;
683390
+ coo_number: string | null;
683391
+ coo_date: Date | null;
683392
+ };
683393
+ log: {
683394
+ id: string;
683395
+ id_log_type: string | null;
683396
+ url: string | null;
683397
+ params: SimpleJson;
683398
+ action: string | null;
683399
+ action_by: string | null;
683400
+ action_id: string | null;
683401
+ action_at: Date | null;
683402
+ id_customs_idn_data: string | null;
683403
+ } | undefined;
683404
+ } | undefined;
683405
+ meta: object;
683406
+ }>;
683407
+ update: MutationProcedure<{
683408
+ input: {
683409
+ is_system?: (string | number | boolean)[] | null | undefined;
683410
+ id?: string | number | bigint | null | undefined;
683411
+ id_string?: string | null | undefined;
683412
+ logic_code?: string | null | undefined;
683413
+ is_active?: string | number | boolean | null | undefined;
683414
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
683415
+ id_clearance_type?: string | number | bigint | null | undefined;
683416
+ peb_pib_number?: string | null | undefined;
683417
+ peb_pib_date?: string | null | undefined;
683418
+ npe_number?: string | null | undefined;
683419
+ npe_date?: string | null | undefined;
683420
+ ppb_number?: string | null | undefined;
683421
+ ppb_date?: string | null | undefined;
683422
+ pib_confirm_date?: string | null | undefined;
683423
+ billing_date?: string | null | undefined;
683424
+ billing_amount?: string | null | undefined;
683425
+ cargo_value?: string | null | undefined;
683426
+ bpn_date?: string | null | undefined;
683427
+ spjm_spjk_date?: string | null | undefined;
683428
+ sppb_date?: string | null | undefined;
683429
+ coo_number?: string | null | undefined;
683430
+ coo_date?: string | null | undefined;
683431
+ };
683432
+ output: {
683433
+ data: {
683434
+ forwarding_shipments: {
683435
+ is_active: boolean | null;
683436
+ id: string;
683437
+ logic_code: string | null;
683438
+ name: string | null;
683439
+ code: string | null;
683440
+ created_at: Date | null;
683441
+ created_by: string | null;
683442
+ updated_at: Date | null;
683443
+ updated_by: string | null;
683444
+ description: string | null;
683445
+ id_container_shipping_type: string | null;
683446
+ id_transport_type: string | null;
683447
+ id_incoterm: string | null;
683448
+ id_service_level: string | null;
683449
+ id_release_type: string | null;
683450
+ id_on_board_status: string | null;
683451
+ id_weight_unit: string | null;
683452
+ id_volume_unit: string | null;
683453
+ id_chargeable_unit: string | null;
683454
+ mark_number: string | null;
683455
+ volume: Decimal | null;
683456
+ chargeable: Decimal | null;
683457
+ weight: Decimal | null;
683458
+ id_shipment_type: string | null;
683459
+ id_origin: string | null;
683460
+ id_destination: string | null;
683461
+ id_weight_volume_unit: string | null;
683462
+ id_package_count_type: string | null;
683463
+ id_package_inner_count_type: string | null;
683464
+ id_air_waybill_dims: string | null;
683465
+ id_house_bill_type: string | null;
683466
+ id_hbl_delivery_mode: string | null;
683467
+ id_charge_apply: string | null;
683468
+ id_control_customer: string | null;
683469
+ id_control_agent: string | null;
683470
+ shipment_number: string | null;
683471
+ house_bill: string | null;
683472
+ weight_volume: Decimal | null;
683473
+ package_count: number | null;
683474
+ package_inner_count: number | null;
683475
+ original_bills: number | null;
683476
+ copy_bills: number | null;
683477
+ estimated_delivery_date: Date | null;
683478
+ estimated_arrival_date: Date | null;
683479
+ issue_date: Date | null;
683480
+ } | null;
683481
+ is_active: boolean | null;
683482
+ id: string;
683483
+ logic_code: string | null;
683484
+ created_at: Date | null;
683485
+ created_by: string | null;
683486
+ updated_at: Date | null;
683487
+ updated_by: string | null;
683488
+ id_forwarding_shipment: string | null;
683489
+ id_clearance_type: string | null;
683490
+ peb_pib_number: string | null;
683491
+ peb_pib_date: Date | null;
683492
+ npe_number: string | null;
683493
+ npe_date: Date | null;
683494
+ ppb_number: string | null;
683495
+ ppb_date: Date | null;
683496
+ pib_confirm_date: Date | null;
683497
+ billing_date: Date | null;
683498
+ billing_amount: Decimal | null;
683499
+ cargo_value: Decimal | null;
683500
+ bpn_date: Date | null;
683501
+ spjm_spjk_date: Date | null;
683502
+ sppb_date: Date | null;
683503
+ coo_number: string | null;
683504
+ coo_date: Date | null;
683505
+ };
683506
+ log: {
683507
+ id: string;
683508
+ id_log_type: string | null;
683509
+ url: string | null;
683510
+ params: SimpleJson;
683511
+ action: string | null;
683512
+ action_by: string | null;
683513
+ action_id: string | null;
683514
+ action_at: Date | null;
683515
+ id_customs_idn_data: string | null;
683516
+ } | undefined;
683517
+ } | undefined;
683518
+ meta: object;
683519
+ }>;
683520
+ upsertBatch: MutationProcedure<{
683521
+ input: {
683522
+ create?: {
683523
+ is_active?: string | number | boolean | null | undefined;
683524
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
683525
+ id_clearance_type?: string | number | bigint | null | undefined;
683526
+ peb_pib_number?: string | null | undefined;
683527
+ peb_pib_date?: string | null | undefined;
683528
+ npe_number?: string | null | undefined;
683529
+ npe_date?: string | null | undefined;
683530
+ ppb_number?: string | null | undefined;
683531
+ ppb_date?: string | null | undefined;
683532
+ pib_confirm_date?: string | null | undefined;
683533
+ billing_date?: string | null | undefined;
683534
+ billing_amount?: string | null | undefined;
683535
+ cargo_value?: string | null | undefined;
683536
+ bpn_date?: string | null | undefined;
683537
+ spjm_spjk_date?: string | null | undefined;
683538
+ sppb_date?: string | null | undefined;
683539
+ coo_number?: string | null | undefined;
683540
+ coo_date?: string | null | undefined;
683541
+ }[] | undefined;
683542
+ update?: {
683543
+ is_system?: (string | number | boolean)[] | null | undefined;
683544
+ id?: string | number | bigint | null | undefined;
683545
+ id_string?: string | null | undefined;
683546
+ logic_code?: string | null | undefined;
683547
+ is_active?: string | number | boolean | null | undefined;
683548
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
683549
+ id_clearance_type?: string | number | bigint | null | undefined;
683550
+ peb_pib_number?: string | null | undefined;
683551
+ peb_pib_date?: string | null | undefined;
683552
+ npe_number?: string | null | undefined;
683553
+ npe_date?: string | null | undefined;
683554
+ ppb_number?: string | null | undefined;
683555
+ ppb_date?: string | null | undefined;
683556
+ pib_confirm_date?: string | null | undefined;
683557
+ billing_date?: string | null | undefined;
683558
+ billing_amount?: string | null | undefined;
683559
+ cargo_value?: string | null | undefined;
683560
+ bpn_date?: string | null | undefined;
683561
+ spjm_spjk_date?: string | null | undefined;
683562
+ sppb_date?: string | null | undefined;
683563
+ coo_number?: string | null | undefined;
683564
+ coo_date?: string | null | undefined;
683565
+ }[] | undefined;
683566
+ };
683567
+ output: {
683568
+ createdData: ({
683569
+ data: {
683570
+ forwarding_shipments: {
683571
+ is_active: boolean | null;
683572
+ id: string;
683573
+ logic_code: string | null;
683574
+ name: string | null;
683575
+ code: string | null;
683576
+ created_at: Date | null;
683577
+ created_by: string | null;
683578
+ updated_at: Date | null;
683579
+ updated_by: string | null;
683580
+ description: string | null;
683581
+ id_container_shipping_type: string | null;
683582
+ id_transport_type: string | null;
683583
+ id_incoterm: string | null;
683584
+ id_service_level: string | null;
683585
+ id_release_type: string | null;
683586
+ id_on_board_status: string | null;
683587
+ id_weight_unit: string | null;
683588
+ id_volume_unit: string | null;
683589
+ id_chargeable_unit: string | null;
683590
+ mark_number: string | null;
683591
+ volume: Decimal | null;
683592
+ chargeable: Decimal | null;
683593
+ weight: Decimal | null;
683594
+ id_shipment_type: string | null;
683595
+ id_origin: string | null;
683596
+ id_destination: string | null;
683597
+ id_weight_volume_unit: string | null;
683598
+ id_package_count_type: string | null;
683599
+ id_package_inner_count_type: string | null;
683600
+ id_air_waybill_dims: string | null;
683601
+ id_house_bill_type: string | null;
683602
+ id_hbl_delivery_mode: string | null;
683603
+ id_charge_apply: string | null;
683604
+ id_control_customer: string | null;
683605
+ id_control_agent: string | null;
683606
+ shipment_number: string | null;
683607
+ house_bill: string | null;
683608
+ weight_volume: Decimal | null;
683609
+ package_count: number | null;
683610
+ package_inner_count: number | null;
683611
+ original_bills: number | null;
683612
+ copy_bills: number | null;
683613
+ estimated_delivery_date: Date | null;
683614
+ estimated_arrival_date: Date | null;
683615
+ issue_date: Date | null;
683616
+ } | null;
683617
+ is_active: boolean | null;
683618
+ id: string;
683619
+ logic_code: string | null;
683620
+ created_at: Date | null;
683621
+ created_by: string | null;
683622
+ updated_at: Date | null;
683623
+ updated_by: string | null;
683624
+ id_forwarding_shipment: string | null;
683625
+ id_clearance_type: string | null;
683626
+ peb_pib_number: string | null;
683627
+ peb_pib_date: Date | null;
683628
+ npe_number: string | null;
683629
+ npe_date: Date | null;
683630
+ ppb_number: string | null;
683631
+ ppb_date: Date | null;
683632
+ pib_confirm_date: Date | null;
683633
+ billing_date: Date | null;
683634
+ billing_amount: Decimal | null;
683635
+ cargo_value: Decimal | null;
683636
+ bpn_date: Date | null;
683637
+ spjm_spjk_date: Date | null;
683638
+ sppb_date: Date | null;
683639
+ coo_number: string | null;
683640
+ coo_date: Date | null;
683641
+ };
683642
+ log: {
683643
+ id: string;
683644
+ id_log_type: string | null;
683645
+ url: string | null;
683646
+ params: SimpleJson;
683647
+ action: string | null;
683648
+ action_by: string | null;
683649
+ action_id: string | null;
683650
+ action_at: Date | null;
683651
+ id_customs_idn_data: string | null;
683652
+ } | undefined;
683653
+ } | undefined)[];
683654
+ updatedData: ({
683655
+ data: {
683656
+ forwarding_shipments: {
683657
+ is_active: boolean | null;
683658
+ id: string;
683659
+ logic_code: string | null;
683660
+ name: string | null;
683661
+ code: string | null;
683662
+ created_at: Date | null;
683663
+ created_by: string | null;
683664
+ updated_at: Date | null;
683665
+ updated_by: string | null;
683666
+ description: string | null;
683667
+ id_container_shipping_type: string | null;
683668
+ id_transport_type: string | null;
683669
+ id_incoterm: string | null;
683670
+ id_service_level: string | null;
683671
+ id_release_type: string | null;
683672
+ id_on_board_status: string | null;
683673
+ id_weight_unit: string | null;
683674
+ id_volume_unit: string | null;
683675
+ id_chargeable_unit: string | null;
683676
+ mark_number: string | null;
683677
+ volume: Decimal | null;
683678
+ chargeable: Decimal | null;
683679
+ weight: Decimal | null;
683680
+ id_shipment_type: string | null;
683681
+ id_origin: string | null;
683682
+ id_destination: string | null;
683683
+ id_weight_volume_unit: string | null;
683684
+ id_package_count_type: string | null;
683685
+ id_package_inner_count_type: string | null;
683686
+ id_air_waybill_dims: string | null;
683687
+ id_house_bill_type: string | null;
683688
+ id_hbl_delivery_mode: string | null;
683689
+ id_charge_apply: string | null;
683690
+ id_control_customer: string | null;
683691
+ id_control_agent: string | null;
683692
+ shipment_number: string | null;
683693
+ house_bill: string | null;
683694
+ weight_volume: Decimal | null;
683695
+ package_count: number | null;
683696
+ package_inner_count: number | null;
683697
+ original_bills: number | null;
683698
+ copy_bills: number | null;
683699
+ estimated_delivery_date: Date | null;
683700
+ estimated_arrival_date: Date | null;
683701
+ issue_date: Date | null;
683702
+ } | null;
683703
+ is_active: boolean | null;
683704
+ id: string;
683705
+ logic_code: string | null;
683706
+ created_at: Date | null;
683707
+ created_by: string | null;
683708
+ updated_at: Date | null;
683709
+ updated_by: string | null;
683710
+ id_forwarding_shipment: string | null;
683711
+ id_clearance_type: string | null;
683712
+ peb_pib_number: string | null;
683713
+ peb_pib_date: Date | null;
683714
+ npe_number: string | null;
683715
+ npe_date: Date | null;
683716
+ ppb_number: string | null;
683717
+ ppb_date: Date | null;
683718
+ pib_confirm_date: Date | null;
683719
+ billing_date: Date | null;
683720
+ billing_amount: Decimal | null;
683721
+ cargo_value: Decimal | null;
683722
+ bpn_date: Date | null;
683723
+ spjm_spjk_date: Date | null;
683724
+ sppb_date: Date | null;
683725
+ coo_number: string | null;
683726
+ coo_date: Date | null;
683727
+ };
683728
+ log: {
683729
+ id: string;
683730
+ id_log_type: string | null;
683731
+ url: string | null;
683732
+ params: SimpleJson;
683733
+ action: string | null;
683734
+ action_by: string | null;
683735
+ action_id: string | null;
683736
+ action_at: Date | null;
683737
+ id_customs_idn_data: string | null;
683738
+ } | undefined;
683739
+ } | undefined)[];
683740
+ } | undefined;
683741
+ meta: object;
683742
+ }>;
683743
+ delete: MutationProcedure<{
683744
+ input: {
683745
+ id?: string | number | bigint | null | undefined;
683746
+ ids?: (string | number | bigint)[] | null | undefined;
683747
+ id_string?: string | null | undefined;
683748
+ ids_string?: string[] | null | undefined;
683749
+ };
683750
+ output: {
683751
+ data: ({
683752
+ is_active: boolean | null;
683753
+ id: string;
683754
+ logic_code: string | null;
683755
+ created_at: Date | null;
683756
+ created_by: string | null;
683757
+ updated_at: Date | null;
683758
+ updated_by: string | null;
683759
+ id_forwarding_shipment: string | null;
683760
+ id_clearance_type: string | null;
683761
+ peb_pib_number: string | null;
683762
+ peb_pib_date: Date | null;
683763
+ npe_number: string | null;
683764
+ npe_date: Date | null;
683765
+ ppb_number: string | null;
683766
+ ppb_date: Date | null;
683767
+ pib_confirm_date: Date | null;
683768
+ billing_date: Date | null;
683769
+ billing_amount: Decimal | null;
683770
+ cargo_value: Decimal | null;
683771
+ bpn_date: Date | null;
683772
+ spjm_spjk_date: Date | null;
683773
+ sppb_date: Date | null;
683774
+ coo_number: string | null;
683775
+ coo_date: Date | null;
683776
+ } | undefined)[] | undefined;
683777
+ } | undefined;
683778
+ meta: object;
683779
+ }>;
683780
+ customsIdnDataClearanceTypes: BuiltRouter<{
683781
+ ctx: Context;
683782
+ meta: object;
683783
+ errorShape: DefaultErrorShape;
683784
+ transformer: false;
683785
+ }, DecorateCreateRouterOptions<{
683786
+ get: MutationProcedure<{
683787
+ input: {
683788
+ search?: string | null | undefined;
683789
+ take?: string | number | null | undefined;
683790
+ skip?: string | number | null | undefined;
683791
+ is_active?: (string | number | boolean)[] | null | undefined;
683792
+ is_system?: (string | number | boolean)[] | null | undefined;
683793
+ ids_include?: (string | number | bigint)[] | null | undefined;
683794
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
683795
+ ids_string_include?: string[] | null | undefined;
683796
+ ids_string_exclude?: string[] | null | undefined;
683797
+ logic_codes_include?: string[] | null | undefined;
683798
+ logic_codes_exclude?: string[] | null | undefined;
683799
+ created_at?: {
683800
+ start_date?: string | null | undefined;
683801
+ end_date?: string | null | undefined;
683802
+ } | null | undefined;
683803
+ updated_at?: {
683804
+ start_date?: string | null | undefined;
683805
+ end_date?: string | null | undefined;
683806
+ } | null | undefined;
683807
+ order_by?: {
683808
+ field: string;
683809
+ direction: "asc" | "desc";
683810
+ } | null | undefined;
683811
+ order_bys?: {
683812
+ field: string;
683813
+ direction: "asc" | "desc";
683814
+ }[] | null | undefined;
683815
+ };
683816
+ output: {
683817
+ data: {
683818
+ is_active: boolean | null;
683819
+ id: string;
683820
+ logic_code: string | null;
683821
+ name: string | null;
683822
+ code: string | null;
683823
+ created_at: Date | null;
683824
+ created_by: string | null;
683825
+ updated_at: Date | null;
683826
+ updated_by: string | null;
683827
+ }[] | undefined;
683828
+ total: number | undefined;
683829
+ };
683830
+ meta: object;
683831
+ }>;
683832
+ getDetail: MutationProcedure<{
683833
+ input: {
683834
+ is_active?: (string | number | boolean)[] | null | undefined;
683835
+ is_system?: (string | number | boolean)[] | null | undefined;
683836
+ id?: string | number | bigint | null | undefined;
683837
+ id_string?: string | null | undefined;
683838
+ logic_code?: string | null | undefined;
683839
+ };
683840
+ output: {
683841
+ data: {
683842
+ _count: {
683843
+ customs_idn_data_clearance_type_logs: number;
683844
+ customs_idn_datas: number;
683845
+ };
683846
+ is_active: boolean | null;
683847
+ id: string;
683848
+ logic_code: string | null;
683849
+ name: string | null;
683850
+ code: string | null;
683851
+ created_at: Date | null;
683852
+ created_by: string | null;
683853
+ updated_at: Date | null;
683854
+ updated_by: string | null;
683855
+ };
683856
+ };
683857
+ meta: object;
683858
+ }>;
683859
+ histories: BuiltRouter<{
683860
+ ctx: Context;
683861
+ meta: object;
683862
+ errorShape: DefaultErrorShape;
683863
+ transformer: false;
683864
+ }, DecorateCreateRouterOptions<{
683865
+ get: MutationProcedure<{
683866
+ input: {
683867
+ search?: string | null | undefined;
683868
+ take?: string | number | null | undefined;
683869
+ skip?: string | number | null | undefined;
683870
+ is_active?: (string | number | boolean)[] | null | undefined;
683871
+ is_system?: (string | number | boolean)[] | null | undefined;
683872
+ ids_include?: (string | number | bigint)[] | null | undefined;
683873
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
683874
+ ids_string_include?: string[] | null | undefined;
683875
+ ids_string_exclude?: string[] | null | undefined;
683876
+ logic_codes_include?: string[] | null | undefined;
683877
+ logic_codes_exclude?: string[] | null | undefined;
683878
+ created_at?: {
683879
+ start_date?: string | null | undefined;
683880
+ end_date?: string | null | undefined;
683881
+ } | null | undefined;
683882
+ updated_at?: {
683883
+ start_date?: string | null | undefined;
683884
+ end_date?: string | null | undefined;
683885
+ } | null | undefined;
683886
+ order_by?: {
683887
+ field: string;
683888
+ direction: "asc" | "desc";
683889
+ } | null | undefined;
683890
+ order_bys?: {
683891
+ field: string;
683892
+ direction: "asc" | "desc";
683893
+ }[] | null | undefined;
683894
+ id_log_type?: string | number | bigint | null | undefined;
683895
+ ids_log_type?: (string | number | bigint)[] | null | undefined;
683896
+ id_customs_idn_data_clearance_type?: string | number | bigint | null | undefined;
683897
+ ids_customs_idn_data_clearance_type?: (string | number | bigint)[] | null | undefined;
683898
+ };
683899
+ output: {
683900
+ data: {
683901
+ log_type: {
683902
+ is_active: boolean | null;
683903
+ id: string;
683904
+ logic_code: string | null;
683905
+ name: string | null;
683906
+ created_at: Date | null;
683907
+ created_by: string | null;
683908
+ updated_at: Date | null;
683909
+ updated_by: string | null;
683910
+ } | null;
683911
+ id: string;
683912
+ id_log_type: string | null;
683913
+ url: string | null;
683914
+ params: SimpleJson;
683915
+ action: string | null;
683916
+ action_by: string | null;
683917
+ action_id: string | null;
683918
+ action_at: Date | null;
683919
+ id_customs_idn_data_clearance_type: string | null;
683920
+ }[] | undefined;
683921
+ total: number | undefined;
683922
+ };
683923
+ meta: object;
683924
+ }>;
683925
+ getDetail: MutationProcedure<{
683926
+ input: {
683927
+ is_active?: (string | number | boolean)[] | null | undefined;
683928
+ is_system?: (string | number | boolean)[] | null | undefined;
683929
+ id?: string | number | bigint | null | undefined;
683930
+ id_string?: string | null | undefined;
683931
+ logic_code?: string | null | undefined;
683932
+ };
683933
+ output: {
683934
+ data: {
683935
+ log_type: {
683936
+ is_active: boolean | null;
683937
+ id: string;
683938
+ logic_code: string | null;
683939
+ name: string | null;
683940
+ created_at: Date | null;
683941
+ created_by: string | null;
683942
+ updated_at: Date | null;
683943
+ updated_by: string | null;
683944
+ } | null;
683945
+ id: string;
683946
+ id_log_type: string | null;
683947
+ url: string | null;
683948
+ params: SimpleJson;
683949
+ action: string | null;
683950
+ action_by: string | null;
683951
+ action_id: string | null;
683952
+ action_at: Date | null;
683953
+ id_customs_idn_data_clearance_type: string | null;
683954
+ } | undefined;
683955
+ };
683956
+ meta: object;
683957
+ }>;
683958
+ }>>;
683959
+ create: MutationProcedure<{
683960
+ input: {
683961
+ is_active?: string | number | boolean | null | undefined;
683962
+ code?: string | null | undefined;
683963
+ name?: string | null | undefined;
683964
+ };
683965
+ output: {
683966
+ data: {
683967
+ is_active: boolean | null;
683968
+ id: string;
683969
+ logic_code: string | null;
683970
+ name: string | null;
683971
+ code: string | null;
683972
+ created_at: Date | null;
683973
+ created_by: string | null;
683974
+ updated_at: Date | null;
683975
+ updated_by: string | null;
683976
+ };
683977
+ log: {
683978
+ id: string;
683979
+ id_log_type: string | null;
683980
+ url: string | null;
683981
+ params: SimpleJson;
683982
+ action: string | null;
683983
+ action_by: string | null;
683984
+ action_id: string | null;
683985
+ action_at: Date | null;
683986
+ id_customs_idn_data_clearance_type: string | null;
683987
+ } | undefined;
683988
+ } | undefined;
683989
+ meta: object;
683990
+ }>;
683991
+ update: MutationProcedure<{
683992
+ input: {
683993
+ is_system?: (string | number | boolean)[] | null | undefined;
683994
+ id?: string | number | bigint | null | undefined;
683995
+ id_string?: string | null | undefined;
683996
+ logic_code?: string | null | undefined;
683997
+ is_active?: string | number | boolean | null | undefined;
683998
+ code?: string | null | undefined;
683999
+ name?: string | null | undefined;
684000
+ };
684001
+ output: {
684002
+ data: {
684003
+ is_active: boolean | null;
684004
+ id: string;
684005
+ logic_code: string | null;
684006
+ name: string | null;
684007
+ code: string | null;
684008
+ created_at: Date | null;
684009
+ created_by: string | null;
684010
+ updated_at: Date | null;
684011
+ updated_by: string | null;
684012
+ };
684013
+ log: {
684014
+ id: string;
684015
+ id_log_type: string | null;
684016
+ url: string | null;
684017
+ params: SimpleJson;
684018
+ action: string | null;
684019
+ action_by: string | null;
684020
+ action_id: string | null;
684021
+ action_at: Date | null;
684022
+ id_customs_idn_data_clearance_type: string | null;
684023
+ } | undefined;
684024
+ } | undefined;
684025
+ meta: object;
684026
+ }>;
684027
+ upsertBatch: MutationProcedure<{
684028
+ input: {
684029
+ create?: {
684030
+ is_active?: string | number | boolean | null | undefined;
684031
+ code?: string | null | undefined;
684032
+ name?: string | null | undefined;
684033
+ }[] | undefined;
684034
+ update?: {
684035
+ is_system?: (string | number | boolean)[] | null | undefined;
684036
+ id?: string | number | bigint | null | undefined;
684037
+ id_string?: string | null | undefined;
684038
+ logic_code?: string | null | undefined;
684039
+ is_active?: string | number | boolean | null | undefined;
684040
+ code?: string | null | undefined;
684041
+ name?: string | null | undefined;
684042
+ }[] | undefined;
684043
+ };
684044
+ output: {
684045
+ createdData: ({
684046
+ data: {
684047
+ is_active: boolean | null;
684048
+ id: string;
684049
+ logic_code: string | null;
684050
+ name: string | null;
684051
+ code: string | null;
684052
+ created_at: Date | null;
684053
+ created_by: string | null;
684054
+ updated_at: Date | null;
684055
+ updated_by: string | null;
684056
+ };
684057
+ log: {
684058
+ id: string;
684059
+ id_log_type: string | null;
684060
+ url: string | null;
684061
+ params: SimpleJson;
684062
+ action: string | null;
684063
+ action_by: string | null;
684064
+ action_id: string | null;
684065
+ action_at: Date | null;
684066
+ id_customs_idn_data_clearance_type: string | null;
684067
+ } | undefined;
684068
+ } | undefined)[];
684069
+ updatedData: ({
684070
+ data: {
684071
+ is_active: boolean | null;
684072
+ id: string;
684073
+ logic_code: string | null;
684074
+ name: string | null;
684075
+ code: string | null;
684076
+ created_at: Date | null;
684077
+ created_by: string | null;
684078
+ updated_at: Date | null;
684079
+ updated_by: string | null;
684080
+ };
684081
+ log: {
684082
+ id: string;
684083
+ id_log_type: string | null;
684084
+ url: string | null;
684085
+ params: SimpleJson;
684086
+ action: string | null;
684087
+ action_by: string | null;
684088
+ action_id: string | null;
684089
+ action_at: Date | null;
684090
+ id_customs_idn_data_clearance_type: string | null;
684091
+ } | undefined;
684092
+ } | undefined)[];
684093
+ } | undefined;
684094
+ meta: object;
684095
+ }>;
684096
+ delete: MutationProcedure<{
684097
+ input: {
684098
+ id?: string | number | bigint | null | undefined;
684099
+ ids?: (string | number | bigint)[] | null | undefined;
684100
+ id_string?: string | null | undefined;
684101
+ ids_string?: string[] | null | undefined;
684102
+ };
684103
+ output: {
684104
+ data: ({
684105
+ is_active: boolean | null;
684106
+ id: string;
684107
+ logic_code: string | null;
684108
+ name: string | null;
684109
+ code: string | null;
684110
+ created_at: Date | null;
684111
+ created_by: string | null;
684112
+ updated_at: Date | null;
684113
+ updated_by: string | null;
684114
+ } | undefined)[] | undefined;
684115
+ } | undefined;
684116
+ meta: object;
684117
+ }>;
684118
+ }>>;
684119
+ }>>;
684120
+ forwardingShipmentCustomsEntries: BuiltRouter<{
684121
+ ctx: Context;
684122
+ meta: object;
684123
+ errorShape: DefaultErrorShape;
684124
+ transformer: false;
684125
+ }, DecorateCreateRouterOptions<{
684126
+ get: MutationProcedure<{
684127
+ input: {
684128
+ search?: string | null | undefined;
684129
+ take?: string | number | null | undefined;
684130
+ skip?: string | number | null | undefined;
684131
+ is_active?: (string | number | boolean)[] | null | undefined;
684132
+ is_system?: (string | number | boolean)[] | null | undefined;
684133
+ ids_include?: (string | number | bigint)[] | null | undefined;
684134
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
684135
+ ids_string_include?: string[] | null | undefined;
684136
+ ids_string_exclude?: string[] | null | undefined;
684137
+ logic_codes_include?: string[] | null | undefined;
684138
+ logic_codes_exclude?: string[] | null | undefined;
684139
+ created_at?: {
684140
+ start_date?: string | null | undefined;
684141
+ end_date?: string | null | undefined;
684142
+ } | null | undefined;
684143
+ updated_at?: {
684144
+ start_date?: string | null | undefined;
684145
+ end_date?: string | null | undefined;
684146
+ } | null | undefined;
684147
+ order_by?: {
684148
+ field: string;
684149
+ direction: "asc" | "desc";
684150
+ } | null | undefined;
684151
+ order_bys?: {
684152
+ field: string;
684153
+ direction: "asc" | "desc";
684154
+ }[] | null | undefined;
684155
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
684156
+ ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
684157
+ id_type?: string | number | bigint | null | undefined;
684158
+ ids_type?: (string | number | bigint)[] | null | undefined;
684159
+ };
684160
+ output: {
684161
+ data: {
684162
+ forwarding_shipment_customs_entry_types: {
684163
+ is_active: boolean | null;
684164
+ id: string;
684165
+ logic_code: string | null;
684166
+ name: string | null;
684167
+ code: string | null;
684168
+ created_at: Date | null;
684169
+ created_by: string | null;
684170
+ updated_at: Date | null;
684171
+ updated_by: string | null;
684172
+ } | null;
684173
+ forwarding_shipment: {
684174
+ is_active: boolean | null;
684175
+ id: string;
684176
+ logic_code: string | null;
684177
+ name: string | null;
684178
+ code: string | null;
684179
+ created_at: Date | null;
684180
+ created_by: string | null;
684181
+ updated_at: Date | null;
684182
+ updated_by: string | null;
684183
+ description: string | null;
684184
+ id_container_shipping_type: string | null;
684185
+ id_transport_type: string | null;
684186
+ id_incoterm: string | null;
684187
+ id_service_level: string | null;
684188
+ id_release_type: string | null;
684189
+ id_on_board_status: string | null;
684190
+ id_weight_unit: string | null;
684191
+ id_volume_unit: string | null;
684192
+ id_chargeable_unit: string | null;
684193
+ mark_number: string | null;
684194
+ volume: Decimal | null;
684195
+ chargeable: Decimal | null;
684196
+ weight: Decimal | null;
684197
+ id_shipment_type: string | null;
684198
+ id_origin: string | null;
684199
+ id_destination: string | null;
684200
+ id_weight_volume_unit: string | null;
684201
+ id_package_count_type: string | null;
684202
+ id_package_inner_count_type: string | null;
684203
+ id_air_waybill_dims: string | null;
684204
+ id_house_bill_type: string | null;
684205
+ id_hbl_delivery_mode: string | null;
684206
+ id_charge_apply: string | null;
684207
+ id_control_customer: string | null;
684208
+ id_control_agent: string | null;
684209
+ shipment_number: string | null;
684210
+ house_bill: string | null;
684211
+ weight_volume: Decimal | null;
684212
+ package_count: number | null;
684213
+ package_inner_count: number | null;
684214
+ original_bills: number | null;
684215
+ copy_bills: number | null;
684216
+ estimated_delivery_date: Date | null;
684217
+ estimated_arrival_date: Date | null;
684218
+ issue_date: Date | null;
684219
+ } | null;
684220
+ is_active: boolean | null;
684221
+ id: string;
684222
+ logic_code: string | null;
684223
+ created_at: Date | null;
684224
+ created_by: string | null;
684225
+ updated_at: Date | null;
684226
+ updated_by: string | null;
684227
+ id_type: string | null;
684228
+ id_forwarding_shipment: string | null;
684229
+ issue_date: Date | null;
684230
+ entry_number: string | null;
684231
+ expiry_date: Date | null;
684232
+ }[] | undefined;
684233
+ total: number | undefined;
684234
+ };
684235
+ meta: object;
684236
+ }>;
684237
+ getDetail: MutationProcedure<{
684238
+ input: {
684239
+ is_active?: (string | number | boolean)[] | null | undefined;
684240
+ is_system?: (string | number | boolean)[] | null | undefined;
684241
+ id?: string | number | bigint | null | undefined;
684242
+ id_string?: string | null | undefined;
684243
+ logic_code?: string | null | undefined;
684244
+ };
684245
+ output: {
684246
+ data: {
684247
+ _count: {
684248
+ forwarding_shipment: number;
684249
+ forwarding_shipment_customs_entry_types: number;
684250
+ forwarding_shipment_customs_entry_logs: number;
684251
+ };
684252
+ forwarding_shipment_customs_entry_types: {
684253
+ is_active: boolean | null;
684254
+ id: string;
684255
+ logic_code: string | null;
684256
+ name: string | null;
684257
+ code: string | null;
684258
+ created_at: Date | null;
684259
+ created_by: string | null;
684260
+ updated_at: Date | null;
684261
+ updated_by: string | null;
684262
+ } | null;
684263
+ forwarding_shipment: {
684264
+ is_active: boolean | null;
684265
+ id: string;
684266
+ logic_code: string | null;
684267
+ name: string | null;
684268
+ code: string | null;
684269
+ created_at: Date | null;
684270
+ created_by: string | null;
684271
+ updated_at: Date | null;
684272
+ updated_by: string | null;
684273
+ description: string | null;
684274
+ id_container_shipping_type: string | null;
684275
+ id_transport_type: string | null;
684276
+ id_incoterm: string | null;
684277
+ id_service_level: string | null;
684278
+ id_release_type: string | null;
684279
+ id_on_board_status: string | null;
684280
+ id_weight_unit: string | null;
684281
+ id_volume_unit: string | null;
684282
+ id_chargeable_unit: string | null;
684283
+ mark_number: string | null;
684284
+ volume: Decimal | null;
684285
+ chargeable: Decimal | null;
684286
+ weight: Decimal | null;
684287
+ id_shipment_type: string | null;
684288
+ id_origin: string | null;
684289
+ id_destination: string | null;
684290
+ id_weight_volume_unit: string | null;
684291
+ id_package_count_type: string | null;
684292
+ id_package_inner_count_type: string | null;
684293
+ id_air_waybill_dims: string | null;
684294
+ id_house_bill_type: string | null;
684295
+ id_hbl_delivery_mode: string | null;
684296
+ id_charge_apply: string | null;
684297
+ id_control_customer: string | null;
684298
+ id_control_agent: string | null;
684299
+ shipment_number: string | null;
684300
+ house_bill: string | null;
684301
+ weight_volume: Decimal | null;
684302
+ package_count: number | null;
684303
+ package_inner_count: number | null;
684304
+ original_bills: number | null;
684305
+ copy_bills: number | null;
684306
+ estimated_delivery_date: Date | null;
684307
+ estimated_arrival_date: Date | null;
684308
+ issue_date: Date | null;
684309
+ } | null;
684310
+ is_active: boolean | null;
684311
+ id: string;
684312
+ logic_code: string | null;
684313
+ created_at: Date | null;
684314
+ created_by: string | null;
684315
+ updated_at: Date | null;
684316
+ updated_by: string | null;
684317
+ id_type: string | null;
684318
+ id_forwarding_shipment: string | null;
684319
+ issue_date: Date | null;
684320
+ entry_number: string | null;
684321
+ expiry_date: Date | null;
684322
+ };
684323
+ };
684324
+ meta: object;
684325
+ }>;
684326
+ histories: BuiltRouter<{
684327
+ ctx: Context;
684328
+ meta: object;
684329
+ errorShape: DefaultErrorShape;
684330
+ transformer: false;
684331
+ }, DecorateCreateRouterOptions<{
684332
+ get: MutationProcedure<{
684333
+ input: {
684334
+ search?: string | null | undefined;
684335
+ take?: string | number | null | undefined;
684336
+ skip?: string | number | null | undefined;
684337
+ is_active?: (string | number | boolean)[] | null | undefined;
684338
+ is_system?: (string | number | boolean)[] | null | undefined;
684339
+ ids_include?: (string | number | bigint)[] | null | undefined;
684340
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
684341
+ ids_string_include?: string[] | null | undefined;
684342
+ ids_string_exclude?: string[] | null | undefined;
684343
+ logic_codes_include?: string[] | null | undefined;
684344
+ logic_codes_exclude?: string[] | null | undefined;
684345
+ created_at?: {
684346
+ start_date?: string | null | undefined;
684347
+ end_date?: string | null | undefined;
684348
+ } | null | undefined;
684349
+ updated_at?: {
684350
+ start_date?: string | null | undefined;
684351
+ end_date?: string | null | undefined;
684352
+ } | null | undefined;
684353
+ order_by?: {
684354
+ field: string;
684355
+ direction: "asc" | "desc";
684356
+ } | null | undefined;
684357
+ order_bys?: {
684358
+ field: string;
684359
+ direction: "asc" | "desc";
684360
+ }[] | null | undefined;
684361
+ id_log_type?: string | number | bigint | null | undefined;
684362
+ ids_log_type?: (string | number | bigint)[] | null | undefined;
684363
+ id_forwarding_shipment_customs_entry?: string | number | bigint | null | undefined;
684364
+ ids_forwarding_shipment_customs_entry?: (string | number | bigint)[] | null | undefined;
684365
+ };
684366
+ output: {
684367
+ data: {
684368
+ log_type: {
684369
+ is_active: boolean | null;
684370
+ id: string;
684371
+ logic_code: string | null;
684372
+ name: string | null;
684373
+ created_at: Date | null;
684374
+ created_by: string | null;
684375
+ updated_at: Date | null;
684376
+ updated_by: string | null;
684377
+ } | null;
684378
+ id: string;
684379
+ id_log_type: string | null;
684380
+ url: string | null;
684381
+ params: SimpleJson;
684382
+ action: string | null;
684383
+ action_by: string | null;
684384
+ action_id: string | null;
684385
+ action_at: Date | null;
684386
+ id_forwarding_shipment_customs_entry: string | null;
684387
+ }[] | undefined;
684388
+ total: number | undefined;
684389
+ };
684390
+ meta: object;
684391
+ }>;
684392
+ getDetail: MutationProcedure<{
684393
+ input: {
684394
+ is_active?: (string | number | boolean)[] | null | undefined;
684395
+ is_system?: (string | number | boolean)[] | null | undefined;
684396
+ id?: string | number | bigint | null | undefined;
684397
+ id_string?: string | null | undefined;
684398
+ logic_code?: string | null | undefined;
684399
+ };
684400
+ output: {
684401
+ data: {
684402
+ log_type: {
684403
+ is_active: boolean | null;
684404
+ id: string;
684405
+ logic_code: string | null;
684406
+ name: string | null;
684407
+ created_at: Date | null;
684408
+ created_by: string | null;
684409
+ updated_at: Date | null;
684410
+ updated_by: string | null;
684411
+ } | null;
684412
+ id: string;
684413
+ id_log_type: string | null;
684414
+ url: string | null;
684415
+ params: SimpleJson;
684416
+ action: string | null;
684417
+ action_by: string | null;
684418
+ action_id: string | null;
684419
+ action_at: Date | null;
684420
+ id_forwarding_shipment_customs_entry: string | null;
684421
+ } | undefined;
684422
+ };
684423
+ meta: object;
684424
+ }>;
684425
+ }>>;
684426
+ create: MutationProcedure<{
684427
+ input: {
684428
+ is_active?: string | number | boolean | null | undefined;
684429
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
684430
+ id_type?: string | number | bigint | null | undefined;
684431
+ entry_number?: string | null | undefined;
684432
+ issue_date?: string | null | undefined;
684433
+ expiry_date?: string | null | undefined;
684434
+ };
684435
+ output: {
684436
+ data: {
684437
+ is_active: boolean | null;
684438
+ id: string;
684439
+ logic_code: string | null;
684440
+ created_at: Date | null;
684441
+ created_by: string | null;
684442
+ updated_at: Date | null;
684443
+ updated_by: string | null;
684444
+ id_type: string | null;
684445
+ id_forwarding_shipment: string | null;
684446
+ issue_date: Date | null;
684447
+ entry_number: string | null;
684448
+ expiry_date: Date | null;
684449
+ };
684450
+ log: {
684451
+ id: string;
684452
+ id_log_type: string | null;
684453
+ url: string | null;
684454
+ params: SimpleJson;
684455
+ action: string | null;
684456
+ action_by: string | null;
684457
+ action_id: string | null;
684458
+ action_at: Date | null;
684459
+ id_forwarding_shipment_customs_entry: string | null;
684460
+ } | undefined;
684461
+ } | undefined;
684462
+ meta: object;
684463
+ }>;
684464
+ update: MutationProcedure<{
684465
+ input: {
684466
+ is_system?: (string | number | boolean)[] | null | undefined;
684467
+ id?: string | number | bigint | null | undefined;
684468
+ id_string?: string | null | undefined;
684469
+ logic_code?: string | null | undefined;
684470
+ is_active?: string | number | boolean | null | undefined;
684471
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
684472
+ id_type?: string | number | bigint | null | undefined;
684473
+ entry_number?: string | null | undefined;
684474
+ issue_date?: string | null | undefined;
684475
+ expiry_date?: string | null | undefined;
684476
+ };
684477
+ output: {
684478
+ data: {
684479
+ is_active: boolean | null;
684480
+ id: string;
684481
+ logic_code: string | null;
684482
+ created_at: Date | null;
684483
+ created_by: string | null;
684484
+ updated_at: Date | null;
684485
+ updated_by: string | null;
684486
+ id_type: string | null;
684487
+ id_forwarding_shipment: string | null;
684488
+ issue_date: Date | null;
684489
+ entry_number: string | null;
684490
+ expiry_date: Date | null;
684491
+ };
684492
+ log: {
684493
+ id: string;
684494
+ id_log_type: string | null;
684495
+ url: string | null;
684496
+ params: SimpleJson;
684497
+ action: string | null;
684498
+ action_by: string | null;
684499
+ action_id: string | null;
684500
+ action_at: Date | null;
684501
+ id_forwarding_shipment_customs_entry: string | null;
684502
+ } | undefined;
684503
+ } | undefined;
684504
+ meta: object;
684505
+ }>;
684506
+ upsertBatch: MutationProcedure<{
684507
+ input: {
684508
+ create?: {
684509
+ is_active?: string | number | boolean | null | undefined;
684510
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
684511
+ id_type?: string | number | bigint | null | undefined;
684512
+ entry_number?: string | null | undefined;
684513
+ issue_date?: string | null | undefined;
684514
+ expiry_date?: string | null | undefined;
684515
+ }[] | undefined;
684516
+ update?: {
684517
+ is_system?: (string | number | boolean)[] | null | undefined;
684518
+ id?: string | number | bigint | null | undefined;
684519
+ id_string?: string | null | undefined;
684520
+ logic_code?: string | null | undefined;
684521
+ is_active?: string | number | boolean | null | undefined;
684522
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
684523
+ id_type?: string | number | bigint | null | undefined;
684524
+ entry_number?: string | null | undefined;
684525
+ issue_date?: string | null | undefined;
684526
+ expiry_date?: string | null | undefined;
684527
+ }[] | undefined;
684528
+ };
684529
+ output: {
684530
+ createdData: ({
684531
+ data: {
684532
+ is_active: boolean | null;
684533
+ id: string;
684534
+ logic_code: string | null;
684535
+ created_at: Date | null;
684536
+ created_by: string | null;
684537
+ updated_at: Date | null;
684538
+ updated_by: string | null;
684539
+ id_type: string | null;
684540
+ id_forwarding_shipment: string | null;
684541
+ issue_date: Date | null;
684542
+ entry_number: string | null;
684543
+ expiry_date: Date | null;
684544
+ };
684545
+ log: {
684546
+ id: string;
684547
+ id_log_type: string | null;
684548
+ url: string | null;
684549
+ params: SimpleJson;
684550
+ action: string | null;
684551
+ action_by: string | null;
684552
+ action_id: string | null;
684553
+ action_at: Date | null;
684554
+ id_forwarding_shipment_customs_entry: string | null;
684555
+ } | undefined;
684556
+ } | undefined)[];
684557
+ updatedData: ({
684558
+ data: {
684559
+ is_active: boolean | null;
684560
+ id: string;
684561
+ logic_code: string | null;
684562
+ created_at: Date | null;
684563
+ created_by: string | null;
684564
+ updated_at: Date | null;
684565
+ updated_by: string | null;
684566
+ id_type: string | null;
684567
+ id_forwarding_shipment: string | null;
684568
+ issue_date: Date | null;
684569
+ entry_number: string | null;
684570
+ expiry_date: Date | null;
684571
+ };
684572
+ log: {
684573
+ id: string;
684574
+ id_log_type: string | null;
684575
+ url: string | null;
684576
+ params: SimpleJson;
684577
+ action: string | null;
684578
+ action_by: string | null;
684579
+ action_id: string | null;
684580
+ action_at: Date | null;
684581
+ id_forwarding_shipment_customs_entry: string | null;
684582
+ } | undefined;
684583
+ } | undefined)[];
684584
+ } | undefined;
684585
+ meta: object;
684586
+ }>;
684587
+ delete: MutationProcedure<{
684588
+ input: {
684589
+ id?: string | number | bigint | null | undefined;
684590
+ ids?: (string | number | bigint)[] | null | undefined;
684591
+ id_string?: string | null | undefined;
684592
+ ids_string?: string[] | null | undefined;
684593
+ };
684594
+ output: {
684595
+ data: ({
684596
+ is_active: boolean | null;
684597
+ id: string;
684598
+ logic_code: string | null;
684599
+ created_at: Date | null;
684600
+ created_by: string | null;
684601
+ updated_at: Date | null;
684602
+ updated_by: string | null;
684603
+ id_type: string | null;
684604
+ id_forwarding_shipment: string | null;
684605
+ issue_date: Date | null;
684606
+ entry_number: string | null;
684607
+ expiry_date: Date | null;
684608
+ } | undefined)[] | undefined;
684609
+ } | undefined;
684610
+ meta: object;
684611
+ }>;
684612
+ }>>;
684613
+ }>>;
684614
+ shipments: BuiltRouter<{
684615
+ ctx: Context;
684616
+ meta: object;
684617
+ errorShape: DefaultErrorShape;
684618
+ transformer: false;
684619
+ }, DecorateCreateRouterOptions<{
684620
+ forwardingShipments: BuiltRouter<{
684621
+ ctx: Context;
684622
+ meta: object;
684623
+ errorShape: DefaultErrorShape;
684624
+ transformer: false;
684625
+ }, DecorateCreateRouterOptions<{
684626
+ get: MutationProcedure<{
684627
+ input: {
684628
+ search?: string | null | undefined;
684629
+ take?: string | number | null | undefined;
684630
+ skip?: string | number | null | undefined;
684631
+ is_active?: (string | number | boolean)[] | null | undefined;
684632
+ is_system?: (string | number | boolean)[] | null | undefined;
684633
+ ids_include?: (string | number | bigint)[] | null | undefined;
684634
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
684635
+ ids_string_include?: string[] | null | undefined;
684636
+ ids_string_exclude?: string[] | null | undefined;
684637
+ logic_codes_include?: string[] | null | undefined;
684638
+ logic_codes_exclude?: string[] | null | undefined;
684639
+ created_at?: {
684640
+ start_date?: string | null | undefined;
684641
+ end_date?: string | null | undefined;
684642
+ } | null | undefined;
684643
+ updated_at?: {
684644
+ start_date?: string | null | undefined;
684645
+ end_date?: string | null | undefined;
684646
+ } | null | undefined;
684647
+ order_by?: {
684648
+ field: string;
684649
+ direction: "asc" | "desc";
684650
+ } | null | undefined;
684651
+ order_bys?: {
684652
+ field: string;
684653
+ direction: "asc" | "desc";
684654
+ }[] | null | undefined;
684655
+ id_shipper_organization?: string | number | bigint | null | undefined;
684656
+ ids_shipper_organization?: (string | number | bigint)[] | null | undefined;
684657
+ id_consignee_organization?: string | number | bigint | null | undefined;
684658
+ ids_consignee_organization?: (string | number | bigint)[] | null | undefined;
684659
+ id_notify_party_organization?: string | number | bigint | null | undefined;
684660
+ ids_notify_party_organization?: (string | number | bigint)[] | null | undefined;
684661
+ id_shipment_type?: string | number | bigint | null | undefined;
684662
+ ids_shipment_type?: (string | number | bigint)[] | null | undefined;
684663
+ id_transport_type?: string | number | bigint | null | undefined;
684664
+ ids_transport_type?: (string | number | bigint)[] | null | undefined;
684665
+ id_container_shipping_type?: string | number | bigint | null | undefined;
684666
+ ids_container_shipping_type?: (string | number | bigint)[] | null | undefined;
684667
+ id_origin?: string | number | bigint | null | undefined;
684668
+ ids_origin?: (string | number | bigint)[] | null | undefined;
684669
+ id_destination?: string | number | bigint | null | undefined;
684670
+ ids_destination?: (string | number | bigint)[] | null | undefined;
684671
+ id_weight_unit?: string | number | bigint | null | undefined;
684672
+ ids_weight_unit?: (string | number | bigint)[] | null | undefined;
684673
+ id_volume_unit?: string | number | bigint | null | undefined;
684674
+ ids_volume_unit?: (string | number | bigint)[] | null | undefined;
684675
+ id_chargeable_unit?: string | number | bigint | null | undefined;
684676
+ ids_chargeable_unit?: (string | number | bigint)[] | null | undefined;
684677
+ id_weight_volume_unit?: string | number | bigint | null | undefined;
684678
+ ids_weight_volume_unit?: (string | number | bigint)[] | null | undefined;
684679
+ id_package_count_type?: string | number | bigint | null | undefined;
684680
+ ids_package_count_type?: (string | number | bigint)[] | null | undefined;
684681
+ id_package_inner_count_type?: string | number | bigint | null | undefined;
684682
+ ids_package_inner_count_type?: (string | number | bigint)[] | null | undefined;
684683
+ id_incoterm?: string | number | bigint | null | undefined;
684684
+ ids_incoterm?: (string | number | bigint)[] | null | undefined;
684685
+ id_service_level?: string | number | bigint | null | undefined;
684686
+ ids_service_level?: (string | number | bigint)[] | null | undefined;
684687
+ id_release_type?: string | number | bigint | null | undefined;
684688
+ ids_release_type?: (string | number | bigint)[] | null | undefined;
684689
+ id_air_waybill_dims?: string | number | bigint | null | undefined;
684690
+ ids_air_waybill_dims?: (string | number | bigint)[] | null | undefined;
684691
+ id_house_bill_type?: string | number | bigint | null | undefined;
684692
+ ids_house_bill_type?: (string | number | bigint)[] | null | undefined;
684693
+ id_on_board_status?: string | number | bigint | null | undefined;
684694
+ ids_on_board_status?: (string | number | bigint)[] | null | undefined;
684695
+ id_hbl_delivery_mode?: string | number | bigint | null | undefined;
684696
+ ids_hbl_delivery_mode?: (string | number | bigint)[] | null | undefined;
684697
+ id_charge_apply?: string | number | bigint | null | undefined;
684698
+ ids_charge_apply?: (string | number | bigint)[] | null | undefined;
684699
+ id_control_customer?: string | number | bigint | null | undefined;
684700
+ ids_control_customer?: (string | number | bigint)[] | null | undefined;
684701
+ id_control_agent?: string | number | bigint | null | undefined;
684702
+ ids_control_agent?: (string | number | bigint)[] | null | undefined;
684703
+ };
684704
+ output: {
684705
+ data: {
684706
+ forwarding_transport_types: {
684707
+ is_active: boolean | null;
684708
+ id: string;
684709
+ logic_code: string | null;
684710
+ name: string | null;
684711
+ code: string | null;
684712
+ created_at: Date | null;
684713
+ created_by: string | null;
684714
+ updated_at: Date | null;
684715
+ updated_by: string | null;
684716
+ } | null;
684717
+ forwarding_shipment_organizations: {
684718
+ organization: {
684719
+ is_active: boolean | null;
684720
+ id: string;
684721
+ logic_code: string | null;
684722
+ name: string | null;
684723
+ id_country: string | null;
684724
+ id_state: string | null;
684725
+ id_city: string | null;
684726
+ id_postal_code: string | null;
684727
+ id_company: string | null;
684728
+ id_branch: string | null;
684729
+ code: string | null;
684730
+ created_at: Date | null;
684731
+ created_by: string | null;
684732
+ updated_at: Date | null;
684733
+ updated_by: string | null;
684734
+ id_un_locode: string | null;
684735
+ email: string | null;
684736
+ id_business_category: string | null;
684737
+ id_controlling_branch: string | null;
684738
+ id_airline: string | null;
684739
+ id_shipping_line: string | null;
684740
+ phone: string | null;
684741
+ website_url: string | null;
684742
+ company_number: string | null;
684743
+ company_tax_number: string | null;
684744
+ } | null;
684745
+ organization_address: {
684746
+ is_active: boolean | null;
684747
+ id: string;
684748
+ logic_code: string | null;
684749
+ id_country: string | null;
684750
+ id_state: string | null;
684751
+ id_city: string | null;
684752
+ id_postal_code: string | null;
684753
+ code: string | null;
684754
+ address: string | null;
684755
+ mobile_phone: string | null;
684756
+ created_at: Date | null;
684757
+ created_by: string | null;
684758
+ updated_at: Date | null;
684759
+ updated_by: string | null;
684760
+ id_un_locode: string | null;
684761
+ email: string | null;
684762
+ id_organization: string | null;
684763
+ phone: string | null;
684764
+ fax: string | null;
684765
+ } | null;
684766
+ is_active: boolean | null;
684767
+ id: string;
684768
+ logic_code: string | null;
684769
+ name: string | null;
684770
+ code: string | null;
684771
+ address: string | null;
684772
+ created_at: Date | null;
684773
+ created_by: string | null;
684774
+ updated_at: Date | null;
684775
+ updated_by: string | null;
684776
+ id_organization: string | null;
684777
+ id_organization_address: string | null;
684778
+ id_type: string | null;
684779
+ is_override: boolean | null;
684780
+ id_forwarding_shipment: string | null;
684781
+ }[];
684782
+ forwarding_shipment_packings: {
684783
+ is_active: boolean | null;
684784
+ id: string;
684785
+ logic_code: string | null;
684786
+ code: string | null;
684787
+ created_at: Date | null;
684788
+ created_by: string | null;
684789
+ updated_at: Date | null;
684790
+ updated_by: string | null;
684791
+ length: Decimal | null;
684792
+ description: string | null;
684793
+ id_weight_unit: string | null;
684794
+ id_volume_unit: string | null;
684795
+ id_commodity: string | null;
684796
+ id_forwarding_booking: string | null;
684797
+ volume: Decimal | null;
684798
+ id_forwarding_shipment: string | null;
684799
+ id_console_container: string | null;
684800
+ id_package_type: string | null;
684801
+ id_length_unit: string | null;
684802
+ id_width_unit: string | null;
683017
684803
  id_height_unit: string | null;
683018
684804
  id_dg_substance: string | null;
683019
684805
  id_dg_class: string | null;
@@ -683032,6 +684818,53 @@ declare const cargoflowRouter: BuiltRouter<{
683032
684818
  flash_point: Decimal | null;
683033
684819
  un_dg_contact: string | null;
683034
684820
  }[];
684821
+ forwarding_shipment_pickup_deliveries: {
684822
+ is_active: boolean | null;
684823
+ id: string;
684824
+ logic_code: string | null;
684825
+ name: string | null;
684826
+ address: string | null;
684827
+ created_at: Date | null;
684828
+ created_by: string | null;
684829
+ updated_at: Date | null;
684830
+ updated_by: string | null;
684831
+ id_organization: string | null;
684832
+ id_organization_address: string | null;
684833
+ id_forwarding_shipment: string | null;
684834
+ id_organization_whs: string | null;
684835
+ id_organization_whs_address: string | null;
684836
+ id_pickup_delivery_type: string | null;
684837
+ id_organization_vendor: string | null;
684838
+ contact_name: string | null;
684839
+ contact_phone: string | null;
684840
+ contact_mobile: string | null;
684841
+ contact_email: string | null;
684842
+ whs_name: string | null;
684843
+ whs_address: string | null;
684844
+ whs_interim_receipt: string | null;
684845
+ whs_reciept_requested: Date | null;
684846
+ whs_dispatch: Date | null;
684847
+ whs_interim_receipt_date: Date | null;
684848
+ estimated_pickup_delivery: Date | null;
684849
+ actual_pickup_delivery: Date | null;
684850
+ no_of_collies: number | null;
684851
+ transport_booking_number: string | null;
684852
+ driver_name: string | null;
684853
+ driver_vehicle_number: string | null;
684854
+ driver_mobile: string | null;
684855
+ is_by_shipper_consignee: boolean | null;
684856
+ }[];
684857
+ forwarding_shipment_type: {
684858
+ is_active: boolean | null;
684859
+ id: string;
684860
+ logic_code: string | null;
684861
+ name: string | null;
684862
+ code: string | null;
684863
+ created_at: Date | null;
684864
+ created_by: string | null;
684865
+ updated_at: Date | null;
684866
+ updated_by: string | null;
684867
+ } | null;
683035
684868
  container_shipping_type: {
683036
684869
  is_active: boolean | null;
683037
684870
  id: string;
@@ -683336,6 +685169,46 @@ declare const cargoflowRouter: BuiltRouter<{
683336
685169
  company_number: string | null;
683337
685170
  company_tax_number: string | null;
683338
685171
  } | null;
685172
+ customs_idn_data: {
685173
+ is_active: boolean | null;
685174
+ id: string;
685175
+ logic_code: string | null;
685176
+ created_at: Date | null;
685177
+ created_by: string | null;
685178
+ updated_at: Date | null;
685179
+ updated_by: string | null;
685180
+ id_forwarding_shipment: string | null;
685181
+ id_clearance_type: string | null;
685182
+ peb_pib_number: string | null;
685183
+ peb_pib_date: Date | null;
685184
+ npe_number: string | null;
685185
+ npe_date: Date | null;
685186
+ ppb_number: string | null;
685187
+ ppb_date: Date | null;
685188
+ pib_confirm_date: Date | null;
685189
+ billing_date: Date | null;
685190
+ billing_amount: Decimal | null;
685191
+ cargo_value: Decimal | null;
685192
+ bpn_date: Date | null;
685193
+ spjm_spjk_date: Date | null;
685194
+ sppb_date: Date | null;
685195
+ coo_number: string | null;
685196
+ coo_date: Date | null;
685197
+ } | null;
685198
+ forwarding_shipment_custom_entries: {
685199
+ is_active: boolean | null;
685200
+ id: string;
685201
+ logic_code: string | null;
685202
+ created_at: Date | null;
685203
+ created_by: string | null;
685204
+ updated_at: Date | null;
685205
+ updated_by: string | null;
685206
+ id_type: string | null;
685207
+ id_forwarding_shipment: string | null;
685208
+ issue_date: Date | null;
685209
+ entry_number: string | null;
685210
+ expiry_date: Date | null;
685211
+ }[];
683339
685212
  is_active: boolean | null;
683340
685213
  id: string;
683341
685214
  logic_code: string | null;
@@ -683359,6 +685232,7 @@ declare const cargoflowRouter: BuiltRouter<{
683359
685232
  volume: Decimal | null;
683360
685233
  chargeable: Decimal | null;
683361
685234
  weight: Decimal | null;
685235
+ id_shipment_type: string | null;
683362
685236
  id_origin: string | null;
683363
685237
  id_destination: string | null;
683364
685238
  id_weight_volume_unit: string | null;
@@ -683370,7 +685244,6 @@ declare const cargoflowRouter: BuiltRouter<{
683370
685244
  id_charge_apply: string | null;
683371
685245
  id_control_customer: string | null;
683372
685246
  id_control_agent: string | null;
683373
- id_shipment_type: string | null;
683374
685247
  shipment_number: string | null;
683375
685248
  house_bill: string | null;
683376
685249
  weight_volume: Decimal | null;
@@ -683439,6 +685312,54 @@ declare const cargoflowRouter: BuiltRouter<{
683439
685312
  updated_by: string | null;
683440
685313
  } | null;
683441
685314
  forwarding_shipment_organizations: {
685315
+ organization: {
685316
+ is_active: boolean | null;
685317
+ id: string;
685318
+ logic_code: string | null;
685319
+ name: string | null;
685320
+ id_country: string | null;
685321
+ id_state: string | null;
685322
+ id_city: string | null;
685323
+ id_postal_code: string | null;
685324
+ id_company: string | null;
685325
+ id_branch: string | null;
685326
+ code: string | null;
685327
+ created_at: Date | null;
685328
+ created_by: string | null;
685329
+ updated_at: Date | null;
685330
+ updated_by: string | null;
685331
+ id_un_locode: string | null;
685332
+ email: string | null;
685333
+ id_business_category: string | null;
685334
+ id_controlling_branch: string | null;
685335
+ id_airline: string | null;
685336
+ id_shipping_line: string | null;
685337
+ phone: string | null;
685338
+ website_url: string | null;
685339
+ company_number: string | null;
685340
+ company_tax_number: string | null;
685341
+ } | null;
685342
+ organization_address: {
685343
+ is_active: boolean | null;
685344
+ id: string;
685345
+ logic_code: string | null;
685346
+ id_country: string | null;
685347
+ id_state: string | null;
685348
+ id_city: string | null;
685349
+ id_postal_code: string | null;
685350
+ code: string | null;
685351
+ address: string | null;
685352
+ mobile_phone: string | null;
685353
+ created_at: Date | null;
685354
+ created_by: string | null;
685355
+ updated_at: Date | null;
685356
+ updated_by: string | null;
685357
+ id_un_locode: string | null;
685358
+ email: string | null;
685359
+ id_organization: string | null;
685360
+ phone: string | null;
685361
+ fax: string | null;
685362
+ } | null;
683442
685363
  is_active: boolean | null;
683443
685364
  id: string;
683444
685365
  logic_code: string | null;
@@ -683530,21 +685451,17 @@ declare const cargoflowRouter: BuiltRouter<{
683530
685451
  driver_mobile: string | null;
683531
685452
  is_by_shipper_consignee: boolean | null;
683532
685453
  }[];
683533
- forwarding_shipment_attachments: {
685454
+ forwarding_shipment_type: {
683534
685455
  is_active: boolean | null;
683535
685456
  id: string;
685457
+ logic_code: string | null;
685458
+ name: string | null;
685459
+ code: string | null;
683536
685460
  created_at: Date | null;
683537
685461
  created_by: string | null;
683538
685462
  updated_at: Date | null;
683539
685463
  updated_by: string | null;
683540
- id_forwarding_shipment: string | null;
683541
- label: string | null;
683542
- file_name: string | null;
683543
- file_path: string | null;
683544
- file_size: number | null;
683545
- file_extension: string | null;
683546
- storage_provider: string | null;
683547
- }[];
685464
+ } | null;
683548
685465
  container_shipping_type: {
683549
685466
  is_active: boolean | null;
683550
685467
  id: string;
@@ -683875,6 +685792,305 @@ declare const cargoflowRouter: BuiltRouter<{
683875
685792
  coo_number: string | null;
683876
685793
  coo_date: Date | null;
683877
685794
  } | null;
685795
+ forwarding_shipment_custom_entries: {
685796
+ is_active: boolean | null;
685797
+ id: string;
685798
+ logic_code: string | null;
685799
+ created_at: Date | null;
685800
+ created_by: string | null;
685801
+ updated_at: Date | null;
685802
+ updated_by: string | null;
685803
+ id_type: string | null;
685804
+ id_forwarding_shipment: string | null;
685805
+ issue_date: Date | null;
685806
+ entry_number: string | null;
685807
+ expiry_date: Date | null;
685808
+ }[];
685809
+ is_active: boolean | null;
685810
+ id: string;
685811
+ logic_code: string | null;
685812
+ name: string | null;
685813
+ code: string | null;
685814
+ created_at: Date | null;
685815
+ created_by: string | null;
685816
+ updated_at: Date | null;
685817
+ updated_by: string | null;
685818
+ description: string | null;
685819
+ id_container_shipping_type: string | null;
685820
+ id_transport_type: string | null;
685821
+ id_incoterm: string | null;
685822
+ id_service_level: string | null;
685823
+ id_release_type: string | null;
685824
+ id_on_board_status: string | null;
685825
+ id_weight_unit: string | null;
685826
+ id_volume_unit: string | null;
685827
+ id_chargeable_unit: string | null;
685828
+ mark_number: string | null;
685829
+ volume: Decimal | null;
685830
+ chargeable: Decimal | null;
685831
+ weight: Decimal | null;
685832
+ id_shipment_type: string | null;
685833
+ id_origin: string | null;
685834
+ id_destination: string | null;
685835
+ id_weight_volume_unit: string | null;
685836
+ id_package_count_type: string | null;
685837
+ id_package_inner_count_type: string | null;
685838
+ id_air_waybill_dims: string | null;
685839
+ id_house_bill_type: string | null;
685840
+ id_hbl_delivery_mode: string | null;
685841
+ id_charge_apply: string | null;
685842
+ id_control_customer: string | null;
685843
+ id_control_agent: string | null;
685844
+ shipment_number: string | null;
685845
+ house_bill: string | null;
685846
+ weight_volume: Decimal | null;
685847
+ package_count: number | null;
685848
+ package_inner_count: number | null;
685849
+ original_bills: number | null;
685850
+ copy_bills: number | null;
685851
+ estimated_delivery_date: Date | null;
685852
+ estimated_arrival_date: Date | null;
685853
+ issue_date: Date | null;
685854
+ };
685855
+ };
685856
+ meta: object;
685857
+ }>;
685858
+ histories: BuiltRouter<{
685859
+ ctx: Context;
685860
+ meta: object;
685861
+ errorShape: DefaultErrorShape;
685862
+ transformer: false;
685863
+ }, DecorateCreateRouterOptions<{
685864
+ get: MutationProcedure<{
685865
+ input: {
685866
+ search?: string | null | undefined;
685867
+ take?: string | number | null | undefined;
685868
+ skip?: string | number | null | undefined;
685869
+ is_active?: (string | number | boolean)[] | null | undefined;
685870
+ is_system?: (string | number | boolean)[] | null | undefined;
685871
+ ids_include?: (string | number | bigint)[] | null | undefined;
685872
+ ids_exclude?: (string | number | bigint)[] | null | undefined;
685873
+ ids_string_include?: string[] | null | undefined;
685874
+ ids_string_exclude?: string[] | null | undefined;
685875
+ logic_codes_include?: string[] | null | undefined;
685876
+ logic_codes_exclude?: string[] | null | undefined;
685877
+ created_at?: {
685878
+ start_date?: string | null | undefined;
685879
+ end_date?: string | null | undefined;
685880
+ } | null | undefined;
685881
+ updated_at?: {
685882
+ start_date?: string | null | undefined;
685883
+ end_date?: string | null | undefined;
685884
+ } | null | undefined;
685885
+ order_by?: {
685886
+ field: string;
685887
+ direction: "asc" | "desc";
685888
+ } | null | undefined;
685889
+ order_bys?: {
685890
+ field: string;
685891
+ direction: "asc" | "desc";
685892
+ }[] | null | undefined;
685893
+ id_log_type?: string | number | bigint | null | undefined;
685894
+ ids_log_type?: (string | number | bigint)[] | null | undefined;
685895
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
685896
+ ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
685897
+ };
685898
+ output: {
685899
+ data: {
685900
+ log_type: {
685901
+ is_active: boolean | null;
685902
+ id: string;
685903
+ logic_code: string | null;
685904
+ name: string | null;
685905
+ created_at: Date | null;
685906
+ created_by: string | null;
685907
+ updated_at: Date | null;
685908
+ updated_by: string | null;
685909
+ } | null;
685910
+ id: string;
685911
+ id_log_type: string | null;
685912
+ url: string | null;
685913
+ params: SimpleJson;
685914
+ action: string | null;
685915
+ action_by: string | null;
685916
+ action_id: string | null;
685917
+ action_at: Date | null;
685918
+ id_forwarding_shipment: string | null;
685919
+ }[] | undefined;
685920
+ total: number | undefined;
685921
+ };
685922
+ meta: object;
685923
+ }>;
685924
+ getDetail: MutationProcedure<{
685925
+ input: {
685926
+ is_active?: (string | number | boolean)[] | null | undefined;
685927
+ is_system?: (string | number | boolean)[] | null | undefined;
685928
+ id?: string | number | bigint | null | undefined;
685929
+ id_string?: string | null | undefined;
685930
+ logic_code?: string | null | undefined;
685931
+ };
685932
+ output: {
685933
+ data: {
685934
+ log_type: {
685935
+ is_active: boolean | null;
685936
+ id: string;
685937
+ logic_code: string | null;
685938
+ name: string | null;
685939
+ created_at: Date | null;
685940
+ created_by: string | null;
685941
+ updated_at: Date | null;
685942
+ updated_by: string | null;
685943
+ } | null;
685944
+ id: string;
685945
+ id_log_type: string | null;
685946
+ url: string | null;
685947
+ params: SimpleJson;
685948
+ action: string | null;
685949
+ action_by: string | null;
685950
+ action_id: string | null;
685951
+ action_at: Date | null;
685952
+ id_forwarding_shipment: string | null;
685953
+ } | undefined;
685954
+ };
685955
+ meta: object;
685956
+ }>;
685957
+ }>>;
685958
+ create: MutationProcedure<{
685959
+ input: {
685960
+ is_active?: string | number | boolean | null | undefined;
685961
+ id_shipment_type?: string | number | bigint | null | undefined;
685962
+ id_transport_type?: string | number | bigint | null | undefined;
685963
+ id_container_shipping_type?: string | number | bigint | null | undefined;
685964
+ id_origin?: string | number | bigint | null | undefined;
685965
+ id_destination?: string | number | bigint | null | undefined;
685966
+ id_weight_unit?: string | number | bigint | null | undefined;
685967
+ id_volume_unit?: string | number | bigint | null | undefined;
685968
+ id_chargeable_unit?: string | number | bigint | null | undefined;
685969
+ id_weight_volume_unit?: string | number | bigint | null | undefined;
685970
+ id_package_count_type?: string | number | bigint | null | undefined;
685971
+ id_package_inner_count_type?: string | number | bigint | null | undefined;
685972
+ id_incoterm?: string | number | bigint | null | undefined;
685973
+ id_service_level?: string | number | bigint | null | undefined;
685974
+ id_release_type?: string | number | bigint | null | undefined;
685975
+ id_air_waybill_dims?: string | number | bigint | null | undefined;
685976
+ id_house_bill_type?: string | number | bigint | null | undefined;
685977
+ id_on_board_status?: string | number | bigint | null | undefined;
685978
+ id_hbl_delivery_mode?: string | number | bigint | null | undefined;
685979
+ id_charge_apply?: string | number | bigint | null | undefined;
685980
+ id_control_customer?: string | number | bigint | null | undefined;
685981
+ id_control_agent?: string | number | bigint | null | undefined;
685982
+ code?: string | null | undefined;
685983
+ name?: string | null | undefined;
685984
+ weight?: string | null | undefined;
685985
+ volume?: string | null | undefined;
685986
+ chargeable?: string | null | undefined;
685987
+ weight_volume?: string | null | undefined;
685988
+ package_count?: string | number | null | undefined;
685989
+ package_inner_count?: string | number | null | undefined;
685990
+ description?: string | null | undefined;
685991
+ mark_number?: string | null | undefined;
685992
+ original_bills?: string | number | null | undefined;
685993
+ copy_bills?: string | number | null | undefined;
685994
+ estimated_delivery_date?: string | null | undefined;
685995
+ estimated_arrival_date?: string | null | undefined;
685996
+ issue_date?: string | null | undefined;
685997
+ shipper?: {
685998
+ is_active?: string | number | boolean | null | undefined;
685999
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686000
+ id_organization?: string | number | bigint | null | undefined;
686001
+ id_organization_address?: string | number | bigint | null | undefined;
686002
+ id_type?: string | number | bigint | null | undefined;
686003
+ code?: string | null | undefined;
686004
+ name?: string | null | undefined;
686005
+ address?: string | null | undefined;
686006
+ is_override?: string | number | boolean | null | undefined;
686007
+ } | undefined;
686008
+ consignee?: {
686009
+ is_active?: string | number | boolean | null | undefined;
686010
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686011
+ id_organization?: string | number | bigint | null | undefined;
686012
+ id_organization_address?: string | number | bigint | null | undefined;
686013
+ id_type?: string | number | bigint | null | undefined;
686014
+ code?: string | null | undefined;
686015
+ name?: string | null | undefined;
686016
+ address?: string | null | undefined;
686017
+ is_override?: string | number | boolean | null | undefined;
686018
+ } | undefined;
686019
+ notify_party?: {
686020
+ is_active?: string | number | boolean | null | undefined;
686021
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686022
+ id_organization?: string | number | bigint | null | undefined;
686023
+ id_organization_address?: string | number | bigint | null | undefined;
686024
+ id_type?: string | number | bigint | null | undefined;
686025
+ code?: string | null | undefined;
686026
+ name?: string | null | undefined;
686027
+ address?: string | null | undefined;
686028
+ is_override?: string | number | boolean | null | undefined;
686029
+ } | undefined;
686030
+ customs_entries?: {
686031
+ is_active?: string | number | boolean | null | undefined;
686032
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686033
+ id_type?: string | number | bigint | null | undefined;
686034
+ entry_number?: string | null | undefined;
686035
+ issue_date?: string | null | undefined;
686036
+ expiry_date?: string | null | undefined;
686037
+ }[] | undefined;
686038
+ customs_idn_data?: {
686039
+ is_active?: string | number | boolean | null | undefined;
686040
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686041
+ id_clearance_type?: string | number | bigint | null | undefined;
686042
+ peb_pib_number?: string | null | undefined;
686043
+ peb_pib_date?: string | null | undefined;
686044
+ npe_number?: string | null | undefined;
686045
+ npe_date?: string | null | undefined;
686046
+ ppb_number?: string | null | undefined;
686047
+ ppb_date?: string | null | undefined;
686048
+ pib_confirm_date?: string | null | undefined;
686049
+ billing_date?: string | null | undefined;
686050
+ billing_amount?: string | null | undefined;
686051
+ cargo_value?: string | null | undefined;
686052
+ bpn_date?: string | null | undefined;
686053
+ spjm_spjk_date?: string | null | undefined;
686054
+ sppb_date?: string | null | undefined;
686055
+ coo_number?: string | null | undefined;
686056
+ coo_date?: string | null | undefined;
686057
+ } | undefined;
686058
+ packings?: {
686059
+ is_active?: string | number | boolean | null | undefined;
686060
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686061
+ id_forwarding_booking?: string | number | bigint | null | undefined;
686062
+ id_console_container?: string | number | bigint | null | undefined;
686063
+ id_package_type?: string | number | bigint | null | undefined;
686064
+ id_weight_unit?: string | number | bigint | null | undefined;
686065
+ id_volume_unit?: string | number | bigint | null | undefined;
686066
+ id_length_unit?: string | number | bigint | null | undefined;
686067
+ id_width_unit?: string | number | bigint | null | undefined;
686068
+ id_height_unit?: string | number | bigint | null | undefined;
686069
+ id_commodity?: string | number | bigint | null | undefined;
686070
+ id_dg_substance?: string | number | bigint | null | undefined;
686071
+ id_dg_class?: string | number | bigint | null | undefined;
686072
+ code?: string | null | undefined;
686073
+ po_number?: string | null | undefined;
686074
+ goods_description?: string | null | undefined;
686075
+ item_number?: string | null | undefined;
686076
+ pack?: string | number | null | undefined;
686077
+ packing_order?: string | number | null | undefined;
686078
+ weight?: string | null | undefined;
686079
+ volume?: string | null | undefined;
686080
+ length?: string | null | undefined;
686081
+ width?: string | null | undefined;
686082
+ height?: string | null | undefined;
686083
+ description?: string | null | undefined;
686084
+ harmonized_code?: string | null | undefined;
686085
+ harmonized_description?: string | null | undefined;
686086
+ dg_substance_name?: string | null | undefined;
686087
+ dg_class_name?: string | null | undefined;
686088
+ flash_point?: string | null | undefined;
686089
+ un_dg_contact?: string | null | undefined;
686090
+ }[] | undefined;
686091
+ };
686092
+ output: {
686093
+ data: {
683878
686094
  is_active: boolean | null;
683879
686095
  id: string;
683880
686096
  logic_code: string | null;
@@ -683898,6 +686114,7 @@ declare const cargoflowRouter: BuiltRouter<{
683898
686114
  volume: Decimal | null;
683899
686115
  chargeable: Decimal | null;
683900
686116
  weight: Decimal | null;
686117
+ id_shipment_type: string | null;
683901
686118
  id_origin: string | null;
683902
686119
  id_destination: string | null;
683903
686120
  id_weight_volume_unit: string | null;
@@ -683909,7 +686126,6 @@ declare const cargoflowRouter: BuiltRouter<{
683909
686126
  id_charge_apply: string | null;
683910
686127
  id_control_customer: string | null;
683911
686128
  id_control_agent: string | null;
683912
- id_shipment_type: string | null;
683913
686129
  shipment_number: string | null;
683914
686130
  house_bill: string | null;
683915
686131
  weight_volume: Decimal | null;
@@ -683921,61 +686137,8 @@ declare const cargoflowRouter: BuiltRouter<{
683921
686137
  estimated_arrival_date: Date | null;
683922
686138
  issue_date: Date | null;
683923
686139
  };
683924
- };
683925
- meta: object;
683926
- }>;
683927
- histories: BuiltRouter<{
683928
- ctx: Context;
683929
- meta: object;
683930
- errorShape: DefaultErrorShape;
683931
- transformer: false;
683932
- }, DecorateCreateRouterOptions<{
683933
- get: MutationProcedure<{
683934
- input: {
683935
- search?: string | null | undefined;
683936
- take?: string | number | null | undefined;
683937
- skip?: string | number | null | undefined;
683938
- is_active?: (string | number | boolean)[] | null | undefined;
683939
- is_system?: (string | number | boolean)[] | null | undefined;
683940
- ids_include?: (string | number | bigint)[] | null | undefined;
683941
- ids_exclude?: (string | number | bigint)[] | null | undefined;
683942
- ids_string_include?: string[] | null | undefined;
683943
- ids_string_exclude?: string[] | null | undefined;
683944
- logic_codes_include?: string[] | null | undefined;
683945
- logic_codes_exclude?: string[] | null | undefined;
683946
- created_at?: {
683947
- start_date?: string | null | undefined;
683948
- end_date?: string | null | undefined;
683949
- } | null | undefined;
683950
- updated_at?: {
683951
- start_date?: string | null | undefined;
683952
- end_date?: string | null | undefined;
683953
- } | null | undefined;
683954
- order_by?: {
683955
- field: string;
683956
- direction: "asc" | "desc";
683957
- } | null | undefined;
683958
- order_bys?: {
683959
- field: string;
683960
- direction: "asc" | "desc";
683961
- }[] | null | undefined;
683962
- id_log_type?: string | number | bigint | null | undefined;
683963
- ids_log_type?: (string | number | bigint)[] | null | undefined;
683964
- id_forwarding_shipment?: string | number | bigint | null | undefined;
683965
- ids_forwarding_shipment?: (string | number | bigint)[] | null | undefined;
683966
- };
683967
- output: {
686140
+ log: {
683968
686141
  data: {
683969
- log_type: {
683970
- is_active: boolean | null;
683971
- id: string;
683972
- logic_code: string | null;
683973
- name: string | null;
683974
- created_at: Date | null;
683975
- created_by: string | null;
683976
- updated_at: Date | null;
683977
- updated_by: string | null;
683978
- } | null;
683979
686142
  id: string;
683980
686143
  id_log_type: string | null;
683981
686144
  url: string | null;
@@ -683985,31 +686148,207 @@ declare const cargoflowRouter: BuiltRouter<{
683985
686148
  action_id: string | null;
683986
686149
  action_at: Date | null;
683987
686150
  id_forwarding_shipment: string | null;
683988
- }[] | undefined;
683989
- total: number | undefined;
686151
+ } | undefined;
683990
686152
  };
683991
- meta: object;
683992
- }>;
683993
- getDetail: MutationProcedure<{
683994
- input: {
683995
- is_active?: (string | number | boolean)[] | null | undefined;
686153
+ } | undefined;
686154
+ meta: object;
686155
+ }>;
686156
+ update: MutationProcedure<{
686157
+ input: {
686158
+ is_system?: (string | number | boolean)[] | null | undefined;
686159
+ id?: string | number | bigint | null | undefined;
686160
+ id_string?: string | null | undefined;
686161
+ logic_code?: string | null | undefined;
686162
+ packings?: {
686163
+ is_system?: (string | number | boolean)[] | null | undefined;
686164
+ id?: string | number | bigint | null | undefined;
686165
+ id_string?: string | null | undefined;
686166
+ logic_code?: string | null | undefined;
686167
+ is_active?: string | number | boolean | null | undefined;
686168
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686169
+ id_forwarding_booking?: string | number | bigint | null | undefined;
686170
+ id_console_container?: string | number | bigint | null | undefined;
686171
+ id_package_type?: string | number | bigint | null | undefined;
686172
+ id_weight_unit?: string | number | bigint | null | undefined;
686173
+ id_volume_unit?: string | number | bigint | null | undefined;
686174
+ id_length_unit?: string | number | bigint | null | undefined;
686175
+ id_width_unit?: string | number | bigint | null | undefined;
686176
+ id_height_unit?: string | number | bigint | null | undefined;
686177
+ id_commodity?: string | number | bigint | null | undefined;
686178
+ id_dg_substance?: string | number | bigint | null | undefined;
686179
+ id_dg_class?: string | number | bigint | null | undefined;
686180
+ code?: string | null | undefined;
686181
+ po_number?: string | null | undefined;
686182
+ goods_description?: string | null | undefined;
686183
+ item_number?: string | null | undefined;
686184
+ pack?: string | number | null | undefined;
686185
+ packing_order?: string | number | null | undefined;
686186
+ weight?: string | null | undefined;
686187
+ volume?: string | null | undefined;
686188
+ length?: string | null | undefined;
686189
+ width?: string | null | undefined;
686190
+ height?: string | null | undefined;
686191
+ description?: string | null | undefined;
686192
+ harmonized_code?: string | null | undefined;
686193
+ harmonized_description?: string | null | undefined;
686194
+ dg_substance_name?: string | null | undefined;
686195
+ dg_class_name?: string | null | undefined;
686196
+ flash_point?: string | null | undefined;
686197
+ un_dg_contact?: string | null | undefined;
686198
+ }[] | undefined;
686199
+ customs_entries?: {
683996
686200
  is_system?: (string | number | boolean)[] | null | undefined;
683997
686201
  id?: string | number | bigint | null | undefined;
683998
686202
  id_string?: string | null | undefined;
683999
686203
  logic_code?: string | null | undefined;
686204
+ is_active?: string | number | boolean | null | undefined;
686205
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686206
+ id_type?: string | number | bigint | null | undefined;
686207
+ entry_number?: string | null | undefined;
686208
+ issue_date?: string | null | undefined;
686209
+ expiry_date?: string | null | undefined;
686210
+ }[] | undefined;
686211
+ is_active?: string | number | boolean | null | undefined;
686212
+ id_shipment_type?: string | number | bigint | null | undefined;
686213
+ id_transport_type?: string | number | bigint | null | undefined;
686214
+ id_container_shipping_type?: string | number | bigint | null | undefined;
686215
+ id_origin?: string | number | bigint | null | undefined;
686216
+ id_destination?: string | number | bigint | null | undefined;
686217
+ id_weight_unit?: string | number | bigint | null | undefined;
686218
+ id_volume_unit?: string | number | bigint | null | undefined;
686219
+ id_chargeable_unit?: string | number | bigint | null | undefined;
686220
+ id_weight_volume_unit?: string | number | bigint | null | undefined;
686221
+ id_package_count_type?: string | number | bigint | null | undefined;
686222
+ id_package_inner_count_type?: string | number | bigint | null | undefined;
686223
+ id_incoterm?: string | number | bigint | null | undefined;
686224
+ id_service_level?: string | number | bigint | null | undefined;
686225
+ id_release_type?: string | number | bigint | null | undefined;
686226
+ id_air_waybill_dims?: string | number | bigint | null | undefined;
686227
+ id_house_bill_type?: string | number | bigint | null | undefined;
686228
+ id_on_board_status?: string | number | bigint | null | undefined;
686229
+ id_hbl_delivery_mode?: string | number | bigint | null | undefined;
686230
+ id_charge_apply?: string | number | bigint | null | undefined;
686231
+ id_control_customer?: string | number | bigint | null | undefined;
686232
+ id_control_agent?: string | number | bigint | null | undefined;
686233
+ code?: string | null | undefined;
686234
+ name?: string | null | undefined;
686235
+ weight?: string | null | undefined;
686236
+ volume?: string | null | undefined;
686237
+ chargeable?: string | null | undefined;
686238
+ weight_volume?: string | null | undefined;
686239
+ package_count?: string | number | null | undefined;
686240
+ package_inner_count?: string | number | null | undefined;
686241
+ description?: string | null | undefined;
686242
+ mark_number?: string | null | undefined;
686243
+ original_bills?: string | number | null | undefined;
686244
+ copy_bills?: string | number | null | undefined;
686245
+ estimated_delivery_date?: string | null | undefined;
686246
+ estimated_arrival_date?: string | null | undefined;
686247
+ issue_date?: string | null | undefined;
686248
+ shipper?: {
686249
+ is_active?: string | number | boolean | null | undefined;
686250
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686251
+ id_organization?: string | number | bigint | null | undefined;
686252
+ id_organization_address?: string | number | bigint | null | undefined;
686253
+ id_type?: string | number | bigint | null | undefined;
686254
+ code?: string | null | undefined;
686255
+ name?: string | null | undefined;
686256
+ address?: string | null | undefined;
686257
+ is_override?: string | number | boolean | null | undefined;
686258
+ } | undefined;
686259
+ consignee?: {
686260
+ is_active?: string | number | boolean | null | undefined;
686261
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686262
+ id_organization?: string | number | bigint | null | undefined;
686263
+ id_organization_address?: string | number | bigint | null | undefined;
686264
+ id_type?: string | number | bigint | null | undefined;
686265
+ code?: string | null | undefined;
686266
+ name?: string | null | undefined;
686267
+ address?: string | null | undefined;
686268
+ is_override?: string | number | boolean | null | undefined;
686269
+ } | undefined;
686270
+ notify_party?: {
686271
+ is_active?: string | number | boolean | null | undefined;
686272
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686273
+ id_organization?: string | number | bigint | null | undefined;
686274
+ id_organization_address?: string | number | bigint | null | undefined;
686275
+ id_type?: string | number | bigint | null | undefined;
686276
+ code?: string | null | undefined;
686277
+ name?: string | null | undefined;
686278
+ address?: string | null | undefined;
686279
+ is_override?: string | number | boolean | null | undefined;
686280
+ } | undefined;
686281
+ customs_idn_data?: {
686282
+ is_active?: string | number | boolean | null | undefined;
686283
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
686284
+ id_clearance_type?: string | number | bigint | null | undefined;
686285
+ peb_pib_number?: string | null | undefined;
686286
+ peb_pib_date?: string | null | undefined;
686287
+ npe_number?: string | null | undefined;
686288
+ npe_date?: string | null | undefined;
686289
+ ppb_number?: string | null | undefined;
686290
+ ppb_date?: string | null | undefined;
686291
+ pib_confirm_date?: string | null | undefined;
686292
+ billing_date?: string | null | undefined;
686293
+ billing_amount?: string | null | undefined;
686294
+ cargo_value?: string | null | undefined;
686295
+ bpn_date?: string | null | undefined;
686296
+ spjm_spjk_date?: string | null | undefined;
686297
+ sppb_date?: string | null | undefined;
686298
+ coo_number?: string | null | undefined;
686299
+ coo_date?: string | null | undefined;
686300
+ } | undefined;
686301
+ };
686302
+ output: {
686303
+ data: {
686304
+ is_active: boolean | null;
686305
+ id: string;
686306
+ logic_code: string | null;
686307
+ name: string | null;
686308
+ code: string | null;
686309
+ created_at: Date | null;
686310
+ created_by: string | null;
686311
+ updated_at: Date | null;
686312
+ updated_by: string | null;
686313
+ description: string | null;
686314
+ id_container_shipping_type: string | null;
686315
+ id_transport_type: string | null;
686316
+ id_incoterm: string | null;
686317
+ id_service_level: string | null;
686318
+ id_release_type: string | null;
686319
+ id_on_board_status: string | null;
686320
+ id_weight_unit: string | null;
686321
+ id_volume_unit: string | null;
686322
+ id_chargeable_unit: string | null;
686323
+ mark_number: string | null;
686324
+ volume: Decimal | null;
686325
+ chargeable: Decimal | null;
686326
+ weight: Decimal | null;
686327
+ id_shipment_type: string | null;
686328
+ id_origin: string | null;
686329
+ id_destination: string | null;
686330
+ id_weight_volume_unit: string | null;
686331
+ id_package_count_type: string | null;
686332
+ id_package_inner_count_type: string | null;
686333
+ id_air_waybill_dims: string | null;
686334
+ id_house_bill_type: string | null;
686335
+ id_hbl_delivery_mode: string | null;
686336
+ id_charge_apply: string | null;
686337
+ id_control_customer: string | null;
686338
+ id_control_agent: string | null;
686339
+ shipment_number: string | null;
686340
+ house_bill: string | null;
686341
+ weight_volume: Decimal | null;
686342
+ package_count: number | null;
686343
+ package_inner_count: number | null;
686344
+ original_bills: number | null;
686345
+ copy_bills: number | null;
686346
+ estimated_delivery_date: Date | null;
686347
+ estimated_arrival_date: Date | null;
686348
+ issue_date: Date | null;
684000
686349
  };
684001
- output: {
686350
+ log: {
684002
686351
  data: {
684003
- log_type: {
684004
- is_active: boolean | null;
684005
- id: string;
684006
- logic_code: string | null;
684007
- name: string | null;
684008
- created_at: Date | null;
684009
- created_by: string | null;
684010
- updated_at: Date | null;
684011
- updated_by: string | null;
684012
- } | null;
684013
686352
  id: string;
684014
686353
  id_log_type: string | null;
684015
686354
  url: string | null;
@@ -684021,9 +686360,9 @@ declare const cargoflowRouter: BuiltRouter<{
684021
686360
  id_forwarding_shipment: string | null;
684022
686361
  } | undefined;
684023
686362
  };
684024
- meta: object;
684025
- }>;
684026
- }>>;
686363
+ } | undefined;
686364
+ meta: object;
686365
+ }>;
684027
686366
  delete: MutationProcedure<{
684028
686367
  input: {
684029
686368
  id?: string | number | bigint | null | undefined;
@@ -684056,6 +686395,7 @@ declare const cargoflowRouter: BuiltRouter<{
684056
686395
  volume: Decimal | null;
684057
686396
  chargeable: Decimal | null;
684058
686397
  weight: Decimal | null;
686398
+ id_shipment_type: string | null;
684059
686399
  id_origin: string | null;
684060
686400
  id_destination: string | null;
684061
686401
  id_weight_volume_unit: string | null;
@@ -684067,7 +686407,6 @@ declare const cargoflowRouter: BuiltRouter<{
684067
686407
  id_charge_apply: string | null;
684068
686408
  id_control_customer: string | null;
684069
686409
  id_control_agent: string | null;
684070
- id_shipment_type: string | null;
684071
686410
  shipment_number: string | null;
684072
686411
  house_bill: string | null;
684073
686412
  weight_volume: Decimal | null;
@@ -684208,30 +686547,6 @@ declare const cargoflowRouter: BuiltRouter<{
684208
686547
  is_vent_required: boolean;
684209
686548
  expiration_date: number | null;
684210
686549
  } | null;
684211
- weight_unit: {
684212
- is_active: boolean | null;
684213
- id: string;
684214
- logic_code: string | null;
684215
- name: string | null;
684216
- code: string | null;
684217
- created_at: Date | null;
684218
- created_by: string | null;
684219
- updated_at: Date | null;
684220
- updated_by: string | null;
684221
- id_type: string | null;
684222
- } | null;
684223
- volume_unit: {
684224
- is_active: boolean | null;
684225
- id: string;
684226
- logic_code: string | null;
684227
- name: string | null;
684228
- code: string | null;
684229
- created_at: Date | null;
684230
- created_by: string | null;
684231
- updated_at: Date | null;
684232
- updated_by: string | null;
684233
- id_type: string | null;
684234
- } | null;
684235
686550
  forwarding_shipment: {
684236
686551
  is_active: boolean | null;
684237
686552
  id: string;
@@ -684256,6 +686571,7 @@ declare const cargoflowRouter: BuiltRouter<{
684256
686571
  volume: Decimal | null;
684257
686572
  chargeable: Decimal | null;
684258
686573
  weight: Decimal | null;
686574
+ id_shipment_type: string | null;
684259
686575
  id_origin: string | null;
684260
686576
  id_destination: string | null;
684261
686577
  id_weight_volume_unit: string | null;
@@ -684267,7 +686583,6 @@ declare const cargoflowRouter: BuiltRouter<{
684267
686583
  id_charge_apply: string | null;
684268
686584
  id_control_customer: string | null;
684269
686585
  id_control_agent: string | null;
684270
- id_shipment_type: string | null;
684271
686586
  shipment_number: string | null;
684272
686587
  house_bill: string | null;
684273
686588
  weight_volume: Decimal | null;
@@ -684312,6 +686627,30 @@ declare const cargoflowRouter: BuiltRouter<{
684312
686627
  id_measurement_unit_type: string | null;
684313
686628
  is_keep_upright: boolean | null;
684314
686629
  } | null;
686630
+ weight_unit: {
686631
+ is_active: boolean | null;
686632
+ id: string;
686633
+ logic_code: string | null;
686634
+ name: string | null;
686635
+ code: string | null;
686636
+ created_at: Date | null;
686637
+ created_by: string | null;
686638
+ updated_at: Date | null;
686639
+ updated_by: string | null;
686640
+ id_type: string | null;
686641
+ } | null;
686642
+ volume_unit: {
686643
+ is_active: boolean | null;
686644
+ id: string;
686645
+ logic_code: string | null;
686646
+ name: string | null;
686647
+ code: string | null;
686648
+ created_at: Date | null;
686649
+ created_by: string | null;
686650
+ updated_at: Date | null;
686651
+ updated_by: string | null;
686652
+ id_type: string | null;
686653
+ } | null;
684315
686654
  length_unit: {
684316
686655
  is_active: boolean | null;
684317
686656
  id: string;
@@ -684506,30 +686845,6 @@ declare const cargoflowRouter: BuiltRouter<{
684506
686845
  is_vent_required: boolean;
684507
686846
  expiration_date: number | null;
684508
686847
  } | null;
684509
- weight_unit: {
684510
- is_active: boolean | null;
684511
- id: string;
684512
- logic_code: string | null;
684513
- name: string | null;
684514
- code: string | null;
684515
- created_at: Date | null;
684516
- created_by: string | null;
684517
- updated_at: Date | null;
684518
- updated_by: string | null;
684519
- id_type: string | null;
684520
- } | null;
684521
- volume_unit: {
684522
- is_active: boolean | null;
684523
- id: string;
684524
- logic_code: string | null;
684525
- name: string | null;
684526
- code: string | null;
684527
- created_at: Date | null;
684528
- created_by: string | null;
684529
- updated_at: Date | null;
684530
- updated_by: string | null;
684531
- id_type: string | null;
684532
- } | null;
684533
686848
  forwarding_shipment: {
684534
686849
  is_active: boolean | null;
684535
686850
  id: string;
@@ -684554,6 +686869,7 @@ declare const cargoflowRouter: BuiltRouter<{
684554
686869
  volume: Decimal | null;
684555
686870
  chargeable: Decimal | null;
684556
686871
  weight: Decimal | null;
686872
+ id_shipment_type: string | null;
684557
686873
  id_origin: string | null;
684558
686874
  id_destination: string | null;
684559
686875
  id_weight_volume_unit: string | null;
@@ -684565,7 +686881,6 @@ declare const cargoflowRouter: BuiltRouter<{
684565
686881
  id_charge_apply: string | null;
684566
686882
  id_control_customer: string | null;
684567
686883
  id_control_agent: string | null;
684568
- id_shipment_type: string | null;
684569
686884
  shipment_number: string | null;
684570
686885
  house_bill: string | null;
684571
686886
  weight_volume: Decimal | null;
@@ -684610,6 +686925,30 @@ declare const cargoflowRouter: BuiltRouter<{
684610
686925
  id_measurement_unit_type: string | null;
684611
686926
  is_keep_upright: boolean | null;
684612
686927
  } | null;
686928
+ weight_unit: {
686929
+ is_active: boolean | null;
686930
+ id: string;
686931
+ logic_code: string | null;
686932
+ name: string | null;
686933
+ code: string | null;
686934
+ created_at: Date | null;
686935
+ created_by: string | null;
686936
+ updated_at: Date | null;
686937
+ updated_by: string | null;
686938
+ id_type: string | null;
686939
+ } | null;
686940
+ volume_unit: {
686941
+ is_active: boolean | null;
686942
+ id: string;
686943
+ logic_code: string | null;
686944
+ name: string | null;
686945
+ code: string | null;
686946
+ created_at: Date | null;
686947
+ created_by: string | null;
686948
+ updated_at: Date | null;
686949
+ updated_by: string | null;
686950
+ id_type: string | null;
686951
+ } | null;
684613
686952
  length_unit: {
684614
686953
  is_active: boolean | null;
684615
686954
  id: string;
@@ -685766,30 +688105,6 @@ declare const cargoflowRouter: BuiltRouter<{
685766
688105
  is_vent_required: boolean;
685767
688106
  expiration_date: number | null;
685768
688107
  } | null;
685769
- weight_unit: {
685770
- is_active: boolean | null;
685771
- id: string;
685772
- logic_code: string | null;
685773
- name: string | null;
685774
- code: string | null;
685775
- created_at: Date | null;
685776
- created_by: string | null;
685777
- updated_at: Date | null;
685778
- updated_by: string | null;
685779
- id_type: string | null;
685780
- } | null;
685781
- volume_unit: {
685782
- is_active: boolean | null;
685783
- id: string;
685784
- logic_code: string | null;
685785
- name: string | null;
685786
- code: string | null;
685787
- created_at: Date | null;
685788
- created_by: string | null;
685789
- updated_at: Date | null;
685790
- updated_by: string | null;
685791
- id_type: string | null;
685792
- } | null;
685793
688108
  forwarding_shipment: {
685794
688109
  is_active: boolean | null;
685795
688110
  id: string;
@@ -685814,6 +688129,7 @@ declare const cargoflowRouter: BuiltRouter<{
685814
688129
  volume: Decimal | null;
685815
688130
  chargeable: Decimal | null;
685816
688131
  weight: Decimal | null;
688132
+ id_shipment_type: string | null;
685817
688133
  id_origin: string | null;
685818
688134
  id_destination: string | null;
685819
688135
  id_weight_volume_unit: string | null;
@@ -685825,7 +688141,6 @@ declare const cargoflowRouter: BuiltRouter<{
685825
688141
  id_charge_apply: string | null;
685826
688142
  id_control_customer: string | null;
685827
688143
  id_control_agent: string | null;
685828
- id_shipment_type: string | null;
685829
688144
  shipment_number: string | null;
685830
688145
  house_bill: string | null;
685831
688146
  weight_volume: Decimal | null;
@@ -685856,6 +688171,30 @@ declare const cargoflowRouter: BuiltRouter<{
685856
688171
  id_measurement_unit_type: string | null;
685857
688172
  is_keep_upright: boolean | null;
685858
688173
  } | null;
688174
+ weight_unit: {
688175
+ is_active: boolean | null;
688176
+ id: string;
688177
+ logic_code: string | null;
688178
+ name: string | null;
688179
+ code: string | null;
688180
+ created_at: Date | null;
688181
+ created_by: string | null;
688182
+ updated_at: Date | null;
688183
+ updated_by: string | null;
688184
+ id_type: string | null;
688185
+ } | null;
688186
+ volume_unit: {
688187
+ is_active: boolean | null;
688188
+ id: string;
688189
+ logic_code: string | null;
688190
+ name: string | null;
688191
+ code: string | null;
688192
+ created_at: Date | null;
688193
+ created_by: string | null;
688194
+ updated_at: Date | null;
688195
+ updated_by: string | null;
688196
+ id_type: string | null;
688197
+ } | null;
685859
688198
  length_unit: {
685860
688199
  is_active: boolean | null;
685861
688200
  id: string;
@@ -686187,30 +688526,6 @@ declare const cargoflowRouter: BuiltRouter<{
686187
688526
  is_vent_required: boolean;
686188
688527
  expiration_date: number | null;
686189
688528
  } | null;
686190
- weight_unit: {
686191
- is_active: boolean | null;
686192
- id: string;
686193
- logic_code: string | null;
686194
- name: string | null;
686195
- code: string | null;
686196
- created_at: Date | null;
686197
- created_by: string | null;
686198
- updated_at: Date | null;
686199
- updated_by: string | null;
686200
- id_type: string | null;
686201
- } | null;
686202
- volume_unit: {
686203
- is_active: boolean | null;
686204
- id: string;
686205
- logic_code: string | null;
686206
- name: string | null;
686207
- code: string | null;
686208
- created_at: Date | null;
686209
- created_by: string | null;
686210
- updated_at: Date | null;
686211
- updated_by: string | null;
686212
- id_type: string | null;
686213
- } | null;
686214
688529
  forwarding_shipment: {
686215
688530
  is_active: boolean | null;
686216
688531
  id: string;
@@ -686235,6 +688550,7 @@ declare const cargoflowRouter: BuiltRouter<{
686235
688550
  volume: Decimal | null;
686236
688551
  chargeable: Decimal | null;
686237
688552
  weight: Decimal | null;
688553
+ id_shipment_type: string | null;
686238
688554
  id_origin: string | null;
686239
688555
  id_destination: string | null;
686240
688556
  id_weight_volume_unit: string | null;
@@ -686246,7 +688562,6 @@ declare const cargoflowRouter: BuiltRouter<{
686246
688562
  id_charge_apply: string | null;
686247
688563
  id_control_customer: string | null;
686248
688564
  id_control_agent: string | null;
686249
- id_shipment_type: string | null;
686250
688565
  shipment_number: string | null;
686251
688566
  house_bill: string | null;
686252
688567
  weight_volume: Decimal | null;
@@ -686277,6 +688592,30 @@ declare const cargoflowRouter: BuiltRouter<{
686277
688592
  id_measurement_unit_type: string | null;
686278
688593
  is_keep_upright: boolean | null;
686279
688594
  } | null;
688595
+ weight_unit: {
688596
+ is_active: boolean | null;
688597
+ id: string;
688598
+ logic_code: string | null;
688599
+ name: string | null;
688600
+ code: string | null;
688601
+ created_at: Date | null;
688602
+ created_by: string | null;
688603
+ updated_at: Date | null;
688604
+ updated_by: string | null;
688605
+ id_type: string | null;
688606
+ } | null;
688607
+ volume_unit: {
688608
+ is_active: boolean | null;
688609
+ id: string;
688610
+ logic_code: string | null;
688611
+ name: string | null;
688612
+ code: string | null;
688613
+ created_at: Date | null;
688614
+ created_by: string | null;
688615
+ updated_at: Date | null;
688616
+ updated_by: string | null;
688617
+ id_type: string | null;
688618
+ } | null;
686280
688619
  length_unit: {
686281
688620
  is_active: boolean | null;
686282
688621
  id: string;
@@ -705202,7 +707541,7 @@ declare const settingsRouter: BuiltRouter<{
705202
707541
  };
705203
707542
  output: {
705204
707543
  data: {
705205
- measurement_unit_type: {
707544
+ weight_unit: {
705206
707545
  is_active: boolean | null;
705207
707546
  id: string;
705208
707547
  logic_code: string | null;
@@ -705212,8 +707551,9 @@ declare const settingsRouter: BuiltRouter<{
705212
707551
  created_by: string | null;
705213
707552
  updated_at: Date | null;
705214
707553
  updated_by: string | null;
707554
+ id_type: string | null;
705215
707555
  } | null;
705216
- weight_unit: {
707556
+ measurement_unit_type: {
705217
707557
  is_active: boolean | null;
705218
707558
  id: string;
705219
707559
  logic_code: string | null;
@@ -705223,7 +707563,6 @@ declare const settingsRouter: BuiltRouter<{
705223
707563
  created_by: string | null;
705224
707564
  updated_at: Date | null;
705225
707565
  updated_by: string | null;
705226
- id_type: string | null;
705227
707566
  } | null;
705228
707567
  dimension_unit: {
705229
707568
  is_active: boolean | null;
@@ -705279,7 +707618,7 @@ declare const settingsRouter: BuiltRouter<{
705279
707618
  forwarding_shipment_packings: number;
705280
707619
  syncproc_purchase_orders: number;
705281
707620
  };
705282
- measurement_unit_type: {
707621
+ weight_unit: {
705283
707622
  is_active: boolean | null;
705284
707623
  id: string;
705285
707624
  logic_code: string | null;
@@ -705289,8 +707628,9 @@ declare const settingsRouter: BuiltRouter<{
705289
707628
  created_by: string | null;
705290
707629
  updated_at: Date | null;
705291
707630
  updated_by: string | null;
707631
+ id_type: string | null;
705292
707632
  } | null;
705293
- weight_unit: {
707633
+ measurement_unit_type: {
705294
707634
  is_active: boolean | null;
705295
707635
  id: string;
705296
707636
  logic_code: string | null;
@@ -705300,7 +707640,6 @@ declare const settingsRouter: BuiltRouter<{
705300
707640
  created_by: string | null;
705301
707641
  updated_at: Date | null;
705302
707642
  updated_by: string | null;
705303
- id_type: string | null;
705304
707643
  } | null;
705305
707644
  dimension_unit: {
705306
707645
  is_active: boolean | null;