@be-logixpair/api 0.0.63 → 0.0.64
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 +42 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -666367,6 +666367,27 @@ declare const appRouter: BuiltRouter<{
|
|
|
666367
666367
|
has_seaport: boolean | null;
|
|
666368
666368
|
has_outport: boolean | null;
|
|
666369
666369
|
} | null;
|
|
666370
|
+
organization_address_capability_pivot: {
|
|
666371
|
+
organization_address_capability: {
|
|
666372
|
+
is_active: boolean | null;
|
|
666373
|
+
id: string;
|
|
666374
|
+
logic_code: string | null;
|
|
666375
|
+
name: string | null;
|
|
666376
|
+
created_at: Date | null;
|
|
666377
|
+
created_by: string | null;
|
|
666378
|
+
updated_at: Date | null;
|
|
666379
|
+
updated_by: string | null;
|
|
666380
|
+
code: string | null;
|
|
666381
|
+
} | null;
|
|
666382
|
+
id: string;
|
|
666383
|
+
created_at: Date | null;
|
|
666384
|
+
created_by: string | null;
|
|
666385
|
+
updated_at: Date | null;
|
|
666386
|
+
updated_by: string | null;
|
|
666387
|
+
is_main: boolean | null;
|
|
666388
|
+
id_address: string | null;
|
|
666389
|
+
id_address_capability: string | null;
|
|
666390
|
+
}[];
|
|
666370
666391
|
is_active: boolean | null;
|
|
666371
666392
|
id_country: string | null;
|
|
666372
666393
|
id_state: string | null;
|
|
@@ -666529,6 +666550,27 @@ declare const appRouter: BuiltRouter<{
|
|
|
666529
666550
|
has_seaport: boolean | null;
|
|
666530
666551
|
has_outport: boolean | null;
|
|
666531
666552
|
} | null;
|
|
666553
|
+
organization_address_capability_pivot: {
|
|
666554
|
+
organization_address_capability: {
|
|
666555
|
+
is_active: boolean | null;
|
|
666556
|
+
id: string;
|
|
666557
|
+
logic_code: string | null;
|
|
666558
|
+
name: string | null;
|
|
666559
|
+
created_at: Date | null;
|
|
666560
|
+
created_by: string | null;
|
|
666561
|
+
updated_at: Date | null;
|
|
666562
|
+
updated_by: string | null;
|
|
666563
|
+
code: string | null;
|
|
666564
|
+
} | null;
|
|
666565
|
+
id: string;
|
|
666566
|
+
created_at: Date | null;
|
|
666567
|
+
created_by: string | null;
|
|
666568
|
+
updated_at: Date | null;
|
|
666569
|
+
updated_by: string | null;
|
|
666570
|
+
is_main: boolean | null;
|
|
666571
|
+
id_address: string | null;
|
|
666572
|
+
id_address_capability: string | null;
|
|
666573
|
+
}[];
|
|
666532
666574
|
is_active: boolean | null;
|
|
666533
666575
|
id_country: string | null;
|
|
666534
666576
|
id_state: string | null;
|