@powerhousedao/contributor-billing 0.0.45 → 0.0.47

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.
Files changed (100) hide show
  1. package/dist/document-models/index.d.ts +1 -0
  2. package/dist/document-models/index.d.ts.map +1 -1
  3. package/dist/document-models/index.js +1 -0
  4. package/dist/document-models/integrations/gen/actions.d.ts +4 -0
  5. package/dist/document-models/integrations/gen/actions.d.ts.map +1 -0
  6. package/dist/document-models/integrations/gen/actions.js +1 -0
  7. package/dist/document-models/integrations/gen/creators.d.ts +2 -0
  8. package/dist/document-models/integrations/gen/creators.d.ts.map +1 -0
  9. package/dist/document-models/integrations/gen/creators.js +1 -0
  10. package/dist/document-models/integrations/gen/document-model.d.ts +3 -0
  11. package/dist/document-models/integrations/gen/document-model.d.ts.map +1 -0
  12. package/dist/document-models/integrations/gen/document-model.js +70 -0
  13. package/dist/document-models/integrations/gen/index.d.ts +6 -0
  14. package/dist/document-models/integrations/gen/index.d.ts.map +1 -0
  15. package/dist/document-models/integrations/gen/index.js +5 -0
  16. package/dist/document-models/integrations/gen/integrations/actions.d.ts +7 -0
  17. package/dist/document-models/integrations/gen/integrations/actions.d.ts.map +1 -0
  18. package/dist/document-models/integrations/gen/integrations/actions.js +1 -0
  19. package/dist/document-models/integrations/gen/integrations/creators.d.ts +6 -0
  20. package/dist/document-models/integrations/gen/integrations/creators.d.ts.map +1 -0
  21. package/dist/document-models/integrations/gen/integrations/creators.js +5 -0
  22. package/dist/document-models/integrations/gen/integrations/error.d.ts +2 -0
  23. package/dist/document-models/integrations/gen/integrations/error.d.ts.map +1 -0
  24. package/dist/document-models/integrations/gen/integrations/error.js +1 -0
  25. package/dist/document-models/integrations/gen/integrations/object.d.ts +9 -0
  26. package/dist/document-models/integrations/gen/integrations/object.d.ts.map +1 -0
  27. package/dist/document-models/integrations/gen/integrations/object.js +13 -0
  28. package/dist/document-models/integrations/gen/integrations/operations.d.ts +9 -0
  29. package/dist/document-models/integrations/gen/integrations/operations.d.ts.map +1 -0
  30. package/dist/document-models/integrations/gen/integrations/operations.js +1 -0
  31. package/dist/document-models/integrations/gen/object.d.ts +16 -0
  32. package/dist/document-models/integrations/gen/object.d.ts.map +1 -0
  33. package/dist/document-models/integrations/gen/object.js +25 -0
  34. package/dist/document-models/integrations/gen/reducer.d.ts +3 -0
  35. package/dist/document-models/integrations/gen/reducer.d.ts.map +1 -0
  36. package/dist/document-models/integrations/gen/reducer.js +25 -0
  37. package/dist/document-models/integrations/gen/schema/index.d.ts +3 -0
  38. package/dist/document-models/integrations/gen/schema/index.d.ts.map +1 -0
  39. package/dist/document-models/integrations/gen/schema/index.js +2 -0
  40. package/dist/document-models/integrations/gen/schema/types.d.ts +192 -0
  41. package/dist/document-models/integrations/gen/schema/types.d.ts.map +1 -0
  42. package/dist/document-models/integrations/gen/schema/types.js +1 -0
  43. package/dist/document-models/integrations/gen/schema/zod.d.ts +19 -0
  44. package/dist/document-models/integrations/gen/schema/zod.d.ts.map +1 -0
  45. package/dist/document-models/integrations/gen/schema/zod.js +97 -0
  46. package/dist/document-models/integrations/gen/types.d.ts +10 -0
  47. package/dist/document-models/integrations/gen/types.d.ts.map +1 -0
  48. package/dist/document-models/integrations/gen/types.js +1 -0
  49. package/dist/document-models/integrations/gen/utils.d.ts +7 -0
  50. package/dist/document-models/integrations/gen/utils.d.ts.map +1 -0
  51. package/dist/document-models/integrations/gen/utils.js +63 -0
  52. package/dist/document-models/integrations/index.d.ts +28 -0
  53. package/dist/document-models/integrations/index.d.ts.map +1 -0
  54. package/dist/document-models/integrations/index.js +21 -0
  55. package/dist/document-models/integrations/src/reducers/integrations.d.ts +8 -0
  56. package/dist/document-models/integrations/src/reducers/integrations.d.ts.map +1 -0
  57. package/dist/document-models/integrations/src/reducers/integrations.js +57 -0
  58. package/dist/document-models/integrations/src/tests/document-model.test.d.ts +6 -0
  59. package/dist/document-models/integrations/src/tests/document-model.test.d.ts.map +1 -0
  60. package/dist/document-models/integrations/src/tests/document-model.test.js +18 -0
  61. package/dist/document-models/integrations/src/tests/integrations.test.d.ts +6 -0
  62. package/dist/document-models/integrations/src/tests/integrations.test.d.ts.map +1 -0
  63. package/dist/document-models/integrations/src/tests/integrations.test.js +63 -0
  64. package/dist/document-models/integrations/src/utils.d.ts +2 -0
  65. package/dist/document-models/integrations/src/utils.d.ts.map +1 -0
  66. package/dist/document-models/integrations/src/utils.js +1 -0
  67. package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.d.ts +5 -1
  68. package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.d.ts.map +1 -1
  69. package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.js +18 -4
  70. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.d.ts.map +1 -1
  71. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.js +9 -1
  72. package/dist/editors/index.d.ts +1 -0
  73. package/dist/editors/index.d.ts.map +1 -1
  74. package/dist/editors/index.js +1 -0
  75. package/dist/editors/integrations/editor.d.ts +5 -0
  76. package/dist/editors/integrations/editor.d.ts.map +1 -0
  77. package/dist/editors/integrations/editor.js +113 -0
  78. package/dist/editors/integrations/index.d.ts +5 -0
  79. package/dist/editors/integrations/index.d.ts.map +1 -0
  80. package/dist/editors/integrations/index.js +12 -0
  81. package/dist/editors/invoice/ingestPDF.js +1 -1
  82. package/dist/editors/invoice/invoiceToGnosis.js +1 -1
  83. package/dist/editors/invoice/requestFinance.js +1 -1
  84. package/dist/editors/invoice/uploadPdfChunked.js +1 -1
  85. package/dist/index.d.ts +2 -2
  86. package/dist/index.d.ts.map +1 -1
  87. package/dist/style.css +1213 -18
  88. package/dist/subgraphs/index.d.ts +1 -0
  89. package/dist/subgraphs/index.d.ts.map +1 -1
  90. package/dist/subgraphs/index.js +1 -0
  91. package/dist/subgraphs/integrations/index.d.ts +10 -0
  92. package/dist/subgraphs/integrations/index.d.ts.map +1 -0
  93. package/dist/subgraphs/integrations/index.js +11 -0
  94. package/dist/subgraphs/integrations/resolvers.d.ts +3 -0
  95. package/dist/subgraphs/integrations/resolvers.d.ts.map +1 -0
  96. package/dist/subgraphs/integrations/resolvers.js +89 -0
  97. package/dist/subgraphs/integrations/schema.d.ts +3 -0
  98. package/dist/subgraphs/integrations/schema.d.ts.map +1 -0
  99. package/dist/subgraphs/integrations/schema.js +109 -0
  100. package/package.json +2 -2
@@ -0,0 +1,113 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { actions, } from "../../document-models/integrations/index.js";
3
+ import { Button } from "@powerhousedao/document-engineering";
4
+ import { useState } from "react";
5
+ const TABS = [
6
+ { key: "requestFinance", label: "Request Finance" },
7
+ { key: "gnosisSafe", label: "Gnosis Safe" },
8
+ { key: "googleCloud", label: "Google Cloud" },
9
+ ];
10
+ export default function Editor(props) {
11
+ const { document, dispatch } = props;
12
+ const [activeTab, setActiveTab] = useState("requestFinance");
13
+ // State for each form
14
+ const [requestFinance, setRequestFinance] = useState(() => ({
15
+ apiKey: document.state.global.requestFinance?.apiKey || "",
16
+ email: document.state.global.requestFinance?.email || "",
17
+ }));
18
+ const [gnosisSafe, setGnosisSafe] = useState(() => ({
19
+ safeAddress: document.state.global.gnosisSafe?.safeAddress || "",
20
+ signerPrivateKey: document.state.global.gnosisSafe?.signerPrivateKey || "",
21
+ }));
22
+ const [googleCloud, setGoogleCloud] = useState(() => ({
23
+ projectId: document.state.global.googleCloud?.projectId || "",
24
+ location: document.state.global.googleCloud?.location || "",
25
+ processorId: document.state.global.googleCloud?.processorId || "",
26
+ keyFile: {
27
+ type: document.state.global.googleCloud?.keyFile?.type || "",
28
+ project_id: document.state.global.googleCloud?.keyFile?.project_id || "",
29
+ private_key_id: document.state.global.googleCloud?.keyFile?.private_key_id || "",
30
+ private_key: document.state.global.googleCloud?.keyFile?.private_key || "",
31
+ client_email: document.state.global.googleCloud?.keyFile?.client_email || "",
32
+ client_id: document.state.global.googleCloud?.keyFile?.client_id || "",
33
+ auth_uri: document.state.global.googleCloud?.keyFile?.auth_uri || "",
34
+ token_uri: document.state.global.googleCloud?.keyFile?.token_uri || "",
35
+ auth_provider_x509_cert_url: document.state.global.googleCloud?.keyFile
36
+ ?.auth_provider_x509_cert_url || "",
37
+ client_x509_cert_url: document.state.global.googleCloud?.keyFile?.client_x509_cert_url || "",
38
+ universe_domain: document.state.global.googleCloud?.keyFile?.universe_domain || "",
39
+ },
40
+ }));
41
+ // Handlers
42
+ const handleRequestFinanceSave = () => {
43
+ dispatch(actions.setRequestFinance(requestFinance));
44
+ };
45
+ const handleGnosisSafeSave = () => {
46
+ dispatch(actions.setGnosisSafe(gnosisSafe));
47
+ };
48
+ const handleGoogleCloudSave = () => {
49
+ dispatch(actions.setGoogleCloud({
50
+ ...googleCloud,
51
+ keyFile: { ...googleCloud.keyFile },
52
+ }));
53
+ };
54
+ return (_jsx("div", { className: "editor-container min-h-screen bg-gray-50 flex flex-col items-center p-2 sm:p-4", children: _jsxs("div", { className: "w-full max-w-xl", children: [_jsx("div", { className: "flex mb-4 border-b border-gray-200", children: TABS.map((tab) => (_jsx("button", { className: `flex-1 py-2 text-sm sm:text-base font-medium transition-colors duration-200 border-b-2 focus:outline-none ${activeTab === tab.key
55
+ ? "border-blue-500 text-blue-600 bg-white"
56
+ : "border-transparent text-gray-500 bg-gray-100 hover:text-blue-500"}`, onClick: () => setActiveTab(tab.key), type: "button", children: tab.label }, tab.key))) }), _jsxs("div", { className: "bg-white rounded-xl shadow p-4 sm:p-6", children: [activeTab === "requestFinance" && (_jsxs("form", { className: "flex flex-col gap-4", onSubmit: (e) => {
57
+ e.preventDefault();
58
+ handleRequestFinanceSave();
59
+ }, children: [_jsx("h2", { className: "text-lg font-semibold mb-2", children: "Request Finance API" }), _jsxs("label", { className: "flex flex-col gap-1", children: [_jsx("span", { className: "text-sm font-medium", children: "API Key" }), _jsx("input", { className: "input input-bordered rounded px-3 py-2 border border-gray-300 focus:border-blue-400 focus:ring focus:ring-blue-100 text-sm", type: "text", value: requestFinance.apiKey, onChange: (e) => setRequestFinance((v) => ({ ...v, apiKey: e.target.value })), placeholder: "Enter API Key" })] }), _jsxs("label", { className: "flex flex-col gap-1", children: [_jsx("span", { className: "text-sm font-medium", children: "Email" }), _jsx("input", { className: "input input-bordered rounded px-3 py-2 border border-gray-300 focus:border-blue-400 focus:ring focus:ring-blue-100 text-sm", type: "email", value: requestFinance.email, onChange: (e) => setRequestFinance((v) => ({ ...v, email: e.target.value })), placeholder: "Enter Email" })] }), _jsx("div", { className: "flex justify-end mt-2", children: _jsx(Button, { size: "sm", variant: "outline", color: "black", type: "submit", className: "hover:bg-gray-200", disabled: document.state.global.requestFinance?.apiKey ===
60
+ requestFinance.apiKey &&
61
+ document.state.global.requestFinance?.email ===
62
+ requestFinance.email, children: "Save" }) })] })), activeTab === "gnosisSafe" && (_jsxs("form", { className: "flex flex-col gap-4", onSubmit: (e) => {
63
+ e.preventDefault();
64
+ handleGnosisSafeSave();
65
+ }, children: [_jsx("h2", { className: "text-lg font-semibold mb-2", children: "Gnosis Safe" }), _jsxs("label", { className: "flex flex-col gap-1", children: [_jsx("span", { className: "text-sm font-medium", children: "Safe Address" }), _jsx("input", { className: "input input-bordered rounded px-3 py-2 border border-gray-300 focus:border-blue-400 focus:ring focus:ring-blue-100 text-sm", type: "text", value: gnosisSafe.safeAddress, onChange: (e) => setGnosisSafe((v) => ({
66
+ ...v,
67
+ safeAddress: e.target.value,
68
+ })), placeholder: "0x..." })] }), _jsxs("label", { className: "flex flex-col gap-1", children: [_jsx("span", { className: "text-sm font-medium", children: "Signer Private Key" }), _jsx("input", { className: "input input-bordered rounded px-3 py-2 border border-gray-300 focus:border-blue-400 focus:ring focus:ring-blue-100 text-sm", type: "text", value: gnosisSafe.signerPrivateKey, onChange: (e) => setGnosisSafe((v) => ({
69
+ ...v,
70
+ signerPrivateKey: e.target.value,
71
+ })), placeholder: "Private Key" })] }), _jsx("div", { className: "flex justify-end mt-2", children: _jsx(Button, { size: "sm", variant: "outline", color: "black", type: "submit", className: "hover:bg-gray-200", disabled: document.state.global.gnosisSafe?.safeAddress ===
72
+ gnosisSafe.safeAddress &&
73
+ document.state.global.gnosisSafe?.signerPrivateKey ===
74
+ gnosisSafe.signerPrivateKey, children: "Save" }) })] })), activeTab === "googleCloud" && (_jsxs("form", { className: "flex flex-col gap-4", onSubmit: (e) => {
75
+ e.preventDefault();
76
+ handleGoogleCloudSave();
77
+ }, children: [_jsx("h2", { className: "text-lg font-semibold mb-2", children: "Google Cloud" }), _jsxs("label", { className: "flex flex-col gap-1", children: [_jsx("span", { className: "text-sm font-medium", children: "Project ID" }), _jsx("input", { className: "input input-bordered rounded px-3 py-2 border border-gray-300 focus:border-blue-400 focus:ring focus:ring-blue-100 text-sm", type: "text", value: googleCloud.projectId, onChange: (e) => setGoogleCloud((v) => ({ ...v, projectId: e.target.value })), placeholder: "Project ID" })] }), _jsxs("label", { className: "flex flex-col gap-1", children: [_jsx("span", { className: "text-sm font-medium", children: "Location" }), _jsx("input", { className: "input input-bordered rounded px-3 py-2 border border-gray-300 focus:border-blue-400 focus:ring focus:ring-blue-100 text-sm", type: "text", value: googleCloud.location, onChange: (e) => setGoogleCloud((v) => ({ ...v, location: e.target.value })), placeholder: "Location" })] }), _jsxs("label", { className: "flex flex-col gap-1", children: [_jsx("span", { className: "text-sm font-medium", children: "Processor ID" }), _jsx("input", { className: "input input-bordered rounded px-3 py-2 border border-gray-300 focus:border-blue-400 focus:ring focus:ring-blue-100 text-sm", type: "text", value: googleCloud.processorId, onChange: (e) => setGoogleCloud((v) => ({
78
+ ...v,
79
+ processorId: e.target.value,
80
+ })), placeholder: "Processor ID" })] }), _jsx("div", { className: "grid grid-cols-1 sm:grid-cols-2 gap-4", children: Object.entries(googleCloud.keyFile).map(([key, value]) => (_jsxs("label", { className: "flex flex-col gap-1", children: [_jsx("span", { className: "text-sm font-medium", children: key.replace(/_/g, " ") }), _jsx("input", { className: "input input-bordered rounded px-3 py-2 border border-gray-300 focus:border-blue-400 focus:ring focus:ring-blue-100 text-sm", type: "text", value: value, onChange: (e) => setGoogleCloud((v) => ({
81
+ ...v,
82
+ keyFile: { ...v.keyFile, [key]: e.target.value },
83
+ })), placeholder: key.replace(/_/g, " ") })] }, key))) }), _jsx("div", { className: "flex justify-end mt-2", children: _jsx(Button, { size: "sm", variant: "outline", color: "black", type: "submit", className: "hover:bg-gray-200", disabled: document.state.global.googleCloud?.projectId ===
84
+ googleCloud.projectId &&
85
+ document.state.global.googleCloud?.location ===
86
+ googleCloud.location &&
87
+ document.state.global.googleCloud?.processorId ===
88
+ googleCloud.processorId &&
89
+ document.state.global.googleCloud?.keyFile?.type ===
90
+ googleCloud.keyFile.type &&
91
+ document.state.global.googleCloud?.keyFile?.project_id ===
92
+ googleCloud.keyFile.project_id &&
93
+ document.state.global.googleCloud?.keyFile
94
+ ?.private_key_id === googleCloud.keyFile.private_key_id &&
95
+ document.state.global.googleCloud?.keyFile?.private_key ===
96
+ googleCloud.keyFile.private_key &&
97
+ document.state.global.googleCloud?.keyFile?.client_email ===
98
+ googleCloud.keyFile.client_email &&
99
+ document.state.global.googleCloud?.keyFile?.client_id ===
100
+ googleCloud.keyFile.client_id &&
101
+ document.state.global.googleCloud?.keyFile?.auth_uri ===
102
+ googleCloud.keyFile.auth_uri &&
103
+ document.state.global.googleCloud?.keyFile?.token_uri ===
104
+ googleCloud.keyFile.token_uri &&
105
+ document.state.global.googleCloud?.keyFile
106
+ ?.auth_provider_x509_cert_url ===
107
+ googleCloud.keyFile.auth_provider_x509_cert_url &&
108
+ document.state.global.googleCloud?.keyFile
109
+ ?.client_x509_cert_url ===
110
+ googleCloud.keyFile.client_x509_cert_url &&
111
+ document.state.global.googleCloud?.keyFile
112
+ ?.universe_domain === googleCloud.keyFile.universe_domain, children: "Save" }) })] }))] })] }) }));
113
+ }
@@ -0,0 +1,5 @@
1
+ import type { EditorModule } from "document-model";
2
+ import type { IntegrationsDocument } from "../../document-models/integrations/index.js";
3
+ export declare const module: EditorModule<IntegrationsDocument>;
4
+ export default module;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../editors/integrations/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AAExF,eAAO,MAAM,MAAM,EAAE,YAAY,CAAC,oBAAoB,CASrD,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,12 @@
1
+ import Editor from "./editor.js";
2
+ export const module = {
3
+ Component: Editor,
4
+ documentTypes: ["powerhouse/integrations"],
5
+ config: {
6
+ id: "editor-id",
7
+ disableExternalControls: true,
8
+ documentToolbarEnabled: true,
9
+ showSwitchboardLink: true,
10
+ },
11
+ };
12
+ export default module;
@@ -6,7 +6,7 @@ import { uploadPdfChunked } from "./uploadPdfChunked.js";
6
6
  import { getCountryCodeFromName } from "./utils/utils.js";
7
7
  let GRAPHQL_URL = 'http://localhost:4001/graphql/invoice';
8
8
  if (!window.document.baseURI.includes('localhost')) {
9
- GRAPHQL_URL = 'https://switchboard-dev.powerhouse.xyz/graphql/invoice';
9
+ GRAPHQL_URL = 'https://switchboard-staging.powerhouse.xyz/graphql/invoice';
10
10
  }
11
11
  export async function loadPDFFile({ file, dispatch, }) {
12
12
  if (!file)
@@ -4,7 +4,7 @@ import { actions, } from "../../document-models/invoice/index.js";
4
4
  import { generateId } from "document-model";
5
5
  let GRAPHQL_URL = "http://localhost:4001/graphql/invoice";
6
6
  if (!window.document.baseURI.includes('localhost')) {
7
- GRAPHQL_URL = 'https://switchboard-dev.powerhouse.xyz/graphql/invoice';
7
+ GRAPHQL_URL = 'https://switchboard-staging.powerhouse.xyz/graphql/invoice';
8
8
  }
9
9
  const InvoiceToGnosis = ({ docState, dispatch }) => {
10
10
  const [isLoading, setIsLoading] = useState(false);
@@ -4,7 +4,7 @@ import { actions, } from "../../document-models/invoice/index.js";
4
4
  import { generateId } from "document-model";
5
5
  let GRAPHQL_URL = 'http://localhost:4001/graphql/invoice';
6
6
  if (!window.document.baseURI.includes('localhost')) {
7
- GRAPHQL_URL = 'https://switchboard-dev.powerhouse.xyz/graphql/invoice';
7
+ GRAPHQL_URL = 'https://switchboard-staging.powerhouse.xyz/graphql/invoice';
8
8
  }
9
9
  const RequestFinance = ({ docState, dispatch }) => {
10
10
  const [isLoading, setIsLoading] = useState(false);
@@ -7,7 +7,7 @@
7
7
  */
8
8
  let GRAPHQL_URL = 'http://localhost:4001/graphql/invoice';
9
9
  if (!window.document.baseURI.includes('localhost')) {
10
- GRAPHQL_URL = 'https://switchboard-dev.powerhouse.xyz/graphql/invoice';
10
+ GRAPHQL_URL = 'https://switchboard-staging.powerhouse.xyz/graphql/invoice';
11
11
  }
12
12
  export async function uploadPdfChunked(pdfData, endpoint = GRAPHQL_URL, chunkSize = 500 * 1024, // 500KB chunks
13
13
  onProgress) {
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Manifest } from "document-model";
2
2
  export declare const manifest: Manifest;
3
- export declare const documentModels: (import("document-model").DocumentModelModule<import("./document-models/invoice/index.js").InvoiceDocument> | import("document-model").DocumentModelModule<import("./document-models/billing-statement/index.js").BillingStatementDocument>)[];
4
- export declare const editors: (import("document-model").EditorModule<import("./document-models/invoice/index.js").InvoiceDocument> | import("@powerhousedao/reactor-browser").DriveEditorModule<import("document-drive").DocumentDriveDocument> | import("document-model").EditorModule<import("./document-models/billing-statement/index.js").BillingStatementDocument>)[];
3
+ export declare const documentModels: (import("document-model").DocumentModelModule<import("./document-models/invoice/index.js").InvoiceDocument> | import("document-model").DocumentModelModule<import("./document-models/billing-statement/index.js").BillingStatementDocument> | import("document-model").DocumentModelModule<import("./document-models/integrations/index.js").IntegrationsDocument>)[];
4
+ export declare const editors: (import("document-model").EditorModule<import("./document-models/invoice/index.js").InvoiceDocument> | import("@powerhousedao/reactor-browser").DriveEditorModule<import("document-drive").DocumentDriveDocument> | import("document-model").EditorModule<import("./document-models/billing-statement/index.js").BillingStatementDocument> | import("document-model").EditorModule<import("./document-models/integrations/index.js").IntegrationsDocument>)[];
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAK1C,eAAO,MAAM,QAAQ,EAAE,QAAuB,CAAC;AAC/C,eAAO,MAAM,cAAc,gPAAuC,CAAC;AACnE,eAAO,MAAM,OAAO,+UAAgC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAK1C,eAAO,MAAM,QAAQ,EAAE,QAAuB,CAAC;AAC/C,eAAO,MAAM,cAAc,uWAAuC,CAAC;AACnE,eAAO,MAAM,OAAO,+bAAgC,CAAC"}