@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.
- package/dist/{chunk-LAOHNXFN.js → chunk-2VHWON64.js} +19 -19
- package/dist/{chunk-UXTOXY2F.js → chunk-7N2Q46HP.js} +6 -0
- package/dist/{chunk-65EPGXM5.js → chunk-DD3MOZDA.js} +1 -1
- package/dist/{chunk-IWMNMIA6.js → chunk-EJ2G2JEJ.js} +1 -1
- package/dist/{chunk-GRMPAF2X.js → chunk-EXS5ZS4O.js} +1 -1
- package/dist/{chunk-LCVLN3SZ.js → chunk-G3K3FJ7S.js} +1 -1
- package/dist/{chunk-YGEYBIHA.js → chunk-GBHTHL6T.js} +1 -1
- package/dist/{chunk-ZQHWOO25.js → chunk-M6SFKLXU.js} +1 -1
- package/dist/{chunk-H3DG2EYM.js → chunk-N4SWSXTR.js} +1 -1
- package/dist/{chunk-O5U5EZDT.js → chunk-N6JOCCTG.js} +1 -1
- package/dist/{chunk-3LSL4JNW.js → chunk-NCIRJV5V.js} +1 -1
- package/dist/{chunk-SEXV6TUY.js → chunk-NTPTG2JX.js} +305 -152
- package/dist/{chunk-6Z6OR4JK.js → chunk-OBJHIIXG.js} +1 -1
- package/dist/{chunk-3BFX3ZQM.js → chunk-R7QCNENW.js} +1 -1
- package/dist/{chunk-IVDQ4PQW.js → chunk-SHTFFJEV.js} +1 -1
- package/dist/{chunk-VRHCYGEJ.js → chunk-SJKYZPKQ.js} +1 -1
- package/dist/{chunk-BQJEXZ3Z.js → chunk-SQRQUPQM.js} +1 -1
- package/dist/{chunk-LWYIMR7B.js → chunk-SXJZMK5W.js} +1 -1
- package/dist/{chunk-JVO2IFFR.js → chunk-U5H3AES6.js} +1 -1
- package/dist/{chunk-P2FYO77R.js → chunk-UWS3TQHL.js} +1 -1
- package/dist/{chunk-J4ZTYY6X.js → chunk-WWLJSN25.js} +1 -1
- package/dist/{chunk-HLAM7IYL.js → chunk-WYGN3U5V.js} +1 -1
- package/dist/{chunk-ZDE3DZ3I.js → chunk-XTMYKL3N.js} +1 -1
- package/dist/{chunk-UOIGY3UB.js → chunk-ZXWT4UIL.js} +1 -1
- package/dist/commands/add-ledger-entry.js +3 -3
- package/dist/commands/create-custom-link.js +3 -3
- package/dist/commands/create-ledger.js +3 -3
- package/dist/commands/delete-custom-txs.js +3 -3
- package/dist/commands/delete-ledger.js +3 -3
- package/dist/commands/delete-schema.js +3 -3
- package/dist/commands/gen-graphql.js +2 -2
- package/dist/commands/get-schema.js +3 -3
- package/dist/commands/migrate-ledger-entry.js +3 -3
- package/dist/commands/query/ledgerAccounts.js +3 -3
- package/dist/commands/query/ledgers.js +3 -3
- package/dist/commands/query/schema.js +3 -3
- package/dist/commands/query/schemas.js +3 -3
- package/dist/commands/reverse-ledger-entry.js +3 -3
- package/dist/commands/store-schema.js +3 -3
- package/dist/commands/token.js +3 -3
- package/dist/commands/update-ledger-account.js +3 -3
- package/dist/commands/verify-schema.js +3 -3
- package/dist/commands/workspace.js +3 -3
- package/dist/commands.js +24 -24
- package/dist/index.js +24 -24
- package/dist/lib/authenticatedCommand.js +2 -2
- package/dist/lib/sdk.js +3 -1
- package/dist/utils/schemaValidation.js +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ReverseLedgerEntry
|
|
3
|
-
} from "./chunk-
|
|
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-
|
|
9
|
+
} from "./chunk-R7QCNENW.js";
|
|
10
10
|
import {
|
|
11
11
|
Token
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-G3K3FJ7S.js";
|
|
13
13
|
import {
|
|
14
14
|
UpdateLedgerAccount
|
|
15
|
-
} from "./chunk-
|
|
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-
|
|
21
|
+
} from "./chunk-WWLJSN25.js";
|
|
22
22
|
import {
|
|
23
23
|
Workspace
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-NCIRJV5V.js";
|
|
25
25
|
import {
|
|
26
26
|
GetSchema
|
|
27
|
-
} from "./chunk-
|
|
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-
|
|
36
|
+
} from "./chunk-OBJHIIXG.js";
|
|
37
37
|
import {
|
|
38
38
|
QueryLedgerAccounts
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-WYGN3U5V.js";
|
|
40
40
|
import {
|
|
41
41
|
QueryLedgers
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-EJ2G2JEJ.js";
|
|
43
43
|
import {
|
|
44
44
|
GetSchema as GetSchema2
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-N6JOCCTG.js";
|
|
46
46
|
import {
|
|
47
47
|
QuerySchemas
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-SXJZMK5W.js";
|
|
49
49
|
import {
|
|
50
50
|
AddLedgerEntry
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-SQRQUPQM.js";
|
|
52
52
|
import {
|
|
53
53
|
CreateCustomLink
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-N4SWSXTR.js";
|
|
55
55
|
import {
|
|
56
56
|
CreateLedger
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-DD3MOZDA.js";
|
|
58
58
|
import {
|
|
59
59
|
DeleteCustomTxs
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-M6SFKLXU.js";
|
|
61
61
|
import {
|
|
62
62
|
DeleteLedger
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-GBHTHL6T.js";
|
|
64
64
|
import {
|
|
65
65
|
DeleteSchema
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-SJKYZPKQ.js";
|
|
67
67
|
import {
|
|
68
68
|
GenGraphQL
|
|
69
|
-
} from "./chunk-
|
|
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,
|