@frigade/react 1.32.78 → 1.32.79

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/lib/index.d.ts CHANGED
@@ -280,6 +280,10 @@ interface FrigadeConfig {
280
280
  * Default Appearance for all flows.
281
281
  */
282
282
  defaultAppearance?: Appearance;
283
+ /**
284
+ * API url to use for all requests. Defaults to https://api.frigade.com
285
+ */
286
+ apiUrl?: string;
283
287
  }
284
288
  declare const FrigadeProvider: FC<FrigadeProviderProps>;
285
289