@be-logixpair/api 0.0.75 → 0.0.76

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 +85 -19
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -691512,6 +691512,39 @@ declare const appRouter: BuiltRouter<{
691512
691512
  address?: string | null | undefined;
691513
691513
  is_override?: string | boolean | null | undefined;
691514
691514
  } | undefined;
691515
+ packings?: {
691516
+ is_active?: string | boolean | null | undefined;
691517
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
691518
+ id_forwarding_booking?: string | number | bigint | null | undefined;
691519
+ id_console_container?: string | number | bigint | null | undefined;
691520
+ id_package_type?: string | number | bigint | null | undefined;
691521
+ id_weight_unit?: string | number | bigint | null | undefined;
691522
+ id_volume_unit?: string | number | bigint | null | undefined;
691523
+ id_length_unit?: string | number | bigint | null | undefined;
691524
+ id_width_unit?: string | number | bigint | null | undefined;
691525
+ id_height_unit?: string | number | bigint | null | undefined;
691526
+ id_commodity?: string | number | bigint | null | undefined;
691527
+ id_dg_substance?: string | number | bigint | null | undefined;
691528
+ id_dg_class?: string | number | bigint | null | undefined;
691529
+ code?: string | null | undefined;
691530
+ po_number?: string | null | undefined;
691531
+ goods_description?: string | null | undefined;
691532
+ item_number?: string | null | undefined;
691533
+ pack?: string | number | null | undefined;
691534
+ packing_order?: string | number | null | undefined;
691535
+ weight?: string | null | undefined;
691536
+ volume?: string | null | undefined;
691537
+ length?: string | null | undefined;
691538
+ width?: string | null | undefined;
691539
+ height?: string | null | undefined;
691540
+ description?: string | null | undefined;
691541
+ harmonized_code?: string | null | undefined;
691542
+ harmonized_description?: string | null | undefined;
691543
+ dg_substance_name?: string | null | undefined;
691544
+ dg_class_name?: string | null | undefined;
691545
+ flash_point?: string | null | undefined;
691546
+ un_dg_contact?: string | null | undefined;
691547
+ }[] | undefined;
691515
691548
  };
691516
691549
  output: {
691517
691550
  data: {
@@ -691635,6 +691668,39 @@ declare const appRouter: BuiltRouter<{
691635
691668
  address?: string | null | undefined;
691636
691669
  is_override?: string | boolean | null | undefined;
691637
691670
  } | undefined;
691671
+ packings?: {
691672
+ is_active?: string | boolean | null | undefined;
691673
+ id_forwarding_shipment?: string | number | bigint | null | undefined;
691674
+ id_forwarding_booking?: string | number | bigint | null | undefined;
691675
+ id_console_container?: string | number | bigint | null | undefined;
691676
+ id_package_type?: string | number | bigint | null | undefined;
691677
+ id_weight_unit?: string | number | bigint | null | undefined;
691678
+ id_volume_unit?: string | number | bigint | null | undefined;
691679
+ id_length_unit?: string | number | bigint | null | undefined;
691680
+ id_width_unit?: string | number | bigint | null | undefined;
691681
+ id_height_unit?: string | number | bigint | null | undefined;
691682
+ id_commodity?: string | number | bigint | null | undefined;
691683
+ id_dg_substance?: string | number | bigint | null | undefined;
691684
+ id_dg_class?: string | number | bigint | null | undefined;
691685
+ code?: string | null | undefined;
691686
+ po_number?: string | null | undefined;
691687
+ goods_description?: string | null | undefined;
691688
+ item_number?: string | null | undefined;
691689
+ pack?: string | number | null | undefined;
691690
+ packing_order?: string | number | null | undefined;
691691
+ weight?: string | null | undefined;
691692
+ volume?: string | null | undefined;
691693
+ length?: string | null | undefined;
691694
+ width?: string | null | undefined;
691695
+ height?: string | null | undefined;
691696
+ description?: string | null | undefined;
691697
+ harmonized_code?: string | null | undefined;
691698
+ harmonized_description?: string | null | undefined;
691699
+ dg_substance_name?: string | null | undefined;
691700
+ dg_class_name?: string | null | undefined;
691701
+ flash_point?: string | null | undefined;
691702
+ un_dg_contact?: string | null | undefined;
691703
+ }[] | undefined;
691638
691704
  };
691639
691705
  output: {
691640
691706
  data: {
@@ -692512,7 +692578,6 @@ declare const appRouter: BuiltRouter<{
692512
692578
  description: string | null;
692513
692579
  volume: Decimal | null;
692514
692580
  id_forwarding_shipment: string | null;
692515
- weight: Decimal | null;
692516
692581
  id_console_container: string | null;
692517
692582
  id_package_type: string | null;
692518
692583
  id_length_unit: string | null;
@@ -692525,6 +692590,7 @@ declare const appRouter: BuiltRouter<{
692525
692590
  item_number: string | null;
692526
692591
  pack: number | null;
692527
692592
  packing_order: number | null;
692593
+ weight: Decimal | null;
692528
692594
  width: Decimal | null;
692529
692595
  height: Decimal | null;
692530
692596
  harmonized_code: string | null;
@@ -692732,6 +692798,7 @@ declare const appRouter: BuiltRouter<{
692732
692798
  mark_number: string | null;
692733
692799
  volume: Decimal | null;
692734
692800
  chargeable: Decimal | null;
692801
+ weight: Decimal | null;
692735
692802
  id_origin: string | null;
692736
692803
  id_destination: string | null;
692737
692804
  id_weight_volume_unit: string | null;
@@ -692745,7 +692812,6 @@ declare const appRouter: BuiltRouter<{
692745
692812
  id_control_agent: string | null;
692746
692813
  shipment_number: string | null;
692747
692814
  house_bill: string | null;
692748
- weight: Decimal | null;
692749
692815
  weight_volume: Decimal | null;
692750
692816
  package_count: number | null;
692751
692817
  package_inner_count: number | null;
@@ -692972,7 +693038,6 @@ declare const appRouter: BuiltRouter<{
692972
693038
  description: string | null;
692973
693039
  volume: Decimal | null;
692974
693040
  id_forwarding_shipment: string | null;
692975
- weight: Decimal | null;
692976
693041
  id_console_container: string | null;
692977
693042
  id_package_type: string | null;
692978
693043
  id_length_unit: string | null;
@@ -692985,6 +693050,7 @@ declare const appRouter: BuiltRouter<{
692985
693050
  item_number: string | null;
692986
693051
  pack: number | null;
692987
693052
  packing_order: number | null;
693053
+ weight: Decimal | null;
692988
693054
  width: Decimal | null;
692989
693055
  height: Decimal | null;
692990
693056
  harmonized_code: string | null;
@@ -693270,6 +693336,7 @@ declare const appRouter: BuiltRouter<{
693270
693336
  mark_number: string | null;
693271
693337
  volume: Decimal | null;
693272
693338
  chargeable: Decimal | null;
693339
+ weight: Decimal | null;
693273
693340
  id_origin: string | null;
693274
693341
  id_destination: string | null;
693275
693342
  id_weight_volume_unit: string | null;
@@ -693283,7 +693350,6 @@ declare const appRouter: BuiltRouter<{
693283
693350
  id_control_agent: string | null;
693284
693351
  shipment_number: string | null;
693285
693352
  house_bill: string | null;
693286
- weight: Decimal | null;
693287
693353
  weight_volume: Decimal | null;
693288
693354
  package_count: number | null;
693289
693355
  package_inner_count: number | null;
@@ -693419,6 +693485,7 @@ declare const appRouter: BuiltRouter<{
693419
693485
  mark_number: string | null;
693420
693486
  volume: Decimal | null;
693421
693487
  chargeable: Decimal | null;
693488
+ weight: Decimal | null;
693422
693489
  id_origin: string | null;
693423
693490
  id_destination: string | null;
693424
693491
  id_weight_volume_unit: string | null;
@@ -693432,7 +693499,6 @@ declare const appRouter: BuiltRouter<{
693432
693499
  id_control_agent: string | null;
693433
693500
  shipment_number: string | null;
693434
693501
  house_bill: string | null;
693435
- weight: Decimal | null;
693436
693502
  weight_volume: Decimal | null;
693437
693503
  package_count: number | null;
693438
693504
  package_inner_count: number | null;
@@ -693612,6 +693678,7 @@ declare const appRouter: BuiltRouter<{
693612
693678
  mark_number: string | null;
693613
693679
  volume: Decimal | null;
693614
693680
  chargeable: Decimal | null;
693681
+ weight: Decimal | null;
693615
693682
  id_origin: string | null;
693616
693683
  id_destination: string | null;
693617
693684
  id_weight_volume_unit: string | null;
@@ -693625,7 +693692,6 @@ declare const appRouter: BuiltRouter<{
693625
693692
  id_control_agent: string | null;
693626
693693
  shipment_number: string | null;
693627
693694
  house_bill: string | null;
693628
- weight: Decimal | null;
693629
693695
  weight_volume: Decimal | null;
693630
693696
  package_count: number | null;
693631
693697
  package_inner_count: number | null;
@@ -693748,7 +693814,6 @@ declare const appRouter: BuiltRouter<{
693748
693814
  description: string | null;
693749
693815
  volume: Decimal | null;
693750
693816
  id_forwarding_shipment: string | null;
693751
- weight: Decimal | null;
693752
693817
  id_console_container: string | null;
693753
693818
  id_package_type: string | null;
693754
693819
  id_length_unit: string | null;
@@ -693761,6 +693826,7 @@ declare const appRouter: BuiltRouter<{
693761
693826
  item_number: string | null;
693762
693827
  pack: number | null;
693763
693828
  packing_order: number | null;
693829
+ weight: Decimal | null;
693764
693830
  width: Decimal | null;
693765
693831
  height: Decimal | null;
693766
693832
  harmonized_code: string | null;
@@ -693911,6 +693977,7 @@ declare const appRouter: BuiltRouter<{
693911
693977
  mark_number: string | null;
693912
693978
  volume: Decimal | null;
693913
693979
  chargeable: Decimal | null;
693980
+ weight: Decimal | null;
693914
693981
  id_origin: string | null;
693915
693982
  id_destination: string | null;
693916
693983
  id_weight_volume_unit: string | null;
@@ -693924,7 +693991,6 @@ declare const appRouter: BuiltRouter<{
693924
693991
  id_control_agent: string | null;
693925
693992
  shipment_number: string | null;
693926
693993
  house_bill: string | null;
693927
- weight: Decimal | null;
693928
693994
  weight_volume: Decimal | null;
693929
693995
  package_count: number | null;
693930
693996
  package_inner_count: number | null;
@@ -694047,7 +694113,6 @@ declare const appRouter: BuiltRouter<{
694047
694113
  description: string | null;
694048
694114
  volume: Decimal | null;
694049
694115
  id_forwarding_shipment: string | null;
694050
- weight: Decimal | null;
694051
694116
  id_console_container: string | null;
694052
694117
  id_package_type: string | null;
694053
694118
  id_length_unit: string | null;
@@ -694060,6 +694125,7 @@ declare const appRouter: BuiltRouter<{
694060
694125
  item_number: string | null;
694061
694126
  pack: number | null;
694062
694127
  packing_order: number | null;
694128
+ weight: Decimal | null;
694063
694129
  width: Decimal | null;
694064
694130
  height: Decimal | null;
694065
694131
  harmonized_code: string | null;
@@ -694216,7 +694282,6 @@ declare const appRouter: BuiltRouter<{
694216
694282
  description: string | null;
694217
694283
  volume: Decimal | null;
694218
694284
  id_forwarding_shipment: string | null;
694219
- weight: Decimal | null;
694220
694285
  id_console_container: string | null;
694221
694286
  id_package_type: string | null;
694222
694287
  id_length_unit: string | null;
@@ -694229,6 +694294,7 @@ declare const appRouter: BuiltRouter<{
694229
694294
  item_number: string | null;
694230
694295
  pack: number | null;
694231
694296
  packing_order: number | null;
694297
+ weight: Decimal | null;
694232
694298
  width: Decimal | null;
694233
694299
  height: Decimal | null;
694234
694300
  harmonized_code: string | null;
@@ -694308,7 +694374,6 @@ declare const appRouter: BuiltRouter<{
694308
694374
  description: string | null;
694309
694375
  volume: Decimal | null;
694310
694376
  id_forwarding_shipment: string | null;
694311
- weight: Decimal | null;
694312
694377
  id_console_container: string | null;
694313
694378
  id_package_type: string | null;
694314
694379
  id_length_unit: string | null;
@@ -694321,6 +694386,7 @@ declare const appRouter: BuiltRouter<{
694321
694386
  item_number: string | null;
694322
694387
  pack: number | null;
694323
694388
  packing_order: number | null;
694389
+ weight: Decimal | null;
694324
694390
  width: Decimal | null;
694325
694391
  height: Decimal | null;
694326
694392
  harmonized_code: string | null;
@@ -694369,7 +694435,6 @@ declare const appRouter: BuiltRouter<{
694369
694435
  description: string | null;
694370
694436
  volume: Decimal | null;
694371
694437
  id_forwarding_shipment: string | null;
694372
- weight: Decimal | null;
694373
694438
  id_console_container: string | null;
694374
694439
  id_package_type: string | null;
694375
694440
  id_length_unit: string | null;
@@ -694382,6 +694447,7 @@ declare const appRouter: BuiltRouter<{
694382
694447
  item_number: string | null;
694383
694448
  pack: number | null;
694384
694449
  packing_order: number | null;
694450
+ weight: Decimal | null;
694385
694451
  width: Decimal | null;
694386
694452
  height: Decimal | null;
694387
694453
  harmonized_code: string | null;
@@ -694959,6 +695025,7 @@ declare const appRouter: BuiltRouter<{
694959
695025
  mark_number: string | null;
694960
695026
  volume: Decimal | null;
694961
695027
  chargeable: Decimal | null;
695028
+ weight: Decimal | null;
694962
695029
  id_origin: string | null;
694963
695030
  id_destination: string | null;
694964
695031
  id_weight_volume_unit: string | null;
@@ -694972,7 +695039,6 @@ declare const appRouter: BuiltRouter<{
694972
695039
  id_control_agent: string | null;
694973
695040
  shipment_number: string | null;
694974
695041
  house_bill: string | null;
694975
- weight: Decimal | null;
694976
695042
  weight_volume: Decimal | null;
694977
695043
  package_count: number | null;
694978
695044
  package_inner_count: number | null;
@@ -695150,7 +695216,6 @@ declare const appRouter: BuiltRouter<{
695150
695216
  description: string | null;
695151
695217
  volume: Decimal | null;
695152
695218
  id_forwarding_shipment: string | null;
695153
- weight: Decimal | null;
695154
695219
  id_package_type: string | null;
695155
695220
  id_length_unit: string | null;
695156
695221
  id_width_unit: string | null;
@@ -695161,6 +695226,7 @@ declare const appRouter: BuiltRouter<{
695161
695226
  goods_description: string | null;
695162
695227
  item_number: string | null;
695163
695228
  pack: number | null;
695229
+ weight: Decimal | null;
695164
695230
  width: Decimal | null;
695165
695231
  height: Decimal | null;
695166
695232
  harmonized_code: string | null;
@@ -695381,6 +695447,7 @@ declare const appRouter: BuiltRouter<{
695381
695447
  mark_number: string | null;
695382
695448
  volume: Decimal | null;
695383
695449
  chargeable: Decimal | null;
695450
+ weight: Decimal | null;
695384
695451
  id_origin: string | null;
695385
695452
  id_destination: string | null;
695386
695453
  id_weight_volume_unit: string | null;
@@ -695394,7 +695461,6 @@ declare const appRouter: BuiltRouter<{
695394
695461
  id_control_agent: string | null;
695395
695462
  shipment_number: string | null;
695396
695463
  house_bill: string | null;
695397
- weight: Decimal | null;
695398
695464
  weight_volume: Decimal | null;
695399
695465
  package_count: number | null;
695400
695466
  package_inner_count: number | null;
@@ -695572,7 +695638,6 @@ declare const appRouter: BuiltRouter<{
695572
695638
  description: string | null;
695573
695639
  volume: Decimal | null;
695574
695640
  id_forwarding_shipment: string | null;
695575
- weight: Decimal | null;
695576
695641
  id_package_type: string | null;
695577
695642
  id_length_unit: string | null;
695578
695643
  id_width_unit: string | null;
@@ -695583,6 +695648,7 @@ declare const appRouter: BuiltRouter<{
695583
695648
  goods_description: string | null;
695584
695649
  item_number: string | null;
695585
695650
  pack: number | null;
695651
+ weight: Decimal | null;
695586
695652
  width: Decimal | null;
695587
695653
  height: Decimal | null;
695588
695654
  harmonized_code: string | null;
@@ -695749,7 +695815,6 @@ declare const appRouter: BuiltRouter<{
695749
695815
  description: string | null;
695750
695816
  volume: Decimal | null;
695751
695817
  id_forwarding_shipment: string | null;
695752
- weight: Decimal | null;
695753
695818
  id_package_type: string | null;
695754
695819
  id_length_unit: string | null;
695755
695820
  id_width_unit: string | null;
@@ -695760,6 +695825,7 @@ declare const appRouter: BuiltRouter<{
695760
695825
  goods_description: string | null;
695761
695826
  item_number: string | null;
695762
695827
  pack: number | null;
695828
+ weight: Decimal | null;
695763
695829
  width: Decimal | null;
695764
695830
  height: Decimal | null;
695765
695831
  harmonized_code: string | null;
@@ -695849,7 +695915,6 @@ declare const appRouter: BuiltRouter<{
695849
695915
  description: string | null;
695850
695916
  volume: Decimal | null;
695851
695917
  id_forwarding_shipment: string | null;
695852
- weight: Decimal | null;
695853
695918
  id_package_type: string | null;
695854
695919
  id_length_unit: string | null;
695855
695920
  id_width_unit: string | null;
@@ -695860,6 +695925,7 @@ declare const appRouter: BuiltRouter<{
695860
695925
  goods_description: string | null;
695861
695926
  item_number: string | null;
695862
695927
  pack: number | null;
695928
+ weight: Decimal | null;
695863
695929
  width: Decimal | null;
695864
695930
  height: Decimal | null;
695865
695931
  harmonized_code: string | null;
@@ -695914,7 +695980,6 @@ declare const appRouter: BuiltRouter<{
695914
695980
  description: string | null;
695915
695981
  volume: Decimal | null;
695916
695982
  id_forwarding_shipment: string | null;
695917
- weight: Decimal | null;
695918
695983
  id_package_type: string | null;
695919
695984
  id_length_unit: string | null;
695920
695985
  id_width_unit: string | null;
@@ -695925,6 +695990,7 @@ declare const appRouter: BuiltRouter<{
695925
695990
  goods_description: string | null;
695926
695991
  item_number: string | null;
695927
695992
  pack: number | null;
695993
+ weight: Decimal | null;
695928
695994
  width: Decimal | null;
695929
695995
  height: Decimal | null;
695930
695996
  harmonized_code: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {