@be-logixpair/api 0.0.133-rc1 → 0.0.133-rc2

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 +483 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -852656,6 +852656,75 @@ declare const cargoflowRouter: BuiltRouter<{
852656
852656
  id_payment_type: string | null;
852657
852657
  } | null;
852658
852658
  destination_un_locode: {
852659
+ country: {
852660
+ currency: {
852661
+ symbol: string | null;
852662
+ is_active: boolean | null;
852663
+ id: string;
852664
+ logic_code: string | null;
852665
+ created_at: Date | null;
852666
+ created_by: string | null;
852667
+ updated_at: Date | null;
852668
+ updated_by: string | null;
852669
+ currency_code: string | null;
852670
+ currency_name: string | null;
852671
+ major_unit: string | null;
852672
+ minor_unit: string | null;
852673
+ decimal_unit: number | null;
852674
+ iso_decimal: number | null;
852675
+ } | null;
852676
+ is_active: boolean | null;
852677
+ id: string;
852678
+ logic_code: string | null;
852679
+ name: string | null;
852680
+ created_at: Date | null;
852681
+ created_by: string | null;
852682
+ updated_at: Date | null;
852683
+ updated_by: string | null;
852684
+ id_currency: string | null;
852685
+ id_awb_currency: string | null;
852686
+ iso2_code: string | null;
852687
+ iso3_code: string | null;
852688
+ iso3_numeric: string | null;
852689
+ is_sanctioned: boolean | null;
852690
+ } | null;
852691
+ state: {
852692
+ is_active: boolean | null;
852693
+ id: string;
852694
+ logic_code: string | null;
852695
+ name: string | null;
852696
+ id_country: string | null;
852697
+ code: string | null;
852698
+ created_at: Date | null;
852699
+ created_by: string | null;
852700
+ updated_at: Date | null;
852701
+ updated_by: string | null;
852702
+ } | null;
852703
+ city: {
852704
+ is_active: boolean | null;
852705
+ id: string;
852706
+ logic_code: string | null;
852707
+ name: string | null;
852708
+ id_country: string | null;
852709
+ id_state: string | null;
852710
+ code: string | null;
852711
+ created_at: Date | null;
852712
+ created_by: string | null;
852713
+ updated_at: Date | null;
852714
+ updated_by: string | null;
852715
+ } | null;
852716
+ time_zone: {
852717
+ is_active: boolean | null;
852718
+ id: string;
852719
+ logic_code: string | null;
852720
+ name: string | null;
852721
+ code: string | null;
852722
+ created_at: Date | null;
852723
+ created_by: string | null;
852724
+ updated_at: Date | null;
852725
+ updated_by: string | null;
852726
+ utc_offset: string | null;
852727
+ } | null;
852659
852728
  is_active: boolean | null;
852660
852729
  id: string;
852661
852730
  logic_code: string | null;
@@ -852777,6 +852846,75 @@ declare const cargoflowRouter: BuiltRouter<{
852777
852846
  net_register_ton: Decimal$1 | null;
852778
852847
  } | null;
852779
852848
  port_of_loading_un_locode: {
852849
+ country: {
852850
+ currency: {
852851
+ symbol: string | null;
852852
+ is_active: boolean | null;
852853
+ id: string;
852854
+ logic_code: string | null;
852855
+ created_at: Date | null;
852856
+ created_by: string | null;
852857
+ updated_at: Date | null;
852858
+ updated_by: string | null;
852859
+ currency_code: string | null;
852860
+ currency_name: string | null;
852861
+ major_unit: string | null;
852862
+ minor_unit: string | null;
852863
+ decimal_unit: number | null;
852864
+ iso_decimal: number | null;
852865
+ } | null;
852866
+ is_active: boolean | null;
852867
+ id: string;
852868
+ logic_code: string | null;
852869
+ name: string | null;
852870
+ created_at: Date | null;
852871
+ created_by: string | null;
852872
+ updated_at: Date | null;
852873
+ updated_by: string | null;
852874
+ id_currency: string | null;
852875
+ id_awb_currency: string | null;
852876
+ iso2_code: string | null;
852877
+ iso3_code: string | null;
852878
+ iso3_numeric: string | null;
852879
+ is_sanctioned: boolean | null;
852880
+ } | null;
852881
+ state: {
852882
+ is_active: boolean | null;
852883
+ id: string;
852884
+ logic_code: string | null;
852885
+ name: string | null;
852886
+ id_country: string | null;
852887
+ code: string | null;
852888
+ created_at: Date | null;
852889
+ created_by: string | null;
852890
+ updated_at: Date | null;
852891
+ updated_by: string | null;
852892
+ } | null;
852893
+ city: {
852894
+ is_active: boolean | null;
852895
+ id: string;
852896
+ logic_code: string | null;
852897
+ name: string | null;
852898
+ id_country: string | null;
852899
+ id_state: string | null;
852900
+ code: string | null;
852901
+ created_at: Date | null;
852902
+ created_by: string | null;
852903
+ updated_at: Date | null;
852904
+ updated_by: string | null;
852905
+ } | null;
852906
+ time_zone: {
852907
+ is_active: boolean | null;
852908
+ id: string;
852909
+ logic_code: string | null;
852910
+ name: string | null;
852911
+ code: string | null;
852912
+ created_at: Date | null;
852913
+ created_by: string | null;
852914
+ updated_at: Date | null;
852915
+ updated_by: string | null;
852916
+ utc_offset: string | null;
852917
+ } | null;
852780
852918
  is_active: boolean | null;
852781
852919
  id: string;
852782
852920
  logic_code: string | null;
@@ -852808,6 +852946,75 @@ declare const cargoflowRouter: BuiltRouter<{
852808
852946
  has_outport: boolean | null;
852809
852947
  } | null;
852810
852948
  port_of_discharge_un_locode: {
852949
+ country: {
852950
+ currency: {
852951
+ symbol: string | null;
852952
+ is_active: boolean | null;
852953
+ id: string;
852954
+ logic_code: string | null;
852955
+ created_at: Date | null;
852956
+ created_by: string | null;
852957
+ updated_at: Date | null;
852958
+ updated_by: string | null;
852959
+ currency_code: string | null;
852960
+ currency_name: string | null;
852961
+ major_unit: string | null;
852962
+ minor_unit: string | null;
852963
+ decimal_unit: number | null;
852964
+ iso_decimal: number | null;
852965
+ } | null;
852966
+ is_active: boolean | null;
852967
+ id: string;
852968
+ logic_code: string | null;
852969
+ name: string | null;
852970
+ created_at: Date | null;
852971
+ created_by: string | null;
852972
+ updated_at: Date | null;
852973
+ updated_by: string | null;
852974
+ id_currency: string | null;
852975
+ id_awb_currency: string | null;
852976
+ iso2_code: string | null;
852977
+ iso3_code: string | null;
852978
+ iso3_numeric: string | null;
852979
+ is_sanctioned: boolean | null;
852980
+ } | null;
852981
+ state: {
852982
+ is_active: boolean | null;
852983
+ id: string;
852984
+ logic_code: string | null;
852985
+ name: string | null;
852986
+ id_country: string | null;
852987
+ code: string | null;
852988
+ created_at: Date | null;
852989
+ created_by: string | null;
852990
+ updated_at: Date | null;
852991
+ updated_by: string | null;
852992
+ } | null;
852993
+ city: {
852994
+ is_active: boolean | null;
852995
+ id: string;
852996
+ logic_code: string | null;
852997
+ name: string | null;
852998
+ id_country: string | null;
852999
+ id_state: string | null;
853000
+ code: string | null;
853001
+ created_at: Date | null;
853002
+ created_by: string | null;
853003
+ updated_at: Date | null;
853004
+ updated_by: string | null;
853005
+ } | null;
853006
+ time_zone: {
853007
+ is_active: boolean | null;
853008
+ id: string;
853009
+ logic_code: string | null;
853010
+ name: string | null;
853011
+ code: string | null;
853012
+ created_at: Date | null;
853013
+ created_by: string | null;
853014
+ updated_at: Date | null;
853015
+ updated_by: string | null;
853016
+ utc_offset: string | null;
853017
+ } | null;
852811
853018
  is_active: boolean | null;
852812
853019
  id: string;
852813
853020
  logic_code: string | null;
@@ -852839,6 +853046,75 @@ declare const cargoflowRouter: BuiltRouter<{
852839
853046
  has_outport: boolean | null;
852840
853047
  } | null;
852841
853048
  freight_payable_un_locode: {
853049
+ country: {
853050
+ currency: {
853051
+ symbol: string | null;
853052
+ is_active: boolean | null;
853053
+ id: string;
853054
+ logic_code: string | null;
853055
+ created_at: Date | null;
853056
+ created_by: string | null;
853057
+ updated_at: Date | null;
853058
+ updated_by: string | null;
853059
+ currency_code: string | null;
853060
+ currency_name: string | null;
853061
+ major_unit: string | null;
853062
+ minor_unit: string | null;
853063
+ decimal_unit: number | null;
853064
+ iso_decimal: number | null;
853065
+ } | null;
853066
+ is_active: boolean | null;
853067
+ id: string;
853068
+ logic_code: string | null;
853069
+ name: string | null;
853070
+ created_at: Date | null;
853071
+ created_by: string | null;
853072
+ updated_at: Date | null;
853073
+ updated_by: string | null;
853074
+ id_currency: string | null;
853075
+ id_awb_currency: string | null;
853076
+ iso2_code: string | null;
853077
+ iso3_code: string | null;
853078
+ iso3_numeric: string | null;
853079
+ is_sanctioned: boolean | null;
853080
+ } | null;
853081
+ state: {
853082
+ is_active: boolean | null;
853083
+ id: string;
853084
+ logic_code: string | null;
853085
+ name: string | null;
853086
+ id_country: string | null;
853087
+ code: string | null;
853088
+ created_at: Date | null;
853089
+ created_by: string | null;
853090
+ updated_at: Date | null;
853091
+ updated_by: string | null;
853092
+ } | null;
853093
+ city: {
853094
+ is_active: boolean | null;
853095
+ id: string;
853096
+ logic_code: string | null;
853097
+ name: string | null;
853098
+ id_country: string | null;
853099
+ id_state: string | null;
853100
+ code: string | null;
853101
+ created_at: Date | null;
853102
+ created_by: string | null;
853103
+ updated_at: Date | null;
853104
+ updated_by: string | null;
853105
+ } | null;
853106
+ time_zone: {
853107
+ is_active: boolean | null;
853108
+ id: string;
853109
+ logic_code: string | null;
853110
+ name: string | null;
853111
+ code: string | null;
853112
+ created_at: Date | null;
853113
+ created_by: string | null;
853114
+ updated_at: Date | null;
853115
+ updated_by: string | null;
853116
+ utc_offset: string | null;
853117
+ } | null;
852842
853118
  is_active: boolean | null;
852843
853119
  id: string;
852844
853120
  logic_code: string | null;
@@ -852870,6 +853146,75 @@ declare const cargoflowRouter: BuiltRouter<{
852870
853146
  has_outport: boolean | null;
852871
853147
  } | null;
852872
853148
  place_of_receipt_un_locode: {
853149
+ country: {
853150
+ currency: {
853151
+ symbol: string | null;
853152
+ is_active: boolean | null;
853153
+ id: string;
853154
+ logic_code: string | null;
853155
+ created_at: Date | null;
853156
+ created_by: string | null;
853157
+ updated_at: Date | null;
853158
+ updated_by: string | null;
853159
+ currency_code: string | null;
853160
+ currency_name: string | null;
853161
+ major_unit: string | null;
853162
+ minor_unit: string | null;
853163
+ decimal_unit: number | null;
853164
+ iso_decimal: number | null;
853165
+ } | null;
853166
+ is_active: boolean | null;
853167
+ id: string;
853168
+ logic_code: string | null;
853169
+ name: string | null;
853170
+ created_at: Date | null;
853171
+ created_by: string | null;
853172
+ updated_at: Date | null;
853173
+ updated_by: string | null;
853174
+ id_currency: string | null;
853175
+ id_awb_currency: string | null;
853176
+ iso2_code: string | null;
853177
+ iso3_code: string | null;
853178
+ iso3_numeric: string | null;
853179
+ is_sanctioned: boolean | null;
853180
+ } | null;
853181
+ state: {
853182
+ is_active: boolean | null;
853183
+ id: string;
853184
+ logic_code: string | null;
853185
+ name: string | null;
853186
+ id_country: string | null;
853187
+ code: string | null;
853188
+ created_at: Date | null;
853189
+ created_by: string | null;
853190
+ updated_at: Date | null;
853191
+ updated_by: string | null;
853192
+ } | null;
853193
+ city: {
853194
+ is_active: boolean | null;
853195
+ id: string;
853196
+ logic_code: string | null;
853197
+ name: string | null;
853198
+ id_country: string | null;
853199
+ id_state: string | null;
853200
+ code: string | null;
853201
+ created_at: Date | null;
853202
+ created_by: string | null;
853203
+ updated_at: Date | null;
853204
+ updated_by: string | null;
853205
+ } | null;
853206
+ time_zone: {
853207
+ is_active: boolean | null;
853208
+ id: string;
853209
+ logic_code: string | null;
853210
+ name: string | null;
853211
+ code: string | null;
853212
+ created_at: Date | null;
853213
+ created_by: string | null;
853214
+ updated_at: Date | null;
853215
+ updated_by: string | null;
853216
+ utc_offset: string | null;
853217
+ } | null;
852873
853218
  is_active: boolean | null;
852874
853219
  id: string;
852875
853220
  logic_code: string | null;
@@ -852901,6 +853246,75 @@ declare const cargoflowRouter: BuiltRouter<{
852901
853246
  has_outport: boolean | null;
852902
853247
  } | null;
852903
853248
  place_of_delivery_un_locode: {
853249
+ country: {
853250
+ currency: {
853251
+ symbol: string | null;
853252
+ is_active: boolean | null;
853253
+ id: string;
853254
+ logic_code: string | null;
853255
+ created_at: Date | null;
853256
+ created_by: string | null;
853257
+ updated_at: Date | null;
853258
+ updated_by: string | null;
853259
+ currency_code: string | null;
853260
+ currency_name: string | null;
853261
+ major_unit: string | null;
853262
+ minor_unit: string | null;
853263
+ decimal_unit: number | null;
853264
+ iso_decimal: number | null;
853265
+ } | null;
853266
+ is_active: boolean | null;
853267
+ id: string;
853268
+ logic_code: string | null;
853269
+ name: string | null;
853270
+ created_at: Date | null;
853271
+ created_by: string | null;
853272
+ updated_at: Date | null;
853273
+ updated_by: string | null;
853274
+ id_currency: string | null;
853275
+ id_awb_currency: string | null;
853276
+ iso2_code: string | null;
853277
+ iso3_code: string | null;
853278
+ iso3_numeric: string | null;
853279
+ is_sanctioned: boolean | null;
853280
+ } | null;
853281
+ state: {
853282
+ is_active: boolean | null;
853283
+ id: string;
853284
+ logic_code: string | null;
853285
+ name: string | null;
853286
+ id_country: string | null;
853287
+ code: string | null;
853288
+ created_at: Date | null;
853289
+ created_by: string | null;
853290
+ updated_at: Date | null;
853291
+ updated_by: string | null;
853292
+ } | null;
853293
+ city: {
853294
+ is_active: boolean | null;
853295
+ id: string;
853296
+ logic_code: string | null;
853297
+ name: string | null;
853298
+ id_country: string | null;
853299
+ id_state: string | null;
853300
+ code: string | null;
853301
+ created_at: Date | null;
853302
+ created_by: string | null;
853303
+ updated_at: Date | null;
853304
+ updated_by: string | null;
853305
+ } | null;
853306
+ time_zone: {
853307
+ is_active: boolean | null;
853308
+ id: string;
853309
+ logic_code: string | null;
853310
+ name: string | null;
853311
+ code: string | null;
853312
+ created_at: Date | null;
853313
+ created_by: string | null;
853314
+ updated_at: Date | null;
853315
+ updated_by: string | null;
853316
+ utc_offset: string | null;
853317
+ } | null;
852904
853318
  is_active: boolean | null;
852905
853319
  id: string;
852906
853320
  logic_code: string | null;
@@ -852932,6 +853346,75 @@ declare const cargoflowRouter: BuiltRouter<{
852932
853346
  has_outport: boolean | null;
852933
853347
  } | null;
852934
853348
  place_of_issue_un_locode: {
853349
+ country: {
853350
+ currency: {
853351
+ symbol: string | null;
853352
+ is_active: boolean | null;
853353
+ id: string;
853354
+ logic_code: string | null;
853355
+ created_at: Date | null;
853356
+ created_by: string | null;
853357
+ updated_at: Date | null;
853358
+ updated_by: string | null;
853359
+ currency_code: string | null;
853360
+ currency_name: string | null;
853361
+ major_unit: string | null;
853362
+ minor_unit: string | null;
853363
+ decimal_unit: number | null;
853364
+ iso_decimal: number | null;
853365
+ } | null;
853366
+ is_active: boolean | null;
853367
+ id: string;
853368
+ logic_code: string | null;
853369
+ name: string | null;
853370
+ created_at: Date | null;
853371
+ created_by: string | null;
853372
+ updated_at: Date | null;
853373
+ updated_by: string | null;
853374
+ id_currency: string | null;
853375
+ id_awb_currency: string | null;
853376
+ iso2_code: string | null;
853377
+ iso3_code: string | null;
853378
+ iso3_numeric: string | null;
853379
+ is_sanctioned: boolean | null;
853380
+ } | null;
853381
+ state: {
853382
+ is_active: boolean | null;
853383
+ id: string;
853384
+ logic_code: string | null;
853385
+ name: string | null;
853386
+ id_country: string | null;
853387
+ code: string | null;
853388
+ created_at: Date | null;
853389
+ created_by: string | null;
853390
+ updated_at: Date | null;
853391
+ updated_by: string | null;
853392
+ } | null;
853393
+ city: {
853394
+ is_active: boolean | null;
853395
+ id: string;
853396
+ logic_code: string | null;
853397
+ name: string | null;
853398
+ id_country: string | null;
853399
+ id_state: string | null;
853400
+ code: string | null;
853401
+ created_at: Date | null;
853402
+ created_by: string | null;
853403
+ updated_at: Date | null;
853404
+ updated_by: string | null;
853405
+ } | null;
853406
+ time_zone: {
853407
+ is_active: boolean | null;
853408
+ id: string;
853409
+ logic_code: string | null;
853410
+ name: string | null;
853411
+ code: string | null;
853412
+ created_at: Date | null;
853413
+ created_by: string | null;
853414
+ updated_at: Date | null;
853415
+ updated_by: string | null;
853416
+ utc_offset: string | null;
853417
+ } | null;
852935
853418
  is_active: boolean | null;
852936
853419
  id: string;
852937
853420
  logic_code: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.133-rc1",
3
+ "version": "0.0.133-rc2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {