@xyo-network/xl1-rpc 1.16.4 → 1.16.6
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/neutral/index.mjs +411 -401
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +4 -2
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +48 -48
- package/dist/neutral/types/schema/NetworkStakeViewerRpcSchemas.d.ts +2 -2
- package/dist/neutral/types/schema/NetworkStakeViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +10 -10
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +10 -10
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts +10 -10
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts +10 -10
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +4 -4
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +10 -10
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +32 -32
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts +0 -2
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts +14 -14
- package/dist/neutral/types/schema/common/RewardsRangeOptions.d.ts +1 -1
- package/dist/neutral/types/schema/common/RewardsRangeOptions.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts +8 -8
- package/dist/neutral/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/index.d.ts +0 -1
- package/dist/neutral/types/schema/common/index.d.ts.map +1 -1
- package/dist/node/index-node.mjs +411 -401
- package/dist/node/index-node.mjs.map +1 -1
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +4 -2
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/types/schema/AllRpcSchemas.d.ts +48 -48
- package/dist/node/types/schema/NetworkStakeViewerRpcSchemas.d.ts +2 -2
- package/dist/node/types/schema/NetworkStakeViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +10 -10
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +10 -10
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts +10 -10
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts +10 -10
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +4 -4
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +10 -10
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +32 -32
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts +0 -2
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/HydratedTransaction.d.ts +14 -14
- package/dist/node/types/schema/common/RewardsRangeOptions.d.ts +1 -1
- package/dist/node/types/schema/common/RewardsRangeOptions.d.ts.map +1 -1
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts +8 -8
- package/dist/node/types/schema/common/TransactionBoundWitness.d.ts.map +1 -1
- package/dist/node/types/schema/common/index.d.ts +0 -1
- package/dist/node/types/schema/common/index.d.ts.map +1 -1
- package/package.json +11 -11
- package/src/provider/viewer/JsonRpcXyoViewer.ts +21 -5
- package/src/types/schema/NetworkStakeViewerRpcSchemas.ts +1 -1
- package/src/types/schema/XyoViewerRpcSchemas.ts +5 -4
- package/src/types/schema/common/BlockBoundWitness.ts +1 -4
- package/src/types/schema/common/RewardsRangeOptions.ts +1 -1
- package/src/types/schema/common/TransactionBoundWitness.ts +1 -1
- package/src/types/schema/common/index.ts +0 -1
- package/dist/neutral/types/schema/common/BlockRange.d.ts +0 -3
- package/dist/neutral/types/schema/common/BlockRange.d.ts.map +0 -1
- package/dist/node/types/schema/common/BlockRange.d.ts +0 -3
- package/dist/node/types/schema/common/BlockRange.d.ts.map +0 -1
- package/src/types/schema/common/BlockRange.ts +0 -6
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as z from 'zod';
|
|
2
2
|
export declare const BlockStartZod: z.ZodObject<{
|
|
3
|
-
nbf: z.ZodNumber
|
|
3
|
+
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
4
4
|
}, z.core.$strip>;
|
|
5
5
|
export declare const BlockEndZod: z.ZodObject<{
|
|
6
|
-
exp: z.ZodNumber
|
|
6
|
+
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
7
7
|
}, z.core.$strip>;
|
|
8
8
|
export declare const BlockDurationZod: z.ZodObject<{
|
|
9
|
-
nbf: z.ZodNumber
|
|
10
|
-
exp: z.ZodNumber
|
|
9
|
+
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
10
|
+
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
11
11
|
}, z.core.$strip>;
|
|
12
12
|
export declare const BlockScriptsZod: z.ZodObject<{
|
|
13
13
|
script: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -52,8 +52,8 @@ export declare const TransactionBoundWitnessZod: z.ZodObject<{
|
|
|
52
52
|
readonly __hash: true;
|
|
53
53
|
}>, unknown>>>;
|
|
54
54
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
55
|
-
nbf: z.ZodNumber
|
|
56
|
-
exp: z.ZodNumber
|
|
55
|
+
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
56
|
+
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
57
57
|
fees: z.ZodObject<{
|
|
58
58
|
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
59
59
|
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
@@ -96,8 +96,8 @@ export declare const SignedTransactionBoundWitnessZod: z.ZodObject<{
|
|
|
96
96
|
readonly __hash: true;
|
|
97
97
|
}>, unknown>>>;
|
|
98
98
|
_sequence: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>>;
|
|
99
|
-
nbf: z.ZodNumber
|
|
100
|
-
exp: z.ZodNumber
|
|
99
|
+
nbf: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
100
|
+
exp: z.ZodPipe<z.ZodNumber, z.ZodTransform<import("@xyo-network/xl1-protocol").BlockNumber, number>>;
|
|
101
101
|
fees: z.ZodObject<{
|
|
102
102
|
base: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
103
103
|
gasLimit: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").Hex, string>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionBoundWitness.d.ts","sourceRoot":"","sources":["../../../../../src/types/schema/common/TransactionBoundWitness.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TransactionBoundWitness.d.ts","sourceRoot":"","sources":["../../../../../src/types/schema/common/TransactionBoundWitness.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAA;AAMxB,eAAO,MAAM,aAAa;;iBAAoC,CAAA;AAC9D,eAAO,MAAM,WAAW;;iBAAoC,CAAA;AAC5D,eAAO,MAAM,gBAAgB;;;iBAAyD,CAAA;AACtF,eAAO,MAAM,eAAe;;iBAAuD,CAAA;AAEnF,eAAO,MAAM,sBAAsB;;;;;;;iBAA4C,CAAA;AAM/E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAUd,CAAA;AAEzB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAUV,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/schema/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/schema/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,YAAY,CAAA;AAC1B,cAAc,oBAAoB,CAAA;AAClC,cAAc,0BAA0B,CAAA;AACxC,cAAc,WAAW,CAAA;AACzB,cAAc,cAAc,CAAA;AAC5B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,0BAA0B,CAAA;AACxC,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA;AAC1B,cAAc,mBAAmB,CAAA;AACjC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA;AACpC,cAAc,eAAe,CAAA;AAC7B,cAAc,mBAAmB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/xl1-rpc",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.6",
|
|
5
5
|
"description": "XYO Layer One API",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -56,18 +56,18 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@metamask/json-rpc-engine": "~10.1.1",
|
|
59
|
-
"@xylabs/assert": "~5.0.
|
|
60
|
-
"@xylabs/axios": "~5.0.
|
|
61
|
-
"@xylabs/hex": "~5.0.
|
|
62
|
-
"@xylabs/typeof": "~5.0.
|
|
59
|
+
"@xylabs/assert": "~5.0.24",
|
|
60
|
+
"@xylabs/axios": "~5.0.24",
|
|
61
|
+
"@xylabs/hex": "~5.0.24",
|
|
62
|
+
"@xylabs/typeof": "~5.0.24",
|
|
63
63
|
"@xyo-network/archivist-model": "~5.1.19",
|
|
64
64
|
"@xyo-network/boundwitness-model": "~5.1.19",
|
|
65
65
|
"@xyo-network/module-model": "~5.1.19",
|
|
66
66
|
"@xyo-network/node-model": "~5.1.19",
|
|
67
67
|
"@xyo-network/payload-builder": "~5.1.19",
|
|
68
68
|
"@xyo-network/payload-model": "~5.1.19",
|
|
69
|
-
"@xyo-network/xl1-protocol": "~1.13.
|
|
70
|
-
"@xyo-network/xl1-protocol-sdk": "~1.16.
|
|
69
|
+
"@xyo-network/xl1-protocol": "~1.13.5",
|
|
70
|
+
"@xyo-network/xl1-protocol-sdk": "~1.16.6",
|
|
71
71
|
"axios": "~1.13.2",
|
|
72
72
|
"uuid": "~13.0.0",
|
|
73
73
|
"zod": "~4.1.12"
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@metamask/utils": "~11.8.1",
|
|
77
77
|
"@types/node": "~24.10.0",
|
|
78
|
-
"@xylabs/logger": "~5.0.
|
|
79
|
-
"@xylabs/object": "~5.0.
|
|
78
|
+
"@xylabs/logger": "~5.0.24",
|
|
79
|
+
"@xylabs/object": "~5.0.24",
|
|
80
80
|
"@xylabs/ts-scripts-yarn3": "~7.2.8",
|
|
81
81
|
"@xylabs/tsconfig": "~7.2.8",
|
|
82
|
-
"@xylabs/vitest-extended": "~5.0.
|
|
82
|
+
"@xylabs/vitest-extended": "~5.0.24",
|
|
83
83
|
"@xyo-network/account": "~5.1.19",
|
|
84
84
|
"@xyo-network/account-model": "~5.1.19",
|
|
85
|
-
"@xyo-network/chain-protocol": "~1.16.
|
|
85
|
+
"@xyo-network/chain-protocol": "~1.16.6",
|
|
86
86
|
"@xyo-network/wallet": "~5.1.19",
|
|
87
87
|
"dotenv": "~17.2.3",
|
|
88
88
|
"eslint": "^9.39.1",
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
type Address, asHash, type Hash,
|
|
3
|
+
isHash,
|
|
4
|
+
} from '@xylabs/hex'
|
|
3
5
|
import type {
|
|
4
6
|
AttoXL1,
|
|
5
7
|
BlockRange,
|
|
@@ -10,7 +12,10 @@ import type {
|
|
|
10
12
|
StepIdentityString,
|
|
11
13
|
XL1BlockRange,
|
|
12
14
|
} from '@xyo-network/xl1-protocol'
|
|
13
|
-
import {
|
|
15
|
+
import {
|
|
16
|
+
asAttoXL1, asHydratedBlock, asXL1BlockRange,
|
|
17
|
+
isRange,
|
|
18
|
+
} from '@xyo-network/xl1-protocol'
|
|
14
19
|
import type {
|
|
15
20
|
AccountBalanceHistoryItem,
|
|
16
21
|
ForkHistory, NetworkStakeViewer, Position, TransferBalanceHistoryItem, TransferPair, XyoViewer,
|
|
@@ -40,8 +45,19 @@ export class JsonRpcXyoViewer implements XyoViewer {
|
|
|
40
45
|
return asAttoXL1(await this.transport.sendRequest('xyoViewer_accountBalance', [address]))
|
|
41
46
|
}
|
|
42
47
|
|
|
43
|
-
async accountBalanceHistory(address: Address
|
|
44
|
-
|
|
48
|
+
async accountBalanceHistory(address: Address): Promise<AccountBalanceHistoryItem[]>
|
|
49
|
+
async accountBalanceHistory(address: Address, head: Hash): Promise<AccountBalanceHistoryItem[]>
|
|
50
|
+
async accountBalanceHistory(address: Address, range: BlockRange): Promise<AccountBalanceHistoryItem[]>
|
|
51
|
+
async accountBalanceHistory(address: Address, headOrRange?: BlockRange | Hash): Promise<AccountBalanceHistoryItem[]> {
|
|
52
|
+
const head = asHash(headOrRange)
|
|
53
|
+
const range = asXL1BlockRange(headOrRange)
|
|
54
|
+
if (isHash(head)) {
|
|
55
|
+
return (await this.transport.sendRequest('xyoViewer_accountBalanceHistory', [address, head])) as AccountBalanceHistoryItem[]
|
|
56
|
+
}
|
|
57
|
+
if (isRange(range)) {
|
|
58
|
+
return (await this.transport.sendRequest('xyoViewer_accountBalanceHistory', [address, range])) as AccountBalanceHistoryItem[]
|
|
59
|
+
}
|
|
60
|
+
return (await this.transport.sendRequest('xyoViewer_accountBalanceHistory', [address, range])) as AccountBalanceHistoryItem[]
|
|
45
61
|
}
|
|
46
62
|
|
|
47
63
|
async blockByHash(hash: Hash): Promise<HydratedBlock | null> {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { BigIntToJsonZod, JsonToBigIntZod } from '@xylabs/hex'
|
|
2
|
+
import { BlockNumberZod } from '@xyo-network/xl1-protocol'
|
|
2
3
|
import * as z from 'zod'
|
|
3
4
|
|
|
4
5
|
import type { NetworkStakeViewerRpcMethodName } from '../NetworkStakeViewerRpc.ts'
|
|
5
|
-
import { BlockNumberZod } from './common/index.ts'
|
|
6
6
|
import type { RpcSchemaMap } from './RpcSchemaMap.ts'
|
|
7
7
|
|
|
8
8
|
export const NetworkStakeViewerRpcSchemas = {
|
|
@@ -2,6 +2,9 @@ import {
|
|
|
2
2
|
BigIntToJsonZod, HashToJsonZod, HashZod, JsonToBigIntZod,
|
|
3
3
|
JsonToHashZod,
|
|
4
4
|
} from '@xylabs/hex'
|
|
5
|
+
import {
|
|
6
|
+
BlockNumberZod, BlockRangeZod, XL1BlockRangeZod,
|
|
7
|
+
} from '@xyo-network/xl1-protocol'
|
|
5
8
|
import * as z from 'zod'
|
|
6
9
|
|
|
7
10
|
import type { XyoViewerRpcMethodName } from '../XyoViewerRpc.ts'
|
|
@@ -9,8 +12,6 @@ import {
|
|
|
9
12
|
AddressZod,
|
|
10
13
|
BlockBoundWitnessWithStorageMetaZod,
|
|
11
14
|
BlockBoundWitnessZod,
|
|
12
|
-
BlockNumberZod,
|
|
13
|
-
BlockRangeZod,
|
|
14
15
|
JsonToStakeZod,
|
|
15
16
|
PayloadZod,
|
|
16
17
|
SignedHydratedBlockZod,
|
|
@@ -216,8 +217,8 @@ export const XyoViewerRpcSchemas = {
|
|
|
216
217
|
},
|
|
217
218
|
xyoViewer_accountBalanceHistory: {
|
|
218
219
|
params: {
|
|
219
|
-
to: z.tuple([AddressZod,
|
|
220
|
-
from: z.tuple([AddressZod,
|
|
220
|
+
to: z.tuple([AddressZod, z.union([XL1BlockRangeZod, HashZod]).optional()]),
|
|
221
|
+
from: z.tuple([AddressZod, z.union([XL1BlockRangeZod, HashZod]).optional()]),
|
|
221
222
|
},
|
|
222
223
|
result: {
|
|
223
224
|
to: z.array(z.tuple([BlockBoundWitnessZod, TransactionBoundWitnessZod.nullable(), TransferZodWithStorageMeta])),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HashZod } from '@xylabs/hex'
|
|
2
2
|
import { StorageMetaZod } from '@xyo-network/payload-model'
|
|
3
|
-
import {
|
|
3
|
+
import { XL1BlockNumberZod } from '@xyo-network/xl1-protocol'
|
|
4
4
|
import * as z from 'zod'
|
|
5
5
|
|
|
6
6
|
import {
|
|
@@ -9,9 +9,6 @@ import {
|
|
|
9
9
|
} from './BoundWitness.ts'
|
|
10
10
|
import { ChainZod } from './Chain.ts'
|
|
11
11
|
|
|
12
|
-
export const BlockNumberZod = z.number().int().nonnegative()
|
|
13
|
-
export const XL1BlockNumberZod = BlockNumberZod.transform(asXL1BlockNumber)
|
|
14
|
-
|
|
15
12
|
const BlockBoundWitnessFieldsZod = z.object({
|
|
16
13
|
block: XL1BlockNumberZod,
|
|
17
14
|
chain: ChainZod,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { BlockRangeZod } from '@xyo-network/xl1-protocol'
|
|
1
2
|
import { z } from 'zod'
|
|
2
3
|
|
|
3
4
|
import { AddressZod } from './Address.ts'
|
|
4
|
-
import { BlockRangeZod } from './BlockRange.ts'
|
|
5
5
|
import { StepIdentityZod } from './StepIdentity.ts'
|
|
6
6
|
|
|
7
7
|
export const RewardsRangeOptionsZod = z.object({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StorageMetaZod } from '@xyo-network/payload-model'
|
|
2
|
+
import { BlockNumberZod } from '@xyo-network/xl1-protocol'
|
|
2
3
|
import * as z from 'zod'
|
|
3
4
|
|
|
4
|
-
import { BlockNumberZod } from './BlockBoundWitness.ts'
|
|
5
5
|
import { SignedBoundWitnessZod, UnsignedBoundWitnessZod } from './BoundWitness.ts'
|
|
6
6
|
import { ChainZod } from './Chain.ts'
|
|
7
7
|
import { TransactionFeesHexZod } from './TransactionFees.ts'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlockRange.d.ts","sourceRoot":"","sources":["../../../../../src/types/schema/common/BlockRange.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,aAAa,4EAGxB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlockRange.d.ts","sourceRoot":"","sources":["../../../../../src/types/schema/common/BlockRange.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,aAAa,4EAGxB,CAAA"}
|