@fragment-dev/cli 2026.5.7 → 2026.5.8-1
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-MPP2BYYR.js → chunk-2UEYQ34C.js} +3 -3
- package/dist/{chunk-EZAKI7FR.js → chunk-7DLF4ROM.js} +1 -1
- package/dist/{chunk-AKSDRSVF.js → chunk-7QICAVCH.js} +1 -1
- package/dist/{chunk-EPXIRZ7C.js → chunk-C6G5VS2N.js} +2 -2
- package/dist/{chunk-E7SDNECJ.js → chunk-C7YTQ6BB.js} +2 -2
- package/dist/{chunk-LPCTRQEO.js → chunk-CSSMGU2E.js} +1 -1
- package/dist/{chunk-RGW5NRXA.js → chunk-DR6JWXVF.js} +2 -2
- package/dist/{chunk-SDXDY4TI.js → chunk-EJ7BSQ4G.js} +2 -2
- package/dist/{chunk-TDSDPICI.js → chunk-FLOP7UZS.js} +2 -2
- package/dist/{chunk-5LYH7YNZ.js → chunk-HNECLJVK.js} +2 -2
- package/dist/{chunk-5K5PBQMP.js → chunk-JUAFCM3X.js} +1 -1
- package/dist/{chunk-XQSHACVC.js → chunk-KRDXRKAH.js} +1 -1
- package/dist/{chunk-MSSYUMEG.js → chunk-L3ZNGAPY.js} +1 -1
- package/dist/{chunk-F33AWQ46.js → chunk-M5X3GRYG.js} +2 -2
- package/dist/{chunk-VDZ6HPRI.js → chunk-MBAU3K3S.js} +1 -1
- package/dist/{chunk-XPMRKX2Q.js → chunk-OCEOGNO6.js} +6 -1
- package/dist/{chunk-RL2B63Z3.js → chunk-OSY76DIN.js} +5 -5
- package/dist/{chunk-XPZCRTQ6.js → chunk-Q6HQVMXZ.js} +1 -1
- package/dist/{chunk-WEZR3OSK.js → chunk-RCIUPDRC.js} +1 -1
- package/dist/{chunk-2FTK5BAV.js → chunk-SNADJKMJ.js} +2 -2
- package/dist/{chunk-PIINGBPH.js → chunk-SS44PHXB.js} +23 -23
- package/dist/{chunk-OASOBTXX.js → chunk-VGJJO3TO.js} +2 -2
- package/dist/{chunk-TUOIGRBA.js → chunk-VZ2CPEPR.js} +2 -2
- package/dist/{chunk-DOZX2N25.js → chunk-WAPUAO2X.js} +2 -2
- package/dist/{chunk-JORACMYD.js → chunk-WCMNBPIT.js} +2 -2
- package/dist/{chunk-37RP7T65.js → chunk-WMPWO3EU.js} +2 -2
- package/dist/{chunk-TB6XLFM3.js → chunk-WWS2QAQ3.js} +1 -1
- package/dist/{chunk-MSDN6VWB.js → chunk-WWUN4GV2.js} +2 -2
- package/dist/{chunk-BTT5XSZ6.js → chunk-WXUF6LL2.js} +1 -1
- package/dist/{chunk-G6PHNUPW.js → chunk-X34FYDI4.js} +2 -2
- package/dist/{chunk-Q7JG7P63.js → chunk-X5EVCFUA.js} +3 -3
- package/dist/{chunk-WQBRUOJS.js → chunk-Z2CERENO.js} +3 -3
- package/dist/{chunk-YSPQD7QM.js → chunk-ZMR35FCP.js} +1611 -879
- 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 +7 -7
- package/dist/commands/get-schema.js +4 -4
- package/dist/commands/init.js +2 -2
- package/dist/commands/login.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/start.js +2 -2
- 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/update.js +3 -3
- package/dist/commands/verify-schema.js +7 -7
- package/dist/commands/workspace.js +3 -3
- package/dist/commands.js +33 -33
- package/dist/graphql.js +3 -3
- package/dist/index.js +33 -33
- package/dist/lib/authenticatedCommand.js +2 -2
- package/dist/lib/baseCommand.js +1 -1
- package/dist/utils/formatValidationErrors.js +2 -2
- package/dist/utils/schemaValidation.js +5 -5
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
extractSchemaMetadata,
|
|
3
3
|
isJsonParseError,
|
|
4
4
|
validateSchemaStructure
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-X5EVCFUA.js";
|
|
6
6
|
import {
|
|
7
7
|
DEFAULT_SCHEMA_PATH
|
|
8
8
|
} from "./chunk-A4BSWX5D.js";
|
|
9
9
|
import {
|
|
10
10
|
logValidationErrors
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-7QICAVCH.js";
|
|
12
12
|
import {
|
|
13
13
|
FragmentCommand,
|
|
14
14
|
require_lib
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-ZMR35FCP.js";
|
|
16
16
|
import {
|
|
17
17
|
colorizeJson,
|
|
18
18
|
emphasize,
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
getStructuralPath,
|
|
6
6
|
getStructuralSubpaths,
|
|
7
7
|
getSubpaths
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-JUAFCM3X.js";
|
|
9
9
|
import {
|
|
10
10
|
BadRequestError,
|
|
11
11
|
CurrencyMatchInputSchema,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
assert_default,
|
|
21
21
|
currencyCodes,
|
|
22
22
|
safe
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-OCEOGNO6.js";
|
|
24
24
|
import {
|
|
25
25
|
z
|
|
26
26
|
} from "./chunk-5TQBOAE7.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
inquirer_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7DLF4ROM.js";
|
|
4
4
|
import {
|
|
5
5
|
FragmentCommand,
|
|
6
6
|
require_lib
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ZMR35FCP.js";
|
|
8
8
|
import {
|
|
9
9
|
FRAGMENT_ACCESS_TOKEN_PATH,
|
|
10
10
|
FRAGMENT_AUTH_PATH
|
|
@@ -1766,6 +1766,11 @@ var HashedRequestPayloadSchema = z.any().brand();
|
|
|
1766
1766
|
init_cjs_shims();
|
|
1767
1767
|
var PrincipalTypeEnum = z.enum(["human", "service", "customer_api_client"]);
|
|
1768
1768
|
var PrincipalTypeSchema = PrincipalTypeEnum.brand();
|
|
1769
|
+
var PrincipalType = {
|
|
1770
|
+
human: PrincipalTypeSchema.parse(PrincipalTypeEnum.enum.human),
|
|
1771
|
+
service: PrincipalTypeSchema.parse(PrincipalTypeEnum.enum.service),
|
|
1772
|
+
customer_api_client: PrincipalTypeSchema.parse(PrincipalTypeEnum.enum.customer_api_client)
|
|
1773
|
+
};
|
|
1769
1774
|
var principalTypes = PrincipalTypeEnum.options;
|
|
1770
1775
|
|
|
1771
1776
|
// ../../libs/types/time.ts
|
|
@@ -1990,7 +1995,7 @@ lodash-es/lodash.js:
|
|
|
1990
1995
|
(**
|
|
1991
1996
|
* @license
|
|
1992
1997
|
* Lodash (Custom Build) <https://lodash.com/>
|
|
1993
|
-
* Build: `lodash modularize exports="es" -o ./`
|
|
1998
|
+
* Build: `lodash modularize exports="es" --repo lodash/lodash#4.18.1 -o ./`
|
|
1994
1999
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
1995
2000
|
* Released under MIT license <https://lodash.com/license>
|
|
1996
2001
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
@@ -3,22 +3,22 @@ import {
|
|
|
3
3
|
generateQueryFiles,
|
|
4
4
|
schemaToEntryDefinitions,
|
|
5
5
|
validateOutputName
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-KRDXRKAH.js";
|
|
7
7
|
import {
|
|
8
8
|
Schema,
|
|
9
9
|
parseWithError
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-C6G5VS2N.js";
|
|
11
11
|
import {
|
|
12
12
|
formatValidationErrors,
|
|
13
13
|
logValidationErrors
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-7QICAVCH.js";
|
|
15
15
|
import {
|
|
16
16
|
BadRequestError
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-OCEOGNO6.js";
|
|
18
18
|
import {
|
|
19
19
|
FragmentCommand,
|
|
20
20
|
require_lib
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-ZMR35FCP.js";
|
|
22
22
|
import {
|
|
23
23
|
getParsedSchema
|
|
24
24
|
} from "./chunk-UDU5PBTV.js";
|
|
@@ -1,72 +1,72 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ReverseLedgerEntry
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-WAPUAO2X.js";
|
|
4
4
|
import {
|
|
5
5
|
Start
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-MBAU3K3S.js";
|
|
7
7
|
import {
|
|
8
8
|
StoreSchema
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-C7YTQ6BB.js";
|
|
10
10
|
import {
|
|
11
11
|
Token
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-L3ZNGAPY.js";
|
|
13
13
|
import {
|
|
14
14
|
UpdateLedgerAccount
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-WWUN4GV2.js";
|
|
16
16
|
import {
|
|
17
17
|
Update
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-VGJJO3TO.js";
|
|
19
19
|
import {
|
|
20
20
|
VerifySchema
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-2UEYQ34C.js";
|
|
22
22
|
import {
|
|
23
23
|
Workspace
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-WXUF6LL2.js";
|
|
25
25
|
import {
|
|
26
26
|
GetSchema
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-Z2CERENO.js";
|
|
28
28
|
import {
|
|
29
29
|
Init
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-CSSMGU2E.js";
|
|
31
31
|
import {
|
|
32
32
|
Login
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-HNECLJVK.js";
|
|
34
34
|
import {
|
|
35
35
|
MigrateLedgerEntry
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-WCMNBPIT.js";
|
|
37
37
|
import {
|
|
38
38
|
QueryLedgerAccounts
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-M5X3GRYG.js";
|
|
40
40
|
import {
|
|
41
41
|
QueryLedgers
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-RCIUPDRC.js";
|
|
43
43
|
import {
|
|
44
44
|
GetSchema as GetSchema2
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-SNADJKMJ.js";
|
|
46
46
|
import {
|
|
47
47
|
QuerySchemas
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-Q6HQVMXZ.js";
|
|
49
49
|
import {
|
|
50
50
|
AddLedgerEntry
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-WMPWO3EU.js";
|
|
52
52
|
import {
|
|
53
53
|
CreateCustomLink
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-FLOP7UZS.js";
|
|
55
55
|
import {
|
|
56
56
|
CreateLedger
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-X34FYDI4.js";
|
|
58
58
|
import {
|
|
59
59
|
DeleteCustomTxs
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-EJ7BSQ4G.js";
|
|
61
61
|
import {
|
|
62
62
|
DeleteLedger
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-DR6JWXVF.js";
|
|
64
64
|
import {
|
|
65
65
|
DeleteSchema
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-VZ2CPEPR.js";
|
|
67
67
|
import {
|
|
68
68
|
GenGraphQL
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-OSY76DIN.js";
|
|
70
70
|
import {
|
|
71
71
|
init_cjs_shims
|
|
72
72
|
} from "./chunk-7GH3YGSC.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
inquirer_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7DLF4ROM.js";
|
|
4
4
|
import {
|
|
5
5
|
FragmentCommand,
|
|
6
6
|
require_lib
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ZMR35FCP.js";
|
|
8
8
|
import {
|
|
9
9
|
require_source
|
|
10
10
|
} from "./chunk-M5OAS5QZ.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Schema,
|
|
3
3
|
parseWithError
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-C6G5VS2N.js";
|
|
5
5
|
import {
|
|
6
6
|
formatValidationErrors
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7QICAVCH.js";
|
|
8
8
|
import {
|
|
9
9
|
BadRequestError
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-OCEOGNO6.js";
|
|
11
11
|
import {
|
|
12
12
|
init_cjs_shims
|
|
13
13
|
} from "./chunk-7GH3YGSC.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
inquirer_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7DLF4ROM.js";
|
|
4
4
|
import {
|
|
5
5
|
AuthenticatedCommand
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-WWS2QAQ3.js";
|
|
7
7
|
import {
|
|
8
8
|
require_lib
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-ZMR35FCP.js";
|
|
10
10
|
import {
|
|
11
11
|
require_source
|
|
12
12
|
} from "./chunk-M5OAS5QZ.js";
|