@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.
Files changed (32) hide show
  1. package/dist/docs/index.d.ts +2 -0
  2. package/dist/docs/index.d.ts.map +1 -0
  3. package/dist/docs/pocket-family-office.docblock.d.ts +2 -0
  4. package/dist/docs/pocket-family-office.docblock.d.ts.map +1 -0
  5. package/dist/example.d.ts +3 -0
  6. package/dist/example.d.ts.map +1 -0
  7. package/dist/index.d.ts +2 -0
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +2000 -43
  10. package/dist/operations/index.d.ts +238 -13
  11. package/dist/operations/index.d.ts.map +1 -1
  12. package/dist/pocket-family-office.capability.d.ts +2 -0
  13. package/dist/pocket-family-office.capability.d.ts.map +1 -0
  14. package/dist/pocket-family-office.feature.d.ts +1 -7
  15. package/dist/pocket-family-office.feature.d.ts.map +1 -1
  16. package/dist/workflows/generate-financial-summary.d.ts +1 -2
  17. package/dist/workflows/generate-financial-summary.d.ts.map +1 -1
  18. package/dist/workflows/generate-openbanking-overview.d.ts +1 -2
  19. package/dist/workflows/generate-openbanking-overview.d.ts.map +1 -1
  20. package/dist/workflows/ingest-email-threads.d.ts +1 -2
  21. package/dist/workflows/ingest-email-threads.d.ts.map +1 -1
  22. package/dist/workflows/process-uploaded-document.d.ts +1 -2
  23. package/dist/workflows/process-uploaded-document.d.ts.map +1 -1
  24. package/dist/workflows/refresh-openbanking-balances.d.ts +1 -2
  25. package/dist/workflows/refresh-openbanking-balances.d.ts.map +1 -1
  26. package/dist/workflows/sync-openbanking-accounts.d.ts +1 -2
  27. package/dist/workflows/sync-openbanking-accounts.d.ts.map +1 -1
  28. package/dist/workflows/sync-openbanking-transactions.d.ts +1 -2
  29. package/dist/workflows/sync-openbanking-transactions.d.ts.map +1 -1
  30. package/dist/workflows/upcoming-payments-reminder.d.ts +1 -2
  31. package/dist/workflows/upcoming-payments-reminder.d.ts.map +1 -1
  32. package/package.json +10 -6
@@ -0,0 +1,2 @@
1
+ import './pocket-family-office.docblock';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=pocket-family-office.docblock.d.ts.map
@@ -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,3 @@
1
+ declare const example: import("@contractspec/lib.contracts").ExampleSpec;
2
+ export default example;
3
+ //# sourceMappingURL=example.d.ts.map
@@ -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
@@ -6,4 +6,6 @@ export * from './operations';
6
6
  export * from './workflows';
7
7
  export * from './telemetry';
8
8
  export * from './pocket-family-office.feature';
9
+ export { default as example } from './example';
10
+ import './docs';
9
11
  //# sourceMappingURL=index.d.ts.map
@@ -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"}