warqadui 0.0.164 → 0.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.mts CHANGED
@@ -436,6 +436,8 @@ interface WarqadConfig {
436
436
  prevprofile: string;
437
437
  typeProfile: string;
438
438
  defaultUrl: string;
439
+ params?: (key?: string) => any;
440
+ query?: (key?: string) => any;
439
441
  }) => {
440
442
  finalUrl: string;
441
443
  };
package/dist/index.d.ts CHANGED
@@ -436,6 +436,8 @@ interface WarqadConfig {
436
436
  prevprofile: string;
437
437
  typeProfile: string;
438
438
  defaultUrl: string;
439
+ params?: (key?: string) => any;
440
+ query?: (key?: string) => any;
439
441
  }) => {
440
442
  finalUrl: string;
441
443
  };