@be-logixpair/api 0.0.96 → 0.0.97

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 +829 -53
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -690505,6 +690505,17 @@ declare const cargoflowRouter: BuiltRouter<{
690505
690505
  phone: string | null;
690506
690506
  fax: string | null;
690507
690507
  } | null;
690508
+ forwarding_shipment_organization_types: {
690509
+ is_active: boolean | null;
690510
+ id: string;
690511
+ logic_code: string | null;
690512
+ name: string | null;
690513
+ code: string | null;
690514
+ created_at: Date | null;
690515
+ created_by: string | null;
690516
+ updated_at: Date | null;
690517
+ updated_by: string | null;
690518
+ } | null;
690508
690519
  is_active: boolean | null;
690509
690520
  id: string;
690510
690521
  logic_code: string | null;
@@ -690966,6 +690977,17 @@ declare const cargoflowRouter: BuiltRouter<{
690966
690977
  phone: string | null;
690967
690978
  fax: string | null;
690968
690979
  } | null;
690980
+ forwarding_shipment_organization_types: {
690981
+ is_active: boolean | null;
690982
+ id: string;
690983
+ logic_code: string | null;
690984
+ name: string | null;
690985
+ code: string | null;
690986
+ created_at: Date | null;
690987
+ created_by: string | null;
690988
+ updated_at: Date | null;
690989
+ updated_by: string | null;
690990
+ } | null;
690969
690991
  is_active: boolean | null;
690970
690992
  id: string;
690971
690993
  logic_code: string | null;
@@ -691262,6 +691284,235 @@ declare const cargoflowRouter: BuiltRouter<{
691262
691284
  expiration_date: number | null;
691263
691285
  } | null;
691264
691286
  forwarding_shipment_packings: {
691287
+ forwarding_booking: {
691288
+ is_active: boolean | null;
691289
+ id: string;
691290
+ logic_code: string | null;
691291
+ created_at: Date | null;
691292
+ created_by: string | null;
691293
+ updated_at: Date | null;
691294
+ updated_by: string | null;
691295
+ length: Decimal | null;
691296
+ id_transport_mode: string | null;
691297
+ id_container_shipping_type: string | null;
691298
+ id_incoterm: string | null;
691299
+ id_service_level: string | null;
691300
+ id_release_type: string | null;
691301
+ id_charges_apply: string | null;
691302
+ id_origin_un_locode: string | null;
691303
+ id_destination_un_locode: string | null;
691304
+ id_carrier: string | null;
691305
+ id_creditor: string | null;
691306
+ id_carrier_service_level: string | null;
691307
+ id_on_board_status: string | null;
691308
+ id_outer_unit: string | null;
691309
+ id_weight_unit: string | null;
691310
+ id_volume_unit: string | null;
691311
+ id_chargeable_unit: string | null;
691312
+ id_commodity: string | null;
691313
+ description: string | null;
691314
+ extra_term: string | null;
691315
+ shipper_ref: string | null;
691316
+ mark_number: string | null;
691317
+ contract_number: string | null;
691318
+ booking_date: Date | null;
691319
+ expected_pickup_date: Date | null;
691320
+ expected_delivery_date: Date | null;
691321
+ customer_expected_pickup_date: Date | null;
691322
+ customer_expected_delivery_date: Date | null;
691323
+ outer: Decimal | null;
691324
+ volume: Decimal | null;
691325
+ chargeable: Decimal | null;
691326
+ booking_number: string | null;
691327
+ } | null;
691328
+ commodity: {
691329
+ is_active: boolean | null;
691330
+ id: string;
691331
+ logic_code: string | null;
691332
+ name: string | null;
691333
+ code: string | null;
691334
+ created_at: Date | null;
691335
+ created_by: string | null;
691336
+ updated_at: Date | null;
691337
+ updated_by: string | null;
691338
+ id_universal_group: string | null;
691339
+ id_iata_commodity: string | null;
691340
+ id_expiration_date_unit: string | null;
691341
+ reefer_min_temp: Decimal | null;
691342
+ reefer_max_temp: Decimal | null;
691343
+ is_hazardous: boolean;
691344
+ is_perishable: boolean;
691345
+ is_flammable: boolean;
691346
+ is_timber: boolean;
691347
+ is_vent_required: boolean;
691348
+ expiration_date: number | null;
691349
+ } | null;
691350
+ forwarding_shipment: {
691351
+ is_active: boolean | null;
691352
+ id: string;
691353
+ logic_code: string | null;
691354
+ created_at: Date | null;
691355
+ created_by: string | null;
691356
+ updated_at: Date | null;
691357
+ updated_by: string | null;
691358
+ id_transport_mode: string | null;
691359
+ id_container_shipping_type: string | null;
691360
+ id_incoterm: string | null;
691361
+ id_service_level: string | null;
691362
+ id_release_type: string | null;
691363
+ id_on_board_status: string | null;
691364
+ id_weight_unit: string | null;
691365
+ id_volume_unit: string | null;
691366
+ id_chargeable_unit: string | null;
691367
+ description: string | null;
691368
+ mark_number: string | null;
691369
+ volume: Decimal | null;
691370
+ chargeable: Decimal | null;
691371
+ weight: Decimal | null;
691372
+ id_transport_type: string | null;
691373
+ id_origin: string | null;
691374
+ id_destination: string | null;
691375
+ id_weight_volume_unit: string | null;
691376
+ id_package_count_type: string | null;
691377
+ id_package_inner_count_type: string | null;
691378
+ id_air_waybill_dims: string | null;
691379
+ id_house_bill_type: string | null;
691380
+ id_hbl_delivery_mode: string | null;
691381
+ id_charge_apply: string | null;
691382
+ id_control_customer: string | null;
691383
+ id_control_agent: string | null;
691384
+ shipment_number: string | null;
691385
+ house_bill: string | null;
691386
+ weight_volume: Decimal | null;
691387
+ package_count: number | null;
691388
+ package_inner_count: number | null;
691389
+ original_bills: number | null;
691390
+ copy_bills: number | null;
691391
+ estimated_delivery_date: Date | null;
691392
+ estimated_arrival_date: Date | null;
691393
+ issue_date: Date | null;
691394
+ } | null;
691395
+ forwarding_console_container: {
691396
+ is_active: boolean | null;
691397
+ id: string;
691398
+ logic_code: string | null;
691399
+ name: string | null;
691400
+ code: string | null;
691401
+ created_at: Date | null;
691402
+ created_by: string | null;
691403
+ updated_at: Date | null;
691404
+ updated_by: string | null;
691405
+ id_container_shipping_type: string | null;
691406
+ id_type: string | null;
691407
+ id_delivery_mode: string | null;
691408
+ } | null;
691409
+ package_type: {
691410
+ is_active: boolean | null;
691411
+ id: string;
691412
+ logic_code: string | null;
691413
+ name: string | null;
691414
+ code: string | null;
691415
+ created_at: Date | null;
691416
+ created_by: string | null;
691417
+ updated_at: Date | null;
691418
+ updated_by: string | null;
691419
+ length: Decimal | null;
691420
+ id_weight_unit: string | null;
691421
+ weight: Decimal | null;
691422
+ width: Decimal | null;
691423
+ height: Decimal | null;
691424
+ id_dimension_unit: string | null;
691425
+ id_measurement_unit_type: string | null;
691426
+ is_keep_upright: boolean | null;
691427
+ } | null;
691428
+ weight_unit: {
691429
+ is_active: boolean | null;
691430
+ id: string;
691431
+ logic_code: string | null;
691432
+ name: string | null;
691433
+ code: string | null;
691434
+ created_at: Date | null;
691435
+ created_by: string | null;
691436
+ updated_at: Date | null;
691437
+ updated_by: string | null;
691438
+ id_type: string | null;
691439
+ } | null;
691440
+ volume_unit: {
691441
+ is_active: boolean | null;
691442
+ id: string;
691443
+ logic_code: string | null;
691444
+ name: string | null;
691445
+ code: string | null;
691446
+ created_at: Date | null;
691447
+ created_by: string | null;
691448
+ updated_at: Date | null;
691449
+ updated_by: string | null;
691450
+ id_type: string | null;
691451
+ } | null;
691452
+ length_unit: {
691453
+ is_active: boolean | null;
691454
+ id: string;
691455
+ logic_code: string | null;
691456
+ name: string | null;
691457
+ code: string | null;
691458
+ created_at: Date | null;
691459
+ created_by: string | null;
691460
+ updated_at: Date | null;
691461
+ updated_by: string | null;
691462
+ id_type: string | null;
691463
+ } | null;
691464
+ width_unit: {
691465
+ is_active: boolean | null;
691466
+ id: string;
691467
+ logic_code: string | null;
691468
+ name: string | null;
691469
+ code: string | null;
691470
+ created_at: Date | null;
691471
+ created_by: string | null;
691472
+ updated_at: Date | null;
691473
+ updated_by: string | null;
691474
+ id_type: string | null;
691475
+ } | null;
691476
+ height_unit: {
691477
+ is_active: boolean | null;
691478
+ id: string;
691479
+ logic_code: string | null;
691480
+ name: string | null;
691481
+ code: string | null;
691482
+ created_at: Date | null;
691483
+ created_by: string | null;
691484
+ updated_at: Date | null;
691485
+ updated_by: string | null;
691486
+ id_type: string | null;
691487
+ } | null;
691488
+ dg_substance: {
691489
+ is_active: boolean | null;
691490
+ id: string;
691491
+ logic_code: string | null;
691492
+ name: string | null;
691493
+ created_at: Date | null;
691494
+ created_by: string | null;
691495
+ updated_at: Date | null;
691496
+ updated_by: string | null;
691497
+ id_dg_class: string | null;
691498
+ id_dg_packing_group: string | null;
691499
+ id_dg_excepted_quantity: string | null;
691500
+ un_number: string | null;
691501
+ extra_labels: string | null;
691502
+ sub_risk: string | null;
691503
+ is_high_danger: boolean | null;
691504
+ } | null;
691505
+ dg_class: {
691506
+ is_active: boolean | null;
691507
+ id: string;
691508
+ logic_code: string | null;
691509
+ name: string | null;
691510
+ code: string | null;
691511
+ created_at: Date | null;
691512
+ created_by: string | null;
691513
+ updated_at: Date | null;
691514
+ updated_by: string | null;
691515
+ } | null;
691265
691516
  is_active: boolean | null;
691266
691517
  id: string;
691267
691518
  logic_code: string | null;
@@ -694225,6 +694476,17 @@ declare const cargoflowRouter: BuiltRouter<{
694225
694476
  phone: string | null;
694226
694477
  fax: string | null;
694227
694478
  } | null;
694479
+ forwarding_shipment_organization_types: {
694480
+ is_active: boolean | null;
694481
+ id: string;
694482
+ logic_code: string | null;
694483
+ name: string | null;
694484
+ code: string | null;
694485
+ created_at: Date | null;
694486
+ created_by: string | null;
694487
+ updated_at: Date | null;
694488
+ updated_by: string | null;
694489
+ } | null;
694228
694490
  is_active: boolean | null;
694229
694491
  id: string;
694230
694492
  logic_code: string | null;
@@ -694459,17 +694721,6 @@ declare const cargoflowRouter: BuiltRouter<{
694459
694721
  company_tax_number: string | null;
694460
694722
  } | null;
694461
694723
  customs_idn_data: {
694462
- customs_idn_data_clearance_type: {
694463
- is_active: boolean | null;
694464
- id: string;
694465
- logic_code: string | null;
694466
- name: string | null;
694467
- code: string | null;
694468
- created_at: Date | null;
694469
- created_by: string | null;
694470
- updated_at: Date | null;
694471
- updated_by: string | null;
694472
- } | null;
694473
694724
  is_active: boolean | null;
694474
694725
  id: string;
694475
694726
  logic_code: string | null;
@@ -694558,17 +694809,6 @@ declare const cargoflowRouter: BuiltRouter<{
694558
694809
  actual_delivery_date: Date | null;
694559
694810
  } | null;
694560
694811
  forwarding_shipment_custom_entries: {
694561
- forwarding_shipment_customs_entry_type: {
694562
- is_active: boolean | null;
694563
- id: string;
694564
- logic_code: string | null;
694565
- name: string | null;
694566
- code: string | null;
694567
- created_at: Date | null;
694568
- created_by: string | null;
694569
- updated_at: Date | null;
694570
- updated_by: string | null;
694571
- } | null;
694572
694812
  is_active: boolean | null;
694573
694813
  id: string;
694574
694814
  logic_code: string | null;
@@ -694782,6 +695022,235 @@ declare const cargoflowRouter: BuiltRouter<{
694782
695022
  has_outport: boolean | null;
694783
695023
  } | null;
694784
695024
  forwarding_shipment_packings: {
695025
+ forwarding_booking: {
695026
+ is_active: boolean | null;
695027
+ id: string;
695028
+ logic_code: string | null;
695029
+ created_at: Date | null;
695030
+ created_by: string | null;
695031
+ updated_at: Date | null;
695032
+ updated_by: string | null;
695033
+ length: Decimal | null;
695034
+ id_transport_mode: string | null;
695035
+ id_container_shipping_type: string | null;
695036
+ id_incoterm: string | null;
695037
+ id_service_level: string | null;
695038
+ id_release_type: string | null;
695039
+ id_charges_apply: string | null;
695040
+ id_origin_un_locode: string | null;
695041
+ id_destination_un_locode: string | null;
695042
+ id_carrier: string | null;
695043
+ id_creditor: string | null;
695044
+ id_carrier_service_level: string | null;
695045
+ id_on_board_status: string | null;
695046
+ id_outer_unit: string | null;
695047
+ id_weight_unit: string | null;
695048
+ id_volume_unit: string | null;
695049
+ id_chargeable_unit: string | null;
695050
+ id_commodity: string | null;
695051
+ description: string | null;
695052
+ extra_term: string | null;
695053
+ shipper_ref: string | null;
695054
+ mark_number: string | null;
695055
+ contract_number: string | null;
695056
+ booking_date: Date | null;
695057
+ expected_pickup_date: Date | null;
695058
+ expected_delivery_date: Date | null;
695059
+ customer_expected_pickup_date: Date | null;
695060
+ customer_expected_delivery_date: Date | null;
695061
+ outer: Decimal | null;
695062
+ volume: Decimal | null;
695063
+ chargeable: Decimal | null;
695064
+ booking_number: string | null;
695065
+ } | null;
695066
+ commodity: {
695067
+ is_active: boolean | null;
695068
+ id: string;
695069
+ logic_code: string | null;
695070
+ name: string | null;
695071
+ code: string | null;
695072
+ created_at: Date | null;
695073
+ created_by: string | null;
695074
+ updated_at: Date | null;
695075
+ updated_by: string | null;
695076
+ id_universal_group: string | null;
695077
+ id_iata_commodity: string | null;
695078
+ id_expiration_date_unit: string | null;
695079
+ reefer_min_temp: Decimal | null;
695080
+ reefer_max_temp: Decimal | null;
695081
+ is_hazardous: boolean;
695082
+ is_perishable: boolean;
695083
+ is_flammable: boolean;
695084
+ is_timber: boolean;
695085
+ is_vent_required: boolean;
695086
+ expiration_date: number | null;
695087
+ } | null;
695088
+ forwarding_shipment: {
695089
+ is_active: boolean | null;
695090
+ id: string;
695091
+ logic_code: string | null;
695092
+ created_at: Date | null;
695093
+ created_by: string | null;
695094
+ updated_at: Date | null;
695095
+ updated_by: string | null;
695096
+ id_transport_mode: string | null;
695097
+ id_container_shipping_type: string | null;
695098
+ id_incoterm: string | null;
695099
+ id_service_level: string | null;
695100
+ id_release_type: string | null;
695101
+ id_on_board_status: string | null;
695102
+ id_weight_unit: string | null;
695103
+ id_volume_unit: string | null;
695104
+ id_chargeable_unit: string | null;
695105
+ description: string | null;
695106
+ mark_number: string | null;
695107
+ volume: Decimal | null;
695108
+ chargeable: Decimal | null;
695109
+ weight: Decimal | null;
695110
+ id_transport_type: string | null;
695111
+ id_origin: string | null;
695112
+ id_destination: string | null;
695113
+ id_weight_volume_unit: string | null;
695114
+ id_package_count_type: string | null;
695115
+ id_package_inner_count_type: string | null;
695116
+ id_air_waybill_dims: string | null;
695117
+ id_house_bill_type: string | null;
695118
+ id_hbl_delivery_mode: string | null;
695119
+ id_charge_apply: string | null;
695120
+ id_control_customer: string | null;
695121
+ id_control_agent: string | null;
695122
+ shipment_number: string | null;
695123
+ house_bill: string | null;
695124
+ weight_volume: Decimal | null;
695125
+ package_count: number | null;
695126
+ package_inner_count: number | null;
695127
+ original_bills: number | null;
695128
+ copy_bills: number | null;
695129
+ estimated_delivery_date: Date | null;
695130
+ estimated_arrival_date: Date | null;
695131
+ issue_date: Date | null;
695132
+ } | null;
695133
+ forwarding_console_container: {
695134
+ is_active: boolean | null;
695135
+ id: string;
695136
+ logic_code: string | null;
695137
+ name: string | null;
695138
+ code: string | null;
695139
+ created_at: Date | null;
695140
+ created_by: string | null;
695141
+ updated_at: Date | null;
695142
+ updated_by: string | null;
695143
+ id_container_shipping_type: string | null;
695144
+ id_type: string | null;
695145
+ id_delivery_mode: string | null;
695146
+ } | null;
695147
+ package_type: {
695148
+ is_active: boolean | null;
695149
+ id: string;
695150
+ logic_code: string | null;
695151
+ name: string | null;
695152
+ code: string | null;
695153
+ created_at: Date | null;
695154
+ created_by: string | null;
695155
+ updated_at: Date | null;
695156
+ updated_by: string | null;
695157
+ length: Decimal | null;
695158
+ id_weight_unit: string | null;
695159
+ weight: Decimal | null;
695160
+ width: Decimal | null;
695161
+ height: Decimal | null;
695162
+ id_dimension_unit: string | null;
695163
+ id_measurement_unit_type: string | null;
695164
+ is_keep_upright: boolean | null;
695165
+ } | null;
695166
+ weight_unit: {
695167
+ is_active: boolean | null;
695168
+ id: string;
695169
+ logic_code: string | null;
695170
+ name: string | null;
695171
+ code: string | null;
695172
+ created_at: Date | null;
695173
+ created_by: string | null;
695174
+ updated_at: Date | null;
695175
+ updated_by: string | null;
695176
+ id_type: string | null;
695177
+ } | null;
695178
+ volume_unit: {
695179
+ is_active: boolean | null;
695180
+ id: string;
695181
+ logic_code: string | null;
695182
+ name: string | null;
695183
+ code: string | null;
695184
+ created_at: Date | null;
695185
+ created_by: string | null;
695186
+ updated_at: Date | null;
695187
+ updated_by: string | null;
695188
+ id_type: string | null;
695189
+ } | null;
695190
+ length_unit: {
695191
+ is_active: boolean | null;
695192
+ id: string;
695193
+ logic_code: string | null;
695194
+ name: string | null;
695195
+ code: string | null;
695196
+ created_at: Date | null;
695197
+ created_by: string | null;
695198
+ updated_at: Date | null;
695199
+ updated_by: string | null;
695200
+ id_type: string | null;
695201
+ } | null;
695202
+ width_unit: {
695203
+ is_active: boolean | null;
695204
+ id: string;
695205
+ logic_code: string | null;
695206
+ name: string | null;
695207
+ code: string | null;
695208
+ created_at: Date | null;
695209
+ created_by: string | null;
695210
+ updated_at: Date | null;
695211
+ updated_by: string | null;
695212
+ id_type: string | null;
695213
+ } | null;
695214
+ height_unit: {
695215
+ is_active: boolean | null;
695216
+ id: string;
695217
+ logic_code: string | null;
695218
+ name: string | null;
695219
+ code: string | null;
695220
+ created_at: Date | null;
695221
+ created_by: string | null;
695222
+ updated_at: Date | null;
695223
+ updated_by: string | null;
695224
+ id_type: string | null;
695225
+ } | null;
695226
+ dg_substance: {
695227
+ is_active: boolean | null;
695228
+ id: string;
695229
+ logic_code: string | null;
695230
+ name: string | null;
695231
+ created_at: Date | null;
695232
+ created_by: string | null;
695233
+ updated_at: Date | null;
695234
+ updated_by: string | null;
695235
+ id_dg_class: string | null;
695236
+ id_dg_packing_group: string | null;
695237
+ id_dg_excepted_quantity: string | null;
695238
+ un_number: string | null;
695239
+ extra_labels: string | null;
695240
+ sub_risk: string | null;
695241
+ is_high_danger: boolean | null;
695242
+ } | null;
695243
+ dg_class: {
695244
+ is_active: boolean | null;
695245
+ id: string;
695246
+ logic_code: string | null;
695247
+ name: string | null;
695248
+ code: string | null;
695249
+ created_at: Date | null;
695250
+ created_by: string | null;
695251
+ updated_at: Date | null;
695252
+ updated_by: string | null;
695253
+ } | null;
694785
695254
  is_active: boolean | null;
694786
695255
  id: string;
694787
695256
  logic_code: string | null;
@@ -694869,6 +695338,17 @@ declare const cargoflowRouter: BuiltRouter<{
694869
695338
  phone: string | null;
694870
695339
  fax: string | null;
694871
695340
  } | null;
695341
+ forwarding_shipment_organization_types: {
695342
+ is_active: boolean | null;
695343
+ id: string;
695344
+ logic_code: string | null;
695345
+ name: string | null;
695346
+ code: string | null;
695347
+ created_at: Date | null;
695348
+ created_by: string | null;
695349
+ updated_at: Date | null;
695350
+ updated_by: string | null;
695351
+ } | null;
694872
695352
  is_active: boolean | null;
694873
695353
  id: string;
694874
695354
  logic_code: string | null;
@@ -695140,37 +695620,333 @@ declare const cargoflowRouter: BuiltRouter<{
695140
695620
  coo_date: Date | null;
695141
695621
  } | null;
695142
695622
  forwarding_shipment_pickup: {
695143
- is_active: boolean | null;
695144
- id: string;
695145
- logic_code: string | null;
695146
- created_at: Date | null;
695147
- created_by: string | null;
695148
- updated_at: Date | null;
695149
- updated_by: string | null;
695150
- id_organization: string | null;
695151
- id_organization_address: string | null;
695152
- id_forwarding_shipment: string | null;
695153
- id_person_in_charge: string | null;
695154
- id_organization_whs: string | null;
695155
- id_organization_whs_address: string | null;
695156
- id_pickup_type: string | null;
695157
- id_organization_vendor: string | null;
695158
- org_address: string | null;
695159
- whs_address: string | null;
695160
- whs_interim_receipt: string | null;
695161
- whs_reciept_requested: Date | null;
695162
- whs_dispatch: Date | null;
695163
- whs_interim_receipt_date: Date | null;
695164
- estimated_pickup_date: Date | null;
695165
- actual_pickup_date: Date | null;
695166
- transport_booking_number: string | null;
695167
- driver_name: string | null;
695168
- driver_vehicle_number: string | null;
695169
- driver_mobile: string | null;
695170
- is_override_org: boolean | null;
695171
- is_override_whs: boolean | null;
695172
- } | null;
695173
- forwarding_shipment_delivery: {
695623
+ organization: {
695624
+ is_active: boolean | null;
695625
+ id: string;
695626
+ logic_code: string | null;
695627
+ name: string | null;
695628
+ id_country: string | null;
695629
+ id_state: string | null;
695630
+ id_city: string | null;
695631
+ id_postal_code: string | null;
695632
+ id_company: string | null;
695633
+ id_branch: string | null;
695634
+ code: string | null;
695635
+ created_at: Date | null;
695636
+ created_by: string | null;
695637
+ updated_at: Date | null;
695638
+ updated_by: string | null;
695639
+ id_un_locode: string | null;
695640
+ email: string | null;
695641
+ id_business_category: string | null;
695642
+ id_controlling_branch: string | null;
695643
+ id_airline: string | null;
695644
+ id_shipping_line: string | null;
695645
+ phone: string | null;
695646
+ website_url: string | null;
695647
+ company_number: string | null;
695648
+ company_tax_number: string | null;
695649
+ } | null;
695650
+ organization_address: {
695651
+ is_active: boolean | null;
695652
+ id: string;
695653
+ logic_code: string | null;
695654
+ id_country: string | null;
695655
+ id_state: string | null;
695656
+ id_city: string | null;
695657
+ id_postal_code: string | null;
695658
+ code: string | null;
695659
+ address: string | null;
695660
+ mobile_phone: string | null;
695661
+ created_at: Date | null;
695662
+ created_by: string | null;
695663
+ updated_at: Date | null;
695664
+ updated_by: string | null;
695665
+ id_un_locode: string | null;
695666
+ email: string | null;
695667
+ id_organization: string | null;
695668
+ phone: string | null;
695669
+ fax: string | null;
695670
+ } | null;
695671
+ organization_person_in_charge: {
695672
+ is_active: boolean | null;
695673
+ id: string;
695674
+ logic_code: string | null;
695675
+ name: string | null;
695676
+ created_at: Date | null;
695677
+ created_by: string | null;
695678
+ updated_at: Date | null;
695679
+ updated_by: string | null;
695680
+ email: string | null;
695681
+ id_organization: string | null;
695682
+ phone: string | null;
695683
+ title: string | null;
695684
+ } | null;
695685
+ organization_whs: {
695686
+ is_active: boolean | null;
695687
+ id: string;
695688
+ logic_code: string | null;
695689
+ name: string | null;
695690
+ id_country: string | null;
695691
+ id_state: string | null;
695692
+ id_city: string | null;
695693
+ id_postal_code: string | null;
695694
+ id_company: string | null;
695695
+ id_branch: string | null;
695696
+ code: string | null;
695697
+ created_at: Date | null;
695698
+ created_by: string | null;
695699
+ updated_at: Date | null;
695700
+ updated_by: string | null;
695701
+ id_un_locode: string | null;
695702
+ email: string | null;
695703
+ id_business_category: string | null;
695704
+ id_controlling_branch: string | null;
695705
+ id_airline: string | null;
695706
+ id_shipping_line: string | null;
695707
+ phone: string | null;
695708
+ website_url: string | null;
695709
+ company_number: string | null;
695710
+ company_tax_number: string | null;
695711
+ } | null;
695712
+ organization_whs_address: {
695713
+ is_active: boolean | null;
695714
+ id: string;
695715
+ logic_code: string | null;
695716
+ id_country: string | null;
695717
+ id_state: string | null;
695718
+ id_city: string | null;
695719
+ id_postal_code: string | null;
695720
+ code: string | null;
695721
+ address: string | null;
695722
+ mobile_phone: string | null;
695723
+ created_at: Date | null;
695724
+ created_by: string | null;
695725
+ updated_at: Date | null;
695726
+ updated_by: string | null;
695727
+ id_un_locode: string | null;
695728
+ email: string | null;
695729
+ id_organization: string | null;
695730
+ phone: string | null;
695731
+ fax: string | null;
695732
+ } | null;
695733
+ organization_vendor: {
695734
+ is_active: boolean | null;
695735
+ id: string;
695736
+ logic_code: string | null;
695737
+ name: string | null;
695738
+ id_country: string | null;
695739
+ id_state: string | null;
695740
+ id_city: string | null;
695741
+ id_postal_code: string | null;
695742
+ id_company: string | null;
695743
+ id_branch: string | null;
695744
+ code: string | null;
695745
+ created_at: Date | null;
695746
+ created_by: string | null;
695747
+ updated_at: Date | null;
695748
+ updated_by: string | null;
695749
+ id_un_locode: string | null;
695750
+ email: string | null;
695751
+ id_business_category: string | null;
695752
+ id_controlling_branch: string | null;
695753
+ id_airline: string | null;
695754
+ id_shipping_line: string | null;
695755
+ phone: string | null;
695756
+ website_url: string | null;
695757
+ company_number: string | null;
695758
+ company_tax_number: string | null;
695759
+ } | null;
695760
+ forwarding_shipment_pickup_delivery_type: {
695761
+ is_active: boolean | null;
695762
+ id: string;
695763
+ logic_code: string | null;
695764
+ name: string | null;
695765
+ code: string | null;
695766
+ created_at: Date | null;
695767
+ created_by: string | null;
695768
+ updated_at: Date | null;
695769
+ updated_by: string | null;
695770
+ } | null;
695771
+ is_active: boolean | null;
695772
+ id: string;
695773
+ logic_code: string | null;
695774
+ created_at: Date | null;
695775
+ created_by: string | null;
695776
+ updated_at: Date | null;
695777
+ updated_by: string | null;
695778
+ id_organization: string | null;
695779
+ id_organization_address: string | null;
695780
+ id_forwarding_shipment: string | null;
695781
+ id_person_in_charge: string | null;
695782
+ id_organization_whs: string | null;
695783
+ id_organization_whs_address: string | null;
695784
+ id_pickup_type: string | null;
695785
+ id_organization_vendor: string | null;
695786
+ org_address: string | null;
695787
+ whs_address: string | null;
695788
+ whs_interim_receipt: string | null;
695789
+ whs_reciept_requested: Date | null;
695790
+ whs_dispatch: Date | null;
695791
+ whs_interim_receipt_date: Date | null;
695792
+ estimated_pickup_date: Date | null;
695793
+ actual_pickup_date: Date | null;
695794
+ transport_booking_number: string | null;
695795
+ driver_name: string | null;
695796
+ driver_vehicle_number: string | null;
695797
+ driver_mobile: string | null;
695798
+ is_override_org: boolean | null;
695799
+ is_override_whs: boolean | null;
695800
+ } | null;
695801
+ forwarding_shipment_delivery: {
695802
+ organization: {
695803
+ is_active: boolean | null;
695804
+ id: string;
695805
+ logic_code: string | null;
695806
+ name: string | null;
695807
+ id_country: string | null;
695808
+ id_state: string | null;
695809
+ id_city: string | null;
695810
+ id_postal_code: string | null;
695811
+ id_company: string | null;
695812
+ id_branch: string | null;
695813
+ code: string | null;
695814
+ created_at: Date | null;
695815
+ created_by: string | null;
695816
+ updated_at: Date | null;
695817
+ updated_by: string | null;
695818
+ id_un_locode: string | null;
695819
+ email: string | null;
695820
+ id_business_category: string | null;
695821
+ id_controlling_branch: string | null;
695822
+ id_airline: string | null;
695823
+ id_shipping_line: string | null;
695824
+ phone: string | null;
695825
+ website_url: string | null;
695826
+ company_number: string | null;
695827
+ company_tax_number: string | null;
695828
+ } | null;
695829
+ organization_address: {
695830
+ is_active: boolean | null;
695831
+ id: string;
695832
+ logic_code: string | null;
695833
+ id_country: string | null;
695834
+ id_state: string | null;
695835
+ id_city: string | null;
695836
+ id_postal_code: string | null;
695837
+ code: string | null;
695838
+ address: string | null;
695839
+ mobile_phone: string | null;
695840
+ created_at: Date | null;
695841
+ created_by: string | null;
695842
+ updated_at: Date | null;
695843
+ updated_by: string | null;
695844
+ id_un_locode: string | null;
695845
+ email: string | null;
695846
+ id_organization: string | null;
695847
+ phone: string | null;
695848
+ fax: string | null;
695849
+ } | null;
695850
+ organization_person_in_charge: {
695851
+ is_active: boolean | null;
695852
+ id: string;
695853
+ logic_code: string | null;
695854
+ name: string | null;
695855
+ created_at: Date | null;
695856
+ created_by: string | null;
695857
+ updated_at: Date | null;
695858
+ updated_by: string | null;
695859
+ email: string | null;
695860
+ id_organization: string | null;
695861
+ phone: string | null;
695862
+ title: string | null;
695863
+ } | null;
695864
+ organization_whs: {
695865
+ is_active: boolean | null;
695866
+ id: string;
695867
+ logic_code: string | null;
695868
+ name: string | null;
695869
+ id_country: string | null;
695870
+ id_state: string | null;
695871
+ id_city: string | null;
695872
+ id_postal_code: string | null;
695873
+ id_company: string | null;
695874
+ id_branch: string | null;
695875
+ code: string | null;
695876
+ created_at: Date | null;
695877
+ created_by: string | null;
695878
+ updated_at: Date | null;
695879
+ updated_by: string | null;
695880
+ id_un_locode: string | null;
695881
+ email: string | null;
695882
+ id_business_category: string | null;
695883
+ id_controlling_branch: string | null;
695884
+ id_airline: string | null;
695885
+ id_shipping_line: string | null;
695886
+ phone: string | null;
695887
+ website_url: string | null;
695888
+ company_number: string | null;
695889
+ company_tax_number: string | null;
695890
+ } | null;
695891
+ organization_whs_address: {
695892
+ is_active: boolean | null;
695893
+ id: string;
695894
+ logic_code: string | null;
695895
+ id_country: string | null;
695896
+ id_state: string | null;
695897
+ id_city: string | null;
695898
+ id_postal_code: string | null;
695899
+ code: string | null;
695900
+ address: string | null;
695901
+ mobile_phone: string | null;
695902
+ created_at: Date | null;
695903
+ created_by: string | null;
695904
+ updated_at: Date | null;
695905
+ updated_by: string | null;
695906
+ id_un_locode: string | null;
695907
+ email: string | null;
695908
+ id_organization: string | null;
695909
+ phone: string | null;
695910
+ fax: string | null;
695911
+ } | null;
695912
+ organization_vendor: {
695913
+ is_active: boolean | null;
695914
+ id: string;
695915
+ logic_code: string | null;
695916
+ name: string | null;
695917
+ id_country: string | null;
695918
+ id_state: string | null;
695919
+ id_city: string | null;
695920
+ id_postal_code: string | null;
695921
+ id_company: string | null;
695922
+ id_branch: string | null;
695923
+ code: string | null;
695924
+ created_at: Date | null;
695925
+ created_by: string | null;
695926
+ updated_at: Date | null;
695927
+ updated_by: string | null;
695928
+ id_un_locode: string | null;
695929
+ email: string | null;
695930
+ id_business_category: string | null;
695931
+ id_controlling_branch: string | null;
695932
+ id_airline: string | null;
695933
+ id_shipping_line: string | null;
695934
+ phone: string | null;
695935
+ website_url: string | null;
695936
+ company_number: string | null;
695937
+ company_tax_number: string | null;
695938
+ } | null;
695939
+ forwarding_shipment_pickup_delivery_type: {
695940
+ is_active: boolean | null;
695941
+ id: string;
695942
+ logic_code: string | null;
695943
+ name: string | null;
695944
+ code: string | null;
695945
+ created_at: Date | null;
695946
+ created_by: string | null;
695947
+ updated_at: Date | null;
695948
+ updated_by: string | null;
695949
+ } | null;
695174
695950
  is_active: boolean | null;
695175
695951
  id: string;
695176
695952
  logic_code: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.96",
3
+ "version": "0.0.97",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {