@asdp/ferryui 0.1.22-dev.9513 → 0.1.22-dev.9532

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.mts CHANGED
@@ -2921,11 +2921,11 @@ declare const CardVehicleDetail: React$1.FC<CardVehicleDetailProps>;
2921
2921
 
2922
2922
  interface CargoItem {
2923
2923
  id: number;
2924
- commodity?: string;
2925
- cargoType?: string;
2926
- quantity?: number | string;
2927
- industryType?: string;
2928
- cargoCategory?: string;
2924
+ commodity: string;
2925
+ cargoType: string;
2926
+ quantity: number | string;
2927
+ industryType: string;
2928
+ cargoCategory: string;
2929
2929
  unit: string;
2930
2930
  }
2931
2931
  interface VehicleOwner {
@@ -2936,16 +2936,17 @@ interface VehicleOwner {
2936
2936
  estimatedWeight: string;
2937
2937
  originCity: string;
2938
2938
  destinationCity: string;
2939
- cargoItems?: CargoItem[];
2940
- cargoOwnerEntityType?: MANIFEST_ENTITY_TYPE;
2941
- cargoOwnerEntity?: string;
2942
- cargoOwnerEntityOther?: string;
2943
- logisticsEntityType?: MANIFEST_ENTITY_TYPE;
2944
- logisticsEntity?: string;
2945
- logisticsEntityOther?: string;
2946
- cargoReceiverEntityType?: MANIFEST_ENTITY_TYPE;
2947
- cargoReceiverEntity?: string;
2948
- cargoReceiverEntityOther?: string;
2939
+ cargoItems: CargoItem[];
2940
+ cargoOwnerEntityType: MANIFEST_ENTITY_TYPE;
2941
+ cargoOwnerEntity: string;
2942
+ cargoOwnerEntityOther: string;
2943
+ logisticsEntityType: MANIFEST_ENTITY_TYPE;
2944
+ logisticsEntity: string;
2945
+ logisticsEntityOther: string;
2946
+ cargoReceiverEntityType: MANIFEST_ENTITY_TYPE;
2947
+ cargoReceiverEntity: string;
2948
+ cargoReceiverEntityOther: string;
2949
+ cargoWeight: string;
2949
2950
  }
2950
2951
  interface CardVehicleOwnerFormProps {
2951
2952
  /**
package/dist/index.d.ts CHANGED
@@ -2921,11 +2921,11 @@ declare const CardVehicleDetail: React$1.FC<CardVehicleDetailProps>;
2921
2921
 
2922
2922
  interface CargoItem {
2923
2923
  id: number;
2924
- commodity?: string;
2925
- cargoType?: string;
2926
- quantity?: number | string;
2927
- industryType?: string;
2928
- cargoCategory?: string;
2924
+ commodity: string;
2925
+ cargoType: string;
2926
+ quantity: number | string;
2927
+ industryType: string;
2928
+ cargoCategory: string;
2929
2929
  unit: string;
2930
2930
  }
2931
2931
  interface VehicleOwner {
@@ -2936,16 +2936,17 @@ interface VehicleOwner {
2936
2936
  estimatedWeight: string;
2937
2937
  originCity: string;
2938
2938
  destinationCity: string;
2939
- cargoItems?: CargoItem[];
2940
- cargoOwnerEntityType?: MANIFEST_ENTITY_TYPE;
2941
- cargoOwnerEntity?: string;
2942
- cargoOwnerEntityOther?: string;
2943
- logisticsEntityType?: MANIFEST_ENTITY_TYPE;
2944
- logisticsEntity?: string;
2945
- logisticsEntityOther?: string;
2946
- cargoReceiverEntityType?: MANIFEST_ENTITY_TYPE;
2947
- cargoReceiverEntity?: string;
2948
- cargoReceiverEntityOther?: string;
2939
+ cargoItems: CargoItem[];
2940
+ cargoOwnerEntityType: MANIFEST_ENTITY_TYPE;
2941
+ cargoOwnerEntity: string;
2942
+ cargoOwnerEntityOther: string;
2943
+ logisticsEntityType: MANIFEST_ENTITY_TYPE;
2944
+ logisticsEntity: string;
2945
+ logisticsEntityOther: string;
2946
+ cargoReceiverEntityType: MANIFEST_ENTITY_TYPE;
2947
+ cargoReceiverEntity: string;
2948
+ cargoReceiverEntityOther: string;
2949
+ cargoWeight: string;
2949
2950
  }
2950
2951
  interface CardVehicleOwnerFormProps {
2951
2952
  /**