@fragment-dev/cli 2025.11.19 → 2025.11.21

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 (50) hide show
  1. package/dist/{chunk-LAOHNXFN.js → chunk-2VHWON64.js} +19 -19
  2. package/dist/{chunk-UXTOXY2F.js → chunk-7N2Q46HP.js} +6 -0
  3. package/dist/{chunk-65EPGXM5.js → chunk-DD3MOZDA.js} +1 -1
  4. package/dist/{chunk-IWMNMIA6.js → chunk-EJ2G2JEJ.js} +1 -1
  5. package/dist/{chunk-GRMPAF2X.js → chunk-EXS5ZS4O.js} +1 -1
  6. package/dist/{chunk-LCVLN3SZ.js → chunk-G3K3FJ7S.js} +1 -1
  7. package/dist/{chunk-YGEYBIHA.js → chunk-GBHTHL6T.js} +1 -1
  8. package/dist/{chunk-ZQHWOO25.js → chunk-M6SFKLXU.js} +1 -1
  9. package/dist/{chunk-H3DG2EYM.js → chunk-N4SWSXTR.js} +1 -1
  10. package/dist/{chunk-O5U5EZDT.js → chunk-N6JOCCTG.js} +1 -1
  11. package/dist/{chunk-3LSL4JNW.js → chunk-NCIRJV5V.js} +1 -1
  12. package/dist/{chunk-SEXV6TUY.js → chunk-NTPTG2JX.js} +305 -152
  13. package/dist/{chunk-6Z6OR4JK.js → chunk-OBJHIIXG.js} +1 -1
  14. package/dist/{chunk-3BFX3ZQM.js → chunk-R7QCNENW.js} +1 -1
  15. package/dist/{chunk-IVDQ4PQW.js → chunk-SHTFFJEV.js} +1 -1
  16. package/dist/{chunk-VRHCYGEJ.js → chunk-SJKYZPKQ.js} +1 -1
  17. package/dist/{chunk-BQJEXZ3Z.js → chunk-SQRQUPQM.js} +1 -1
  18. package/dist/{chunk-LWYIMR7B.js → chunk-SXJZMK5W.js} +1 -1
  19. package/dist/{chunk-JVO2IFFR.js → chunk-U5H3AES6.js} +1 -1
  20. package/dist/{chunk-P2FYO77R.js → chunk-UWS3TQHL.js} +1 -1
  21. package/dist/{chunk-J4ZTYY6X.js → chunk-WWLJSN25.js} +1 -1
  22. package/dist/{chunk-HLAM7IYL.js → chunk-WYGN3U5V.js} +1 -1
  23. package/dist/{chunk-ZDE3DZ3I.js → chunk-XTMYKL3N.js} +1 -1
  24. package/dist/{chunk-UOIGY3UB.js → chunk-ZXWT4UIL.js} +1 -1
  25. package/dist/commands/add-ledger-entry.js +3 -3
  26. package/dist/commands/create-custom-link.js +3 -3
  27. package/dist/commands/create-ledger.js +3 -3
  28. package/dist/commands/delete-custom-txs.js +3 -3
  29. package/dist/commands/delete-ledger.js +3 -3
  30. package/dist/commands/delete-schema.js +3 -3
  31. package/dist/commands/gen-graphql.js +2 -2
  32. package/dist/commands/get-schema.js +3 -3
  33. package/dist/commands/migrate-ledger-entry.js +3 -3
  34. package/dist/commands/query/ledgerAccounts.js +3 -3
  35. package/dist/commands/query/ledgers.js +3 -3
  36. package/dist/commands/query/schema.js +3 -3
  37. package/dist/commands/query/schemas.js +3 -3
  38. package/dist/commands/reverse-ledger-entry.js +3 -3
  39. package/dist/commands/store-schema.js +3 -3
  40. package/dist/commands/token.js +3 -3
  41. package/dist/commands/update-ledger-account.js +3 -3
  42. package/dist/commands/verify-schema.js +3 -3
  43. package/dist/commands/workspace.js +3 -3
  44. package/dist/commands.js +24 -24
  45. package/dist/index.js +24 -24
  46. package/dist/lib/authenticatedCommand.js +2 -2
  47. package/dist/lib/sdk.js +3 -1
  48. package/dist/utils/schemaValidation.js +2 -2
  49. package/oclif.manifest.json +1 -1
  50. package/package.json +1 -1
@@ -1,30 +1,30 @@
1
1
  import {
2
2
  ReverseLedgerEntry
3
- } from "./chunk-ZDE3DZ3I.js";
3
+ } from "./chunk-XTMYKL3N.js";
4
4
  import {
5
5
  Start
6
6
  } from "./chunk-T3TNAOFS.js";
7
7
  import {
8
8
  StoreSchema
9
- } from "./chunk-3BFX3ZQM.js";
9
+ } from "./chunk-R7QCNENW.js";
10
10
  import {
11
11
  Token
12
- } from "./chunk-LCVLN3SZ.js";
12
+ } from "./chunk-G3K3FJ7S.js";
13
13
  import {
14
14
  UpdateLedgerAccount
15
- } from "./chunk-GRMPAF2X.js";
15
+ } from "./chunk-EXS5ZS4O.js";
16
16
  import {
17
17
  Update
18
18
  } from "./chunk-HDSQSGJZ.js";
19
19
  import {
20
20
  VerifySchema
21
- } from "./chunk-J4ZTYY6X.js";
21
+ } from "./chunk-WWLJSN25.js";
22
22
  import {
23
23
  Workspace
24
- } from "./chunk-3LSL4JNW.js";
24
+ } from "./chunk-NCIRJV5V.js";
25
25
  import {
26
26
  GetSchema
27
- } from "./chunk-UOIGY3UB.js";
27
+ } from "./chunk-ZXWT4UIL.js";
28
28
  import {
29
29
  Init
30
30
  } from "./chunk-GGCDYQIW.js";
@@ -33,40 +33,40 @@ import {
33
33
  } from "./chunk-V25PI4BY.js";
34
34
  import {
35
35
  MigrateLedgerEntry
36
- } from "./chunk-6Z6OR4JK.js";
36
+ } from "./chunk-OBJHIIXG.js";
37
37
  import {
38
38
  QueryLedgerAccounts
39
- } from "./chunk-HLAM7IYL.js";
39
+ } from "./chunk-WYGN3U5V.js";
40
40
  import {
41
41
  QueryLedgers
42
- } from "./chunk-IWMNMIA6.js";
42
+ } from "./chunk-EJ2G2JEJ.js";
43
43
  import {
44
44
  GetSchema as GetSchema2
45
- } from "./chunk-O5U5EZDT.js";
45
+ } from "./chunk-N6JOCCTG.js";
46
46
  import {
47
47
  QuerySchemas
48
- } from "./chunk-LWYIMR7B.js";
48
+ } from "./chunk-SXJZMK5W.js";
49
49
  import {
50
50
  AddLedgerEntry
51
- } from "./chunk-BQJEXZ3Z.js";
51
+ } from "./chunk-SQRQUPQM.js";
52
52
  import {
53
53
  CreateCustomLink
54
- } from "./chunk-H3DG2EYM.js";
54
+ } from "./chunk-N4SWSXTR.js";
55
55
  import {
56
56
  CreateLedger
57
- } from "./chunk-65EPGXM5.js";
57
+ } from "./chunk-DD3MOZDA.js";
58
58
  import {
59
59
  DeleteCustomTxs
60
- } from "./chunk-ZQHWOO25.js";
60
+ } from "./chunk-M6SFKLXU.js";
61
61
  import {
62
62
  DeleteLedger
63
- } from "./chunk-YGEYBIHA.js";
63
+ } from "./chunk-GBHTHL6T.js";
64
64
  import {
65
65
  DeleteSchema
66
- } from "./chunk-VRHCYGEJ.js";
66
+ } from "./chunk-SJKYZPKQ.js";
67
67
  import {
68
68
  GenGraphQL
69
- } from "./chunk-JVO2IFFR.js";
69
+ } from "./chunk-U5H3AES6.js";
70
70
  import {
71
71
  init_cjs_shims
72
72
  } from "./chunk-7GH3YGSC.js";
@@ -950,6 +950,11 @@ var IncreaseEnv = /* @__PURE__ */ ((IncreaseEnv2) => {
950
950
  IncreaseEnv2["Sandbox"] = "sandbox";
951
951
  return IncreaseEnv2;
952
952
  })(IncreaseEnv || {});
953
+ var LedgerAccountClearingStatus = /* @__PURE__ */ ((LedgerAccountClearingStatus2) => {
954
+ LedgerAccountClearingStatus2["Cleared"] = "cleared";
955
+ LedgerAccountClearingStatus2["Pending"] = "pending";
956
+ return LedgerAccountClearingStatus2;
957
+ })(LedgerAccountClearingStatus || {});
953
958
  var LedgerAccountTypes = /* @__PURE__ */ ((LedgerAccountTypes2) => {
954
959
  LedgerAccountTypes2["Asset"] = "asset";
955
960
  LedgerAccountTypes2["Expense"] = "expense";
@@ -1642,6 +1647,7 @@ export {
1642
1647
  ExternalTxSource,
1643
1648
  Granularity,
1644
1649
  IncreaseEnv,
1650
+ LedgerAccountClearingStatus,
1645
1651
  LedgerAccountTypes,
1646
1652
  LedgerDataMigrationStatus,
1647
1653
  LedgerLinesConsistencyMode,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-IVDQ4PQW.js";
3
+ } from "./chunk-SHTFFJEV.js";
4
4
  import {
5
5
  require_lib
6
6
  } from "./chunk-IH6BCA6S.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-IVDQ4PQW.js";
3
+ } from "./chunk-SHTFFJEV.js";
4
4
  import {
5
5
  init_cjs_shims
6
6
  } from "./chunk-7GH3YGSC.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-IVDQ4PQW.js";
3
+ } from "./chunk-SHTFFJEV.js";
4
4
  import {
5
5
  require_lib
6
6
  } from "./chunk-IH6BCA6S.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-IVDQ4PQW.js";
3
+ } from "./chunk-SHTFFJEV.js";
4
4
  import {
5
5
  require_source
6
6
  } from "./chunk-M5OAS5QZ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-IVDQ4PQW.js";
3
+ } from "./chunk-SHTFFJEV.js";
4
4
  import {
5
5
  require_lib
6
6
  } from "./chunk-IH6BCA6S.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-IVDQ4PQW.js";
3
+ } from "./chunk-SHTFFJEV.js";
4
4
  import {
5
5
  require_lib
6
6
  } from "./chunk-IH6BCA6S.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-IVDQ4PQW.js";
3
+ } from "./chunk-SHTFFJEV.js";
4
4
  import {
5
5
  require_lib
6
6
  } from "./chunk-IH6BCA6S.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-IVDQ4PQW.js";
3
+ } from "./chunk-SHTFFJEV.js";
4
4
  import {
5
5
  require_lib
6
6
  } from "./chunk-IH6BCA6S.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-IVDQ4PQW.js";
3
+ } from "./chunk-SHTFFJEV.js";
4
4
  import {
5
5
  init_cjs_shims
6
6
  } from "./chunk-7GH3YGSC.js";