authhero 0.125.0 → 0.128.0

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.
@@ -5093,6 +5093,7 @@ export type Strategy = {
5093
5093
  };
5094
5094
  export type SendSMSParams = {
5095
5095
  to: string;
5096
+ from?: string;
5096
5097
  text: string;
5097
5098
  template: string;
5098
5099
  options: any;