@be-logixpair/api 0.0.48 → 0.0.49

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 +230 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -651880,6 +651880,121 @@ declare const appRouter: BuiltRouter<{
651880
651880
  };
651881
651881
  output: {
651882
651882
  data: {
651883
+ organization: {
651884
+ is_active: boolean | null;
651885
+ id_business_category: string | null;
651886
+ id_country: string | null;
651887
+ id_state: string | null;
651888
+ id_city: string | null;
651889
+ id_postal_code: string | null;
651890
+ id_un_locode: string | null;
651891
+ id_controlling_branch: string | null;
651892
+ id_airline: string | null;
651893
+ id_shipping_line: string | null;
651894
+ is_receipt_account: boolean | null;
651895
+ is_payment_account: boolean | null;
651896
+ is_shipper: boolean | null;
651897
+ is_consignee: boolean | null;
651898
+ is_forwarder: boolean | null;
651899
+ is_controlling_customer: boolean | null;
651900
+ is_controlling_agent: boolean | null;
651901
+ id: string;
651902
+ logic_code: string | null;
651903
+ name: string | null;
651904
+ created_at: Date | null;
651905
+ created_by: string | null;
651906
+ updated_at: Date | null;
651907
+ updated_by: string | null;
651908
+ code: string | null;
651909
+ phone: string | null;
651910
+ email: string | null;
651911
+ website_url: string | null;
651912
+ company_number: string | null;
651913
+ company_tax_number: string | null;
651914
+ } | null;
651915
+ country: {
651916
+ is_active: boolean | null;
651917
+ id: string;
651918
+ logic_code: string | null;
651919
+ name: string | null;
651920
+ created_at: Date | null;
651921
+ created_by: string | null;
651922
+ updated_at: Date | null;
651923
+ updated_by: string | null;
651924
+ id_currency: string | null;
651925
+ id_awb_currency: string | null;
651926
+ iso2_code: string | null;
651927
+ iso3_code: string | null;
651928
+ iso3_numeric: string | null;
651929
+ is_sanctioned: boolean | null;
651930
+ } | null;
651931
+ state: {
651932
+ is_active: boolean | null;
651933
+ id_country: string | null;
651934
+ id: string;
651935
+ logic_code: string | null;
651936
+ name: string | null;
651937
+ created_at: Date | null;
651938
+ created_by: string | null;
651939
+ updated_at: Date | null;
651940
+ updated_by: string | null;
651941
+ code: string | null;
651942
+ } | null;
651943
+ city: {
651944
+ is_active: boolean | null;
651945
+ id_country: string | null;
651946
+ id_state: string | null;
651947
+ id: string;
651948
+ logic_code: string | null;
651949
+ name: string | null;
651950
+ created_at: Date | null;
651951
+ created_by: string | null;
651952
+ updated_at: Date | null;
651953
+ updated_by: string | null;
651954
+ code: string | null;
651955
+ } | null;
651956
+ postal_code: {
651957
+ is_active: boolean | null;
651958
+ id_country: string | null;
651959
+ id: string;
651960
+ logic_code: string | null;
651961
+ created_at: Date | null;
651962
+ created_by: string | null;
651963
+ updated_at: Date | null;
651964
+ updated_by: string | null;
651965
+ code: string | null;
651966
+ } | null;
651967
+ un_locode: {
651968
+ is_active: boolean | null;
651969
+ id_country: string | null;
651970
+ id_state: string | null;
651971
+ id_city: string | null;
651972
+ id: string;
651973
+ logic_code: string | null;
651974
+ created_at: Date | null;
651975
+ created_by: string | null;
651976
+ updated_at: Date | null;
651977
+ updated_by: string | null;
651978
+ id_time_zone: string | null;
651979
+ un_code: string | null;
651980
+ iata_code: string | null;
651981
+ iata_region_code: string | null;
651982
+ latitude: Decimal | null;
651983
+ longitude: Decimal | null;
651984
+ port_name: string | null;
651985
+ proper_name: string | null;
651986
+ has_post: boolean | null;
651987
+ has_customs: boolean | null;
651988
+ has_unload: boolean | null;
651989
+ has_airport: boolean | null;
651990
+ has_railway: boolean | null;
651991
+ has_road: boolean | null;
651992
+ has_store: boolean | null;
651993
+ has_terminal: boolean | null;
651994
+ has_discharge: boolean | null;
651995
+ has_seaport: boolean | null;
651996
+ has_outport: boolean | null;
651997
+ } | null;
651883
651998
  is_active: boolean | null;
651884
651999
  id_country: string | null;
651885
652000
  id_state: string | null;
@@ -651911,6 +652026,38 @@ declare const appRouter: BuiltRouter<{
651911
652026
  };
651912
652027
  output: {
651913
652028
  data: {
652029
+ organization: {
652030
+ is_active: boolean | null;
652031
+ id_business_category: string | null;
652032
+ id_country: string | null;
652033
+ id_state: string | null;
652034
+ id_city: string | null;
652035
+ id_postal_code: string | null;
652036
+ id_un_locode: string | null;
652037
+ id_controlling_branch: string | null;
652038
+ id_airline: string | null;
652039
+ id_shipping_line: string | null;
652040
+ is_receipt_account: boolean | null;
652041
+ is_payment_account: boolean | null;
652042
+ is_shipper: boolean | null;
652043
+ is_consignee: boolean | null;
652044
+ is_forwarder: boolean | null;
652045
+ is_controlling_customer: boolean | null;
652046
+ is_controlling_agent: boolean | null;
652047
+ id: string;
652048
+ logic_code: string | null;
652049
+ name: string | null;
652050
+ created_at: Date | null;
652051
+ created_by: string | null;
652052
+ updated_at: Date | null;
652053
+ updated_by: string | null;
652054
+ code: string | null;
652055
+ phone: string | null;
652056
+ email: string | null;
652057
+ website_url: string | null;
652058
+ company_number: string | null;
652059
+ company_tax_number: string | null;
652060
+ } | null;
651914
652061
  _count: {
651915
652062
  organization: number;
651916
652063
  country: number;
@@ -651930,6 +652077,89 @@ declare const appRouter: BuiltRouter<{
651930
652077
  forwarding_console_creditors: number;
651931
652078
  organization_forwarder_detail_handlings: number;
651932
652079
  };
652080
+ country: {
652081
+ is_active: boolean | null;
652082
+ id: string;
652083
+ logic_code: string | null;
652084
+ name: string | null;
652085
+ created_at: Date | null;
652086
+ created_by: string | null;
652087
+ updated_at: Date | null;
652088
+ updated_by: string | null;
652089
+ id_currency: string | null;
652090
+ id_awb_currency: string | null;
652091
+ iso2_code: string | null;
652092
+ iso3_code: string | null;
652093
+ iso3_numeric: string | null;
652094
+ is_sanctioned: boolean | null;
652095
+ } | null;
652096
+ state: {
652097
+ is_active: boolean | null;
652098
+ id_country: string | null;
652099
+ id: string;
652100
+ logic_code: string | null;
652101
+ name: string | null;
652102
+ created_at: Date | null;
652103
+ created_by: string | null;
652104
+ updated_at: Date | null;
652105
+ updated_by: string | null;
652106
+ code: string | null;
652107
+ } | null;
652108
+ city: {
652109
+ is_active: boolean | null;
652110
+ id_country: string | null;
652111
+ id_state: string | null;
652112
+ id: string;
652113
+ logic_code: string | null;
652114
+ name: string | null;
652115
+ created_at: Date | null;
652116
+ created_by: string | null;
652117
+ updated_at: Date | null;
652118
+ updated_by: string | null;
652119
+ code: string | null;
652120
+ } | null;
652121
+ postal_code: {
652122
+ is_active: boolean | null;
652123
+ id_country: string | null;
652124
+ id: string;
652125
+ logic_code: string | null;
652126
+ created_at: Date | null;
652127
+ created_by: string | null;
652128
+ updated_at: Date | null;
652129
+ updated_by: string | null;
652130
+ code: string | null;
652131
+ } | null;
652132
+ un_locode: {
652133
+ is_active: boolean | null;
652134
+ id_country: string | null;
652135
+ id_state: string | null;
652136
+ id_city: string | null;
652137
+ id: string;
652138
+ logic_code: string | null;
652139
+ created_at: Date | null;
652140
+ created_by: string | null;
652141
+ updated_at: Date | null;
652142
+ updated_by: string | null;
652143
+ id_time_zone: string | null;
652144
+ un_code: string | null;
652145
+ iata_code: string | null;
652146
+ iata_region_code: string | null;
652147
+ latitude: Decimal | null;
652148
+ longitude: Decimal | null;
652149
+ port_name: string | null;
652150
+ proper_name: string | null;
652151
+ has_post: boolean | null;
652152
+ has_customs: boolean | null;
652153
+ has_unload: boolean | null;
652154
+ has_airport: boolean | null;
652155
+ has_railway: boolean | null;
652156
+ has_road: boolean | null;
652157
+ has_store: boolean | null;
652158
+ has_terminal: boolean | null;
652159
+ has_discharge: boolean | null;
652160
+ has_seaport: boolean | null;
652161
+ has_outport: boolean | null;
652162
+ } | null;
651933
652163
  is_active: boolean | null;
651934
652164
  id_country: string | null;
651935
652165
  id_state: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {