@be-logixpair/api 0.0.50 → 0.0.51
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 +78 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -656694,6 +656694,45 @@ declare const appRouter: BuiltRouter<{
|
|
|
656694
656694
|
};
|
|
656695
656695
|
output: {
|
|
656696
656696
|
data: {
|
|
656697
|
+
organization: {
|
|
656698
|
+
is_active: boolean | null;
|
|
656699
|
+
id_company: string | null;
|
|
656700
|
+
id_branch: string | null;
|
|
656701
|
+
id_business_category: string | null;
|
|
656702
|
+
id_country: string | null;
|
|
656703
|
+
id_state: string | null;
|
|
656704
|
+
id_city: string | null;
|
|
656705
|
+
id_postal_code: string | null;
|
|
656706
|
+
id_un_locode: string | null;
|
|
656707
|
+
id_controlling_branch: string | null;
|
|
656708
|
+
id_airline: string | null;
|
|
656709
|
+
id_shipping_line: string | null;
|
|
656710
|
+
is_receipt_account: boolean | null;
|
|
656711
|
+
is_payment_account: boolean | null;
|
|
656712
|
+
is_shipper: boolean | null;
|
|
656713
|
+
is_consignee: boolean | null;
|
|
656714
|
+
is_transport_client: boolean | null;
|
|
656715
|
+
is_warehouse: boolean | null;
|
|
656716
|
+
is_forwarder: boolean | null;
|
|
656717
|
+
is_broker: boolean | null;
|
|
656718
|
+
is_service: boolean | null;
|
|
656719
|
+
is_controlling_customer: boolean | null;
|
|
656720
|
+
is_controlling_agent: boolean | null;
|
|
656721
|
+
is_internal_organization: boolean | null;
|
|
656722
|
+
id: string;
|
|
656723
|
+
logic_code: string | null;
|
|
656724
|
+
name: string | null;
|
|
656725
|
+
created_at: Date | null;
|
|
656726
|
+
created_by: string | null;
|
|
656727
|
+
updated_at: Date | null;
|
|
656728
|
+
updated_by: string | null;
|
|
656729
|
+
code: string | null;
|
|
656730
|
+
phone: string | null;
|
|
656731
|
+
email: string | null;
|
|
656732
|
+
website_url: string | null;
|
|
656733
|
+
company_number: string | null;
|
|
656734
|
+
company_tax_number: string | null;
|
|
656735
|
+
} | null;
|
|
656697
656736
|
is_active: boolean | null;
|
|
656698
656737
|
id: string;
|
|
656699
656738
|
logic_code: string | null;
|
|
@@ -656718,6 +656757,45 @@ declare const appRouter: BuiltRouter<{
|
|
|
656718
656757
|
};
|
|
656719
656758
|
output: {
|
|
656720
656759
|
data: {
|
|
656760
|
+
organization: {
|
|
656761
|
+
is_active: boolean | null;
|
|
656762
|
+
id_company: string | null;
|
|
656763
|
+
id_branch: string | null;
|
|
656764
|
+
id_business_category: string | null;
|
|
656765
|
+
id_country: string | null;
|
|
656766
|
+
id_state: string | null;
|
|
656767
|
+
id_city: string | null;
|
|
656768
|
+
id_postal_code: string | null;
|
|
656769
|
+
id_un_locode: string | null;
|
|
656770
|
+
id_controlling_branch: string | null;
|
|
656771
|
+
id_airline: string | null;
|
|
656772
|
+
id_shipping_line: string | null;
|
|
656773
|
+
is_receipt_account: boolean | null;
|
|
656774
|
+
is_payment_account: boolean | null;
|
|
656775
|
+
is_shipper: boolean | null;
|
|
656776
|
+
is_consignee: boolean | null;
|
|
656777
|
+
is_transport_client: boolean | null;
|
|
656778
|
+
is_warehouse: boolean | null;
|
|
656779
|
+
is_forwarder: boolean | null;
|
|
656780
|
+
is_broker: boolean | null;
|
|
656781
|
+
is_service: boolean | null;
|
|
656782
|
+
is_controlling_customer: boolean | null;
|
|
656783
|
+
is_controlling_agent: boolean | null;
|
|
656784
|
+
is_internal_organization: boolean | null;
|
|
656785
|
+
id: string;
|
|
656786
|
+
logic_code: string | null;
|
|
656787
|
+
name: string | null;
|
|
656788
|
+
created_at: Date | null;
|
|
656789
|
+
created_by: string | null;
|
|
656790
|
+
updated_at: Date | null;
|
|
656791
|
+
updated_by: string | null;
|
|
656792
|
+
code: string | null;
|
|
656793
|
+
phone: string | null;
|
|
656794
|
+
email: string | null;
|
|
656795
|
+
website_url: string | null;
|
|
656796
|
+
company_number: string | null;
|
|
656797
|
+
company_tax_number: string | null;
|
|
656798
|
+
} | null;
|
|
656721
656799
|
_count: {
|
|
656722
656800
|
organization: number;
|
|
656723
656801
|
organization_person_in_charge_logs: number;
|