jazz-tools 0.7.0-alpha.0 → 0.7.0-alpha.11
Sign up to get free protection for your applications and to get access to all the features.
- package/.eslintrc.cjs +8 -1
- package/.turbo/turbo-build.log +79 -9
- package/CHANGELOG.md +76 -0
- package/dist/coValues/account.js +171 -0
- package/dist/coValues/account.js.map +1 -0
- package/dist/coValues/coList.js +246 -0
- package/dist/coValues/coList.js.map +1 -0
- package/dist/coValues/coMap.js +235 -0
- package/dist/coValues/coMap.js.map +1 -0
- package/dist/coValues/coStream.js +263 -0
- package/dist/coValues/coStream.js.map +1 -0
- package/dist/coValues/extensions/imageDef.js +14 -11
- package/dist/coValues/extensions/imageDef.js.map +1 -1
- package/dist/coValues/group.js +71 -0
- package/dist/coValues/group.js.map +1 -0
- package/dist/coValues/interfaces.js +61 -0
- package/dist/coValues/interfaces.js.map +1 -0
- package/dist/implementation/errors.js.map +1 -0
- package/dist/implementation/inspect.js +2 -0
- package/dist/implementation/inspect.js.map +1 -0
- package/dist/{refs.js → implementation/refs.js} +16 -15
- package/dist/implementation/refs.js.map +1 -0
- package/dist/implementation/schema.js +41 -0
- package/dist/implementation/schema.js.map +1 -0
- package/dist/{subscriptionScope.js → implementation/subscriptionScope.js} +1 -1
- package/dist/implementation/subscriptionScope.js.map +1 -0
- package/dist/index.js +10 -29
- package/dist/index.js.map +1 -1
- package/dist/internal.js +13 -0
- package/dist/internal.js.map +1 -0
- package/dist/tests/coList.test.js +22 -22
- package/dist/tests/coList.test.js.map +1 -1
- package/dist/tests/coMap.test.js +140 -46
- package/dist/tests/coMap.test.js.map +1 -1
- package/dist/tests/coStream.test.js +55 -49
- package/dist/tests/coStream.test.js.map +1 -1
- package/package.json +11 -4
- package/src/coValues/account.ts +327 -0
- package/src/coValues/coList.ts +391 -0
- package/src/coValues/coMap.ts +413 -0
- package/src/coValues/coStream.ts +404 -0
- package/src/coValues/extensions/imageDef.ts +20 -16
- package/src/coValues/group.ts +139 -0
- package/src/coValues/interfaces.ts +218 -0
- package/src/implementation/inspect.ts +2 -0
- package/src/{refs.ts → implementation/refs.ts} +53 -39
- package/src/implementation/schema.ts +124 -0
- package/src/{subscriptionScope.ts → implementation/subscriptionScope.ts} +11 -13
- package/src/index.ts +14 -57
- package/src/internal.ts +15 -0
- package/src/tests/coList.test.ts +23 -25
- package/src/tests/coMap.test.ts +140 -53
- package/src/tests/coStream.test.ts +76 -68
- package/dist/coValueInterfaces.js +0 -8
- package/dist/coValueInterfaces.js.map +0 -1
- package/dist/coValues/account/account.js +0 -11
- package/dist/coValues/account/account.js.map +0 -1
- package/dist/coValues/account/accountOf.js +0 -150
- package/dist/coValues/account/accountOf.js.map +0 -1
- package/dist/coValues/account/migration.js +0 -4
- package/dist/coValues/account/migration.js.map +0 -1
- package/dist/coValues/coList/coList.js +0 -2
- package/dist/coValues/coList/coList.js.map +0 -1
- package/dist/coValues/coList/coListOf.js +0 -235
- package/dist/coValues/coList/coListOf.js.map +0 -1
- package/dist/coValues/coList/internalDocs.js +0 -2
- package/dist/coValues/coList/internalDocs.js.map +0 -1
- package/dist/coValues/coMap/coMap.js +0 -2
- package/dist/coValues/coMap/coMap.js.map +0 -1
- package/dist/coValues/coMap/coMapOf.js +0 -262
- package/dist/coValues/coMap/coMapOf.js.map +0 -1
- package/dist/coValues/coMap/internalDocs.js +0 -2
- package/dist/coValues/coMap/internalDocs.js.map +0 -1
- package/dist/coValues/coStream/coStream.js +0 -2
- package/dist/coValues/coStream/coStream.js.map +0 -1
- package/dist/coValues/coStream/coStreamOf.js +0 -244
- package/dist/coValues/coStream/coStreamOf.js.map +0 -1
- package/dist/coValues/construction.js +0 -34
- package/dist/coValues/construction.js.map +0 -1
- package/dist/coValues/group/group.js +0 -2
- package/dist/coValues/group/group.js.map +0 -1
- package/dist/coValues/group/groupOf.js +0 -109
- package/dist/coValues/group/groupOf.js.map +0 -1
- package/dist/coValues/resolution.js +0 -66
- package/dist/coValues/resolution.js.map +0 -1
- package/dist/errors.js.map +0 -1
- package/dist/refs.js.map +0 -1
- package/dist/schemaHelpers.js +0 -14
- package/dist/schemaHelpers.js.map +0 -1
- package/dist/subscriptionScope.js.map +0 -1
- package/dist/tests/types.test.js +0 -33
- package/dist/tests/types.test.js.map +0 -1
- package/src/coValueInterfaces.ts +0 -105
- package/src/coValues/account/account.ts +0 -106
- package/src/coValues/account/accountOf.ts +0 -284
- package/src/coValues/account/migration.ts +0 -12
- package/src/coValues/coList/coList.ts +0 -57
- package/src/coValues/coList/coListOf.ts +0 -377
- package/src/coValues/coList/internalDocs.ts +0 -1
- package/src/coValues/coMap/coMap.ts +0 -110
- package/src/coValues/coMap/coMapOf.ts +0 -451
- package/src/coValues/coMap/internalDocs.ts +0 -1
- package/src/coValues/coStream/coStream.ts +0 -63
- package/src/coValues/coStream/coStreamOf.ts +0 -404
- package/src/coValues/construction.ts +0 -110
- package/src/coValues/group/group.ts +0 -27
- package/src/coValues/group/groupOf.ts +0 -183
- package/src/coValues/resolution.ts +0 -111
- package/src/schemaHelpers.ts +0 -72
- package/src/tests/types.test.ts +0 -37
- /package/dist/{errors.js → implementation/errors.js} +0 -0
- /package/src/{errors.ts → implementation/errors.ts} +0 -0
@@ -1,10 +1,10 @@
|
|
1
|
-
import { expect, describe, test, beforeEach
|
1
|
+
import { expect, describe, test, beforeEach } from "vitest";
|
2
2
|
|
3
3
|
import { webcrypto } from "node:crypto";
|
4
4
|
import { connectedPeers } from "cojson/src/streamUtils.js";
|
5
5
|
import { newRandomSessionID } from "cojson/src/coValueCore.js";
|
6
6
|
import { Effect, Queue } from "effect";
|
7
|
-
import {
|
7
|
+
import { BinaryCoStream, ID, Account, jazzReady, CoStream, co } from "..";
|
8
8
|
import { Simplify } from "effect/Types";
|
9
9
|
|
10
10
|
if (!("crypto" in globalThis)) {
|
@@ -21,42 +21,38 @@ describe("Simple CoStream operations", async () => {
|
|
21
21
|
name: "Hermes Puggington",
|
22
22
|
});
|
23
23
|
|
24
|
-
class TestStream extends
|
24
|
+
class TestStream extends CoStream.Of(co.string) {}
|
25
25
|
|
26
26
|
const stream = new TestStream(["milk"], { owner: me });
|
27
27
|
|
28
28
|
test("Construction", () => {
|
29
|
-
expect(stream
|
30
|
-
expect(stream.
|
29
|
+
expect(stream[me.id]?.value).toEqual("milk");
|
30
|
+
expect(stream.perSession[me.sessionID]?.value).toEqual("milk");
|
31
31
|
});
|
32
32
|
|
33
33
|
describe("Mutation", () => {
|
34
34
|
test("pushing", () => {
|
35
35
|
stream.push("bread");
|
36
|
-
expect(stream
|
37
|
-
expect(stream.
|
36
|
+
expect(stream[me.id]?.value).toEqual("bread");
|
37
|
+
expect(stream.perSession[me.sessionID]?.value).toEqual("bread");
|
38
38
|
|
39
39
|
stream.push("butter");
|
40
|
-
expect(stream
|
41
|
-
expect(stream.
|
40
|
+
expect(stream[me.id]?.value).toEqual("butter");
|
41
|
+
expect(stream.perSession[me.sessionID]?.value).toEqual("butter");
|
42
42
|
});
|
43
43
|
});
|
44
44
|
});
|
45
45
|
|
46
46
|
describe("CoStream resolution", async () => {
|
47
|
-
class TwiceNestedStream extends
|
48
|
-
|
49
|
-
|
50
|
-
fancyValueOf(account: ID<AnyAccount>) {
|
51
|
-
return "Sir " + this.by[account]?.value;
|
47
|
+
class TwiceNestedStream extends CoStream.Of(co.string) {
|
48
|
+
fancyValueOf(account: ID<Account>) {
|
49
|
+
return "Sir " + this[account]?.value;
|
52
50
|
}
|
53
51
|
}
|
54
52
|
|
55
|
-
class NestedStream extends
|
56
|
-
TwiceNestedStream
|
57
|
-
).as<NestedStream>() {}
|
53
|
+
class NestedStream extends CoStream.Of(co.ref(TwiceNestedStream)) {}
|
58
54
|
|
59
|
-
class TestStream extends
|
55
|
+
class TestStream extends CoStream.Of(co.ref(NestedStream)) {}
|
60
56
|
|
61
57
|
const initNodeAndStream = async () => {
|
62
58
|
const me = await Account.create({
|
@@ -78,9 +74,9 @@ describe("CoStream resolution", async () => {
|
|
78
74
|
|
79
75
|
test("Construction", async () => {
|
80
76
|
const { me, stream } = await initNodeAndStream();
|
81
|
-
expect(
|
82
|
-
|
83
|
-
)
|
77
|
+
expect(stream[me.id]?.value?.[me.id]?.value?.[me.id]?.value).toEqual(
|
78
|
+
"milk"
|
79
|
+
);
|
84
80
|
});
|
85
81
|
|
86
82
|
test("Loading and availability", async () => {
|
@@ -102,39 +98,49 @@ describe("CoStream resolution", async () => {
|
|
102
98
|
as: meOnSecondPeer,
|
103
99
|
});
|
104
100
|
|
105
|
-
expect(loadedStream?.
|
106
|
-
expect(loadedStream?.
|
107
|
-
stream
|
101
|
+
expect(loadedStream?.[me.id]?.value).toEqual(null);
|
102
|
+
expect(loadedStream?.[me.id]?.ref?.id).toEqual(
|
103
|
+
stream[me.id]?.value?.id
|
108
104
|
);
|
109
105
|
|
110
106
|
const loadedNestedStream = await NestedStream.load(
|
111
|
-
stream
|
107
|
+
stream[me.id]!.value!.id,
|
112
108
|
{ as: meOnSecondPeer }
|
113
109
|
);
|
114
110
|
|
115
|
-
expect(loadedStream?.
|
116
|
-
expect(loadedStream?.
|
117
|
-
|
111
|
+
// expect(loadedStream?.[me.id]?.value).toEqual(loadedNestedStream);
|
112
|
+
expect(loadedStream?.[me.id]?.value?.id).toEqual(
|
113
|
+
loadedNestedStream?.id
|
114
|
+
);
|
115
|
+
expect(loadedStream?.[me.id]?.value?.[me.id]?.value).toEqual(null);
|
116
|
+
// expect(loadedStream?.[me.id]?.ref?.value).toEqual(loadedNestedStream);
|
117
|
+
expect(loadedStream?.[me.id]?.ref?.value?.id).toEqual(
|
118
|
+
loadedNestedStream?.id
|
118
119
|
);
|
119
|
-
expect(loadedStream?.
|
120
|
-
|
121
|
-
stream.by[me.id]?.value?.by[me.id]?.value?.id
|
120
|
+
expect(loadedStream?.[me.id]?.value?.[me.id]?.ref?.id).toEqual(
|
121
|
+
stream[me.id]?.value?.[me.id]?.value?.id
|
122
122
|
);
|
123
123
|
|
124
124
|
const loadedTwiceNestedStream = await TwiceNestedStream.load(
|
125
|
-
stream
|
125
|
+
stream[me.id]!.value![me.id]!.value!.id,
|
126
126
|
{ as: meOnSecondPeer }
|
127
127
|
);
|
128
128
|
|
129
|
-
expect(loadedStream?.
|
130
|
-
|
129
|
+
// expect(loadedStream?.[me.id]?.value?.[me.id]?.value).toEqual(
|
130
|
+
// loadedTwiceNestedStream
|
131
|
+
// );
|
132
|
+
expect(loadedStream?.[me.id]?.value?.[me.id]?.value?.id).toEqual(
|
133
|
+
loadedTwiceNestedStream?.id
|
131
134
|
);
|
132
135
|
expect(
|
133
|
-
loadedStream?.
|
136
|
+
loadedStream?.[me.id]?.value?.[me.id]?.value?.fancyValueOf(me.id)
|
134
137
|
).toEqual("Sir milk");
|
135
|
-
expect(loadedStream?.
|
136
|
-
expect(loadedStream?.
|
137
|
-
|
138
|
+
// expect(loadedStream?.[me.id]?.ref?.value).toEqual(loadedNestedStream);
|
139
|
+
expect(loadedStream?.[me.id]?.ref?.value?.id).toEqual(
|
140
|
+
loadedNestedStream?.id
|
141
|
+
);
|
142
|
+
expect(loadedStream?.[me.id]?.value?.[me.id]?.ref?.value?.id).toEqual(
|
143
|
+
loadedTwiceNestedStream?.id
|
138
144
|
);
|
139
145
|
|
140
146
|
const otherNestedStream = new NestedStream(
|
@@ -142,13 +148,16 @@ describe("CoStream resolution", async () => {
|
|
142
148
|
{ owner: meOnSecondPeer }
|
143
149
|
);
|
144
150
|
loadedStream?.push(otherNestedStream);
|
145
|
-
expect(loadedStream?.
|
146
|
-
expect(loadedStream?.
|
147
|
-
expect(loadedStream?.
|
148
|
-
otherNestedStream
|
151
|
+
// expect(loadedStream?.[me.id]?.value).toEqual(otherNestedStream);
|
152
|
+
expect(loadedStream?.[me.id]?.value?.id).toEqual(otherNestedStream?.id);
|
153
|
+
expect(loadedStream?.[me.id]?.ref?.value?.id).toEqual(
|
154
|
+
otherNestedStream?.id
|
155
|
+
);
|
156
|
+
expect(loadedStream?.[me.id]?.value?.[me.id]?.value?.id).toEqual(
|
157
|
+
otherNestedStream[me.id]?.value?.id
|
149
158
|
);
|
150
159
|
expect(
|
151
|
-
loadedStream?.
|
160
|
+
loadedStream?.[me.id]?.value?.[me.id]?.value?.fancyValueOf(me.id)
|
152
161
|
).toEqual("Sir butter");
|
153
162
|
});
|
154
163
|
|
@@ -179,17 +188,18 @@ describe("CoStream resolution", async () => {
|
|
179
188
|
{ as: meOnSecondPeer },
|
180
189
|
(subscribedStream) => {
|
181
190
|
console.log(
|
182
|
-
"subscribedStream
|
183
|
-
subscribedStream
|
191
|
+
"subscribedStream[me.id]",
|
192
|
+
subscribedStream[me.id]
|
184
193
|
);
|
185
194
|
console.log(
|
186
|
-
"subscribedStream
|
187
|
-
subscribedStream
|
195
|
+
"subscribedStream[me.id]?.value?.[me.id]?.value",
|
196
|
+
subscribedStream[me.id]?.value?.[me.id]?.value
|
188
197
|
);
|
189
198
|
console.log(
|
190
|
-
"subscribedStream
|
191
|
-
subscribedStream
|
192
|
-
|
199
|
+
"subscribedStream[me.id]?.value?.[me.id]?.value?.[me.id]?.value",
|
200
|
+
subscribedStream[me.id]?.value?.[me.id]?.value?.[
|
201
|
+
me.id
|
202
|
+
]?.value
|
193
203
|
);
|
194
204
|
Effect.runPromise(Queue.offer(queue, subscribedStream));
|
195
205
|
}
|
@@ -199,25 +209,23 @@ describe("CoStream resolution", async () => {
|
|
199
209
|
const te: T = stream;
|
200
210
|
|
201
211
|
const update1 = yield* $(Queue.take(queue));
|
202
|
-
expect(update1
|
212
|
+
expect(update1[me.id]?.value).toEqual(null);
|
203
213
|
|
204
214
|
const update2 = yield* $(Queue.take(queue));
|
205
|
-
expect(update2
|
206
|
-
expect(
|
207
|
-
update2.by[me.id]?.value?.by[me.id]?.value
|
208
|
-
).toBeUndefined();
|
215
|
+
expect(update2[me.id]?.value).toBeDefined();
|
216
|
+
expect(update2[me.id]?.value?.[me.id]?.value).toBe(null);
|
209
217
|
|
210
218
|
const update3 = yield* $(Queue.take(queue));
|
211
|
-
expect(update3
|
219
|
+
expect(update3[me.id]?.value?.[me.id]?.value).toBeDefined();
|
212
220
|
expect(
|
213
|
-
update3
|
221
|
+
update3[me.id]?.value?.[me.id]?.value?.[me.id]?.value
|
214
222
|
).toBe("milk");
|
215
223
|
|
216
|
-
update3
|
224
|
+
update3[me.id]!.value![me.id]!.value!.push("bread");
|
217
225
|
|
218
226
|
const update4 = yield* $(Queue.take(queue));
|
219
227
|
expect(
|
220
|
-
update4
|
228
|
+
update4[me.id]?.value?.[me.id]?.value?.[me.id]?.value
|
221
229
|
).toBe("bread");
|
222
230
|
|
223
231
|
// When assigning a new nested stream, we get an update
|
@@ -233,14 +241,14 @@ describe("CoStream resolution", async () => {
|
|
233
241
|
|
234
242
|
const update5 = yield* $(Queue.take(queue));
|
235
243
|
expect(
|
236
|
-
update5
|
244
|
+
update5[me.id]?.value?.[me.id]?.value?.[me.id]?.value
|
237
245
|
).toBe("butter");
|
238
246
|
|
239
247
|
// we get updates when the new nested stream changes
|
240
248
|
newTwiceNested.push("jam");
|
241
249
|
const update6 = yield* $(Queue.take(queue));
|
242
250
|
expect(
|
243
|
-
update6
|
251
|
+
update6[me.id]?.value?.[me.id]?.value?.[me.id]?.value
|
244
252
|
).toBe("jam");
|
245
253
|
})
|
246
254
|
);
|
@@ -252,10 +260,10 @@ describe("Simple BinaryCoStream operations", async () => {
|
|
252
260
|
name: "Hermes Puggington",
|
253
261
|
});
|
254
262
|
|
255
|
-
const stream = new
|
263
|
+
const stream = new BinaryCoStream(undefined, { owner: me });
|
256
264
|
|
257
265
|
test("Construction", () => {
|
258
|
-
expect(stream.getChunks()).
|
266
|
+
expect(stream.getChunks()).toBe(undefined);
|
259
267
|
});
|
260
268
|
|
261
269
|
test("Mutation", () => {
|
@@ -280,7 +288,7 @@ describe("BinaryCoStream loading & Subscription", async () => {
|
|
280
288
|
name: "Hermes Puggington",
|
281
289
|
});
|
282
290
|
|
283
|
-
const stream = new
|
291
|
+
const stream = new BinaryCoStream(undefined, { owner: me });
|
284
292
|
|
285
293
|
stream.start({ mimeType: "text/plain" });
|
286
294
|
stream.push(new Uint8Array([1, 2, 3]));
|
@@ -314,7 +322,7 @@ describe("BinaryCoStream loading & Subscription", async () => {
|
|
314
322
|
sessionID: newRandomSessionID(me.id as any),
|
315
323
|
});
|
316
324
|
|
317
|
-
const loadedStream = await
|
325
|
+
const loadedStream = await BinaryCoStream.load(stream.id, {
|
318
326
|
as: meOnSecondPeer,
|
319
327
|
});
|
320
328
|
|
@@ -328,7 +336,7 @@ describe("BinaryCoStream loading & Subscription", async () => {
|
|
328
336
|
test("Subscription", async () => {
|
329
337
|
const { me } = await initNodeAndStream();
|
330
338
|
|
331
|
-
const stream = new
|
339
|
+
const stream = new BinaryCoStream(undefined, { owner: me });
|
332
340
|
|
333
341
|
const [initialAsPeer, secondAsPeer] = connectedPeers(
|
334
342
|
"initial",
|
@@ -349,7 +357,7 @@ describe("BinaryCoStream loading & Subscription", async () => {
|
|
349
357
|
Effect.gen(function* ($) {
|
350
358
|
const queue = yield* $(Queue.unbounded<BinaryCoStream>());
|
351
359
|
|
352
|
-
|
360
|
+
BinaryCoStream.subscribe(
|
353
361
|
stream.id,
|
354
362
|
{ as: meOnSecondPeer },
|
355
363
|
(subscribedStream) => {
|
@@ -358,7 +366,7 @@ describe("BinaryCoStream loading & Subscription", async () => {
|
|
358
366
|
);
|
359
367
|
|
360
368
|
const update1 = yield* $(Queue.take(queue));
|
361
|
-
expect(update1.getChunks()).
|
369
|
+
expect(update1.getChunks()).toBe(undefined);
|
362
370
|
|
363
371
|
stream.start({ mimeType: "text/plain" });
|
364
372
|
|
@@ -1,8 +0,0 @@
|
|
1
|
-
export function isCoValueSchema(value) {
|
2
|
-
return value && value.type !== undefined;
|
3
|
-
}
|
4
|
-
export const inspect = Symbol.for("nodejs.util.inspect.custom");
|
5
|
-
export function isCoValue(value) {
|
6
|
-
return value && value._type !== undefined;
|
7
|
-
}
|
8
|
-
//# sourceMappingURL=coValueInterfaces.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"coValueInterfaces.js","sourceRoot":"","sources":["../src/coValueInterfaces.ts"],"names":[],"mappings":"AAoEA,MAAM,UAAU,eAAe,CAAC,KAAU;IACtC,OAAO,KAAK,IAAI,KAAK,CAAC,IAAI,KAAK,SAAS,CAAC;AAC7C,CAAC;AAED,MAAM,CAAC,MAAM,OAAO,GAAG,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;AA2BhE,MAAM,UAAU,SAAS,CAAC,KAAU;IAChC,OAAO,KAAK,IAAI,KAAK,CAAC,KAAK,KAAK,SAAS,CAAC;AAC9C,CAAC"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { Context } from "effect";
|
2
|
-
export function isAccount(value) {
|
3
|
-
return value._type === "Account";
|
4
|
-
}
|
5
|
-
export function isControlledAccount(value) {
|
6
|
-
return isAccount(value) && value.isMe;
|
7
|
-
}
|
8
|
-
export const controlledAccountSym = Symbol("@jazz/controlledAccount");
|
9
|
-
export class ControlledAccountCtx extends Context.Tag("ControlledAccount")() {
|
10
|
-
}
|
11
|
-
//# sourceMappingURL=account.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../../src/coValues/account/account.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AA0BjC,MAAM,UAAU,SAAS,CAAC,KAAc;IACpC,OAAO,KAAK,CAAC,KAAK,KAAK,SAAS,CAAC;AACrC,CAAC;AAED,MAAM,UAAU,mBAAmB,CAC/B,KAAc;IAEd,OAAO,SAAS,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC;AAC1C,CAAC;AA+CD,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CAAC,yBAAyB,CAAC,CAAC;AAGtE,MAAM,OAAO,oBAAqB,SAAQ,OAAO,CAAC,GAAG,CAAC,mBAAmB,CAAC,EAGvE;CAAG"}
|
@@ -1,150 +0,0 @@
|
|
1
|
-
import { LocalNode, RawControlledAccount, } from "cojson";
|
2
|
-
import { inspect, } from "../../coValueInterfaces.js";
|
3
|
-
import { CoMapOf } from "../coMap/coMapOf.js";
|
4
|
-
import { controlledAccountSym, } from "./account.js";
|
5
|
-
import * as S from "@effect/schema/Schema";
|
6
|
-
import { AST, Schema } from "@effect/schema";
|
7
|
-
import { SharedCoValueConstructor } from "../construction.js";
|
8
|
-
import { constructorOfSchemaSym } from "../resolution.js";
|
9
|
-
import { pipeArguments } from "effect/Pipeable";
|
10
|
-
import { ValueRef } from "../../refs.js";
|
11
|
-
export function AccountOf(fields) {
|
12
|
-
class AccountOfProfileAndRoot extends SharedCoValueConstructor {
|
13
|
-
static get ast() {
|
14
|
-
return AST.setAnnotation(Schema.instanceOf(this).ast, constructorOfSchemaSym, this);
|
15
|
-
}
|
16
|
-
static pipe() {
|
17
|
-
// eslint-disable-next-line prefer-rest-params
|
18
|
-
return pipeArguments(this, arguments);
|
19
|
-
}
|
20
|
-
constructor(init, options) {
|
21
|
-
super();
|
22
|
-
if (!("fromRaw" in options)) {
|
23
|
-
throw new Error("Can only construct account from raw or with .create()");
|
24
|
-
}
|
25
|
-
this.isMe =
|
26
|
-
options.fromRaw.id == options.fromRaw.core.node.account.id;
|
27
|
-
const refs = {
|
28
|
-
get profile() {
|
29
|
-
const profileID = options.fromRaw.get("profile");
|
30
|
-
return profileID && new ValueRef(profileID, controlledAccountFromNode(options.fromRaw.core.node), fields.profile);
|
31
|
-
},
|
32
|
-
get root() {
|
33
|
-
const rootID = options.fromRaw.get("root");
|
34
|
-
return rootID && new ValueRef(rootID, controlledAccountFromNode(options.fromRaw.core.node), fields.root);
|
35
|
-
},
|
36
|
-
};
|
37
|
-
Object.defineProperties(this, {
|
38
|
-
id: { value: options.fromRaw.id, enumerable: false },
|
39
|
-
_type: { value: "Account", enumerable: false },
|
40
|
-
_owner: { value: this, enumerable: false },
|
41
|
-
_refs: { value: refs, enumerable: false },
|
42
|
-
_raw: { value: options.fromRaw, enumerable: false },
|
43
|
-
_loadedAs: {
|
44
|
-
get: () => this.isMe
|
45
|
-
? this
|
46
|
-
: controlledAccountFromNode(options.fromRaw.core.node),
|
47
|
-
enumerable: false,
|
48
|
-
},
|
49
|
-
_schema: { value: AccountOfProfileAndRoot, enumerable: false },
|
50
|
-
});
|
51
|
-
if (this.isMe) {
|
52
|
-
this.sessionID =
|
53
|
-
options.fromRaw.core.node.currentSessionID;
|
54
|
-
}
|
55
|
-
}
|
56
|
-
static fromRaw(raw) {
|
57
|
-
return new AccountOfProfileAndRoot(undefined, {
|
58
|
-
fromRaw: raw,
|
59
|
-
});
|
60
|
-
}
|
61
|
-
static async create(options) {
|
62
|
-
const { node } = await LocalNode.withNewlyCreatedAccount({
|
63
|
-
...options,
|
64
|
-
migration: options.migration &&
|
65
|
-
(async (rawAccount) => {
|
66
|
-
const account = new AccountOfProfileAndRoot(undefined, {
|
67
|
-
fromRaw: rawAccount,
|
68
|
-
});
|
69
|
-
await options.migration(account);
|
70
|
-
}),
|
71
|
-
});
|
72
|
-
return new AccountOfProfileAndRoot(undefined, {
|
73
|
-
fromRaw: node.account,
|
74
|
-
});
|
75
|
-
}
|
76
|
-
static async become(options) {
|
77
|
-
const node = await LocalNode.withLoadedAccount({
|
78
|
-
accountID: options.accountID,
|
79
|
-
accountSecret: options.accountSecret,
|
80
|
-
sessionID: options.sessionID,
|
81
|
-
peersToLoadFrom: options.peersToLoadFrom,
|
82
|
-
migration: options.migration &&
|
83
|
-
(async (rawAccount) => {
|
84
|
-
const account = new AccountOfProfileAndRoot(undefined, {
|
85
|
-
fromRaw: rawAccount,
|
86
|
-
});
|
87
|
-
await options.migration(account);
|
88
|
-
}),
|
89
|
-
});
|
90
|
-
return new AccountOfProfileAndRoot(undefined, {
|
91
|
-
fromRaw: node.account,
|
92
|
-
});
|
93
|
-
}
|
94
|
-
async acceptInvite(valueID, inviteSecret, valueSchema) {
|
95
|
-
if (!this.isMe) {
|
96
|
-
throw new Error("Only a controlled account can accept invites");
|
97
|
-
}
|
98
|
-
await this._raw.acceptInvite(valueID, inviteSecret);
|
99
|
-
return valueSchema.load(valueID, { as: this });
|
100
|
-
}
|
101
|
-
get profile() {
|
102
|
-
return this._refs.profile.accessFrom(this);
|
103
|
-
}
|
104
|
-
get root() {
|
105
|
-
return this._refs.root.accessFrom(this);
|
106
|
-
}
|
107
|
-
myRole() {
|
108
|
-
return "admin";
|
109
|
-
}
|
110
|
-
toJSON() {
|
111
|
-
return {
|
112
|
-
profile: this.profile?.toJSON(),
|
113
|
-
root: this.root?.toJSON(),
|
114
|
-
};
|
115
|
-
}
|
116
|
-
[(Schema.TypeId, inspect)]() {
|
117
|
-
return this.toJSON();
|
118
|
-
}
|
119
|
-
static as() {
|
120
|
-
return this;
|
121
|
-
}
|
122
|
-
}
|
123
|
-
AccountOfProfileAndRoot.type = "Account";
|
124
|
-
return AccountOfProfileAndRoot;
|
125
|
-
}
|
126
|
-
export class BaseProfile extends CoMapOf({
|
127
|
-
name: S.string,
|
128
|
-
}).as() {
|
129
|
-
}
|
130
|
-
export class Account extends AccountOf({
|
131
|
-
profile: BaseProfile,
|
132
|
-
root: S.null,
|
133
|
-
}).as() {
|
134
|
-
}
|
135
|
-
const simpleControlledAccounts = new WeakMap();
|
136
|
-
export function controlledAccountFromNode(node) {
|
137
|
-
if (!(node.account instanceof RawControlledAccount)) {
|
138
|
-
throw new Error("Expected a controlled account");
|
139
|
-
}
|
140
|
-
let simpleAccount;
|
141
|
-
if (simpleControlledAccounts.has(node.account)) {
|
142
|
-
simpleAccount = simpleControlledAccounts.get(node.account);
|
143
|
-
}
|
144
|
-
else {
|
145
|
-
simpleAccount = Account.fromRaw(node.account);
|
146
|
-
simpleControlledAccounts.set(node.account, simpleAccount);
|
147
|
-
}
|
148
|
-
return simpleAccount;
|
149
|
-
}
|
150
|
-
//# sourceMappingURL=accountOf.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"accountOf.js","sourceRoot":"","sources":["../../../src/coValues/account/accountOf.ts"],"names":[],"mappings":"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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"migration.js","sourceRoot":"","sources":["../../../src/coValues/account/migration.ts"],"names":[],"mappings":"AAMA,MAAM,UAAU,sBAAsB,CAClC,aAAgB,EAChB,SAA8B;IAE9B,OAAO,SAAS,CAAC;AACrB,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"coList.js","sourceRoot":"","sources":["../../../src/coValues/coList/coList.ts"],"names":[],"mappings":""}
|