@be-logixpair/api 0.0.127-rc2 → 0.0.127-rc4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +121 -57
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -745259,6 +745259,24 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
745259
745259
|
is_sell_posted?: string | number | boolean | null | undefined;
|
|
745260
745260
|
}[] | undefined;
|
|
745261
745261
|
} | undefined;
|
|
745262
|
+
edocs?: {
|
|
745263
|
+
is_active?: string | number | boolean | null | undefined;
|
|
745264
|
+
id_forwarding_shipment?: string | number | bigint | null | undefined;
|
|
745265
|
+
id_company?: string | number | bigint | null | undefined;
|
|
745266
|
+
id_branch?: string | number | bigint | null | undefined;
|
|
745267
|
+
id_department?: string | number | bigint | null | undefined;
|
|
745268
|
+
id_edoc_type?: string | number | bigint | null | undefined;
|
|
745269
|
+
id_edoc_source?: string | number | bigint | null | undefined;
|
|
745270
|
+
id_storage_provider?: string | number | bigint | null | undefined;
|
|
745271
|
+
storage_provider?: string | null | undefined;
|
|
745272
|
+
label?: string | null | undefined;
|
|
745273
|
+
file_name?: string | null | undefined;
|
|
745274
|
+
temp_file_path?: string | null | undefined;
|
|
745275
|
+
file_path?: string | null | undefined;
|
|
745276
|
+
file_size?: string | number | bigint | null | undefined;
|
|
745277
|
+
file_extension?: string | null | undefined;
|
|
745278
|
+
is_visibility_specific?: string | number | boolean | null | undefined;
|
|
745279
|
+
}[] | undefined;
|
|
745262
745280
|
};
|
|
745263
745281
|
output: {
|
|
745264
745282
|
data: {
|
|
@@ -745367,6 +745385,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
745367
745385
|
flash_point?: string | null | undefined;
|
|
745368
745386
|
un_dg_contact?: string | null | undefined;
|
|
745369
745387
|
}[] | undefined;
|
|
745388
|
+
ids_delete_packing?: (string | number | bigint)[] | null | undefined;
|
|
745370
745389
|
customs_entries?: {
|
|
745371
745390
|
is_system?: (string | number | boolean)[] | null | undefined;
|
|
745372
745391
|
id?: string | number | bigint | null | undefined;
|
|
@@ -745379,6 +745398,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
745379
745398
|
issue_date?: string | null | undefined;
|
|
745380
745399
|
expiry_date?: string | null | undefined;
|
|
745381
745400
|
}[] | undefined;
|
|
745401
|
+
ids_delete_customs_entry?: (string | number | bigint)[] | null | undefined;
|
|
745382
745402
|
billing?: {
|
|
745383
745403
|
is_system?: (string | number | boolean)[] | null | undefined;
|
|
745384
745404
|
id?: string | number | bigint | null | undefined;
|
|
@@ -745419,6 +745439,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
745419
745439
|
sell_local_currency_amount?: string | null | undefined;
|
|
745420
745440
|
is_sell_posted?: string | number | boolean | null | undefined;
|
|
745421
745441
|
}[] | undefined;
|
|
745442
|
+
ids_delete_billing_detail?: (string | number | bigint)[] | null | undefined;
|
|
745422
745443
|
is_active?: string | number | boolean | null | undefined;
|
|
745423
745444
|
id_forwarding_shipment?: string | number | bigint | null | undefined;
|
|
745424
745445
|
id_local_client?: string | number | bigint | null | undefined;
|
|
@@ -745446,6 +745467,29 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
745446
745467
|
is_override_local_client?: string | number | boolean | null | undefined;
|
|
745447
745468
|
is_override_overseas_agent?: string | number | boolean | null | undefined;
|
|
745448
745469
|
} | undefined;
|
|
745470
|
+
edocs?: {
|
|
745471
|
+
is_system?: (string | number | boolean)[] | null | undefined;
|
|
745472
|
+
id?: string | number | bigint | null | undefined;
|
|
745473
|
+
id_string?: string | null | undefined;
|
|
745474
|
+
logic_code?: string | null | undefined;
|
|
745475
|
+
is_active?: string | number | boolean | null | undefined;
|
|
745476
|
+
id_forwarding_shipment?: string | number | bigint | null | undefined;
|
|
745477
|
+
id_company?: string | number | bigint | null | undefined;
|
|
745478
|
+
id_branch?: string | number | bigint | null | undefined;
|
|
745479
|
+
id_department?: string | number | bigint | null | undefined;
|
|
745480
|
+
id_edoc_type?: string | number | bigint | null | undefined;
|
|
745481
|
+
id_edoc_source?: string | number | bigint | null | undefined;
|
|
745482
|
+
id_storage_provider?: string | number | bigint | null | undefined;
|
|
745483
|
+
storage_provider?: string | null | undefined;
|
|
745484
|
+
label?: string | null | undefined;
|
|
745485
|
+
file_name?: string | null | undefined;
|
|
745486
|
+
temp_file_path?: string | null | undefined;
|
|
745487
|
+
file_path?: string | null | undefined;
|
|
745488
|
+
file_size?: string | number | bigint | null | undefined;
|
|
745489
|
+
file_extension?: string | null | undefined;
|
|
745490
|
+
is_visibility_specific?: string | number | boolean | null | undefined;
|
|
745491
|
+
}[] | undefined;
|
|
745492
|
+
ids_delete_edoc?: (string | number | bigint)[] | null | undefined;
|
|
745449
745493
|
is_active?: string | number | boolean | null | undefined;
|
|
745450
745494
|
id_forwarding_consol?: string | number | bigint | null | undefined;
|
|
745451
745495
|
id_transport_mode?: string | number | bigint | null | undefined;
|
|
@@ -750513,6 +750557,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
750513
750557
|
sell_local_currency_amount?: string | null | undefined;
|
|
750514
750558
|
is_sell_posted?: string | number | boolean | null | undefined;
|
|
750515
750559
|
}[] | undefined;
|
|
750560
|
+
ids_delete_billing_detail?: (string | number | bigint)[] | null | undefined;
|
|
750516
750561
|
is_active?: string | number | boolean | null | undefined;
|
|
750517
750562
|
id_forwarding_shipment?: string | number | bigint | null | undefined;
|
|
750518
750563
|
id_local_client?: string | number | bigint | null | undefined;
|
|
@@ -752290,12 +752335,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752290
752335
|
id_edoc_type: string | null;
|
|
752291
752336
|
id_edoc_source: string | null;
|
|
752292
752337
|
id_storage_provider: string | null;
|
|
752293
|
-
is_visibility_specific: boolean | null;
|
|
752294
752338
|
label: string | null;
|
|
752295
752339
|
file_name: string | null;
|
|
752296
752340
|
file_path: string | null;
|
|
752297
752341
|
file_size: string | null;
|
|
752298
752342
|
file_extension: string | null;
|
|
752343
|
+
is_visibility_specific: boolean | null;
|
|
752299
752344
|
}[] | undefined;
|
|
752300
752345
|
total: number | undefined;
|
|
752301
752346
|
};
|
|
@@ -752460,12 +752505,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752460
752505
|
id_edoc_type: string | null;
|
|
752461
752506
|
id_edoc_source: string | null;
|
|
752462
752507
|
id_storage_provider: string | null;
|
|
752463
|
-
is_visibility_specific: boolean | null;
|
|
752464
752508
|
label: string | null;
|
|
752465
752509
|
file_name: string | null;
|
|
752466
752510
|
file_path: string | null;
|
|
752467
752511
|
file_size: string | null;
|
|
752468
752512
|
file_extension: string | null;
|
|
752513
|
+
is_visibility_specific: boolean | null;
|
|
752469
752514
|
};
|
|
752470
752515
|
};
|
|
752471
752516
|
meta: object;
|
|
@@ -752604,12 +752649,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752604
752649
|
id_edoc_type: string | null;
|
|
752605
752650
|
id_edoc_source: string | null;
|
|
752606
752651
|
id_storage_provider: string | null;
|
|
752607
|
-
is_visibility_specific: boolean | null;
|
|
752608
752652
|
label: string | null;
|
|
752609
752653
|
file_name: string | null;
|
|
752610
752654
|
file_path: string | null;
|
|
752611
752655
|
file_size: string | null;
|
|
752612
752656
|
file_extension: string | null;
|
|
752657
|
+
is_visibility_specific: boolean | null;
|
|
752613
752658
|
};
|
|
752614
752659
|
log: {
|
|
752615
752660
|
id: string;
|
|
@@ -752663,12 +752708,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752663
752708
|
id_edoc_type: string | null;
|
|
752664
752709
|
id_edoc_source: string | null;
|
|
752665
752710
|
id_storage_provider: string | null;
|
|
752666
|
-
is_visibility_specific: boolean | null;
|
|
752667
752711
|
label: string | null;
|
|
752668
752712
|
file_name: string | null;
|
|
752669
752713
|
file_path: string | null;
|
|
752670
752714
|
file_size: string | null;
|
|
752671
752715
|
file_extension: string | null;
|
|
752716
|
+
is_visibility_specific: boolean | null;
|
|
752672
752717
|
};
|
|
752673
752718
|
log: {
|
|
752674
752719
|
id: string;
|
|
@@ -752743,12 +752788,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752743
752788
|
id_edoc_type: string | null;
|
|
752744
752789
|
id_edoc_source: string | null;
|
|
752745
752790
|
id_storage_provider: string | null;
|
|
752746
|
-
is_visibility_specific: boolean | null;
|
|
752747
752791
|
label: string | null;
|
|
752748
752792
|
file_name: string | null;
|
|
752749
752793
|
file_path: string | null;
|
|
752750
752794
|
file_size: string | null;
|
|
752751
752795
|
file_extension: string | null;
|
|
752796
|
+
is_visibility_specific: boolean | null;
|
|
752752
752797
|
};
|
|
752753
752798
|
log: {
|
|
752754
752799
|
id: string;
|
|
@@ -752777,12 +752822,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752777
752822
|
id_edoc_type: string | null;
|
|
752778
752823
|
id_edoc_source: string | null;
|
|
752779
752824
|
id_storage_provider: string | null;
|
|
752780
|
-
is_visibility_specific: boolean | null;
|
|
752781
752825
|
label: string | null;
|
|
752782
752826
|
file_name: string | null;
|
|
752783
752827
|
file_path: string | null;
|
|
752784
752828
|
file_size: string | null;
|
|
752785
752829
|
file_extension: string | null;
|
|
752830
|
+
is_visibility_specific: boolean | null;
|
|
752786
752831
|
};
|
|
752787
752832
|
log: {
|
|
752788
752833
|
id: string;
|
|
@@ -752821,12 +752866,12 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
752821
752866
|
id_edoc_type: string | null;
|
|
752822
752867
|
id_edoc_source: string | null;
|
|
752823
752868
|
id_storage_provider: string | null;
|
|
752824
|
-
is_visibility_specific: boolean | null;
|
|
752825
752869
|
label: string | null;
|
|
752826
752870
|
file_name: string | null;
|
|
752827
752871
|
file_path: string | null;
|
|
752828
752872
|
file_size: string | null;
|
|
752829
752873
|
file_extension: string | null;
|
|
752874
|
+
is_visibility_specific: boolean | null;
|
|
752830
752875
|
} | undefined)[] | undefined;
|
|
752831
752876
|
} | undefined;
|
|
752832
752877
|
meta: object;
|
|
@@ -768366,6 +768411,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768366
768411
|
company_number: string | null;
|
|
768367
768412
|
company_tax_number: string | null;
|
|
768368
768413
|
} | null;
|
|
768414
|
+
organization_staff_role: {
|
|
768415
|
+
is_active: boolean | null;
|
|
768416
|
+
id: string;
|
|
768417
|
+
logic_code: string | null;
|
|
768418
|
+
name: string | null;
|
|
768419
|
+
code: string | null;
|
|
768420
|
+
created_at: Date | null;
|
|
768421
|
+
created_by: string | null;
|
|
768422
|
+
updated_at: Date | null;
|
|
768423
|
+
updated_by: string | null;
|
|
768424
|
+
} | null;
|
|
768369
768425
|
user: {
|
|
768370
768426
|
is_active: boolean | null;
|
|
768371
768427
|
id: string;
|
|
@@ -768413,17 +768469,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768413
768469
|
updated_at: Date | null;
|
|
768414
768470
|
updated_by: string | null;
|
|
768415
768471
|
} | null;
|
|
768416
|
-
organization_staff_role: {
|
|
768417
|
-
is_active: boolean | null;
|
|
768418
|
-
id: string;
|
|
768419
|
-
logic_code: string | null;
|
|
768420
|
-
name: string | null;
|
|
768421
|
-
code: string | null;
|
|
768422
|
-
created_at: Date | null;
|
|
768423
|
-
created_by: string | null;
|
|
768424
|
-
updated_at: Date | null;
|
|
768425
|
-
updated_by: string | null;
|
|
768426
|
-
} | null;
|
|
768427
768472
|
is_active: boolean | null;
|
|
768428
768473
|
id: string;
|
|
768429
768474
|
created_at: Date | null;
|
|
@@ -768431,8 +768476,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768431
768476
|
updated_at: Date | null;
|
|
768432
768477
|
updated_by: string | null;
|
|
768433
768478
|
id_organization: string | null;
|
|
768434
|
-
id_user: string | null;
|
|
768435
768479
|
id_organization_staff_role: string | null;
|
|
768480
|
+
id_user: string | null;
|
|
768436
768481
|
}[] | undefined;
|
|
768437
768482
|
total: number | undefined;
|
|
768438
768483
|
};
|
|
@@ -768481,6 +768526,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768481
768526
|
company_number: string | null;
|
|
768482
768527
|
company_tax_number: string | null;
|
|
768483
768528
|
} | null;
|
|
768529
|
+
organization_staff_role: {
|
|
768530
|
+
is_active: boolean | null;
|
|
768531
|
+
id: string;
|
|
768532
|
+
logic_code: string | null;
|
|
768533
|
+
name: string | null;
|
|
768534
|
+
code: string | null;
|
|
768535
|
+
created_at: Date | null;
|
|
768536
|
+
created_by: string | null;
|
|
768537
|
+
updated_at: Date | null;
|
|
768538
|
+
updated_by: string | null;
|
|
768539
|
+
} | null;
|
|
768484
768540
|
user: {
|
|
768485
768541
|
is_active: boolean | null;
|
|
768486
768542
|
id: string;
|
|
@@ -768528,17 +768584,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768528
768584
|
updated_at: Date | null;
|
|
768529
768585
|
updated_by: string | null;
|
|
768530
768586
|
} | null;
|
|
768531
|
-
organization_staff_role: {
|
|
768532
|
-
is_active: boolean | null;
|
|
768533
|
-
id: string;
|
|
768534
|
-
logic_code: string | null;
|
|
768535
|
-
name: string | null;
|
|
768536
|
-
code: string | null;
|
|
768537
|
-
created_at: Date | null;
|
|
768538
|
-
created_by: string | null;
|
|
768539
|
-
updated_at: Date | null;
|
|
768540
|
-
updated_by: string | null;
|
|
768541
|
-
} | null;
|
|
768542
768587
|
is_active: boolean | null;
|
|
768543
768588
|
id: string;
|
|
768544
768589
|
created_at: Date | null;
|
|
@@ -768546,8 +768591,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768546
768591
|
updated_at: Date | null;
|
|
768547
768592
|
updated_by: string | null;
|
|
768548
768593
|
id_organization: string | null;
|
|
768549
|
-
id_user: string | null;
|
|
768550
768594
|
id_organization_staff_role: string | null;
|
|
768595
|
+
id_user: string | null;
|
|
768551
768596
|
};
|
|
768552
768597
|
};
|
|
768553
768598
|
meta: object;
|
|
@@ -768688,6 +768733,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768688
768733
|
company_number: string | null;
|
|
768689
768734
|
company_tax_number: string | null;
|
|
768690
768735
|
} | null;
|
|
768736
|
+
organization_staff_role: {
|
|
768737
|
+
is_active: boolean | null;
|
|
768738
|
+
id: string;
|
|
768739
|
+
logic_code: string | null;
|
|
768740
|
+
name: string | null;
|
|
768741
|
+
code: string | null;
|
|
768742
|
+
created_at: Date | null;
|
|
768743
|
+
created_by: string | null;
|
|
768744
|
+
updated_at: Date | null;
|
|
768745
|
+
updated_by: string | null;
|
|
768746
|
+
} | null;
|
|
768691
768747
|
user: {
|
|
768692
768748
|
is_active: boolean | null;
|
|
768693
768749
|
id: string;
|
|
@@ -768735,17 +768791,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768735
768791
|
updated_at: Date | null;
|
|
768736
768792
|
updated_by: string | null;
|
|
768737
768793
|
} | null;
|
|
768738
|
-
organization_staff_role: {
|
|
768739
|
-
is_active: boolean | null;
|
|
768740
|
-
id: string;
|
|
768741
|
-
logic_code: string | null;
|
|
768742
|
-
name: string | null;
|
|
768743
|
-
code: string | null;
|
|
768744
|
-
created_at: Date | null;
|
|
768745
|
-
created_by: string | null;
|
|
768746
|
-
updated_at: Date | null;
|
|
768747
|
-
updated_by: string | null;
|
|
768748
|
-
} | null;
|
|
768749
768794
|
is_active: boolean | null;
|
|
768750
768795
|
id: string;
|
|
768751
768796
|
created_at: Date | null;
|
|
@@ -768753,8 +768798,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768753
768798
|
updated_at: Date | null;
|
|
768754
768799
|
updated_by: string | null;
|
|
768755
768800
|
id_organization: string | null;
|
|
768756
|
-
id_user: string | null;
|
|
768757
768801
|
id_organization_staff_role: string | null;
|
|
768802
|
+
id_user: string | null;
|
|
768758
768803
|
};
|
|
768759
768804
|
log: {
|
|
768760
768805
|
id: string;
|
|
@@ -768810,6 +768855,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768810
768855
|
company_number: string | null;
|
|
768811
768856
|
company_tax_number: string | null;
|
|
768812
768857
|
} | null;
|
|
768858
|
+
organization_staff_role: {
|
|
768859
|
+
is_active: boolean | null;
|
|
768860
|
+
id: string;
|
|
768861
|
+
logic_code: string | null;
|
|
768862
|
+
name: string | null;
|
|
768863
|
+
code: string | null;
|
|
768864
|
+
created_at: Date | null;
|
|
768865
|
+
created_by: string | null;
|
|
768866
|
+
updated_at: Date | null;
|
|
768867
|
+
updated_by: string | null;
|
|
768868
|
+
} | null;
|
|
768813
768869
|
user: {
|
|
768814
768870
|
is_active: boolean | null;
|
|
768815
768871
|
id: string;
|
|
@@ -768857,17 +768913,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768857
768913
|
updated_at: Date | null;
|
|
768858
768914
|
updated_by: string | null;
|
|
768859
768915
|
} | null;
|
|
768860
|
-
organization_staff_role: {
|
|
768861
|
-
is_active: boolean | null;
|
|
768862
|
-
id: string;
|
|
768863
|
-
logic_code: string | null;
|
|
768864
|
-
name: string | null;
|
|
768865
|
-
code: string | null;
|
|
768866
|
-
created_at: Date | null;
|
|
768867
|
-
created_by: string | null;
|
|
768868
|
-
updated_at: Date | null;
|
|
768869
|
-
updated_by: string | null;
|
|
768870
|
-
} | null;
|
|
768871
768916
|
is_active: boolean | null;
|
|
768872
768917
|
id: string;
|
|
768873
768918
|
created_at: Date | null;
|
|
@@ -768875,8 +768920,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768875
768920
|
updated_at: Date | null;
|
|
768876
768921
|
updated_by: string | null;
|
|
768877
768922
|
id_organization: string | null;
|
|
768878
|
-
id_user: string | null;
|
|
768879
768923
|
id_organization_staff_role: string | null;
|
|
768924
|
+
id_user: string | null;
|
|
768880
768925
|
};
|
|
768881
768926
|
log: {
|
|
768882
768927
|
id: string;
|
|
@@ -768908,8 +768953,8 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
768908
768953
|
updated_at: Date | null;
|
|
768909
768954
|
updated_by: string | null;
|
|
768910
768955
|
id_organization: string | null;
|
|
768911
|
-
id_user: string | null;
|
|
768912
768956
|
id_organization_staff_role: string | null;
|
|
768957
|
+
id_user: string | null;
|
|
768913
768958
|
} | undefined)[] | undefined;
|
|
768914
768959
|
} | undefined;
|
|
768915
768960
|
meta: object;
|
|
@@ -804151,9 +804196,28 @@ declare const systemRouter: BuiltRouter<{
|
|
|
804151
804196
|
}>>;
|
|
804152
804197
|
type SystemRouter = typeof systemRouter;
|
|
804153
804198
|
//#endregion
|
|
804199
|
+
//#region src/features/uploads/uploads.routes.d.ts
|
|
804200
|
+
declare const uploadsRouter: BuiltRouter<{
|
|
804201
|
+
ctx: Context;
|
|
804202
|
+
meta: object;
|
|
804203
|
+
errorShape: DefaultErrorShape;
|
|
804204
|
+
transformer: false;
|
|
804205
|
+
}, DecorateCreateRouterOptions<{
|
|
804206
|
+
deleteFile: MutationProcedure<{
|
|
804207
|
+
input: {
|
|
804208
|
+
file_path?: string | null | undefined;
|
|
804209
|
+
};
|
|
804210
|
+
output: {
|
|
804211
|
+
success: boolean;
|
|
804212
|
+
};
|
|
804213
|
+
meta: object;
|
|
804214
|
+
}>;
|
|
804215
|
+
}>>;
|
|
804216
|
+
type UploadsRouter = typeof uploadsRouter;
|
|
804217
|
+
//#endregion
|
|
804154
804218
|
//#region src/routers/index.d.ts
|
|
804155
804219
|
declare const appRouter: AnyRouter;
|
|
804156
804220
|
type AppRouter = typeof appRouter;
|
|
804157
804221
|
//#endregion
|
|
804158
|
-
export { type AppRouter, type CargoFlowRouter, type Context, type HumanCapitalRouter, type SettingsRouter, type SystemRouter };
|
|
804222
|
+
export { type AppRouter, type CargoFlowRouter, type Context, type HumanCapitalRouter, type SettingsRouter, type SystemRouter, type UploadsRouter };
|
|
804159
804223
|
//# sourceMappingURL=index.d.ts.map
|