@be-logixpair/api 0.0.94 → 0.0.95

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 +22 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -684851,6 +684851,17 @@ declare const cargoflowRouter: BuiltRouter<{
684851
684851
  coo_date: Date | null;
684852
684852
  } | null;
684853
684853
  forwarding_shipment_custom_entries: {
684854
+ forwarding_shipment_customs_entry_type: {
684855
+ is_active: boolean | null;
684856
+ id: string;
684857
+ logic_code: string | null;
684858
+ name: string | null;
684859
+ code: string | null;
684860
+ created_at: Date | null;
684861
+ created_by: string | null;
684862
+ updated_at: Date | null;
684863
+ updated_by: string | null;
684864
+ } | null;
684854
684865
  is_active: boolean | null;
684855
684866
  id: string;
684856
684867
  logic_code: string | null;
@@ -685457,6 +685468,17 @@ declare const cargoflowRouter: BuiltRouter<{
685457
685468
  coo_date: Date | null;
685458
685469
  } | null;
685459
685470
  forwarding_shipment_custom_entries: {
685471
+ forwarding_shipment_customs_entry_type: {
685472
+ is_active: boolean | null;
685473
+ id: string;
685474
+ logic_code: string | null;
685475
+ name: string | null;
685476
+ code: string | null;
685477
+ created_at: Date | null;
685478
+ created_by: string | null;
685479
+ updated_at: Date | null;
685480
+ updated_by: string | null;
685481
+ } | null;
685460
685482
  is_active: boolean | null;
685461
685483
  id: string;
685462
685484
  logic_code: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {