@fileverse-dev/dsheet 1.0.90-patch-7 → 1.0.90-patch-10
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.ts +1 -0
- package/dist/index.es.js +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6,3 +6,4 @@ export type { ErrorMessageHandlerReturnType } from './package/types';
|
|
|
6
6
|
export type { WorkbookInstance } from '@fileverse-dev/fortune-react';
|
|
7
7
|
export { ERROR_MESSAGES_FLAG, SERVICES_API_KEY, } from './package/constants/shared-constants';
|
|
8
8
|
export { TEMPLATES } from '@fileverse-dev/dsheets-templates';
|
|
9
|
+
export { isGnosisPayAccessExpired } from '@fileverse-dev/fortune-react';
|
package/dist/index.es.js
CHANGED
|
@@ -445791,5 +445791,6 @@ export {
|
|
|
445791
445791
|
cAt as SERVICES_API_KEY,
|
|
445792
445792
|
fAt as TEMPLATES,
|
|
445793
445793
|
q_ as executeStringFunction,
|
|
445794
|
-
uv as formulaResponseUiSync
|
|
445794
|
+
uv as formulaResponseUiSync,
|
|
445795
|
+
_M as isGnosisPayAccessExpired
|
|
445795
445796
|
};
|