braid-ui 1.0.100 → 1.0.101

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
@@ -965,7 +965,7 @@ interface ACHDetails {
965
965
  changeReason?: string;
966
966
  returnedAt?: string;
967
967
  nocAt?: string;
968
- addenda?: string;
968
+ addenda?: any;
969
969
  iatAddenda?: any;
970
970
  raw?: any;
971
971
  }
package/dist/index.d.ts CHANGED
@@ -965,7 +965,7 @@ interface ACHDetails {
965
965
  changeReason?: string;
966
966
  returnedAt?: string;
967
967
  nocAt?: string;
968
- addenda?: string;
968
+ addenda?: any;
969
969
  iatAddenda?: any;
970
970
  raw?: any;
971
971
  }