@be-logixpair/api 0.0.81 → 0.0.82
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 +22 -30
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -686279,10 +686279,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
686279
686279
|
ids_volume_unit?: (string | number | bigint)[] | null | undefined;
|
|
686280
686280
|
id_chargeable_unit?: string | number | bigint | null | undefined;
|
|
686281
686281
|
ids_chargeable_unit?: (string | number | bigint)[] | null | undefined;
|
|
686282
|
-
id_pickup_drop?: string | number | bigint | null | undefined;
|
|
686283
|
-
ids_pickup_drop?: (string | number | bigint)[] | null | undefined;
|
|
686284
|
-
id_delivery_drop?: string | number | bigint | null | undefined;
|
|
686285
|
-
ids_delivery_drop?: (string | number | bigint)[] | null | undefined;
|
|
686286
686282
|
id_commodity?: string | number | bigint | null | undefined;
|
|
686287
686283
|
ids_commodity?: (string | number | bigint)[] | null | undefined;
|
|
686288
686284
|
};
|
|
@@ -686678,8 +686674,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
686678
686674
|
id_weight_unit: string | null;
|
|
686679
686675
|
id_volume_unit: string | null;
|
|
686680
686676
|
id_chargeable_unit: string | null;
|
|
686681
|
-
id_pickup_drop: string | null;
|
|
686682
|
-
id_delivery_drop: string | null;
|
|
686683
686677
|
id_commodity: string | null;
|
|
686684
686678
|
description: string | null;
|
|
686685
686679
|
extra_term: string | null;
|
|
@@ -686695,6 +686689,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
686695
686689
|
volume: Decimal | null;
|
|
686696
686690
|
chargeable: Decimal | null;
|
|
686697
686691
|
booking_number: string | null;
|
|
686692
|
+
id_pickup_drop: string | null;
|
|
686693
|
+
id_delivery_drop: string | null;
|
|
686698
686694
|
}[] | undefined;
|
|
686699
686695
|
total: number | undefined;
|
|
686700
686696
|
};
|
|
@@ -687126,8 +687122,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
687126
687122
|
id_weight_unit: string | null;
|
|
687127
687123
|
id_volume_unit: string | null;
|
|
687128
687124
|
id_chargeable_unit: string | null;
|
|
687129
|
-
id_pickup_drop: string | null;
|
|
687130
|
-
id_delivery_drop: string | null;
|
|
687131
687125
|
id_commodity: string | null;
|
|
687132
687126
|
description: string | null;
|
|
687133
687127
|
extra_term: string | null;
|
|
@@ -687143,6 +687137,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687143
687137
|
volume: Decimal | null;
|
|
687144
687138
|
chargeable: Decimal | null;
|
|
687145
687139
|
booking_number: string | null;
|
|
687140
|
+
id_pickup_drop: string | null;
|
|
687141
|
+
id_delivery_drop: string | null;
|
|
687146
687142
|
};
|
|
687147
687143
|
};
|
|
687148
687144
|
meta: object;
|
|
@@ -687248,8 +687244,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
687248
687244
|
id_weight_unit?: string | number | bigint | null | undefined;
|
|
687249
687245
|
id_volume_unit?: string | number | bigint | null | undefined;
|
|
687250
687246
|
id_chargeable_unit?: string | number | bigint | null | undefined;
|
|
687251
|
-
id_pickup_drop?: string | number | bigint | null | undefined;
|
|
687252
|
-
id_delivery_drop?: string | number | bigint | null | undefined;
|
|
687253
687247
|
id_commodity?: string | number | bigint | null | undefined;
|
|
687254
687248
|
outer?: string | null | undefined;
|
|
687255
687249
|
length?: string | null | undefined;
|
|
@@ -687337,8 +687331,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
687337
687331
|
id_weight_unit: string | null;
|
|
687338
687332
|
id_volume_unit: string | null;
|
|
687339
687333
|
id_chargeable_unit: string | null;
|
|
687340
|
-
id_pickup_drop: string | null;
|
|
687341
|
-
id_delivery_drop: string | null;
|
|
687342
687334
|
id_commodity: string | null;
|
|
687343
687335
|
description: string | null;
|
|
687344
687336
|
extra_term: string | null;
|
|
@@ -687354,6 +687346,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687354
687346
|
volume: Decimal | null;
|
|
687355
687347
|
chargeable: Decimal | null;
|
|
687356
687348
|
booking_number: string | null;
|
|
687349
|
+
id_pickup_drop: string | null;
|
|
687350
|
+
id_delivery_drop: string | null;
|
|
687357
687351
|
};
|
|
687358
687352
|
log: {
|
|
687359
687353
|
data: {
|
|
@@ -687404,8 +687398,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
687404
687398
|
id_weight_unit?: string | number | bigint | null | undefined;
|
|
687405
687399
|
id_volume_unit?: string | number | bigint | null | undefined;
|
|
687406
687400
|
id_chargeable_unit?: string | number | bigint | null | undefined;
|
|
687407
|
-
id_pickup_drop?: string | number | bigint | null | undefined;
|
|
687408
|
-
id_delivery_drop?: string | number | bigint | null | undefined;
|
|
687409
687401
|
id_commodity?: string | number | bigint | null | undefined;
|
|
687410
687402
|
outer?: string | null | undefined;
|
|
687411
687403
|
length?: string | null | undefined;
|
|
@@ -687493,8 +687485,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
687493
687485
|
id_weight_unit: string | null;
|
|
687494
687486
|
id_volume_unit: string | null;
|
|
687495
687487
|
id_chargeable_unit: string | null;
|
|
687496
|
-
id_pickup_drop: string | null;
|
|
687497
|
-
id_delivery_drop: string | null;
|
|
687498
687488
|
id_commodity: string | null;
|
|
687499
687489
|
description: string | null;
|
|
687500
687490
|
extra_term: string | null;
|
|
@@ -687510,6 +687500,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687510
687500
|
volume: Decimal | null;
|
|
687511
687501
|
chargeable: Decimal | null;
|
|
687512
687502
|
booking_number: string | null;
|
|
687503
|
+
id_pickup_drop: string | null;
|
|
687504
|
+
id_delivery_drop: string | null;
|
|
687513
687505
|
};
|
|
687514
687506
|
log: {
|
|
687515
687507
|
data: {
|
|
@@ -687560,8 +687552,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
687560
687552
|
id_weight_unit: string | null;
|
|
687561
687553
|
id_volume_unit: string | null;
|
|
687562
687554
|
id_chargeable_unit: string | null;
|
|
687563
|
-
id_pickup_drop: string | null;
|
|
687564
|
-
id_delivery_drop: string | null;
|
|
687565
687555
|
id_commodity: string | null;
|
|
687566
687556
|
description: string | null;
|
|
687567
687557
|
extra_term: string | null;
|
|
@@ -687577,6 +687567,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687577
687567
|
volume: Decimal | null;
|
|
687578
687568
|
chargeable: Decimal | null;
|
|
687579
687569
|
booking_number: string | null;
|
|
687570
|
+
id_pickup_drop: string | null;
|
|
687571
|
+
id_delivery_drop: string | null;
|
|
687580
687572
|
} | undefined)[] | undefined;
|
|
687581
687573
|
} | undefined;
|
|
687582
687574
|
meta: object;
|
|
@@ -687644,8 +687636,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
687644
687636
|
id_weight_unit: string | null;
|
|
687645
687637
|
id_volume_unit: string | null;
|
|
687646
687638
|
id_chargeable_unit: string | null;
|
|
687647
|
-
id_pickup_drop: string | null;
|
|
687648
|
-
id_delivery_drop: string | null;
|
|
687649
687639
|
id_commodity: string | null;
|
|
687650
687640
|
description: string | null;
|
|
687651
687641
|
extra_term: string | null;
|
|
@@ -687661,6 +687651,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687661
687651
|
volume: Decimal | null;
|
|
687662
687652
|
chargeable: Decimal | null;
|
|
687663
687653
|
booking_number: string | null;
|
|
687654
|
+
id_pickup_drop: string | null;
|
|
687655
|
+
id_delivery_drop: string | null;
|
|
687664
687656
|
} | null;
|
|
687665
687657
|
organization: {
|
|
687666
687658
|
is_active: boolean | null;
|
|
@@ -687783,8 +687775,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
687783
687775
|
id_weight_unit: string | null;
|
|
687784
687776
|
id_volume_unit: string | null;
|
|
687785
687777
|
id_chargeable_unit: string | null;
|
|
687786
|
-
id_pickup_drop: string | null;
|
|
687787
|
-
id_delivery_drop: string | null;
|
|
687788
687778
|
id_commodity: string | null;
|
|
687789
687779
|
description: string | null;
|
|
687790
687780
|
extra_term: string | null;
|
|
@@ -687800,6 +687790,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
687800
687790
|
volume: Decimal | null;
|
|
687801
687791
|
chargeable: Decimal | null;
|
|
687802
687792
|
booking_number: string | null;
|
|
687793
|
+
id_pickup_drop: string | null;
|
|
687794
|
+
id_delivery_drop: string | null;
|
|
687803
687795
|
} | null;
|
|
687804
687796
|
organization: {
|
|
687805
687797
|
is_active: boolean | null;
|
|
@@ -689356,8 +689348,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
689356
689348
|
id_weight_unit: string | null;
|
|
689357
689349
|
id_volume_unit: string | null;
|
|
689358
689350
|
id_chargeable_unit: string | null;
|
|
689359
|
-
id_pickup_drop: string | null;
|
|
689360
|
-
id_delivery_drop: string | null;
|
|
689361
689351
|
id_commodity: string | null;
|
|
689362
689352
|
description: string | null;
|
|
689363
689353
|
extra_term: string | null;
|
|
@@ -689373,6 +689363,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
689373
689363
|
volume: Decimal | null;
|
|
689374
689364
|
chargeable: Decimal | null;
|
|
689375
689365
|
booking_number: string | null;
|
|
689366
|
+
id_pickup_drop: string | null;
|
|
689367
|
+
id_delivery_drop: string | null;
|
|
689376
689368
|
} | null;
|
|
689377
689369
|
commodity: {
|
|
689378
689370
|
is_active: boolean | null;
|
|
@@ -689655,8 +689647,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
689655
689647
|
id_weight_unit: string | null;
|
|
689656
689648
|
id_volume_unit: string | null;
|
|
689657
689649
|
id_chargeable_unit: string | null;
|
|
689658
|
-
id_pickup_drop: string | null;
|
|
689659
|
-
id_delivery_drop: string | null;
|
|
689660
689650
|
id_commodity: string | null;
|
|
689661
689651
|
description: string | null;
|
|
689662
689652
|
extra_term: string | null;
|
|
@@ -689672,6 +689662,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
689672
689662
|
volume: Decimal | null;
|
|
689673
689663
|
chargeable: Decimal | null;
|
|
689674
689664
|
booking_number: string | null;
|
|
689665
|
+
id_pickup_drop: string | null;
|
|
689666
|
+
id_delivery_drop: string | null;
|
|
689675
689667
|
} | null;
|
|
689676
689668
|
commodity: {
|
|
689677
689669
|
is_active: boolean | null;
|
|
@@ -690822,8 +690814,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
690822
690814
|
id_weight_unit: string | null;
|
|
690823
690815
|
id_volume_unit: string | null;
|
|
690824
690816
|
id_chargeable_unit: string | null;
|
|
690825
|
-
id_pickup_drop: string | null;
|
|
690826
|
-
id_delivery_drop: string | null;
|
|
690827
690817
|
id_commodity: string | null;
|
|
690828
690818
|
description: string | null;
|
|
690829
690819
|
extra_term: string | null;
|
|
@@ -690839,6 +690829,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
690839
690829
|
volume: Decimal | null;
|
|
690840
690830
|
chargeable: Decimal | null;
|
|
690841
690831
|
booking_number: string | null;
|
|
690832
|
+
id_pickup_drop: string | null;
|
|
690833
|
+
id_delivery_drop: string | null;
|
|
690842
690834
|
} | null;
|
|
690843
690835
|
origin_un_locode: {
|
|
690844
690836
|
is_active: boolean | null;
|
|
@@ -691244,8 +691236,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
691244
691236
|
id_weight_unit: string | null;
|
|
691245
691237
|
id_volume_unit: string | null;
|
|
691246
691238
|
id_chargeable_unit: string | null;
|
|
691247
|
-
id_pickup_drop: string | null;
|
|
691248
|
-
id_delivery_drop: string | null;
|
|
691249
691239
|
id_commodity: string | null;
|
|
691250
691240
|
description: string | null;
|
|
691251
691241
|
extra_term: string | null;
|
|
@@ -691261,6 +691251,8 @@ declare const appRouter: BuiltRouter<{
|
|
|
691261
691251
|
volume: Decimal | null;
|
|
691262
691252
|
chargeable: Decimal | null;
|
|
691263
691253
|
booking_number: string | null;
|
|
691254
|
+
id_pickup_drop: string | null;
|
|
691255
|
+
id_delivery_drop: string | null;
|
|
691264
691256
|
} | null;
|
|
691265
691257
|
origin_un_locode: {
|
|
691266
691258
|
is_active: boolean | null;
|