@contractspec/example.pocket-family-office 1.46.1 → 1.47.0
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/docs/index.d.ts +2 -0
- package/dist/docs/index.d.ts.map +1 -0
- package/dist/docs/pocket-family-office.docblock.d.ts +2 -0
- package/dist/docs/pocket-family-office.docblock.d.ts.map +1 -0
- package/dist/example.d.ts +3 -0
- package/dist/example.d.ts.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2000 -43
- package/dist/operations/index.d.ts +238 -13
- package/dist/operations/index.d.ts.map +1 -1
- package/dist/pocket-family-office.capability.d.ts +2 -0
- package/dist/pocket-family-office.capability.d.ts.map +1 -0
- package/dist/pocket-family-office.feature.d.ts +1 -7
- package/dist/pocket-family-office.feature.d.ts.map +1 -1
- package/dist/workflows/generate-financial-summary.d.ts +1 -2
- package/dist/workflows/generate-financial-summary.d.ts.map +1 -1
- package/dist/workflows/generate-openbanking-overview.d.ts +1 -2
- package/dist/workflows/generate-openbanking-overview.d.ts.map +1 -1
- package/dist/workflows/ingest-email-threads.d.ts +1 -2
- package/dist/workflows/ingest-email-threads.d.ts.map +1 -1
- package/dist/workflows/process-uploaded-document.d.ts +1 -2
- package/dist/workflows/process-uploaded-document.d.ts.map +1 -1
- package/dist/workflows/refresh-openbanking-balances.d.ts +1 -2
- package/dist/workflows/refresh-openbanking-balances.d.ts.map +1 -1
- package/dist/workflows/sync-openbanking-accounts.d.ts +1 -2
- package/dist/workflows/sync-openbanking-accounts.d.ts.map +1 -1
- package/dist/workflows/sync-openbanking-transactions.d.ts +1 -2
- package/dist/workflows/sync-openbanking-transactions.d.ts.map +1 -1
- package/dist/workflows/upcoming-payments-reminder.d.ts +1 -2
- package/dist/workflows/upcoming-payments-reminder.d.ts.map +1 -1
- package/package.json +10 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,iCAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pocket-family-office.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/pocket-family-office.docblock.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,mDAoCX,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,QAAQ,CAAC"}
|