braid-ui 1.0.164 → 1.0.165

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.cts CHANGED
@@ -695,6 +695,7 @@ declare const intermediaryFISchema: z.ZodObject<{
695
695
  type IntermediaryFI$1 = z.infer<typeof intermediaryFISchema>;
696
696
 
697
697
  interface CounterpartyDetailViewProps {
698
+ counterpartyId: string;
698
699
  counterpartyName: string;
699
700
  counterpartyType: string;
700
701
  currentStatus: string;
@@ -715,7 +716,7 @@ interface CounterpartyDetailViewProps {
715
716
  onNavigateToOFAC?: (ofacCheckId?: string) => void;
716
717
  timeline: CounterpartyTimelineEvent[];
717
718
  }
718
- declare const CounterpartyDetailView: ({ counterpartyName, counterpartyType, currentStatus, isEditingProfile, counterpartyProfileData, achPaymentMethod, wirePaymentMethod, onStatusChange, onToggleProfileEdit, onProfileDataChange, onACHSave, onACHDelete, onWireSave, onWireDelete, onEntityClick, onNavigateToTransactions, latestOFAC, onNavigateToOFAC, timeline, }: CounterpartyDetailViewProps) => react_jsx_runtime.JSX.Element;
719
+ declare const CounterpartyDetailView: ({ counterpartyId, counterpartyName, counterpartyType, currentStatus, isEditingProfile, counterpartyProfileData, achPaymentMethod, wirePaymentMethod, onStatusChange, onToggleProfileEdit, onProfileDataChange, onACHSave, onACHDelete, onWireSave, onWireDelete, onEntityClick, onNavigateToTransactions, latestOFAC, onNavigateToOFAC, timeline, }: CounterpartyDetailViewProps) => react_jsx_runtime.JSX.Element;
719
720
 
720
721
  declare const inputVariants: (props?: {
721
722
  variant?: "default" | "success" | "disabled" | "error" | "readonly";
package/dist/index.d.ts CHANGED
@@ -695,6 +695,7 @@ declare const intermediaryFISchema: z.ZodObject<{
695
695
  type IntermediaryFI$1 = z.infer<typeof intermediaryFISchema>;
696
696
 
697
697
  interface CounterpartyDetailViewProps {
698
+ counterpartyId: string;
698
699
  counterpartyName: string;
699
700
  counterpartyType: string;
700
701
  currentStatus: string;
@@ -715,7 +716,7 @@ interface CounterpartyDetailViewProps {
715
716
  onNavigateToOFAC?: (ofacCheckId?: string) => void;
716
717
  timeline: CounterpartyTimelineEvent[];
717
718
  }
718
- declare const CounterpartyDetailView: ({ counterpartyName, counterpartyType, currentStatus, isEditingProfile, counterpartyProfileData, achPaymentMethod, wirePaymentMethod, onStatusChange, onToggleProfileEdit, onProfileDataChange, onACHSave, onACHDelete, onWireSave, onWireDelete, onEntityClick, onNavigateToTransactions, latestOFAC, onNavigateToOFAC, timeline, }: CounterpartyDetailViewProps) => react_jsx_runtime.JSX.Element;
719
+ declare const CounterpartyDetailView: ({ counterpartyId, counterpartyName, counterpartyType, currentStatus, isEditingProfile, counterpartyProfileData, achPaymentMethod, wirePaymentMethod, onStatusChange, onToggleProfileEdit, onProfileDataChange, onACHSave, onACHDelete, onWireSave, onWireDelete, onEntityClick, onNavigateToTransactions, latestOFAC, onNavigateToOFAC, timeline, }: CounterpartyDetailViewProps) => react_jsx_runtime.JSX.Element;
719
720
 
720
721
  declare const inputVariants: (props?: {
721
722
  variant?: "default" | "success" | "disabled" | "error" | "readonly";