@be-logixpair/api 0.0.98 → 0.0.99

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 +299 -231
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -699878,23 +699878,6 @@ declare const cargoflowRouter: BuiltRouter<{
699878
699878
  };
699879
699879
  output: {
699880
699880
  data: {
699881
- forwarding_booking_organizations: {
699882
- is_active: boolean | null;
699883
- id: string;
699884
- logic_code: string | null;
699885
- name: string | null;
699886
- code: string | null;
699887
- address: string | null;
699888
- created_at: Date | null;
699889
- created_by: string | null;
699890
- updated_at: Date | null;
699891
- updated_by: string | null;
699892
- id_forwarding_booking: string | null;
699893
- id_organization: string | null;
699894
- id_organization_address: string | null;
699895
- id_type: string | null;
699896
- is_override: boolean | null;
699897
- }[];
699898
699881
  is_active: boolean | null;
699899
699882
  id: string;
699900
699883
  logic_code: string | null;
@@ -704193,56 +704176,6 @@ declare const cargoflowRouter: BuiltRouter<{
704193
704176
  address?: string | null | undefined;
704194
704177
  is_override?: string | number | boolean | null | undefined;
704195
704178
  } | undefined;
704196
- pickup?: {
704197
- is_active?: string | number | boolean | null | undefined;
704198
- id_forwarding_shipment?: string | number | bigint | null | undefined;
704199
- id_organization?: string | number | bigint | null | undefined;
704200
- id_organization_address?: string | number | bigint | null | undefined;
704201
- id_person_in_charge?: string | number | bigint | null | undefined;
704202
- id_organization_whs?: string | number | bigint | null | undefined;
704203
- id_organization_whs_address?: string | number | bigint | null | undefined;
704204
- id_pickup_type?: string | number | bigint | null | undefined;
704205
- id_organization_vendor?: string | number | bigint | null | undefined;
704206
- org_address?: string | null | undefined;
704207
- whs_address?: string | null | undefined;
704208
- whs_interim_receipt?: string | null | undefined;
704209
- whs_reciept_requested?: string | null | undefined;
704210
- whs_dispatch?: string | null | undefined;
704211
- whs_interim_receipt_date?: string | null | undefined;
704212
- estimated_pickup_date?: string | null | undefined;
704213
- actual_pickup_date?: string | null | undefined;
704214
- transport_booking_number?: string | null | undefined;
704215
- driver_name?: string | null | undefined;
704216
- driver_vehicle_number?: string | null | undefined;
704217
- driver_mobile?: string | null | undefined;
704218
- is_override_org?: string | number | boolean | null | undefined;
704219
- is_override_whs?: string | number | boolean | null | undefined;
704220
- } | undefined;
704221
- delivery?: {
704222
- is_active?: string | number | boolean | null | undefined;
704223
- id_forwarding_shipment?: string | number | bigint | null | undefined;
704224
- id_organization?: string | number | bigint | null | undefined;
704225
- id_organization_address?: string | number | bigint | null | undefined;
704226
- id_person_in_charge?: string | number | bigint | null | undefined;
704227
- id_organization_whs?: string | number | bigint | null | undefined;
704228
- id_organization_whs_address?: string | number | bigint | null | undefined;
704229
- id_delivery_type?: string | number | bigint | null | undefined;
704230
- id_organization_vendor?: string | number | bigint | null | undefined;
704231
- org_address?: string | null | undefined;
704232
- whs_address?: string | null | undefined;
704233
- whs_interim_receipt?: string | null | undefined;
704234
- whs_reciept_requested?: string | null | undefined;
704235
- whs_dispatch?: string | null | undefined;
704236
- whs_interim_receipt_date?: string | null | undefined;
704237
- estimated_delivery_date?: string | null | undefined;
704238
- actual_delivery_date?: string | null | undefined;
704239
- transport_booking_number?: string | null | undefined;
704240
- driver_name?: string | null | undefined;
704241
- driver_vehicle_number?: string | null | undefined;
704242
- driver_mobile?: string | null | undefined;
704243
- is_override_org?: string | number | boolean | null | undefined;
704244
- is_override_whs?: string | number | boolean | null | undefined;
704245
- } | undefined;
704246
704179
  customs_idn_data?: {
704247
704180
  is_active?: string | number | boolean | null | undefined;
704248
704181
  id_forwarding_shipment?: string | number | bigint | null | undefined;
@@ -704304,6 +704237,115 @@ declare const cargoflowRouter: BuiltRouter<{
704304
704237
  flash_point?: string | null | undefined;
704305
704238
  un_dg_contact?: string | null | undefined;
704306
704239
  }[] | undefined;
704240
+ pickup?: {
704241
+ is_active?: string | number | boolean | null | undefined;
704242
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
704243
+ id_organization?: string | number | bigint | null | undefined;
704244
+ id_organization_address?: string | number | bigint | null | undefined;
704245
+ id_person_in_charge?: string | number | bigint | null | undefined;
704246
+ id_organization_whs?: string | number | bigint | null | undefined;
704247
+ id_organization_whs_address?: string | number | bigint | null | undefined;
704248
+ id_pickup_type?: string | number | bigint | null | undefined;
704249
+ id_organization_vendor?: string | number | bigint | null | undefined;
704250
+ org_address?: string | null | undefined;
704251
+ whs_address?: string | null | undefined;
704252
+ whs_interim_receipt?: string | null | undefined;
704253
+ whs_reciept_requested?: string | null | undefined;
704254
+ whs_dispatch?: string | null | undefined;
704255
+ whs_interim_receipt_date?: string | null | undefined;
704256
+ estimated_pickup_date?: string | null | undefined;
704257
+ actual_pickup_date?: string | null | undefined;
704258
+ transport_booking_number?: string | null | undefined;
704259
+ driver_name?: string | null | undefined;
704260
+ driver_vehicle_number?: string | null | undefined;
704261
+ driver_mobile?: string | null | undefined;
704262
+ is_override_org?: string | number | boolean | null | undefined;
704263
+ is_override_whs?: string | number | boolean | null | undefined;
704264
+ } | undefined;
704265
+ delivery?: {
704266
+ is_active?: string | number | boolean | null | undefined;
704267
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
704268
+ id_organization?: string | number | bigint | null | undefined;
704269
+ id_organization_address?: string | number | bigint | null | undefined;
704270
+ id_person_in_charge?: string | number | bigint | null | undefined;
704271
+ id_organization_whs?: string | number | bigint | null | undefined;
704272
+ id_organization_whs_address?: string | number | bigint | null | undefined;
704273
+ id_delivery_type?: string | number | bigint | null | undefined;
704274
+ id_organization_vendor?: string | number | bigint | null | undefined;
704275
+ org_address?: string | null | undefined;
704276
+ whs_address?: string | null | undefined;
704277
+ whs_interim_receipt?: string | null | undefined;
704278
+ whs_reciept_requested?: string | null | undefined;
704279
+ whs_dispatch?: string | null | undefined;
704280
+ whs_interim_receipt_date?: string | null | undefined;
704281
+ estimated_delivery_date?: string | null | undefined;
704282
+ actual_delivery_date?: string | null | undefined;
704283
+ transport_booking_number?: string | null | undefined;
704284
+ driver_name?: string | null | undefined;
704285
+ driver_vehicle_number?: string | null | undefined;
704286
+ driver_mobile?: string | null | undefined;
704287
+ is_override_org?: string | number | boolean | null | undefined;
704288
+ is_override_whs?: string | number | boolean | null | undefined;
704289
+ } | undefined;
704290
+ billing?: {
704291
+ is_active?: string | number | boolean | null | undefined;
704292
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
704293
+ id_local_client?: string | number | bigint | null | undefined;
704294
+ id_local_client_address?: string | number | bigint | null | undefined;
704295
+ id_overseas_agent?: string | number | bigint | null | undefined;
704296
+ id_overseas_agent_address?: string | number | bigint | null | undefined;
704297
+ id_branch?: string | number | bigint | null | undefined;
704298
+ id_department?: string | number | bigint | null | undefined;
704299
+ id_sales_rep?: string | number | bigint | null | undefined;
704300
+ id_operation_rep?: string | number | bigint | null | undefined;
704301
+ id_profit_loss_reason?: string | number | bigint | null | undefined;
704302
+ id_job_status?: string | number | bigint | null | undefined;
704303
+ billing_number?: string | null | undefined;
704304
+ job_description?: string | null | undefined;
704305
+ job_date?: string | null | undefined;
704306
+ open_date?: string | null | undefined;
704307
+ close_date?: string | null | undefined;
704308
+ job_recognition_date?: string | null | undefined;
704309
+ margin?: string | null | undefined;
704310
+ on_hold_reason?: string | null | undefined;
704311
+ client_contract_number?: string | null | undefined;
704312
+ quote_number?: string | null | undefined;
704313
+ local_client_address?: string | null | undefined;
704314
+ overseas_agent_address?: string | null | undefined;
704315
+ is_on_hold?: string | number | boolean | null | undefined;
704316
+ is_override_local_client?: string | number | boolean | null | undefined;
704317
+ is_override_overseas_agent?: string | number | boolean | null | undefined;
704318
+ billing_details?: {
704319
+ is_active?: string | number | boolean | null | undefined;
704320
+ id_forwarding_shipment_billing?: string | number | bigint | null | undefined;
704321
+ id_forwarding_console_billing_detail?: string | number | bigint | null | undefined;
704322
+ id_charge_code?: string | number | bigint | null | undefined;
704323
+ id_cost_currency?: string | number | bigint | null | undefined;
704324
+ id_cost_latest_system_rate?: string | number | bigint | null | undefined;
704325
+ id_cost_creditor?: string | number | bigint | null | undefined;
704326
+ id_cost_tax_rate?: string | number | bigint | null | undefined;
704327
+ id_sell_currency?: string | number | bigint | null | undefined;
704328
+ id_sell_latest_system_rate?: string | number | bigint | null | undefined;
704329
+ id_sell_debtor?: string | number | bigint | null | undefined;
704330
+ id_sell_invoice_type?: string | number | bigint | null | undefined;
704331
+ id_sell_tax_rate?: string | number | bigint | null | undefined;
704332
+ name?: string | null | undefined;
704333
+ cost_base_rate?: string | null | undefined;
704334
+ cost_currency_amount?: string | null | undefined;
704335
+ cost_currency_estimated_amount?: string | null | undefined;
704336
+ cost_local_currency_amount?: string | null | undefined;
704337
+ cost_invoice_number?: string | null | undefined;
704338
+ cost_invoice_date?: string | null | undefined;
704339
+ cost_tax_amount?: string | null | undefined;
704340
+ cost_supplier_reference?: string | null | undefined;
704341
+ is_cost_posted?: string | number | boolean | null | undefined;
704342
+ sell_base_rate?: string | null | undefined;
704343
+ sell_currency_amount?: string | null | undefined;
704344
+ sell_currency_estimated_amount?: string | null | undefined;
704345
+ sell_local_currency_amount?: string | null | undefined;
704346
+ is_sell_posted?: string | number | boolean | null | undefined;
704347
+ }[] | undefined;
704348
+ } | undefined;
704307
704349
  };
704308
704350
  output: {
704309
704351
  data: {
@@ -704422,6 +704464,73 @@ declare const cargoflowRouter: BuiltRouter<{
704422
704464
  issue_date?: string | null | undefined;
704423
704465
  expiry_date?: string | null | undefined;
704424
704466
  }[] | undefined;
704467
+ billing?: {
704468
+ is_system?: (string | number | boolean)[] | null | undefined;
704469
+ id?: string | number | bigint | null | undefined;
704470
+ id_string?: string | null | undefined;
704471
+ logic_code?: string | null | undefined;
704472
+ billing_details?: {
704473
+ is_system?: (string | number | boolean)[] | null | undefined;
704474
+ id?: string | number | bigint | null | undefined;
704475
+ id_string?: string | null | undefined;
704476
+ logic_code?: string | null | undefined;
704477
+ is_active?: string | number | boolean | null | undefined;
704478
+ id_forwarding_shipment_billing?: string | number | bigint | null | undefined;
704479
+ id_forwarding_console_billing_detail?: string | number | bigint | null | undefined;
704480
+ id_charge_code?: string | number | bigint | null | undefined;
704481
+ id_cost_currency?: string | number | bigint | null | undefined;
704482
+ id_cost_latest_system_rate?: string | number | bigint | null | undefined;
704483
+ id_cost_creditor?: string | number | bigint | null | undefined;
704484
+ id_cost_tax_rate?: string | number | bigint | null | undefined;
704485
+ id_sell_currency?: string | number | bigint | null | undefined;
704486
+ id_sell_latest_system_rate?: string | number | bigint | null | undefined;
704487
+ id_sell_debtor?: string | number | bigint | null | undefined;
704488
+ id_sell_invoice_type?: string | number | bigint | null | undefined;
704489
+ id_sell_tax_rate?: string | number | bigint | null | undefined;
704490
+ name?: string | null | undefined;
704491
+ cost_base_rate?: string | null | undefined;
704492
+ cost_currency_amount?: string | null | undefined;
704493
+ cost_currency_estimated_amount?: string | null | undefined;
704494
+ cost_local_currency_amount?: string | null | undefined;
704495
+ cost_invoice_number?: string | null | undefined;
704496
+ cost_invoice_date?: string | null | undefined;
704497
+ cost_tax_amount?: string | null | undefined;
704498
+ cost_supplier_reference?: string | null | undefined;
704499
+ is_cost_posted?: string | number | boolean | null | undefined;
704500
+ sell_base_rate?: string | null | undefined;
704501
+ sell_currency_amount?: string | null | undefined;
704502
+ sell_currency_estimated_amount?: string | null | undefined;
704503
+ sell_local_currency_amount?: string | null | undefined;
704504
+ is_sell_posted?: string | number | boolean | null | undefined;
704505
+ }[] | undefined;
704506
+ is_active?: string | number | boolean | null | undefined;
704507
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
704508
+ id_local_client?: string | number | bigint | null | undefined;
704509
+ id_local_client_address?: string | number | bigint | null | undefined;
704510
+ id_overseas_agent?: string | number | bigint | null | undefined;
704511
+ id_overseas_agent_address?: string | number | bigint | null | undefined;
704512
+ id_branch?: string | number | bigint | null | undefined;
704513
+ id_department?: string | number | bigint | null | undefined;
704514
+ id_sales_rep?: string | number | bigint | null | undefined;
704515
+ id_operation_rep?: string | number | bigint | null | undefined;
704516
+ id_profit_loss_reason?: string | number | bigint | null | undefined;
704517
+ id_job_status?: string | number | bigint | null | undefined;
704518
+ billing_number?: string | null | undefined;
704519
+ job_description?: string | null | undefined;
704520
+ job_date?: string | null | undefined;
704521
+ open_date?: string | null | undefined;
704522
+ close_date?: string | null | undefined;
704523
+ job_recognition_date?: string | null | undefined;
704524
+ margin?: string | null | undefined;
704525
+ on_hold_reason?: string | null | undefined;
704526
+ client_contract_number?: string | null | undefined;
704527
+ quote_number?: string | null | undefined;
704528
+ local_client_address?: string | null | undefined;
704529
+ overseas_agent_address?: string | null | undefined;
704530
+ is_on_hold?: string | number | boolean | null | undefined;
704531
+ is_override_local_client?: string | number | boolean | null | undefined;
704532
+ is_override_overseas_agent?: string | number | boolean | null | undefined;
704533
+ } | undefined;
704425
704534
  is_active?: string | number | boolean | null | undefined;
704426
704535
  id_transport_mode?: string | number | bigint | null | undefined;
704427
704536
  id_transport_type?: string | number | bigint | null | undefined;
@@ -704490,6 +704599,26 @@ declare const cargoflowRouter: BuiltRouter<{
704490
704599
  address?: string | null | undefined;
704491
704600
  is_override?: string | number | boolean | null | undefined;
704492
704601
  } | undefined;
704602
+ customs_idn_data?: {
704603
+ is_active?: string | number | boolean | null | undefined;
704604
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
704605
+ id_clearance_type?: string | number | bigint | null | undefined;
704606
+ peb_pib_number?: string | null | undefined;
704607
+ peb_pib_date?: string | null | undefined;
704608
+ npe_number?: string | null | undefined;
704609
+ npe_date?: string | null | undefined;
704610
+ ppb_number?: string | null | undefined;
704611
+ ppb_date?: string | null | undefined;
704612
+ pib_confirm_date?: string | null | undefined;
704613
+ billing_date?: string | null | undefined;
704614
+ billing_amount?: string | null | undefined;
704615
+ cargo_value?: string | null | undefined;
704616
+ bpn_date?: string | null | undefined;
704617
+ spjm_spjk_date?: string | null | undefined;
704618
+ sppb_date?: string | null | undefined;
704619
+ coo_number?: string | null | undefined;
704620
+ coo_date?: string | null | undefined;
704621
+ } | undefined;
704493
704622
  pickup?: {
704494
704623
  is_active?: string | number | boolean | null | undefined;
704495
704624
  id_forwarding_shipment?: string | number | bigint | null | undefined;
@@ -704540,134 +704669,9 @@ declare const cargoflowRouter: BuiltRouter<{
704540
704669
  is_override_org?: string | number | boolean | null | undefined;
704541
704670
  is_override_whs?: string | number | boolean | null | undefined;
704542
704671
  } | undefined;
704543
- customs_idn_data?: {
704544
- is_active?: string | number | boolean | null | undefined;
704545
- id_forwarding_shipment?: string | number | bigint | null | undefined;
704546
- id_clearance_type?: string | number | bigint | null | undefined;
704547
- peb_pib_number?: string | null | undefined;
704548
- peb_pib_date?: string | null | undefined;
704549
- npe_number?: string | null | undefined;
704550
- npe_date?: string | null | undefined;
704551
- ppb_number?: string | null | undefined;
704552
- ppb_date?: string | null | undefined;
704553
- pib_confirm_date?: string | null | undefined;
704554
- billing_date?: string | null | undefined;
704555
- billing_amount?: string | null | undefined;
704556
- cargo_value?: string | null | undefined;
704557
- bpn_date?: string | null | undefined;
704558
- spjm_spjk_date?: string | null | undefined;
704559
- sppb_date?: string | null | undefined;
704560
- coo_number?: string | null | undefined;
704561
- coo_date?: string | null | undefined;
704562
- } | undefined;
704563
704672
  };
704564
704673
  output: {
704565
704674
  data: {
704566
- forwarding_shipment_organizations: {
704567
- is_active: boolean | null;
704568
- id: string;
704569
- logic_code: string | null;
704570
- name: string | null;
704571
- code: string | null;
704572
- address: string | null;
704573
- created_at: Date | null;
704574
- created_by: string | null;
704575
- updated_at: Date | null;
704576
- updated_by: string | null;
704577
- id_organization: string | null;
704578
- id_organization_address: string | null;
704579
- id_type: string | null;
704580
- is_override: boolean | null;
704581
- id_forwarding_shipment: string | null;
704582
- }[];
704583
- customs_idn_data: {
704584
- is_active: boolean | null;
704585
- id: string;
704586
- logic_code: string | null;
704587
- created_at: Date | null;
704588
- created_by: string | null;
704589
- updated_at: Date | null;
704590
- updated_by: string | null;
704591
- id_forwarding_shipment: string | null;
704592
- id_clearance_type: string | null;
704593
- peb_pib_number: string | null;
704594
- peb_pib_date: Date | null;
704595
- npe_number: string | null;
704596
- npe_date: Date | null;
704597
- ppb_number: string | null;
704598
- ppb_date: Date | null;
704599
- pib_confirm_date: Date | null;
704600
- billing_date: Date | null;
704601
- billing_amount: Decimal | null;
704602
- cargo_value: Decimal | null;
704603
- bpn_date: Date | null;
704604
- spjm_spjk_date: Date | null;
704605
- sppb_date: Date | null;
704606
- coo_number: string | null;
704607
- coo_date: Date | null;
704608
- } | null;
704609
- forwarding_shipment_pickup: {
704610
- is_active: boolean | null;
704611
- id: string;
704612
- logic_code: string | null;
704613
- created_at: Date | null;
704614
- created_by: string | null;
704615
- updated_at: Date | null;
704616
- updated_by: string | null;
704617
- id_organization: string | null;
704618
- id_organization_address: string | null;
704619
- id_forwarding_shipment: string | null;
704620
- id_person_in_charge: string | null;
704621
- id_organization_whs: string | null;
704622
- id_organization_whs_address: string | null;
704623
- id_pickup_type: string | null;
704624
- id_organization_vendor: string | null;
704625
- org_address: string | null;
704626
- whs_address: string | null;
704627
- whs_interim_receipt: string | null;
704628
- whs_reciept_requested: Date | null;
704629
- whs_dispatch: Date | null;
704630
- whs_interim_receipt_date: Date | null;
704631
- estimated_pickup_date: Date | null;
704632
- actual_pickup_date: Date | null;
704633
- transport_booking_number: string | null;
704634
- driver_name: string | null;
704635
- driver_vehicle_number: string | null;
704636
- driver_mobile: string | null;
704637
- is_override_org: boolean | null;
704638
- is_override_whs: boolean | null;
704639
- } | null;
704640
- forwarding_shipment_delivery: {
704641
- is_active: boolean | null;
704642
- id: string;
704643
- logic_code: string | null;
704644
- created_at: Date | null;
704645
- created_by: string | null;
704646
- updated_at: Date | null;
704647
- updated_by: string | null;
704648
- id_organization: string | null;
704649
- id_organization_address: string | null;
704650
- id_forwarding_shipment: string | null;
704651
- estimated_delivery_date: Date | null;
704652
- id_person_in_charge: string | null;
704653
- id_organization_whs: string | null;
704654
- id_organization_whs_address: string | null;
704655
- id_organization_vendor: string | null;
704656
- org_address: string | null;
704657
- whs_address: string | null;
704658
- whs_interim_receipt: string | null;
704659
- whs_reciept_requested: Date | null;
704660
- whs_dispatch: Date | null;
704661
- whs_interim_receipt_date: Date | null;
704662
- transport_booking_number: string | null;
704663
- driver_name: string | null;
704664
- driver_vehicle_number: string | null;
704665
- driver_mobile: string | null;
704666
- is_override_org: boolean | null;
704667
- is_override_whs: boolean | null;
704668
- id_delivery_type: string | null;
704669
- actual_delivery_date: Date | null;
704670
- } | null;
704671
704675
  is_active: boolean | null;
704672
704676
  id: string;
704673
704677
  logic_code: string | null;
@@ -708468,9 +708472,6 @@ declare const cargoflowRouter: BuiltRouter<{
708468
708472
  id_operation_rep: string | null;
708469
708473
  id_profit_loss_reason: string | null;
708470
708474
  id_job_status: string | null;
708471
- is_on_hold: boolean | null;
708472
- is_override_local_client: boolean | null;
708473
- is_override_overseas_agent: boolean | null;
708474
708475
  billing_number: string | null;
708475
708476
  job_description: string | null;
708476
708477
  job_date: Date | null;
@@ -708483,6 +708484,9 @@ declare const cargoflowRouter: BuiltRouter<{
708483
708484
  quote_number: string | null;
708484
708485
  local_client_address: string | null;
708485
708486
  overseas_agent_address: string | null;
708487
+ is_on_hold: boolean | null;
708488
+ is_override_local_client: boolean | null;
708489
+ is_override_overseas_agent: boolean | null;
708486
708490
  }[] | undefined;
708487
708491
  total: number | undefined;
708488
708492
  };
@@ -708820,9 +708824,6 @@ declare const cargoflowRouter: BuiltRouter<{
708820
708824
  id_operation_rep: string | null;
708821
708825
  id_profit_loss_reason: string | null;
708822
708826
  id_job_status: string | null;
708823
- is_on_hold: boolean | null;
708824
- is_override_local_client: boolean | null;
708825
- is_override_overseas_agent: boolean | null;
708826
708827
  billing_number: string | null;
708827
708828
  job_description: string | null;
708828
708829
  job_date: Date | null;
@@ -708835,6 +708836,9 @@ declare const cargoflowRouter: BuiltRouter<{
708835
708836
  quote_number: string | null;
708836
708837
  local_client_address: string | null;
708837
708838
  overseas_agent_address: string | null;
708839
+ is_on_hold: boolean | null;
708840
+ is_override_local_client: boolean | null;
708841
+ is_override_overseas_agent: boolean | null;
708838
708842
  };
708839
708843
  };
708840
708844
  meta: object;
@@ -708968,6 +708972,36 @@ declare const cargoflowRouter: BuiltRouter<{
708968
708972
  is_on_hold?: string | number | boolean | null | undefined;
708969
708973
  is_override_local_client?: string | number | boolean | null | undefined;
708970
708974
  is_override_overseas_agent?: string | number | boolean | null | undefined;
708975
+ billing_details?: {
708976
+ is_active?: string | number | boolean | null | undefined;
708977
+ id_forwarding_shipment_billing?: string | number | bigint | null | undefined;
708978
+ id_forwarding_console_billing_detail?: string | number | bigint | null | undefined;
708979
+ id_charge_code?: string | number | bigint | null | undefined;
708980
+ id_cost_currency?: string | number | bigint | null | undefined;
708981
+ id_cost_latest_system_rate?: string | number | bigint | null | undefined;
708982
+ id_cost_creditor?: string | number | bigint | null | undefined;
708983
+ id_cost_tax_rate?: string | number | bigint | null | undefined;
708984
+ id_sell_currency?: string | number | bigint | null | undefined;
708985
+ id_sell_latest_system_rate?: string | number | bigint | null | undefined;
708986
+ id_sell_debtor?: string | number | bigint | null | undefined;
708987
+ id_sell_invoice_type?: string | number | bigint | null | undefined;
708988
+ id_sell_tax_rate?: string | number | bigint | null | undefined;
708989
+ name?: string | null | undefined;
708990
+ cost_base_rate?: string | null | undefined;
708991
+ cost_currency_amount?: string | null | undefined;
708992
+ cost_currency_estimated_amount?: string | null | undefined;
708993
+ cost_local_currency_amount?: string | null | undefined;
708994
+ cost_invoice_number?: string | null | undefined;
708995
+ cost_invoice_date?: string | null | undefined;
708996
+ cost_tax_amount?: string | null | undefined;
708997
+ cost_supplier_reference?: string | null | undefined;
708998
+ is_cost_posted?: string | number | boolean | null | undefined;
708999
+ sell_base_rate?: string | null | undefined;
709000
+ sell_currency_amount?: string | null | undefined;
709001
+ sell_currency_estimated_amount?: string | null | undefined;
709002
+ sell_local_currency_amount?: string | null | undefined;
709003
+ is_sell_posted?: string | number | boolean | null | undefined;
709004
+ }[] | undefined;
708971
709005
  };
708972
709006
  output: {
708973
709007
  data: {
@@ -708991,9 +709025,6 @@ declare const cargoflowRouter: BuiltRouter<{
708991
709025
  id_operation_rep: string | null;
708992
709026
  id_profit_loss_reason: string | null;
708993
709027
  id_job_status: string | null;
708994
- is_on_hold: boolean | null;
708995
- is_override_local_client: boolean | null;
708996
- is_override_overseas_agent: boolean | null;
708997
709028
  billing_number: string | null;
708998
709029
  job_description: string | null;
708999
709030
  job_date: Date | null;
@@ -709006,6 +709037,9 @@ declare const cargoflowRouter: BuiltRouter<{
709006
709037
  quote_number: string | null;
709007
709038
  local_client_address: string | null;
709008
709039
  overseas_agent_address: string | null;
709040
+ is_on_hold: boolean | null;
709041
+ is_override_local_client: boolean | null;
709042
+ is_override_overseas_agent: boolean | null;
709009
709043
  };
709010
709044
  log: {
709011
709045
  data: {
@@ -709029,6 +709063,40 @@ declare const cargoflowRouter: BuiltRouter<{
709029
709063
  id?: string | number | bigint | null | undefined;
709030
709064
  id_string?: string | null | undefined;
709031
709065
  logic_code?: string | null | undefined;
709066
+ billing_details?: {
709067
+ is_system?: (string | number | boolean)[] | null | undefined;
709068
+ id?: string | number | bigint | null | undefined;
709069
+ id_string?: string | null | undefined;
709070
+ logic_code?: string | null | undefined;
709071
+ is_active?: string | number | boolean | null | undefined;
709072
+ id_forwarding_shipment_billing?: string | number | bigint | null | undefined;
709073
+ id_forwarding_console_billing_detail?: string | number | bigint | null | undefined;
709074
+ id_charge_code?: string | number | bigint | null | undefined;
709075
+ id_cost_currency?: string | number | bigint | null | undefined;
709076
+ id_cost_latest_system_rate?: string | number | bigint | null | undefined;
709077
+ id_cost_creditor?: string | number | bigint | null | undefined;
709078
+ id_cost_tax_rate?: string | number | bigint | null | undefined;
709079
+ id_sell_currency?: string | number | bigint | null | undefined;
709080
+ id_sell_latest_system_rate?: string | number | bigint | null | undefined;
709081
+ id_sell_debtor?: string | number | bigint | null | undefined;
709082
+ id_sell_invoice_type?: string | number | bigint | null | undefined;
709083
+ id_sell_tax_rate?: string | number | bigint | null | undefined;
709084
+ name?: string | null | undefined;
709085
+ cost_base_rate?: string | null | undefined;
709086
+ cost_currency_amount?: string | null | undefined;
709087
+ cost_currency_estimated_amount?: string | null | undefined;
709088
+ cost_local_currency_amount?: string | null | undefined;
709089
+ cost_invoice_number?: string | null | undefined;
709090
+ cost_invoice_date?: string | null | undefined;
709091
+ cost_tax_amount?: string | null | undefined;
709092
+ cost_supplier_reference?: string | null | undefined;
709093
+ is_cost_posted?: string | number | boolean | null | undefined;
709094
+ sell_base_rate?: string | null | undefined;
709095
+ sell_currency_amount?: string | null | undefined;
709096
+ sell_currency_estimated_amount?: string | null | undefined;
709097
+ sell_local_currency_amount?: string | null | undefined;
709098
+ is_sell_posted?: string | number | boolean | null | undefined;
709099
+ }[] | undefined;
709032
709100
  is_active?: string | number | boolean | null | undefined;
709033
709101
  id_forwarding_shipment?: string | number | bigint | null | undefined;
709034
709102
  id_local_client?: string | number | bigint | null | undefined;
@@ -709079,9 +709147,6 @@ declare const cargoflowRouter: BuiltRouter<{
709079
709147
  id_operation_rep: string | null;
709080
709148
  id_profit_loss_reason: string | null;
709081
709149
  id_job_status: string | null;
709082
- is_on_hold: boolean | null;
709083
- is_override_local_client: boolean | null;
709084
- is_override_overseas_agent: boolean | null;
709085
709150
  billing_number: string | null;
709086
709151
  job_description: string | null;
709087
709152
  job_date: Date | null;
@@ -709094,6 +709159,9 @@ declare const cargoflowRouter: BuiltRouter<{
709094
709159
  quote_number: string | null;
709095
709160
  local_client_address: string | null;
709096
709161
  overseas_agent_address: string | null;
709162
+ is_on_hold: boolean | null;
709163
+ is_override_local_client: boolean | null;
709164
+ is_override_overseas_agent: boolean | null;
709097
709165
  };
709098
709166
  log: {
709099
709167
  data: {
@@ -709140,9 +709208,6 @@ declare const cargoflowRouter: BuiltRouter<{
709140
709208
  id_operation_rep: string | null;
709141
709209
  id_profit_loss_reason: string | null;
709142
709210
  id_job_status: string | null;
709143
- is_on_hold: boolean | null;
709144
- is_override_local_client: boolean | null;
709145
- is_override_overseas_agent: boolean | null;
709146
709211
  billing_number: string | null;
709147
709212
  job_description: string | null;
709148
709213
  job_date: Date | null;
@@ -709155,6 +709220,9 @@ declare const cargoflowRouter: BuiltRouter<{
709155
709220
  quote_number: string | null;
709156
709221
  local_client_address: string | null;
709157
709222
  overseas_agent_address: string | null;
709223
+ is_on_hold: boolean | null;
709224
+ is_override_local_client: boolean | null;
709225
+ is_override_overseas_agent: boolean | null;
709158
709226
  } | undefined)[] | undefined;
709159
709227
  } | undefined;
709160
709228
  meta: object;
@@ -709244,9 +709312,6 @@ declare const cargoflowRouter: BuiltRouter<{
709244
709312
  id_operation_rep: string | null;
709245
709313
  id_profit_loss_reason: string | null;
709246
709314
  id_job_status: string | null;
709247
- is_on_hold: boolean | null;
709248
- is_override_local_client: boolean | null;
709249
- is_override_overseas_agent: boolean | null;
709250
709315
  billing_number: string | null;
709251
709316
  job_description: string | null;
709252
709317
  job_date: Date | null;
@@ -709259,6 +709324,9 @@ declare const cargoflowRouter: BuiltRouter<{
709259
709324
  quote_number: string | null;
709260
709325
  local_client_address: string | null;
709261
709326
  overseas_agent_address: string | null;
709327
+ is_on_hold: boolean | null;
709328
+ is_override_local_client: boolean | null;
709329
+ is_override_overseas_agent: boolean | null;
709262
709330
  } | null;
709263
709331
  forwarding_console_billing_detail: {
709264
709332
  is_active: boolean | null;
@@ -709280,8 +709348,6 @@ declare const cargoflowRouter: BuiltRouter<{
709280
709348
  id_sell_debtor: string | null;
709281
709349
  id_sell_invoice_type: string | null;
709282
709350
  id_sell_tax_rate: string | null;
709283
- is_cost_posted: boolean | null;
709284
- is_sell_posted: boolean | null;
709285
709351
  cost_base_rate: Decimal | null;
709286
709352
  cost_currency_amount: Decimal | null;
709287
709353
  cost_currency_estimated_amount: Decimal | null;
@@ -709290,10 +709356,12 @@ declare const cargoflowRouter: BuiltRouter<{
709290
709356
  cost_invoice_date: Date | null;
709291
709357
  cost_tax_amount: Decimal | null;
709292
709358
  cost_supplier_reference: string | null;
709359
+ is_cost_posted: boolean | null;
709293
709360
  sell_base_rate: Decimal | null;
709294
709361
  sell_currency_amount: Decimal | null;
709295
709362
  sell_currency_estimated_amount: Decimal | null;
709296
709363
  sell_local_currency_amount: Decimal | null;
709364
+ is_sell_posted: boolean | null;
709297
709365
  id_forwarding_console: string | null;
709298
709366
  id_cost_apportion_method: string | null;
709299
709367
  id_sell_apportion_method: string | null;
@@ -709508,8 +709576,6 @@ declare const cargoflowRouter: BuiltRouter<{
709508
709576
  id_sell_debtor: string | null;
709509
709577
  id_sell_invoice_type: string | null;
709510
709578
  id_sell_tax_rate: string | null;
709511
- is_cost_posted: boolean | null;
709512
- is_sell_posted: boolean | null;
709513
709579
  cost_base_rate: Decimal | null;
709514
709580
  cost_currency_amount: Decimal | null;
709515
709581
  cost_currency_estimated_amount: Decimal | null;
@@ -709518,10 +709584,12 @@ declare const cargoflowRouter: BuiltRouter<{
709518
709584
  cost_invoice_date: Date | null;
709519
709585
  cost_tax_amount: Decimal | null;
709520
709586
  cost_supplier_reference: string | null;
709587
+ is_cost_posted: boolean | null;
709521
709588
  sell_base_rate: Decimal | null;
709522
709589
  sell_currency_amount: Decimal | null;
709523
709590
  sell_currency_estimated_amount: Decimal | null;
709524
709591
  sell_local_currency_amount: Decimal | null;
709592
+ is_sell_posted: boolean | null;
709525
709593
  }[] | undefined;
709526
709594
  total: number | undefined;
709527
709595
  };
@@ -709575,9 +709643,6 @@ declare const cargoflowRouter: BuiltRouter<{
709575
709643
  id_operation_rep: string | null;
709576
709644
  id_profit_loss_reason: string | null;
709577
709645
  id_job_status: string | null;
709578
- is_on_hold: boolean | null;
709579
- is_override_local_client: boolean | null;
709580
- is_override_overseas_agent: boolean | null;
709581
709646
  billing_number: string | null;
709582
709647
  job_description: string | null;
709583
709648
  job_date: Date | null;
@@ -709590,6 +709655,9 @@ declare const cargoflowRouter: BuiltRouter<{
709590
709655
  quote_number: string | null;
709591
709656
  local_client_address: string | null;
709592
709657
  overseas_agent_address: string | null;
709658
+ is_on_hold: boolean | null;
709659
+ is_override_local_client: boolean | null;
709660
+ is_override_overseas_agent: boolean | null;
709593
709661
  } | null;
709594
709662
  forwarding_console_billing_detail: {
709595
709663
  is_active: boolean | null;
@@ -709611,8 +709679,6 @@ declare const cargoflowRouter: BuiltRouter<{
709611
709679
  id_sell_debtor: string | null;
709612
709680
  id_sell_invoice_type: string | null;
709613
709681
  id_sell_tax_rate: string | null;
709614
- is_cost_posted: boolean | null;
709615
- is_sell_posted: boolean | null;
709616
709682
  cost_base_rate: Decimal | null;
709617
709683
  cost_currency_amount: Decimal | null;
709618
709684
  cost_currency_estimated_amount: Decimal | null;
@@ -709621,10 +709687,12 @@ declare const cargoflowRouter: BuiltRouter<{
709621
709687
  cost_invoice_date: Date | null;
709622
709688
  cost_tax_amount: Decimal | null;
709623
709689
  cost_supplier_reference: string | null;
709690
+ is_cost_posted: boolean | null;
709624
709691
  sell_base_rate: Decimal | null;
709625
709692
  sell_currency_amount: Decimal | null;
709626
709693
  sell_currency_estimated_amount: Decimal | null;
709627
709694
  sell_local_currency_amount: Decimal | null;
709695
+ is_sell_posted: boolean | null;
709628
709696
  id_forwarding_console: string | null;
709629
709697
  id_cost_apportion_method: string | null;
709630
709698
  id_sell_apportion_method: string | null;
@@ -709839,8 +709907,6 @@ declare const cargoflowRouter: BuiltRouter<{
709839
709907
  id_sell_debtor: string | null;
709840
709908
  id_sell_invoice_type: string | null;
709841
709909
  id_sell_tax_rate: string | null;
709842
- is_cost_posted: boolean | null;
709843
- is_sell_posted: boolean | null;
709844
709910
  cost_base_rate: Decimal | null;
709845
709911
  cost_currency_amount: Decimal | null;
709846
709912
  cost_currency_estimated_amount: Decimal | null;
@@ -709849,10 +709915,12 @@ declare const cargoflowRouter: BuiltRouter<{
709849
709915
  cost_invoice_date: Date | null;
709850
709916
  cost_tax_amount: Decimal | null;
709851
709917
  cost_supplier_reference: string | null;
709918
+ is_cost_posted: boolean | null;
709852
709919
  sell_base_rate: Decimal | null;
709853
709920
  sell_currency_amount: Decimal | null;
709854
709921
  sell_currency_estimated_amount: Decimal | null;
709855
709922
  sell_local_currency_amount: Decimal | null;
709923
+ is_sell_posted: boolean | null;
709856
709924
  };
709857
709925
  };
709858
709926
  meta: object;
@@ -710011,8 +710079,6 @@ declare const cargoflowRouter: BuiltRouter<{
710011
710079
  id_sell_debtor: string | null;
710012
710080
  id_sell_invoice_type: string | null;
710013
710081
  id_sell_tax_rate: string | null;
710014
- is_cost_posted: boolean | null;
710015
- is_sell_posted: boolean | null;
710016
710082
  cost_base_rate: Decimal | null;
710017
710083
  cost_currency_amount: Decimal | null;
710018
710084
  cost_currency_estimated_amount: Decimal | null;
@@ -710021,10 +710087,12 @@ declare const cargoflowRouter: BuiltRouter<{
710021
710087
  cost_invoice_date: Date | null;
710022
710088
  cost_tax_amount: Decimal | null;
710023
710089
  cost_supplier_reference: string | null;
710090
+ is_cost_posted: boolean | null;
710024
710091
  sell_base_rate: Decimal | null;
710025
710092
  sell_currency_amount: Decimal | null;
710026
710093
  sell_currency_estimated_amount: Decimal | null;
710027
710094
  sell_local_currency_amount: Decimal | null;
710095
+ is_sell_posted: boolean | null;
710028
710096
  };
710029
710097
  log: {
710030
710098
  id: string;
@@ -710098,8 +710166,6 @@ declare const cargoflowRouter: BuiltRouter<{
710098
710166
  id_sell_debtor: string | null;
710099
710167
  id_sell_invoice_type: string | null;
710100
710168
  id_sell_tax_rate: string | null;
710101
- is_cost_posted: boolean | null;
710102
- is_sell_posted: boolean | null;
710103
710169
  cost_base_rate: Decimal | null;
710104
710170
  cost_currency_amount: Decimal | null;
710105
710171
  cost_currency_estimated_amount: Decimal | null;
@@ -710108,10 +710174,12 @@ declare const cargoflowRouter: BuiltRouter<{
710108
710174
  cost_invoice_date: Date | null;
710109
710175
  cost_tax_amount: Decimal | null;
710110
710176
  cost_supplier_reference: string | null;
710177
+ is_cost_posted: boolean | null;
710111
710178
  sell_base_rate: Decimal | null;
710112
710179
  sell_currency_amount: Decimal | null;
710113
710180
  sell_currency_estimated_amount: Decimal | null;
710114
710181
  sell_local_currency_amount: Decimal | null;
710182
+ is_sell_posted: boolean | null;
710115
710183
  };
710116
710184
  log: {
710117
710185
  id: string;
@@ -710218,8 +710286,6 @@ declare const cargoflowRouter: BuiltRouter<{
710218
710286
  id_sell_debtor: string | null;
710219
710287
  id_sell_invoice_type: string | null;
710220
710288
  id_sell_tax_rate: string | null;
710221
- is_cost_posted: boolean | null;
710222
- is_sell_posted: boolean | null;
710223
710289
  cost_base_rate: Decimal | null;
710224
710290
  cost_currency_amount: Decimal | null;
710225
710291
  cost_currency_estimated_amount: Decimal | null;
@@ -710228,10 +710294,12 @@ declare const cargoflowRouter: BuiltRouter<{
710228
710294
  cost_invoice_date: Date | null;
710229
710295
  cost_tax_amount: Decimal | null;
710230
710296
  cost_supplier_reference: string | null;
710297
+ is_cost_posted: boolean | null;
710231
710298
  sell_base_rate: Decimal | null;
710232
710299
  sell_currency_amount: Decimal | null;
710233
710300
  sell_currency_estimated_amount: Decimal | null;
710234
710301
  sell_local_currency_amount: Decimal | null;
710302
+ is_sell_posted: boolean | null;
710235
710303
  };
710236
710304
  log: {
710237
710305
  id: string;
@@ -710268,8 +710336,6 @@ declare const cargoflowRouter: BuiltRouter<{
710268
710336
  id_sell_debtor: string | null;
710269
710337
  id_sell_invoice_type: string | null;
710270
710338
  id_sell_tax_rate: string | null;
710271
- is_cost_posted: boolean | null;
710272
- is_sell_posted: boolean | null;
710273
710339
  cost_base_rate: Decimal | null;
710274
710340
  cost_currency_amount: Decimal | null;
710275
710341
  cost_currency_estimated_amount: Decimal | null;
@@ -710278,10 +710344,12 @@ declare const cargoflowRouter: BuiltRouter<{
710278
710344
  cost_invoice_date: Date | null;
710279
710345
  cost_tax_amount: Decimal | null;
710280
710346
  cost_supplier_reference: string | null;
710347
+ is_cost_posted: boolean | null;
710281
710348
  sell_base_rate: Decimal | null;
710282
710349
  sell_currency_amount: Decimal | null;
710283
710350
  sell_currency_estimated_amount: Decimal | null;
710284
710351
  sell_local_currency_amount: Decimal | null;
710352
+ is_sell_posted: boolean | null;
710285
710353
  };
710286
710354
  log: {
710287
710355
  id: string;
@@ -710328,8 +710396,6 @@ declare const cargoflowRouter: BuiltRouter<{
710328
710396
  id_sell_debtor: string | null;
710329
710397
  id_sell_invoice_type: string | null;
710330
710398
  id_sell_tax_rate: string | null;
710331
- is_cost_posted: boolean | null;
710332
- is_sell_posted: boolean | null;
710333
710399
  cost_base_rate: Decimal | null;
710334
710400
  cost_currency_amount: Decimal | null;
710335
710401
  cost_currency_estimated_amount: Decimal | null;
@@ -710338,10 +710404,12 @@ declare const cargoflowRouter: BuiltRouter<{
710338
710404
  cost_invoice_date: Date | null;
710339
710405
  cost_tax_amount: Decimal | null;
710340
710406
  cost_supplier_reference: string | null;
710407
+ is_cost_posted: boolean | null;
710341
710408
  sell_base_rate: Decimal | null;
710342
710409
  sell_currency_amount: Decimal | null;
710343
710410
  sell_currency_estimated_amount: Decimal | null;
710344
710411
  sell_local_currency_amount: Decimal | null;
710412
+ is_sell_posted: boolean | null;
710345
710413
  } | undefined)[] | undefined;
710346
710414
  } | undefined;
710347
710415
  meta: object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {