@fileverse-dev/formulajs 4.4.11-mod-27 → 4.4.11-mod-30
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/browser/formula.js +314 -1005
- package/lib/browser/formula.min.js +2 -10
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +130 -840
- package/lib/esm/crypto-constants.mjs +94 -76
- package/lib/esm/index.mjs +130 -840
- package/package.json +1 -1
- package/types/cjs/index.d.cts +2 -2
- package/types/esm/index.d.mts +2 -2
package/package.json
CHANGED
package/types/cjs/index.d.cts
CHANGED
|
@@ -1529,7 +1529,7 @@ export namespace FINV { }
|
|
|
1529
1529
|
* @returns
|
|
1530
1530
|
*/
|
|
1531
1531
|
export function FINVRT(probability: any, deg_freedom1: any, deg_freedom2: any, ...args: any[]): any;
|
|
1532
|
-
export function FIREFLY(platform: any, contentType: any, identifier: any): Promise<any>;
|
|
1532
|
+
export function FIREFLY(platform: any, contentType: any, identifier: any, start?: number, end?: number): Promise<any>;
|
|
1533
1533
|
/**
|
|
1534
1534
|
* Returns the Fisher transformation.
|
|
1535
1535
|
*
|
|
@@ -1791,7 +1791,7 @@ export function GEOMEAN(...args: any[]): any;
|
|
|
1791
1791
|
* @returns
|
|
1792
1792
|
*/
|
|
1793
1793
|
export function GESTEP(number: any, step: any): any;
|
|
1794
|
-
export function
|
|
1794
|
+
export function GNOSISPAY({ cardId, startDate, endDate, limit, offset, }: {
|
|
1795
1795
|
cardId: any;
|
|
1796
1796
|
startDate: any;
|
|
1797
1797
|
endDate: any;
|
package/types/esm/index.d.mts
CHANGED
|
@@ -1529,7 +1529,7 @@ export namespace FINV { }
|
|
|
1529
1529
|
* @returns
|
|
1530
1530
|
*/
|
|
1531
1531
|
export function FINVRT(probability: any, deg_freedom1: any, deg_freedom2: any, ...args: any[]): any;
|
|
1532
|
-
export function FIREFLY(platform: any, contentType: any, identifier: any): Promise<any>;
|
|
1532
|
+
export function FIREFLY(platform: any, contentType: any, identifier: any, start?: number, end?: number): Promise<any>;
|
|
1533
1533
|
/**
|
|
1534
1534
|
* Returns the Fisher transformation.
|
|
1535
1535
|
*
|
|
@@ -1791,7 +1791,7 @@ export function GEOMEAN(...args: any[]): any;
|
|
|
1791
1791
|
* @returns
|
|
1792
1792
|
*/
|
|
1793
1793
|
export function GESTEP(number: any, step: any): any;
|
|
1794
|
-
export function
|
|
1794
|
+
export function GNOSISPAY({ cardId, startDate, endDate, limit, offset, }: {
|
|
1795
1795
|
cardId: any;
|
|
1796
1796
|
startDate: any;
|
|
1797
1797
|
endDate: any;
|