@be-logixpair/api 0.0.130-rc5 → 0.0.130-rc6
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 +700 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -774839,6 +774839,105 @@ declare const GetDetailUsersFunc: (ctx?: Context, input?: z$1.infer<typeof getDe
|
|
|
774839
774839
|
updated_by: string | null;
|
|
774840
774840
|
} | null;
|
|
774841
774841
|
company: {
|
|
774842
|
+
country: {
|
|
774843
|
+
currency: {
|
|
774844
|
+
symbol: string | null;
|
|
774845
|
+
is_active: boolean | null;
|
|
774846
|
+
id: string;
|
|
774847
|
+
logic_code: string | null;
|
|
774848
|
+
created_at: Date | null;
|
|
774849
|
+
created_by: string | null;
|
|
774850
|
+
updated_at: Date | null;
|
|
774851
|
+
updated_by: string | null;
|
|
774852
|
+
currency_code: string | null;
|
|
774853
|
+
currency_name: string | null;
|
|
774854
|
+
major_unit: string | null;
|
|
774855
|
+
minor_unit: string | null;
|
|
774856
|
+
decimal_unit: number | null;
|
|
774857
|
+
iso_decimal: number | null;
|
|
774858
|
+
} | null;
|
|
774859
|
+
is_active: boolean | null;
|
|
774860
|
+
id: string;
|
|
774861
|
+
logic_code: string | null;
|
|
774862
|
+
name: string | null;
|
|
774863
|
+
created_at: Date | null;
|
|
774864
|
+
created_by: string | null;
|
|
774865
|
+
updated_at: Date | null;
|
|
774866
|
+
updated_by: string | null;
|
|
774867
|
+
id_currency: string | null;
|
|
774868
|
+
id_awb_currency: string | null;
|
|
774869
|
+
iso2_code: string | null;
|
|
774870
|
+
iso3_code: string | null;
|
|
774871
|
+
iso3_numeric: string | null;
|
|
774872
|
+
is_sanctioned: boolean | null;
|
|
774873
|
+
} | null;
|
|
774874
|
+
state: {
|
|
774875
|
+
is_active: boolean | null;
|
|
774876
|
+
id: string;
|
|
774877
|
+
logic_code: string | null;
|
|
774878
|
+
name: string | null;
|
|
774879
|
+
id_country: string | null;
|
|
774880
|
+
code: string | null;
|
|
774881
|
+
created_at: Date | null;
|
|
774882
|
+
created_by: string | null;
|
|
774883
|
+
updated_at: Date | null;
|
|
774884
|
+
updated_by: string | null;
|
|
774885
|
+
} | null;
|
|
774886
|
+
city: {
|
|
774887
|
+
is_active: boolean | null;
|
|
774888
|
+
id: string;
|
|
774889
|
+
logic_code: string | null;
|
|
774890
|
+
name: string | null;
|
|
774891
|
+
id_country: string | null;
|
|
774892
|
+
id_state: string | null;
|
|
774893
|
+
code: string | null;
|
|
774894
|
+
created_at: Date | null;
|
|
774895
|
+
created_by: string | null;
|
|
774896
|
+
updated_at: Date | null;
|
|
774897
|
+
updated_by: string | null;
|
|
774898
|
+
} | null;
|
|
774899
|
+
postal_code: {
|
|
774900
|
+
is_active: boolean | null;
|
|
774901
|
+
id: string;
|
|
774902
|
+
logic_code: string | null;
|
|
774903
|
+
id_country: string | null;
|
|
774904
|
+
code: string | null;
|
|
774905
|
+
created_at: Date | null;
|
|
774906
|
+
created_by: string | null;
|
|
774907
|
+
updated_at: Date | null;
|
|
774908
|
+
updated_by: string | null;
|
|
774909
|
+
} | null;
|
|
774910
|
+
un_locode: {
|
|
774911
|
+
is_active: boolean | null;
|
|
774912
|
+
id: string;
|
|
774913
|
+
logic_code: string | null;
|
|
774914
|
+
id_country: string | null;
|
|
774915
|
+
id_state: string | null;
|
|
774916
|
+
id_city: string | null;
|
|
774917
|
+
created_at: Date | null;
|
|
774918
|
+
created_by: string | null;
|
|
774919
|
+
updated_at: Date | null;
|
|
774920
|
+
updated_by: string | null;
|
|
774921
|
+
id_time_zone: string | null;
|
|
774922
|
+
un_code: string | null;
|
|
774923
|
+
iata_code: string | null;
|
|
774924
|
+
iata_region_code: string | null;
|
|
774925
|
+
latitude: Decimal$1 | null;
|
|
774926
|
+
longitude: Decimal$1 | null;
|
|
774927
|
+
port_name: string | null;
|
|
774928
|
+
proper_name: string | null;
|
|
774929
|
+
has_post: boolean | null;
|
|
774930
|
+
has_customs: boolean | null;
|
|
774931
|
+
has_unload: boolean | null;
|
|
774932
|
+
has_airport: boolean | null;
|
|
774933
|
+
has_railway: boolean | null;
|
|
774934
|
+
has_road: boolean | null;
|
|
774935
|
+
has_store: boolean | null;
|
|
774936
|
+
has_terminal: boolean | null;
|
|
774937
|
+
has_discharge: boolean | null;
|
|
774938
|
+
has_seaport: boolean | null;
|
|
774939
|
+
has_outport: boolean | null;
|
|
774940
|
+
} | null;
|
|
774842
774941
|
is_active: boolean | null;
|
|
774843
774942
|
id: string;
|
|
774844
774943
|
logic_code: string | null;
|
|
@@ -780544,6 +780643,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
780544
780643
|
updated_by: string | null;
|
|
780545
780644
|
} | null;
|
|
780546
780645
|
control_customer: {
|
|
780646
|
+
organization_staff_assignments: {
|
|
780647
|
+
user: {
|
|
780648
|
+
is_active: boolean | null;
|
|
780649
|
+
id: string;
|
|
780650
|
+
logic_code: string | null;
|
|
780651
|
+
id_sso: string | null;
|
|
780652
|
+
name: string | null;
|
|
780653
|
+
id_country: string | null;
|
|
780654
|
+
id_state: string | null;
|
|
780655
|
+
id_city: string | null;
|
|
780656
|
+
id_postal_code: string | null;
|
|
780657
|
+
id_nationality: string | null;
|
|
780658
|
+
id_company: string | null;
|
|
780659
|
+
id_branch: string | null;
|
|
780660
|
+
id_department: string | null;
|
|
780661
|
+
id_spouse_relationship: string | null;
|
|
780662
|
+
id_emergency_relationship: string | null;
|
|
780663
|
+
id_last_accessed_company: string | null;
|
|
780664
|
+
id_last_accessed_branch: string | null;
|
|
780665
|
+
code: string | null;
|
|
780666
|
+
pref_name: string | null;
|
|
780667
|
+
address: string | null;
|
|
780668
|
+
date_of_birth: Date | null;
|
|
780669
|
+
employment_date: Date | null;
|
|
780670
|
+
depart_date: Date | null;
|
|
780671
|
+
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
780672
|
+
job_title: string | null;
|
|
780673
|
+
work_phone: string | null;
|
|
780674
|
+
work_extension: string | null;
|
|
780675
|
+
work_fax: string | null;
|
|
780676
|
+
home_phone: string | null;
|
|
780677
|
+
mobile_phone: string | null;
|
|
780678
|
+
other_reference: string | null;
|
|
780679
|
+
personal_email: string | null;
|
|
780680
|
+
work_email: string | null;
|
|
780681
|
+
spouse_name: string | null;
|
|
780682
|
+
spouse_phone: string | null;
|
|
780683
|
+
spouse_email: string | null;
|
|
780684
|
+
emergency_name: string | null;
|
|
780685
|
+
emergency_phone: string | null;
|
|
780686
|
+
emergency_email: string | null;
|
|
780687
|
+
profile_photo_url: string | null;
|
|
780688
|
+
signature_url: string | null;
|
|
780689
|
+
created_at: Date | null;
|
|
780690
|
+
created_by: string | null;
|
|
780691
|
+
updated_at: Date | null;
|
|
780692
|
+
updated_by: string | null;
|
|
780693
|
+
} | null;
|
|
780694
|
+
organization_staff_role: {
|
|
780695
|
+
is_active: boolean | null;
|
|
780696
|
+
id: string;
|
|
780697
|
+
logic_code: string | null;
|
|
780698
|
+
name: string | null;
|
|
780699
|
+
code: string | null;
|
|
780700
|
+
created_at: Date | null;
|
|
780701
|
+
created_by: string | null;
|
|
780702
|
+
updated_at: Date | null;
|
|
780703
|
+
updated_by: string | null;
|
|
780704
|
+
} | null;
|
|
780705
|
+
is_active: boolean | null;
|
|
780706
|
+
id: string;
|
|
780707
|
+
created_at: Date | null;
|
|
780708
|
+
created_by: string | null;
|
|
780709
|
+
updated_at: Date | null;
|
|
780710
|
+
updated_by: string | null;
|
|
780711
|
+
id_user: string | null;
|
|
780712
|
+
id_organization: string | null;
|
|
780713
|
+
id_organization_staff_role: string | null;
|
|
780714
|
+
}[];
|
|
780547
780715
|
is_active: boolean | null;
|
|
780548
780716
|
id: string;
|
|
780549
780717
|
logic_code: string | null;
|
|
@@ -780571,6 +780739,75 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
780571
780739
|
company_tax_number: string | null;
|
|
780572
780740
|
} | null;
|
|
780573
780741
|
control_agent: {
|
|
780742
|
+
organization_staff_assignments: {
|
|
780743
|
+
user: {
|
|
780744
|
+
is_active: boolean | null;
|
|
780745
|
+
id: string;
|
|
780746
|
+
logic_code: string | null;
|
|
780747
|
+
id_sso: string | null;
|
|
780748
|
+
name: string | null;
|
|
780749
|
+
id_country: string | null;
|
|
780750
|
+
id_state: string | null;
|
|
780751
|
+
id_city: string | null;
|
|
780752
|
+
id_postal_code: string | null;
|
|
780753
|
+
id_nationality: string | null;
|
|
780754
|
+
id_company: string | null;
|
|
780755
|
+
id_branch: string | null;
|
|
780756
|
+
id_department: string | null;
|
|
780757
|
+
id_spouse_relationship: string | null;
|
|
780758
|
+
id_emergency_relationship: string | null;
|
|
780759
|
+
id_last_accessed_company: string | null;
|
|
780760
|
+
id_last_accessed_branch: string | null;
|
|
780761
|
+
code: string | null;
|
|
780762
|
+
pref_name: string | null;
|
|
780763
|
+
address: string | null;
|
|
780764
|
+
date_of_birth: Date | null;
|
|
780765
|
+
employment_date: Date | null;
|
|
780766
|
+
depart_date: Date | null;
|
|
780767
|
+
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
780768
|
+
job_title: string | null;
|
|
780769
|
+
work_phone: string | null;
|
|
780770
|
+
work_extension: string | null;
|
|
780771
|
+
work_fax: string | null;
|
|
780772
|
+
home_phone: string | null;
|
|
780773
|
+
mobile_phone: string | null;
|
|
780774
|
+
other_reference: string | null;
|
|
780775
|
+
personal_email: string | null;
|
|
780776
|
+
work_email: string | null;
|
|
780777
|
+
spouse_name: string | null;
|
|
780778
|
+
spouse_phone: string | null;
|
|
780779
|
+
spouse_email: string | null;
|
|
780780
|
+
emergency_name: string | null;
|
|
780781
|
+
emergency_phone: string | null;
|
|
780782
|
+
emergency_email: string | null;
|
|
780783
|
+
profile_photo_url: string | null;
|
|
780784
|
+
signature_url: string | null;
|
|
780785
|
+
created_at: Date | null;
|
|
780786
|
+
created_by: string | null;
|
|
780787
|
+
updated_at: Date | null;
|
|
780788
|
+
updated_by: string | null;
|
|
780789
|
+
} | null;
|
|
780790
|
+
organization_staff_role: {
|
|
780791
|
+
is_active: boolean | null;
|
|
780792
|
+
id: string;
|
|
780793
|
+
logic_code: string | null;
|
|
780794
|
+
name: string | null;
|
|
780795
|
+
code: string | null;
|
|
780796
|
+
created_at: Date | null;
|
|
780797
|
+
created_by: string | null;
|
|
780798
|
+
updated_at: Date | null;
|
|
780799
|
+
updated_by: string | null;
|
|
780800
|
+
} | null;
|
|
780801
|
+
is_active: boolean | null;
|
|
780802
|
+
id: string;
|
|
780803
|
+
created_at: Date | null;
|
|
780804
|
+
created_by: string | null;
|
|
780805
|
+
updated_at: Date | null;
|
|
780806
|
+
updated_by: string | null;
|
|
780807
|
+
id_user: string | null;
|
|
780808
|
+
id_organization: string | null;
|
|
780809
|
+
id_organization_staff_role: string | null;
|
|
780810
|
+
}[];
|
|
780574
780811
|
is_active: boolean | null;
|
|
780575
780812
|
id: string;
|
|
780576
780813
|
logic_code: string | null;
|
|
@@ -802923,6 +803160,105 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
802923
803160
|
updated_by: string | null;
|
|
802924
803161
|
} | null;
|
|
802925
803162
|
company: {
|
|
803163
|
+
country: {
|
|
803164
|
+
currency: {
|
|
803165
|
+
symbol: string | null;
|
|
803166
|
+
is_active: boolean | null;
|
|
803167
|
+
id: string;
|
|
803168
|
+
logic_code: string | null;
|
|
803169
|
+
created_at: Date | null;
|
|
803170
|
+
created_by: string | null;
|
|
803171
|
+
updated_at: Date | null;
|
|
803172
|
+
updated_by: string | null;
|
|
803173
|
+
currency_code: string | null;
|
|
803174
|
+
currency_name: string | null;
|
|
803175
|
+
major_unit: string | null;
|
|
803176
|
+
minor_unit: string | null;
|
|
803177
|
+
decimal_unit: number | null;
|
|
803178
|
+
iso_decimal: number | null;
|
|
803179
|
+
} | null;
|
|
803180
|
+
is_active: boolean | null;
|
|
803181
|
+
id: string;
|
|
803182
|
+
logic_code: string | null;
|
|
803183
|
+
name: string | null;
|
|
803184
|
+
created_at: Date | null;
|
|
803185
|
+
created_by: string | null;
|
|
803186
|
+
updated_at: Date | null;
|
|
803187
|
+
updated_by: string | null;
|
|
803188
|
+
id_currency: string | null;
|
|
803189
|
+
id_awb_currency: string | null;
|
|
803190
|
+
iso2_code: string | null;
|
|
803191
|
+
iso3_code: string | null;
|
|
803192
|
+
iso3_numeric: string | null;
|
|
803193
|
+
is_sanctioned: boolean | null;
|
|
803194
|
+
} | null;
|
|
803195
|
+
state: {
|
|
803196
|
+
is_active: boolean | null;
|
|
803197
|
+
id: string;
|
|
803198
|
+
logic_code: string | null;
|
|
803199
|
+
name: string | null;
|
|
803200
|
+
id_country: string | null;
|
|
803201
|
+
code: string | null;
|
|
803202
|
+
created_at: Date | null;
|
|
803203
|
+
created_by: string | null;
|
|
803204
|
+
updated_at: Date | null;
|
|
803205
|
+
updated_by: string | null;
|
|
803206
|
+
} | null;
|
|
803207
|
+
city: {
|
|
803208
|
+
is_active: boolean | null;
|
|
803209
|
+
id: string;
|
|
803210
|
+
logic_code: string | null;
|
|
803211
|
+
name: string | null;
|
|
803212
|
+
id_country: string | null;
|
|
803213
|
+
id_state: string | null;
|
|
803214
|
+
code: string | null;
|
|
803215
|
+
created_at: Date | null;
|
|
803216
|
+
created_by: string | null;
|
|
803217
|
+
updated_at: Date | null;
|
|
803218
|
+
updated_by: string | null;
|
|
803219
|
+
} | null;
|
|
803220
|
+
postal_code: {
|
|
803221
|
+
is_active: boolean | null;
|
|
803222
|
+
id: string;
|
|
803223
|
+
logic_code: string | null;
|
|
803224
|
+
id_country: string | null;
|
|
803225
|
+
code: string | null;
|
|
803226
|
+
created_at: Date | null;
|
|
803227
|
+
created_by: string | null;
|
|
803228
|
+
updated_at: Date | null;
|
|
803229
|
+
updated_by: string | null;
|
|
803230
|
+
} | null;
|
|
803231
|
+
un_locode: {
|
|
803232
|
+
is_active: boolean | null;
|
|
803233
|
+
id: string;
|
|
803234
|
+
logic_code: string | null;
|
|
803235
|
+
id_country: string | null;
|
|
803236
|
+
id_state: string | null;
|
|
803237
|
+
id_city: string | null;
|
|
803238
|
+
created_at: Date | null;
|
|
803239
|
+
created_by: string | null;
|
|
803240
|
+
updated_at: Date | null;
|
|
803241
|
+
updated_by: string | null;
|
|
803242
|
+
id_time_zone: string | null;
|
|
803243
|
+
un_code: string | null;
|
|
803244
|
+
iata_code: string | null;
|
|
803245
|
+
iata_region_code: string | null;
|
|
803246
|
+
latitude: Decimal$1 | null;
|
|
803247
|
+
longitude: Decimal$1 | null;
|
|
803248
|
+
port_name: string | null;
|
|
803249
|
+
proper_name: string | null;
|
|
803250
|
+
has_post: boolean | null;
|
|
803251
|
+
has_customs: boolean | null;
|
|
803252
|
+
has_unload: boolean | null;
|
|
803253
|
+
has_airport: boolean | null;
|
|
803254
|
+
has_railway: boolean | null;
|
|
803255
|
+
has_road: boolean | null;
|
|
803256
|
+
has_store: boolean | null;
|
|
803257
|
+
has_terminal: boolean | null;
|
|
803258
|
+
has_discharge: boolean | null;
|
|
803259
|
+
has_seaport: boolean | null;
|
|
803260
|
+
has_outport: boolean | null;
|
|
803261
|
+
} | null;
|
|
802926
803262
|
is_active: boolean | null;
|
|
802927
803263
|
id: string;
|
|
802928
803264
|
logic_code: string | null;
|
|
@@ -803472,6 +803808,105 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
803472
803808
|
updated_by: string | null;
|
|
803473
803809
|
} | null;
|
|
803474
803810
|
company: {
|
|
803811
|
+
country: {
|
|
803812
|
+
currency: {
|
|
803813
|
+
symbol: string | null;
|
|
803814
|
+
is_active: boolean | null;
|
|
803815
|
+
id: string;
|
|
803816
|
+
logic_code: string | null;
|
|
803817
|
+
created_at: Date | null;
|
|
803818
|
+
created_by: string | null;
|
|
803819
|
+
updated_at: Date | null;
|
|
803820
|
+
updated_by: string | null;
|
|
803821
|
+
currency_code: string | null;
|
|
803822
|
+
currency_name: string | null;
|
|
803823
|
+
major_unit: string | null;
|
|
803824
|
+
minor_unit: string | null;
|
|
803825
|
+
decimal_unit: number | null;
|
|
803826
|
+
iso_decimal: number | null;
|
|
803827
|
+
} | null;
|
|
803828
|
+
is_active: boolean | null;
|
|
803829
|
+
id: string;
|
|
803830
|
+
logic_code: string | null;
|
|
803831
|
+
name: string | null;
|
|
803832
|
+
created_at: Date | null;
|
|
803833
|
+
created_by: string | null;
|
|
803834
|
+
updated_at: Date | null;
|
|
803835
|
+
updated_by: string | null;
|
|
803836
|
+
id_currency: string | null;
|
|
803837
|
+
id_awb_currency: string | null;
|
|
803838
|
+
iso2_code: string | null;
|
|
803839
|
+
iso3_code: string | null;
|
|
803840
|
+
iso3_numeric: string | null;
|
|
803841
|
+
is_sanctioned: boolean | null;
|
|
803842
|
+
} | null;
|
|
803843
|
+
state: {
|
|
803844
|
+
is_active: boolean | null;
|
|
803845
|
+
id: string;
|
|
803846
|
+
logic_code: string | null;
|
|
803847
|
+
name: string | null;
|
|
803848
|
+
id_country: string | null;
|
|
803849
|
+
code: string | null;
|
|
803850
|
+
created_at: Date | null;
|
|
803851
|
+
created_by: string | null;
|
|
803852
|
+
updated_at: Date | null;
|
|
803853
|
+
updated_by: string | null;
|
|
803854
|
+
} | null;
|
|
803855
|
+
city: {
|
|
803856
|
+
is_active: boolean | null;
|
|
803857
|
+
id: string;
|
|
803858
|
+
logic_code: string | null;
|
|
803859
|
+
name: string | null;
|
|
803860
|
+
id_country: string | null;
|
|
803861
|
+
id_state: string | null;
|
|
803862
|
+
code: string | null;
|
|
803863
|
+
created_at: Date | null;
|
|
803864
|
+
created_by: string | null;
|
|
803865
|
+
updated_at: Date | null;
|
|
803866
|
+
updated_by: string | null;
|
|
803867
|
+
} | null;
|
|
803868
|
+
postal_code: {
|
|
803869
|
+
is_active: boolean | null;
|
|
803870
|
+
id: string;
|
|
803871
|
+
logic_code: string | null;
|
|
803872
|
+
id_country: string | null;
|
|
803873
|
+
code: string | null;
|
|
803874
|
+
created_at: Date | null;
|
|
803875
|
+
created_by: string | null;
|
|
803876
|
+
updated_at: Date | null;
|
|
803877
|
+
updated_by: string | null;
|
|
803878
|
+
} | null;
|
|
803879
|
+
un_locode: {
|
|
803880
|
+
is_active: boolean | null;
|
|
803881
|
+
id: string;
|
|
803882
|
+
logic_code: string | null;
|
|
803883
|
+
id_country: string | null;
|
|
803884
|
+
id_state: string | null;
|
|
803885
|
+
id_city: string | null;
|
|
803886
|
+
created_at: Date | null;
|
|
803887
|
+
created_by: string | null;
|
|
803888
|
+
updated_at: Date | null;
|
|
803889
|
+
updated_by: string | null;
|
|
803890
|
+
id_time_zone: string | null;
|
|
803891
|
+
un_code: string | null;
|
|
803892
|
+
iata_code: string | null;
|
|
803893
|
+
iata_region_code: string | null;
|
|
803894
|
+
latitude: Decimal$1 | null;
|
|
803895
|
+
longitude: Decimal$1 | null;
|
|
803896
|
+
port_name: string | null;
|
|
803897
|
+
proper_name: string | null;
|
|
803898
|
+
has_post: boolean | null;
|
|
803899
|
+
has_customs: boolean | null;
|
|
803900
|
+
has_unload: boolean | null;
|
|
803901
|
+
has_airport: boolean | null;
|
|
803902
|
+
has_railway: boolean | null;
|
|
803903
|
+
has_road: boolean | null;
|
|
803904
|
+
has_store: boolean | null;
|
|
803905
|
+
has_terminal: boolean | null;
|
|
803906
|
+
has_discharge: boolean | null;
|
|
803907
|
+
has_seaport: boolean | null;
|
|
803908
|
+
has_outport: boolean | null;
|
|
803909
|
+
} | null;
|
|
803475
803910
|
is_active: boolean | null;
|
|
803476
803911
|
id: string;
|
|
803477
803912
|
logic_code: string | null;
|
|
@@ -805562,6 +805997,20 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
805562
805997
|
is_controlling_agent: boolean | null;
|
|
805563
805998
|
is_internal_organization: boolean | null;
|
|
805564
805999
|
}[];
|
|
806000
|
+
organization_person_in_charges: {
|
|
806001
|
+
is_active: boolean | null;
|
|
806002
|
+
id: string;
|
|
806003
|
+
logic_code: string | null;
|
|
806004
|
+
name: string | null;
|
|
806005
|
+
created_at: Date | null;
|
|
806006
|
+
created_by: string | null;
|
|
806007
|
+
updated_at: Date | null;
|
|
806008
|
+
updated_by: string | null;
|
|
806009
|
+
email: string | null;
|
|
806010
|
+
id_organization: string | null;
|
|
806011
|
+
phone: string | null;
|
|
806012
|
+
title: string | null;
|
|
806013
|
+
}[];
|
|
805565
806014
|
organization_addresses: {
|
|
805566
806015
|
is_active: boolean | null;
|
|
805567
806016
|
id: string;
|
|
@@ -805583,6 +806032,75 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
805583
806032
|
phone: string | null;
|
|
805584
806033
|
fax: string | null;
|
|
805585
806034
|
}[];
|
|
806035
|
+
organization_staff_assignments: {
|
|
806036
|
+
user: {
|
|
806037
|
+
is_active: boolean | null;
|
|
806038
|
+
id: string;
|
|
806039
|
+
logic_code: string | null;
|
|
806040
|
+
id_sso: string | null;
|
|
806041
|
+
name: string | null;
|
|
806042
|
+
id_country: string | null;
|
|
806043
|
+
id_state: string | null;
|
|
806044
|
+
id_city: string | null;
|
|
806045
|
+
id_postal_code: string | null;
|
|
806046
|
+
id_nationality: string | null;
|
|
806047
|
+
id_company: string | null;
|
|
806048
|
+
id_branch: string | null;
|
|
806049
|
+
id_department: string | null;
|
|
806050
|
+
id_spouse_relationship: string | null;
|
|
806051
|
+
id_emergency_relationship: string | null;
|
|
806052
|
+
id_last_accessed_company: string | null;
|
|
806053
|
+
id_last_accessed_branch: string | null;
|
|
806054
|
+
code: string | null;
|
|
806055
|
+
pref_name: string | null;
|
|
806056
|
+
address: string | null;
|
|
806057
|
+
date_of_birth: Date | null;
|
|
806058
|
+
employment_date: Date | null;
|
|
806059
|
+
depart_date: Date | null;
|
|
806060
|
+
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
806061
|
+
job_title: string | null;
|
|
806062
|
+
work_phone: string | null;
|
|
806063
|
+
work_extension: string | null;
|
|
806064
|
+
work_fax: string | null;
|
|
806065
|
+
home_phone: string | null;
|
|
806066
|
+
mobile_phone: string | null;
|
|
806067
|
+
other_reference: string | null;
|
|
806068
|
+
personal_email: string | null;
|
|
806069
|
+
work_email: string | null;
|
|
806070
|
+
spouse_name: string | null;
|
|
806071
|
+
spouse_phone: string | null;
|
|
806072
|
+
spouse_email: string | null;
|
|
806073
|
+
emergency_name: string | null;
|
|
806074
|
+
emergency_phone: string | null;
|
|
806075
|
+
emergency_email: string | null;
|
|
806076
|
+
profile_photo_url: string | null;
|
|
806077
|
+
signature_url: string | null;
|
|
806078
|
+
created_at: Date | null;
|
|
806079
|
+
created_by: string | null;
|
|
806080
|
+
updated_at: Date | null;
|
|
806081
|
+
updated_by: string | null;
|
|
806082
|
+
} | null;
|
|
806083
|
+
organization_staff_role: {
|
|
806084
|
+
is_active: boolean | null;
|
|
806085
|
+
id: string;
|
|
806086
|
+
logic_code: string | null;
|
|
806087
|
+
name: string | null;
|
|
806088
|
+
code: string | null;
|
|
806089
|
+
created_at: Date | null;
|
|
806090
|
+
created_by: string | null;
|
|
806091
|
+
updated_at: Date | null;
|
|
806092
|
+
updated_by: string | null;
|
|
806093
|
+
} | null;
|
|
806094
|
+
is_active: boolean | null;
|
|
806095
|
+
id: string;
|
|
806096
|
+
created_at: Date | null;
|
|
806097
|
+
created_by: string | null;
|
|
806098
|
+
updated_at: Date | null;
|
|
806099
|
+
updated_by: string | null;
|
|
806100
|
+
id_user: string | null;
|
|
806101
|
+
id_organization: string | null;
|
|
806102
|
+
id_organization_staff_role: string | null;
|
|
806103
|
+
}[];
|
|
805586
806104
|
organization_edocs: {
|
|
805587
806105
|
is_active: boolean | null;
|
|
805588
806106
|
id: string;
|
|
@@ -806049,6 +806567,20 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
806049
806567
|
is_controlling_agent: boolean | null;
|
|
806050
806568
|
is_internal_organization: boolean | null;
|
|
806051
806569
|
}[];
|
|
806570
|
+
organization_person_in_charges: {
|
|
806571
|
+
is_active: boolean | null;
|
|
806572
|
+
id: string;
|
|
806573
|
+
logic_code: string | null;
|
|
806574
|
+
name: string | null;
|
|
806575
|
+
created_at: Date | null;
|
|
806576
|
+
created_by: string | null;
|
|
806577
|
+
updated_at: Date | null;
|
|
806578
|
+
updated_by: string | null;
|
|
806579
|
+
email: string | null;
|
|
806580
|
+
id_organization: string | null;
|
|
806581
|
+
phone: string | null;
|
|
806582
|
+
title: string | null;
|
|
806583
|
+
}[];
|
|
806052
806584
|
organization_addresses: {
|
|
806053
806585
|
is_active: boolean | null;
|
|
806054
806586
|
id: string;
|
|
@@ -806070,6 +806602,75 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
806070
806602
|
phone: string | null;
|
|
806071
806603
|
fax: string | null;
|
|
806072
806604
|
}[];
|
|
806605
|
+
organization_staff_assignments: {
|
|
806606
|
+
user: {
|
|
806607
|
+
is_active: boolean | null;
|
|
806608
|
+
id: string;
|
|
806609
|
+
logic_code: string | null;
|
|
806610
|
+
id_sso: string | null;
|
|
806611
|
+
name: string | null;
|
|
806612
|
+
id_country: string | null;
|
|
806613
|
+
id_state: string | null;
|
|
806614
|
+
id_city: string | null;
|
|
806615
|
+
id_postal_code: string | null;
|
|
806616
|
+
id_nationality: string | null;
|
|
806617
|
+
id_company: string | null;
|
|
806618
|
+
id_branch: string | null;
|
|
806619
|
+
id_department: string | null;
|
|
806620
|
+
id_spouse_relationship: string | null;
|
|
806621
|
+
id_emergency_relationship: string | null;
|
|
806622
|
+
id_last_accessed_company: string | null;
|
|
806623
|
+
id_last_accessed_branch: string | null;
|
|
806624
|
+
code: string | null;
|
|
806625
|
+
pref_name: string | null;
|
|
806626
|
+
address: string | null;
|
|
806627
|
+
date_of_birth: Date | null;
|
|
806628
|
+
employment_date: Date | null;
|
|
806629
|
+
depart_date: Date | null;
|
|
806630
|
+
gender: ("MALE" | "FEMALE" | "NOT_SPECIFIED") | null;
|
|
806631
|
+
job_title: string | null;
|
|
806632
|
+
work_phone: string | null;
|
|
806633
|
+
work_extension: string | null;
|
|
806634
|
+
work_fax: string | null;
|
|
806635
|
+
home_phone: string | null;
|
|
806636
|
+
mobile_phone: string | null;
|
|
806637
|
+
other_reference: string | null;
|
|
806638
|
+
personal_email: string | null;
|
|
806639
|
+
work_email: string | null;
|
|
806640
|
+
spouse_name: string | null;
|
|
806641
|
+
spouse_phone: string | null;
|
|
806642
|
+
spouse_email: string | null;
|
|
806643
|
+
emergency_name: string | null;
|
|
806644
|
+
emergency_phone: string | null;
|
|
806645
|
+
emergency_email: string | null;
|
|
806646
|
+
profile_photo_url: string | null;
|
|
806647
|
+
signature_url: string | null;
|
|
806648
|
+
created_at: Date | null;
|
|
806649
|
+
created_by: string | null;
|
|
806650
|
+
updated_at: Date | null;
|
|
806651
|
+
updated_by: string | null;
|
|
806652
|
+
} | null;
|
|
806653
|
+
organization_staff_role: {
|
|
806654
|
+
is_active: boolean | null;
|
|
806655
|
+
id: string;
|
|
806656
|
+
logic_code: string | null;
|
|
806657
|
+
name: string | null;
|
|
806658
|
+
code: string | null;
|
|
806659
|
+
created_at: Date | null;
|
|
806660
|
+
created_by: string | null;
|
|
806661
|
+
updated_at: Date | null;
|
|
806662
|
+
updated_by: string | null;
|
|
806663
|
+
} | null;
|
|
806664
|
+
is_active: boolean | null;
|
|
806665
|
+
id: string;
|
|
806666
|
+
created_at: Date | null;
|
|
806667
|
+
created_by: string | null;
|
|
806668
|
+
updated_at: Date | null;
|
|
806669
|
+
updated_by: string | null;
|
|
806670
|
+
id_user: string | null;
|
|
806671
|
+
id_organization: string | null;
|
|
806672
|
+
id_organization_staff_role: string | null;
|
|
806673
|
+
}[];
|
|
806073
806674
|
organization_edocs: {
|
|
806074
806675
|
company: {
|
|
806075
806676
|
is_active: boolean | null;
|
|
@@ -836667,6 +837268,105 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
836667
837268
|
updated_by: string | null;
|
|
836668
837269
|
} | null;
|
|
836669
837270
|
company: {
|
|
837271
|
+
country: {
|
|
837272
|
+
currency: {
|
|
837273
|
+
symbol: string | null;
|
|
837274
|
+
is_active: boolean | null;
|
|
837275
|
+
id: string;
|
|
837276
|
+
logic_code: string | null;
|
|
837277
|
+
created_at: Date | null;
|
|
837278
|
+
created_by: string | null;
|
|
837279
|
+
updated_at: Date | null;
|
|
837280
|
+
updated_by: string | null;
|
|
837281
|
+
currency_code: string | null;
|
|
837282
|
+
currency_name: string | null;
|
|
837283
|
+
major_unit: string | null;
|
|
837284
|
+
minor_unit: string | null;
|
|
837285
|
+
decimal_unit: number | null;
|
|
837286
|
+
iso_decimal: number | null;
|
|
837287
|
+
} | null;
|
|
837288
|
+
is_active: boolean | null;
|
|
837289
|
+
id: string;
|
|
837290
|
+
logic_code: string | null;
|
|
837291
|
+
name: string | null;
|
|
837292
|
+
created_at: Date | null;
|
|
837293
|
+
created_by: string | null;
|
|
837294
|
+
updated_at: Date | null;
|
|
837295
|
+
updated_by: string | null;
|
|
837296
|
+
id_currency: string | null;
|
|
837297
|
+
id_awb_currency: string | null;
|
|
837298
|
+
iso2_code: string | null;
|
|
837299
|
+
iso3_code: string | null;
|
|
837300
|
+
iso3_numeric: string | null;
|
|
837301
|
+
is_sanctioned: boolean | null;
|
|
837302
|
+
} | null;
|
|
837303
|
+
state: {
|
|
837304
|
+
is_active: boolean | null;
|
|
837305
|
+
id: string;
|
|
837306
|
+
logic_code: string | null;
|
|
837307
|
+
name: string | null;
|
|
837308
|
+
id_country: string | null;
|
|
837309
|
+
code: string | null;
|
|
837310
|
+
created_at: Date | null;
|
|
837311
|
+
created_by: string | null;
|
|
837312
|
+
updated_at: Date | null;
|
|
837313
|
+
updated_by: string | null;
|
|
837314
|
+
} | null;
|
|
837315
|
+
city: {
|
|
837316
|
+
is_active: boolean | null;
|
|
837317
|
+
id: string;
|
|
837318
|
+
logic_code: string | null;
|
|
837319
|
+
name: string | null;
|
|
837320
|
+
id_country: string | null;
|
|
837321
|
+
id_state: string | null;
|
|
837322
|
+
code: string | null;
|
|
837323
|
+
created_at: Date | null;
|
|
837324
|
+
created_by: string | null;
|
|
837325
|
+
updated_at: Date | null;
|
|
837326
|
+
updated_by: string | null;
|
|
837327
|
+
} | null;
|
|
837328
|
+
postal_code: {
|
|
837329
|
+
is_active: boolean | null;
|
|
837330
|
+
id: string;
|
|
837331
|
+
logic_code: string | null;
|
|
837332
|
+
id_country: string | null;
|
|
837333
|
+
code: string | null;
|
|
837334
|
+
created_at: Date | null;
|
|
837335
|
+
created_by: string | null;
|
|
837336
|
+
updated_at: Date | null;
|
|
837337
|
+
updated_by: string | null;
|
|
837338
|
+
} | null;
|
|
837339
|
+
un_locode: {
|
|
837340
|
+
is_active: boolean | null;
|
|
837341
|
+
id: string;
|
|
837342
|
+
logic_code: string | null;
|
|
837343
|
+
id_country: string | null;
|
|
837344
|
+
id_state: string | null;
|
|
837345
|
+
id_city: string | null;
|
|
837346
|
+
created_at: Date | null;
|
|
837347
|
+
created_by: string | null;
|
|
837348
|
+
updated_at: Date | null;
|
|
837349
|
+
updated_by: string | null;
|
|
837350
|
+
id_time_zone: string | null;
|
|
837351
|
+
un_code: string | null;
|
|
837352
|
+
iata_code: string | null;
|
|
837353
|
+
iata_region_code: string | null;
|
|
837354
|
+
latitude: Decimal$1 | null;
|
|
837355
|
+
longitude: Decimal$1 | null;
|
|
837356
|
+
port_name: string | null;
|
|
837357
|
+
proper_name: string | null;
|
|
837358
|
+
has_post: boolean | null;
|
|
837359
|
+
has_customs: boolean | null;
|
|
837360
|
+
has_unload: boolean | null;
|
|
837361
|
+
has_airport: boolean | null;
|
|
837362
|
+
has_railway: boolean | null;
|
|
837363
|
+
has_road: boolean | null;
|
|
837364
|
+
has_store: boolean | null;
|
|
837365
|
+
has_terminal: boolean | null;
|
|
837366
|
+
has_discharge: boolean | null;
|
|
837367
|
+
has_seaport: boolean | null;
|
|
837368
|
+
has_outport: boolean | null;
|
|
837369
|
+
} | null;
|
|
836670
837370
|
is_active: boolean | null;
|
|
836671
837371
|
id: string;
|
|
836672
837372
|
logic_code: string | null;
|