@fileflow/sdk 0.1.21 → 0.1.23
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/ImportWizard-_wJ7Qxpr.mjs +3384 -0
- package/dist/ImportWizard-_wJ7Qxpr.mjs.map +1 -0
- package/dist/ImportWizard-x7cTPmMH.js +78 -0
- package/dist/ImportWizard-x7cTPmMH.js.map +1 -0
- package/dist/{KYCWizard-Dam2aV3o.mjs → KYCWizard-D9W8V70o.mjs} +2 -2
- package/dist/{KYCWizard-Dam2aV3o.mjs.map → KYCWizard-D9W8V70o.mjs.map} +1 -1
- package/dist/{KYCWizard-BNEAS8HW.js → KYCWizard-DecrJ0MW.js} +2 -2
- package/dist/{KYCWizard-BNEAS8HW.js.map → KYCWizard-DecrJ0MW.js.map} +1 -1
- package/dist/import.js +1 -1
- package/dist/import.mjs +1 -1
- package/dist/{index-DJ8UbzFt.mjs → index-Dn3cI9sZ.mjs} +2 -2
- package/dist/{index-DJ8UbzFt.mjs.map → index-Dn3cI9sZ.mjs.map} +1 -1
- package/dist/{index-B03faN2u.js → index-RFYSKfrk.js} +2 -2
- package/dist/{index-B03faN2u.js.map → index-RFYSKfrk.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +3 -3
- package/dist/kyc.js +1 -1
- package/dist/kyc.mjs +1 -1
- package/package.json +1 -1
- package/dist/ImportWizard-Dececv65.mjs +0 -3309
- package/dist/ImportWizard-Dececv65.mjs.map +0 -1
- package/dist/ImportWizard-m62gzl2R.js +0 -78
- package/dist/ImportWizard-m62gzl2R.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-RFYSKfrk.js"),t=require("./ImportWizard-x7cTPmMH.js"),l=require("./KYCWizard-DecrJ0MW.js");exports.CANADIAN_PROVINCES=e.CANADIAN_PROVINCES;exports.DOCUMENT_TYPES=e.DOCUMENT_TYPES;exports.FileFlowClient=e.FileFlowClient;exports.FileFlowError=e.FileFlowError;exports.IMPORT_TEMPLATES=e.IMPORT_TEMPLATES;exports.StyleProvider=e.StyleProvider;exports.VALID_TEMPLATE_IDS=e.VALID_TEMPLATE_IDS;exports.getAvailableTemplates=e.getAvailableTemplates;exports.getClient=e.getClient;exports.getTemplate=e.getTemplate;exports.getTemplateSchema=e.getTemplateSchema;exports.getTemplatesByCategory=e.getTemplatesByCategory;exports.initializeClient=e.initializeClient;exports.injectStyles=e.injectStyles;exports.listTemplates=e.listTemplates;exports.templateExists=e.templateExists;exports.useFileFlowStyles=e.useFileFlowStyles;exports.ColumnMapper=t.ColumnMapper;exports.DataTable=t.DataTable;exports.FileUploader=t.FileUploader;exports.ImportWizard=t.ImportWizard;exports.ValidationSummary=t.ValidationSummary;exports.useImportStore=t.useImportStore;exports.DocumentStatus=l.DocumentStatus;exports.DocumentUploader=l.DocumentUploader;exports.KYCWizard=l.KYCWizard;exports.useKYCStore=l.useKYCStore;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C as s, D as t, F as l, b as o, I as r, S as i, V as m, e as p, g as S, c as T, d as C, f as u, a as D, i as n, l as E, t as F, u as I } from "./index-
|
|
2
|
-
import { C as g, D as A, F as y, I as P, V as c, u as M } from "./ImportWizard-
|
|
3
|
-
import { a as _, D as f, K as x, u as N } from "./KYCWizard-
|
|
1
|
+
import { C as s, D as t, F as l, b as o, I as r, S as i, V as m, e as p, g as S, c as T, d as C, f as u, a as D, i as n, l as E, t as F, u as I } from "./index-Dn3cI9sZ.mjs";
|
|
2
|
+
import { C as g, D as A, F as y, I as P, V as c, u as M } from "./ImportWizard-_wJ7Qxpr.mjs";
|
|
3
|
+
import { a as _, D as f, K as x, u as N } from "./KYCWizard-D9W8V70o.mjs";
|
|
4
4
|
export {
|
|
5
5
|
s as CANADIAN_PROVINCES,
|
|
6
6
|
g as ColumnMapper,
|
package/dist/kyc.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./KYCWizard-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./KYCWizard-DecrJ0MW.js");exports.DocumentStatus=e.DocumentStatus;exports.DocumentUploader=e.DocumentUploader;exports.KYCWizard=e.KYCWizard;exports.useKYCStore=e.useKYCStore;
|
|
2
2
|
//# sourceMappingURL=kyc.js.map
|
package/dist/kyc.mjs
CHANGED
package/package.json
CHANGED