@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-27",
3
+ "version": "4.4.11-mod-30",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {
@@ -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 GNOSIS({ cardId, startDate, endDate, limit, offset, }: {
1794
+ export function GNOSISPAY({ cardId, startDate, endDate, limit, offset, }: {
1795
1795
  cardId: any;
1796
1796
  startDate: any;
1797
1797
  endDate: any;
@@ -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 GNOSIS({ cardId, startDate, endDate, limit, offset, }: {
1794
+ export function GNOSISPAY({ cardId, startDate, endDate, limit, offset, }: {
1795
1795
  cardId: any;
1796
1796
  startDate: any;
1797
1797
  endDate: any;