@be-logixpair/api 0.0.15 → 0.0.16
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 +26 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8471,6 +8471,17 @@ declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
8471
8471
|
updated_by: string | null;
|
|
8472
8472
|
logic_code: string | null;
|
|
8473
8473
|
} | null;
|
|
8474
|
+
expiration_date_unit: {
|
|
8475
|
+
id: number;
|
|
8476
|
+
name: string | null;
|
|
8477
|
+
is_active: boolean | null;
|
|
8478
|
+
code: string | null;
|
|
8479
|
+
created_at: Date | null;
|
|
8480
|
+
created_by: string | null;
|
|
8481
|
+
updated_at: Date | null;
|
|
8482
|
+
updated_by: string | null;
|
|
8483
|
+
logic_code: string | null;
|
|
8484
|
+
} | null;
|
|
8474
8485
|
} & {
|
|
8475
8486
|
id: number;
|
|
8476
8487
|
name: string | null;
|
|
@@ -8526,6 +8537,17 @@ declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
8526
8537
|
updated_by: string | null;
|
|
8527
8538
|
logic_code: string | null;
|
|
8528
8539
|
} | null;
|
|
8540
|
+
expiration_date_unit: {
|
|
8541
|
+
id: number;
|
|
8542
|
+
name: string | null;
|
|
8543
|
+
is_active: boolean | null;
|
|
8544
|
+
code: string | null;
|
|
8545
|
+
created_at: Date | null;
|
|
8546
|
+
created_by: string | null;
|
|
8547
|
+
updated_at: Date | null;
|
|
8548
|
+
updated_by: string | null;
|
|
8549
|
+
logic_code: string | null;
|
|
8550
|
+
} | null;
|
|
8529
8551
|
} & {
|
|
8530
8552
|
id: number;
|
|
8531
8553
|
name: string | null;
|
|
@@ -8648,8 +8670,8 @@ declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
8648
8670
|
id_universal_group?: number | null | undefined;
|
|
8649
8671
|
id_iata_commodity?: number | null | undefined;
|
|
8650
8672
|
id_expiration_date_unit?: number | null | undefined;
|
|
8651
|
-
reefer_min_temp?:
|
|
8652
|
-
reefer_max_temp?:
|
|
8673
|
+
reefer_min_temp?: string | null | undefined;
|
|
8674
|
+
reefer_max_temp?: string | null | undefined;
|
|
8653
8675
|
is_hazardous?: boolean | null | undefined;
|
|
8654
8676
|
is_perishable?: boolean | null | undefined;
|
|
8655
8677
|
is_flammable?: boolean | null | undefined;
|
|
@@ -8705,8 +8727,8 @@ declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
8705
8727
|
id_universal_group?: number | null | undefined;
|
|
8706
8728
|
id_iata_commodity?: number | null | undefined;
|
|
8707
8729
|
id_expiration_date_unit?: number | null | undefined;
|
|
8708
|
-
reefer_min_temp?:
|
|
8709
|
-
reefer_max_temp?:
|
|
8730
|
+
reefer_min_temp?: string | null | undefined;
|
|
8731
|
+
reefer_max_temp?: string | null | undefined;
|
|
8710
8732
|
is_hazardous?: boolean | null | undefined;
|
|
8711
8733
|
is_perishable?: boolean | null | undefined;
|
|
8712
8734
|
is_flammable?: boolean | null | undefined;
|