birdclaw 0.8.2 → 0.8.4
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/CHANGELOG.md +33 -0
- package/README.md +10 -8
- package/bin/birdclaw.mjs +4 -66
- package/dist/cli/birdclaw.js +28165 -0
- package/dist/client/assets/AvatarChip-DLoqM5xD.js +1 -0
- package/dist/client/assets/ProfilePreview-BejAuYsJ.js +1 -0
- package/dist/client/assets/SavedTimelineView-BIS7HKpp.js +1 -0
- package/dist/client/assets/SmartTimestamp-BR0-9se2.js +1 -0
- package/dist/client/assets/TimelineRouteFrame-CyGPj0eM.js +1 -0
- package/dist/client/assets/blocks-7UDKQp8H.js +1 -0
- package/dist/client/assets/bookmarks-CbBkMvXk.js +1 -0
- package/dist/client/assets/chunk-C0phanGV.js +1 -0
- package/dist/client/assets/circle-check-C_Vq3ElD.js +1 -0
- package/dist/client/assets/client-stream-contracts-ys3XhWG4.js +5 -0
- package/dist/client/assets/createLucideIcon-JV8isFFR.js +1 -0
- package/dist/client/assets/data-sources-Cm2bpNvg.js +1 -0
- package/dist/client/assets/discuss-DTjaOugw.js +1 -0
- package/dist/client/assets/dms-CGd6Eogq.js +1 -0
- package/dist/client/assets/inbox-BHlGuOy2.js +1 -0
- package/dist/client/assets/index-CEIG7S6s.js +31 -0
- package/dist/client/assets/index-bpFrQ5yG.css +1 -0
- package/dist/client/assets/likes-cLrcAQem.js +1 -0
- package/dist/client/assets/links-CM9QO1LC.js +1 -0
- package/dist/client/assets/mapbox-BxTlqXt9.js +2 -0
- package/dist/client/assets/mapbox-gl-dgf_hX3a.js +3215 -0
- package/dist/client/assets/mentions-CxKCgzIf.js +1 -0
- package/dist/client/assets/network-map-B5a3whqj.js +2 -0
- package/dist/client/assets/profile-analyze-CRtNEwlb.js +1 -0
- package/dist/client/assets/profile-hydration-client-YEtJsNTv.js +1 -0
- package/dist/client/assets/profiles._handle-C82_HoKX.js +1 -0
- package/dist/client/assets/query-client-fYu2rzRC.js +17 -0
- package/dist/client/assets/rate-limits-ScaEwdVK.js +1 -0
- package/dist/client/assets/react-dom-DHl6Ug7F.js +1 -0
- package/dist/client/assets/react-nBylq1U5.js +1 -0
- package/dist/client/assets/repeat-2-xCwHM9hD.js +1 -0
- package/dist/client/assets/routes-q7ZaW4En.js +1 -0
- package/dist/client/assets/schemas-I9r6F6ya.js +64 -0
- package/dist/client/assets/search-Dq5kYsxA.js +1 -0
- package/dist/client/assets/sparkles-CQVlvHsZ.js +1 -0
- package/dist/client/assets/styles-B8s3tt3r.css +2 -0
- package/dist/client/assets/today-CeG1O7Py.js +1 -0
- package/dist/client/assets/triangle-alert-CBL7s2pf.js +1 -0
- package/dist/client/assets/useTimelineRouteData-1HsqgvUi.js +1 -0
- package/dist/client/assets/users-CHbKlqUr.js +1 -0
- package/dist/server/assets/AvatarChip-zUDAEmjL.js +105 -0
- package/dist/server/assets/FeedState-ntW0Q2GB.js +214 -0
- package/dist/server/assets/ProfileAnalysisStream-BFvhVdhn.js +198 -0
- package/dist/server/assets/ProfilePreview-C6gAor_j.js +752 -0
- package/dist/server/assets/SavedTimelineView-BG1jnBp1.js +64 -0
- package/dist/server/assets/SmartTimestamp-DfwE1NGf.js +45 -0
- package/dist/server/assets/SyncNowButton-BOn_IBXS.js +76 -0
- package/dist/server/assets/TimelineRouteFrame-CU7ilM7U.js +85 -0
- package/dist/server/assets/TweetRichText-DhCVv1-6.js +74 -0
- package/dist/server/assets/_tanstack-start-manifest_v-C-ZRnG_n.js +148 -0
- package/dist/server/assets/account-selection-CTdFGWRk.js +44 -0
- package/dist/server/assets/blocks-C1mgGTB3.js +299 -0
- package/dist/server/assets/blocks-DSgQghqP.js +17 -0
- package/dist/server/assets/bookmarks-BJN8tykY.js +14 -0
- package/dist/server/assets/client-stream-contracts-C2xbWVjm.js +769 -0
- package/dist/server/assets/data-sources-BnA1Q94p.js +180 -0
- package/dist/server/assets/discuss-CJ1dau1j.js +15 -0
- package/dist/server/assets/discuss-QTo08NCN.js +338 -0
- package/dist/server/assets/dms-BuLj4bp8.js +368 -0
- package/dist/server/assets/dms-DAyQrVM2.js +240 -0
- package/dist/server/assets/empty-plugin-adapters-DzrEkdBF.js +5 -0
- package/dist/server/assets/inbox-CkGOaW1q.js +214 -0
- package/dist/server/assets/inbox-DpWd1EzC.js +146 -0
- package/dist/server/assets/likes-DBOAtsJU.js +14 -0
- package/dist/server/assets/links-DAhSjynu.js +240 -0
- package/dist/server/assets/links-DmH5lxHO.js +468 -0
- package/dist/server/assets/mentions-BH2MzKtB.js +26 -0
- package/dist/server/assets/network-map-D3CzRcC4.js +224 -0
- package/dist/server/assets/network-map-D5DoLOwR.js +582 -0
- package/dist/server/assets/profile-analyze-BP65PED0.js +90 -0
- package/dist/server/assets/profile-analyze-C1NoM0tV.js +9 -0
- package/dist/server/assets/profile-hydration-client-GJ4kwJS8.js +133 -0
- package/dist/server/assets/profiles._handle-DjwlN_ac.js +184 -0
- package/dist/server/assets/profiles._handle-DsLNj2Ca.js +12 -0
- package/dist/server/assets/query-client-BdauHBgd.js +923 -0
- package/dist/server/assets/rate-limits-VAr2qzYD.js +262 -0
- package/dist/server/assets/route-search-BUlQ5lGM.js +117 -0
- package/dist/server/assets/router-DqkwSPiM.js +17026 -0
- package/dist/server/assets/routes-A9c9ZhwN.js +26 -0
- package/dist/server/assets/start-FaDOTmto.js +4 -0
- package/dist/server/assets/today-B5hVM57Z.js +17 -0
- package/dist/server/assets/today-fvGiZ7ud.js +303 -0
- package/dist/server/assets/ui-qbmcMSSX.js +137 -0
- package/{src/components/useDebouncedValue.ts → dist/server/assets/useDebouncedValue-DOnA6Xcy.js} +4 -4
- package/dist/server/assets/useTimelineRouteData-27cxynxa.js +1101 -0
- package/dist/server/server.js +5520 -0
- package/package.json +27 -34
- package/playwright.config.ts +0 -35
- package/scripts/browser-perf.mjs +0 -427
- package/scripts/build-docs-site.mjs +0 -967
- package/scripts/docs-site-assets.mjs +0 -311
- package/scripts/run-vitest.mjs +0 -21
- package/scripts/sanitize-node-options.mjs +0 -23
- package/scripts/start-test-server.mjs +0 -42
- package/src/cli-moderation.ts +0 -210
- package/src/cli.ts +0 -2336
- package/src/components/AccountSwitcher.tsx +0 -186
- package/src/components/AppNav.tsx +0 -118
- package/src/components/AvatarChip.tsx +0 -58
- package/src/components/BrandMark.tsx +0 -67
- package/src/components/ConversationThread.tsx +0 -131
- package/src/components/DmWorkspace.tsx +0 -286
- package/src/components/EmbeddedTweetCard.tsx +0 -55
- package/src/components/FeedState.tsx +0 -147
- package/src/components/FloatingPreview.tsx +0 -382
- package/src/components/InboxCard.tsx +0 -152
- package/src/components/LinkPreviewCard.tsx +0 -292
- package/src/components/MarkdownViewer.tsx +0 -777
- package/src/components/ProfileAnalysisStream.tsx +0 -428
- package/src/components/ProfilePreview.tsx +0 -129
- package/src/components/SavedTimelineView.tsx +0 -155
- package/src/components/SmartTimestamp.tsx +0 -72
- package/src/components/SyncNowButton.tsx +0 -140
- package/src/components/ThemeSlider.tsx +0 -80
- package/src/components/TimelineCard.tsx +0 -533
- package/src/components/TimelineRouteFrame.tsx +0 -186
- package/src/components/TweetArticleCard.tsx +0 -66
- package/src/components/TweetMediaGrid.tsx +0 -185
- package/src/components/TweetRichText.tsx +0 -159
- package/src/components/account-selection.ts +0 -64
- package/src/components/useTimelineRouteData.ts +0 -323
- package/src/lib/account-sync-job.ts +0 -666
- package/src/lib/actions-transport.ts +0 -300
- package/src/lib/api-client.ts +0 -419
- package/src/lib/archive-finder.ts +0 -185
- package/src/lib/archive-import.ts +0 -2764
- package/src/lib/authored-live.ts +0 -1072
- package/src/lib/avatar-cache.ts +0 -349
- package/src/lib/backup.ts +0 -2741
- package/src/lib/bird-actions.ts +0 -294
- package/src/lib/bird-command.ts +0 -130
- package/src/lib/bird.ts +0 -1140
- package/src/lib/blocklist.ts +0 -136
- package/src/lib/blocks-write.ts +0 -167
- package/src/lib/blocks.ts +0 -389
- package/src/lib/bookmark-sync-job.ts +0 -536
- package/src/lib/client-cache.ts +0 -109
- package/src/lib/config.ts +0 -224
- package/src/lib/conversation-surface.ts +0 -205
- package/src/lib/data-sources.ts +0 -219
- package/src/lib/db.ts +0 -1135
- package/src/lib/dms-live.ts +0 -933
- package/src/lib/effect-runtime.ts +0 -45
- package/src/lib/follow-graph.ts +0 -1097
- package/src/lib/geocoding.ts +0 -296
- package/src/lib/http-effect.ts +0 -222
- package/src/lib/identity-search-index.ts +0 -369
- package/src/lib/inbox.ts +0 -241
- package/src/lib/link-index.ts +0 -641
- package/src/lib/link-insights.ts +0 -860
- package/src/lib/link-preview-metadata.ts +0 -754
- package/src/lib/location.ts +0 -137
- package/src/lib/media-fetch.ts +0 -860
- package/src/lib/media-includes.ts +0 -165
- package/src/lib/mention-threads-live.ts +0 -917
- package/src/lib/mentions-export.ts +0 -147
- package/src/lib/mentions-live.ts +0 -1238
- package/src/lib/moderation-target.ts +0 -216
- package/src/lib/moderation-write.ts +0 -131
- package/src/lib/mutes-write.ts +0 -167
- package/src/lib/mutes.ts +0 -84
- package/src/lib/ndjson-stream.ts +0 -106
- package/src/lib/network-map.ts +0 -382
- package/src/lib/openai.ts +0 -117
- package/src/lib/period-digest.ts +0 -1552
- package/src/lib/present.ts +0 -118
- package/src/lib/profile-affiliation-hydration.ts +0 -228
- package/src/lib/profile-affiliations.ts +0 -262
- package/src/lib/profile-analysis.ts +0 -1272
- package/src/lib/profile-bio-entities.ts +0 -318
- package/src/lib/profile-history.ts +0 -164
- package/src/lib/profile-hydration.ts +0 -180
- package/src/lib/profile-replies.ts +0 -77
- package/src/lib/profile-resolver.ts +0 -650
- package/src/lib/queries.ts +0 -2381
- package/src/lib/research.ts +0 -652
- package/src/lib/search-discussion.ts +0 -1016
- package/src/lib/seed.ts +0 -613
- package/src/lib/sqlite.ts +0 -147
- package/src/lib/sync-cache.ts +0 -65
- package/src/lib/theme-transition.ts +0 -113
- package/src/lib/theme.tsx +0 -165
- package/src/lib/timeline-collections-live.ts +0 -581
- package/src/lib/timeline-live.ts +0 -452
- package/src/lib/tweet-account-edges.ts +0 -48
- package/src/lib/tweet-lookup.ts +0 -46
- package/src/lib/tweet-render.ts +0 -430
- package/src/lib/tweet-search-live.ts +0 -566
- package/src/lib/types.ts +0 -723
- package/src/lib/ui.ts +0 -529
- package/src/lib/url-expansion-store.ts +0 -110
- package/src/lib/url-expansion.ts +0 -343
- package/src/lib/url-safety.ts +0 -220
- package/src/lib/web-sync.ts +0 -516
- package/src/lib/whois.ts +0 -1079
- package/src/lib/x-profile.ts +0 -365
- package/src/lib/x-web.ts +0 -199
- package/src/lib/xurl-rate-limits.ts +0 -267
- package/src/lib/xurl.ts +0 -1677
- package/src/routeTree.gen.ts +0 -723
- package/src/router.tsx +0 -20
- package/src/routes/__root.tsx +0 -79
- package/src/routes/api/action.tsx +0 -147
- package/src/routes/api/avatar.tsx +0 -50
- package/src/routes/api/blocks.tsx +0 -35
- package/src/routes/api/conversation.tsx +0 -45
- package/src/routes/api/data-sources.tsx +0 -24
- package/src/routes/api/inbox.tsx +0 -43
- package/src/routes/api/link-insights.tsx +0 -85
- package/src/routes/api/link-preview.tsx +0 -47
- package/src/routes/api/network-map.tsx +0 -55
- package/src/routes/api/period-digest.tsx +0 -101
- package/src/routes/api/profile-analysis.tsx +0 -97
- package/src/routes/api/profile-hydrate.tsx +0 -54
- package/src/routes/api/query.tsx +0 -115
- package/src/routes/api/search-discussion.tsx +0 -113
- package/src/routes/api/status.tsx +0 -28
- package/src/routes/api/sync.tsx +0 -105
- package/src/routes/api/xurl-rate-limits.tsx +0 -24
- package/src/routes/blocks.tsx +0 -377
- package/src/routes/bookmarks.tsx +0 -18
- package/src/routes/data-sources.tsx +0 -257
- package/src/routes/discuss.tsx +0 -419
- package/src/routes/dms.tsx +0 -432
- package/src/routes/inbox.tsx +0 -226
- package/src/routes/index.tsx +0 -32
- package/src/routes/likes.tsx +0 -18
- package/src/routes/links.tsx +0 -994
- package/src/routes/mentions.tsx +0 -32
- package/src/routes/network-map.tsx +0 -1035
- package/src/routes/profile-analyze.tsx +0 -112
- package/src/routes/profiles.$handle.tsx +0 -228
- package/src/routes/rate-limits.tsx +0 -309
- package/src/routes/today.tsx +0 -511
- package/src/styles.css +0 -257
- package/tsconfig.json +0 -29
- package/vite.config.ts +0 -29
- /package/{public → dist/client}/birdclaw-mark.png +0 -0
- /package/{public → dist/client}/favicon.ico +0 -0
- /package/{public → dist/client}/logo192.png +0 -0
- /package/{public → dist/client}/logo512.png +0 -0
- /package/{public → dist/client}/manifest.json +0 -0
- /package/{public → dist/client}/robots.txt +0 -0
|
@@ -1,300 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
blockUserViaBird,
|
|
3
|
-
muteUserViaBird,
|
|
4
|
-
readBirdStatusViaBird,
|
|
5
|
-
unblockUserViaBird,
|
|
6
|
-
unmuteUserViaBird,
|
|
7
|
-
} from "./bird-actions";
|
|
8
|
-
import { type ActionsTransport, resolveActionsTransport } from "./config";
|
|
9
|
-
import { Effect } from "effect";
|
|
10
|
-
import { runEffectPromise, tryPromise } from "./effect-runtime";
|
|
11
|
-
import type {
|
|
12
|
-
ModerationAction,
|
|
13
|
-
ModerationActionTransportResult,
|
|
14
|
-
ModerationTransportKind,
|
|
15
|
-
} from "./types";
|
|
16
|
-
import {
|
|
17
|
-
blockUserViaXurl,
|
|
18
|
-
lookupAuthenticatedUserFresh,
|
|
19
|
-
muteUserViaXurl,
|
|
20
|
-
unblockUserViaXurl,
|
|
21
|
-
unmuteUserViaXurl,
|
|
22
|
-
} from "./xurl";
|
|
23
|
-
|
|
24
|
-
export type ActionTransportResult = ModerationActionTransportResult;
|
|
25
|
-
|
|
26
|
-
interface RunActionParams {
|
|
27
|
-
action: ModerationAction;
|
|
28
|
-
query: string;
|
|
29
|
-
targetUserId?: string;
|
|
30
|
-
transport?: string;
|
|
31
|
-
expectedAccount?: ExpectedActionAccount;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export interface ExpectedActionAccount {
|
|
35
|
-
id: string;
|
|
36
|
-
handle: string;
|
|
37
|
-
externalUserId?: string | null;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
function toError(error: unknown) {
|
|
41
|
-
return error instanceof Error ? error : new Error(String(error));
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
function trySync<T>(try_: () => T) {
|
|
45
|
-
return Effect.try({
|
|
46
|
-
try: try_,
|
|
47
|
-
catch: toError,
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
function normalizeFailure(transport: ModerationTransportKind, output: string) {
|
|
52
|
-
return `${transport}: ${output}`;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
function liveWritesDisabled() {
|
|
56
|
-
return process.env.BIRDCLAW_DISABLE_LIVE_WRITES === "1";
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
function normalizeHandle(value: string | null | undefined) {
|
|
60
|
-
return value?.replace(/^@/, "").toLowerCase() ?? "";
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
function verifyExpectedAccountEffect(
|
|
64
|
-
expectedAccount: ExpectedActionAccount | undefined,
|
|
65
|
-
) {
|
|
66
|
-
return Effect.gen(function* () {
|
|
67
|
-
if (!expectedAccount) return null;
|
|
68
|
-
if (liveWritesDisabled()) return null;
|
|
69
|
-
|
|
70
|
-
const sourceUser = yield* tryPromise(() => lookupAuthenticatedUserFresh());
|
|
71
|
-
const sourceUserId =
|
|
72
|
-
sourceUser && typeof sourceUser.id === "string" ? sourceUser.id : "";
|
|
73
|
-
const sourceUsername =
|
|
74
|
-
sourceUser && typeof sourceUser.username === "string"
|
|
75
|
-
? normalizeHandle(sourceUser.username)
|
|
76
|
-
: "";
|
|
77
|
-
const expectedExternalUserId = expectedAccount.externalUserId?.trim() ?? "";
|
|
78
|
-
const expectedHandle = normalizeHandle(expectedAccount.handle);
|
|
79
|
-
|
|
80
|
-
if (expectedExternalUserId) {
|
|
81
|
-
if (sourceUserId === expectedExternalUserId) return sourceUserId;
|
|
82
|
-
return yield* Effect.fail(
|
|
83
|
-
new Error(
|
|
84
|
-
`xurl is authenticated as user ${sourceUserId || "unknown"}, not account ${expectedAccount.id}`,
|
|
85
|
-
),
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
if (expectedHandle && sourceUsername === expectedHandle)
|
|
90
|
-
return sourceUserId;
|
|
91
|
-
return yield* Effect.fail(
|
|
92
|
-
new Error(
|
|
93
|
-
sourceUsername
|
|
94
|
-
? `xurl is authenticated as @${sourceUsername}, not @${expectedHandle}`
|
|
95
|
-
: "xurl authenticated user unavailable",
|
|
96
|
-
),
|
|
97
|
-
);
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
function runBirdActionEffect(
|
|
102
|
-
action: ModerationAction,
|
|
103
|
-
query: string,
|
|
104
|
-
): Effect.Effect<ActionTransportResult, unknown> {
|
|
105
|
-
return Effect.gen(function* () {
|
|
106
|
-
const result = yield* tryPromise(() =>
|
|
107
|
-
action === "block"
|
|
108
|
-
? blockUserViaBird(query)
|
|
109
|
-
: action === "unblock"
|
|
110
|
-
? unblockUserViaBird(query)
|
|
111
|
-
: action === "mute"
|
|
112
|
-
? muteUserViaBird(query)
|
|
113
|
-
: unmuteUserViaBird(query),
|
|
114
|
-
);
|
|
115
|
-
|
|
116
|
-
return {
|
|
117
|
-
...result,
|
|
118
|
-
transport: "bird",
|
|
119
|
-
};
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
function getVerifyExpectation(action: ModerationAction) {
|
|
124
|
-
return action === "block" || action === "unblock"
|
|
125
|
-
? {
|
|
126
|
-
field: "blocking" as const,
|
|
127
|
-
expected: action === "block",
|
|
128
|
-
}
|
|
129
|
-
: {
|
|
130
|
-
field: "muting" as const,
|
|
131
|
-
expected: action === "mute",
|
|
132
|
-
};
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
function runXurlActionEffect(
|
|
136
|
-
action: ModerationAction,
|
|
137
|
-
query: string,
|
|
138
|
-
targetUserId?: string,
|
|
139
|
-
verifiedSourceUserId?: string | null,
|
|
140
|
-
): Effect.Effect<ActionTransportResult, unknown> {
|
|
141
|
-
return Effect.gen(function* () {
|
|
142
|
-
if (!targetUserId) {
|
|
143
|
-
return {
|
|
144
|
-
ok: false,
|
|
145
|
-
output: "missing target user id for xurl transport",
|
|
146
|
-
transport: "xurl",
|
|
147
|
-
};
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
let sourceUserId = verifiedSourceUserId ?? "";
|
|
151
|
-
if (!sourceUserId) {
|
|
152
|
-
const sourceUser = yield* tryPromise(() =>
|
|
153
|
-
lookupAuthenticatedUserFresh(),
|
|
154
|
-
);
|
|
155
|
-
sourceUserId =
|
|
156
|
-
sourceUser && typeof sourceUser.id === "string" ? sourceUser.id : "";
|
|
157
|
-
}
|
|
158
|
-
if (!sourceUserId) {
|
|
159
|
-
return {
|
|
160
|
-
ok: false,
|
|
161
|
-
output: "xurl authenticated user unavailable",
|
|
162
|
-
transport: "xurl",
|
|
163
|
-
};
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
const result = yield* tryPromise(() =>
|
|
167
|
-
action === "block"
|
|
168
|
-
? blockUserViaXurl(sourceUserId, targetUserId)
|
|
169
|
-
: action === "unblock"
|
|
170
|
-
? unblockUserViaXurl(sourceUserId, targetUserId)
|
|
171
|
-
: action === "mute"
|
|
172
|
-
? muteUserViaXurl(sourceUserId, targetUserId)
|
|
173
|
-
: unmuteUserViaXurl(sourceUserId, targetUserId),
|
|
174
|
-
);
|
|
175
|
-
|
|
176
|
-
if (!result.ok) {
|
|
177
|
-
return {
|
|
178
|
-
...result,
|
|
179
|
-
transport: "xurl",
|
|
180
|
-
};
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
const status = yield* tryPromise(() => readBirdStatusViaBird(query));
|
|
184
|
-
const { field: verifyField, expected: expectedValue } =
|
|
185
|
-
getVerifyExpectation(action);
|
|
186
|
-
const actualValue =
|
|
187
|
-
status && typeof status[verifyField] === "boolean"
|
|
188
|
-
? Boolean(status[verifyField])
|
|
189
|
-
: null;
|
|
190
|
-
|
|
191
|
-
if (actualValue === null) {
|
|
192
|
-
return {
|
|
193
|
-
ok: false,
|
|
194
|
-
output: `${result.output}\nxurl verify unavailable from bird status`,
|
|
195
|
-
transport: "xurl",
|
|
196
|
-
};
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
if (actualValue !== expectedValue) {
|
|
200
|
-
return {
|
|
201
|
-
ok: false,
|
|
202
|
-
output: `${result.output}\nxurl verify mismatch ${verifyField}=${String(actualValue)}`,
|
|
203
|
-
transport: "xurl",
|
|
204
|
-
};
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
return {
|
|
208
|
-
ok: true,
|
|
209
|
-
output: `${result.output}\nverified ${verifyField}=${String(actualValue)}`,
|
|
210
|
-
transport: "xurl",
|
|
211
|
-
};
|
|
212
|
-
});
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
export function runModerationActionEffect({
|
|
216
|
-
action,
|
|
217
|
-
query,
|
|
218
|
-
targetUserId,
|
|
219
|
-
transport,
|
|
220
|
-
expectedAccount,
|
|
221
|
-
}: RunActionParams): Effect.Effect<ActionTransportResult, unknown> {
|
|
222
|
-
return Effect.gen(function* () {
|
|
223
|
-
const requestedTransport = yield* trySync(() =>
|
|
224
|
-
resolveActionsTransport(transport),
|
|
225
|
-
);
|
|
226
|
-
|
|
227
|
-
const verifyXurlAccount = () =>
|
|
228
|
-
verifyExpectedAccountEffect(expectedAccount).pipe(
|
|
229
|
-
Effect.catchAll((error) =>
|
|
230
|
-
Effect.succeed({
|
|
231
|
-
ok: false as const,
|
|
232
|
-
output: error instanceof Error ? error.message : String(error),
|
|
233
|
-
transport: "xurl" as const,
|
|
234
|
-
}),
|
|
235
|
-
),
|
|
236
|
-
);
|
|
237
|
-
|
|
238
|
-
if (requestedTransport === "bird") {
|
|
239
|
-
return yield* runBirdActionEffect(action, query);
|
|
240
|
-
}
|
|
241
|
-
if (requestedTransport === "xurl") {
|
|
242
|
-
const accountCheck = yield* verifyXurlAccount();
|
|
243
|
-
if (accountCheck && typeof accountCheck === "object") {
|
|
244
|
-
return accountCheck;
|
|
245
|
-
}
|
|
246
|
-
return yield* runXurlActionEffect(
|
|
247
|
-
action,
|
|
248
|
-
query,
|
|
249
|
-
targetUserId,
|
|
250
|
-
typeof accountCheck === "string" ? accountCheck : null,
|
|
251
|
-
);
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
const birdResult = yield* runBirdActionEffect(action, query);
|
|
255
|
-
if (birdResult.ok) {
|
|
256
|
-
return birdResult;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
const accountCheck = yield* verifyXurlAccount();
|
|
260
|
-
if (accountCheck && typeof accountCheck === "object") {
|
|
261
|
-
return {
|
|
262
|
-
ok: false,
|
|
263
|
-
output: [
|
|
264
|
-
normalizeFailure("bird", birdResult.output),
|
|
265
|
-
normalizeFailure("xurl", accountCheck.output),
|
|
266
|
-
].join("\n"),
|
|
267
|
-
transport: "xurl",
|
|
268
|
-
};
|
|
269
|
-
}
|
|
270
|
-
const xurlResult = yield* runXurlActionEffect(
|
|
271
|
-
action,
|
|
272
|
-
query,
|
|
273
|
-
targetUserId,
|
|
274
|
-
typeof accountCheck === "string" ? accountCheck : null,
|
|
275
|
-
);
|
|
276
|
-
if (xurlResult.ok) {
|
|
277
|
-
return {
|
|
278
|
-
...xurlResult,
|
|
279
|
-
output: `${xurlResult.output}\nfalling back after ${normalizeFailure("bird", birdResult.output)}`,
|
|
280
|
-
};
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
return {
|
|
284
|
-
ok: false,
|
|
285
|
-
output: [
|
|
286
|
-
normalizeFailure("bird", birdResult.output),
|
|
287
|
-
normalizeFailure("xurl", xurlResult.output),
|
|
288
|
-
].join("\n"),
|
|
289
|
-
transport: xurlResult.transport,
|
|
290
|
-
};
|
|
291
|
-
});
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
export function runModerationAction(
|
|
295
|
-
params: RunActionParams,
|
|
296
|
-
): Promise<ActionTransportResult> {
|
|
297
|
-
return runEffectPromise(runModerationActionEffect(params));
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
export type { ActionsTransport };
|
package/src/lib/api-client.ts
DELETED
|
@@ -1,419 +0,0 @@
|
|
|
1
|
-
import { Data, Effect } from "effect";
|
|
2
|
-
import { z } from "zod";
|
|
3
|
-
import {
|
|
4
|
-
deleteClientCache,
|
|
5
|
-
deleteClientCacheByPrefix,
|
|
6
|
-
loadClientCache,
|
|
7
|
-
readClientCache,
|
|
8
|
-
} from "./client-cache";
|
|
9
|
-
import { runEffectPromise } from "./effect-runtime";
|
|
10
|
-
import type {
|
|
11
|
-
DmConversationItem,
|
|
12
|
-
DmMessageItem,
|
|
13
|
-
QueryEnvelope,
|
|
14
|
-
QueryResponse,
|
|
15
|
-
TimelineItem,
|
|
16
|
-
} from "./types";
|
|
17
|
-
import type {
|
|
18
|
-
WebSyncJobSnapshot,
|
|
19
|
-
WebSyncKind,
|
|
20
|
-
WebSyncOptions,
|
|
21
|
-
WebSyncResponse,
|
|
22
|
-
} from "./web-sync";
|
|
23
|
-
|
|
24
|
-
const jsonRecordSchema = z.object({}).passthrough();
|
|
25
|
-
const resourceKindSchema = z.enum(["home", "mentions", "authored", "dms"]);
|
|
26
|
-
const webSyncKindSchema = z.enum([
|
|
27
|
-
"timeline",
|
|
28
|
-
"mentions",
|
|
29
|
-
"likes",
|
|
30
|
-
"bookmarks",
|
|
31
|
-
"dms",
|
|
32
|
-
]);
|
|
33
|
-
|
|
34
|
-
const queryEnvelopeSchema = z
|
|
35
|
-
.object({
|
|
36
|
-
accounts: z.array(jsonRecordSchema),
|
|
37
|
-
archives: z.array(jsonRecordSchema),
|
|
38
|
-
transport: z
|
|
39
|
-
.object({
|
|
40
|
-
statusText: z.string(),
|
|
41
|
-
})
|
|
42
|
-
.passthrough(),
|
|
43
|
-
stats: z.object({
|
|
44
|
-
home: z.number(),
|
|
45
|
-
mentions: z.number(),
|
|
46
|
-
dms: z.number(),
|
|
47
|
-
needsReply: z.number(),
|
|
48
|
-
inbox: z.number(),
|
|
49
|
-
}),
|
|
50
|
-
})
|
|
51
|
-
.transform((value) => value as unknown as QueryEnvelope);
|
|
52
|
-
|
|
53
|
-
const queryResponseSchema = z
|
|
54
|
-
.object({
|
|
55
|
-
resource: resourceKindSchema,
|
|
56
|
-
items: z.array(jsonRecordSchema),
|
|
57
|
-
selectedConversation: z
|
|
58
|
-
.object({
|
|
59
|
-
conversation: jsonRecordSchema,
|
|
60
|
-
messages: z.array(jsonRecordSchema),
|
|
61
|
-
})
|
|
62
|
-
.nullish(),
|
|
63
|
-
})
|
|
64
|
-
.transform(
|
|
65
|
-
(value) =>
|
|
66
|
-
({
|
|
67
|
-
...value,
|
|
68
|
-
items: value.items as unknown as Array<
|
|
69
|
-
TimelineItem | DmConversationItem
|
|
70
|
-
>,
|
|
71
|
-
selectedConversation: value.selectedConversation
|
|
72
|
-
? {
|
|
73
|
-
conversation: value.selectedConversation
|
|
74
|
-
.conversation as unknown as DmConversationItem,
|
|
75
|
-
messages: value.selectedConversation
|
|
76
|
-
.messages as unknown as DmMessageItem[],
|
|
77
|
-
}
|
|
78
|
-
: value.selectedConversation,
|
|
79
|
-
}) as QueryResponse,
|
|
80
|
-
);
|
|
81
|
-
|
|
82
|
-
const webSyncResponseSchema = z
|
|
83
|
-
.object({
|
|
84
|
-
ok: z.boolean(),
|
|
85
|
-
kind: webSyncKindSchema,
|
|
86
|
-
accountId: z.string().optional(),
|
|
87
|
-
summary: z.string(),
|
|
88
|
-
steps: z.array(jsonRecordSchema),
|
|
89
|
-
startedAt: z.string().optional(),
|
|
90
|
-
finishedAt: z.string().optional(),
|
|
91
|
-
inProgress: z.boolean().optional(),
|
|
92
|
-
backup: z.unknown().optional(),
|
|
93
|
-
error: z.string().optional(),
|
|
94
|
-
})
|
|
95
|
-
.transform((value) => value as unknown as WebSyncResponse);
|
|
96
|
-
|
|
97
|
-
const webSyncJobSchema = z
|
|
98
|
-
.object({
|
|
99
|
-
id: z.string(),
|
|
100
|
-
kind: webSyncKindSchema,
|
|
101
|
-
accountId: z.string().optional(),
|
|
102
|
-
status: z.enum(["running", "succeeded", "failed"]),
|
|
103
|
-
startedAt: z.string(),
|
|
104
|
-
finishedAt: z.string().optional(),
|
|
105
|
-
summary: z.string(),
|
|
106
|
-
inProgress: z.boolean(),
|
|
107
|
-
result: webSyncResponseSchema.optional(),
|
|
108
|
-
error: z.string().optional(),
|
|
109
|
-
})
|
|
110
|
-
.transform((value) => value as unknown as WebSyncJobSnapshot);
|
|
111
|
-
|
|
112
|
-
const actionResponseSchema = jsonRecordSchema;
|
|
113
|
-
const SYNC_POLL_INTERVAL_MS = 500;
|
|
114
|
-
const STATUS_CACHE_KEY = "api:/status";
|
|
115
|
-
const QUERY_CACHE_PREFIX = "api:/query:";
|
|
116
|
-
const STATUS_CACHE_MAX_AGE_MS = 60_000;
|
|
117
|
-
const QUERY_CACHE_MAX_AGE_MS = 5 * 60_000;
|
|
118
|
-
|
|
119
|
-
interface ClientFetchCacheOptions {
|
|
120
|
-
force?: boolean;
|
|
121
|
-
maxAgeMs?: number;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
export class ApiFetchError extends Data.TaggedError("ApiFetchError")<{
|
|
125
|
-
readonly message: string;
|
|
126
|
-
readonly status?: number;
|
|
127
|
-
readonly cause?: unknown;
|
|
128
|
-
}> {}
|
|
129
|
-
|
|
130
|
-
function responseMessage(data: unknown, fallback: string) {
|
|
131
|
-
if (data && typeof data === "object") {
|
|
132
|
-
const record = data as {
|
|
133
|
-
message?: unknown;
|
|
134
|
-
error?: unknown;
|
|
135
|
-
summary?: unknown;
|
|
136
|
-
};
|
|
137
|
-
if (typeof record.message === "string") return record.message;
|
|
138
|
-
if (typeof record.error === "string") return record.error;
|
|
139
|
-
if (typeof record.summary === "string") return record.summary;
|
|
140
|
-
}
|
|
141
|
-
return fallback;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
function apiFetchErrorFromCause(cause: unknown, fallbackMessage: string) {
|
|
145
|
-
if (cause instanceof DOMException && cause.name === "AbortError") {
|
|
146
|
-
return cause;
|
|
147
|
-
}
|
|
148
|
-
if (cause instanceof ApiFetchError) return cause;
|
|
149
|
-
if (cause instanceof Error) {
|
|
150
|
-
return new ApiFetchError({ message: cause.message, cause });
|
|
151
|
-
}
|
|
152
|
-
if (typeof cause === "string") {
|
|
153
|
-
return new ApiFetchError({ message: cause, cause });
|
|
154
|
-
}
|
|
155
|
-
return new ApiFetchError({ message: fallbackMessage, cause });
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
function readJsonEffect(response: Response) {
|
|
159
|
-
return Effect.promise(() => response.json().catch(() => null as unknown));
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
function runApiEffect<T, E>(effect: Effect.Effect<T, E>) {
|
|
163
|
-
return runEffectPromise(effect);
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
function splitSignal(init?: RequestInit) {
|
|
167
|
-
if (!init) return { requestInit: undefined, signal: undefined };
|
|
168
|
-
const { signal, ...requestInit } = init;
|
|
169
|
-
return { requestInit, signal: signal ?? undefined };
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
function waitForSignal<T>(promise: Promise<T>, signal?: AbortSignal) {
|
|
173
|
-
if (!signal) return promise;
|
|
174
|
-
if (signal.aborted) {
|
|
175
|
-
return Promise.reject(
|
|
176
|
-
new DOMException("The operation was aborted.", "AbortError"),
|
|
177
|
-
);
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
return new Promise<T>((resolve, reject) => {
|
|
181
|
-
const onAbort = () => {
|
|
182
|
-
reject(new DOMException("The operation was aborted.", "AbortError"));
|
|
183
|
-
};
|
|
184
|
-
signal.addEventListener("abort", onAbort, { once: true });
|
|
185
|
-
promise.then(
|
|
186
|
-
(value) => {
|
|
187
|
-
signal.removeEventListener("abort", onAbort);
|
|
188
|
-
resolve(value);
|
|
189
|
-
},
|
|
190
|
-
(error: unknown) => {
|
|
191
|
-
signal.removeEventListener("abort", onAbort);
|
|
192
|
-
reject(error);
|
|
193
|
-
},
|
|
194
|
-
);
|
|
195
|
-
});
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
function queryCacheKey(input: RequestInfo | URL) {
|
|
199
|
-
const raw =
|
|
200
|
-
typeof input === "string"
|
|
201
|
-
? input
|
|
202
|
-
: input instanceof URL
|
|
203
|
-
? input.toString()
|
|
204
|
-
: input.url;
|
|
205
|
-
const base =
|
|
206
|
-
typeof window === "undefined"
|
|
207
|
-
? "http://birdclaw.local"
|
|
208
|
-
: window.location.origin;
|
|
209
|
-
const url = new URL(raw, base);
|
|
210
|
-
url.searchParams.delete("refresh");
|
|
211
|
-
url.searchParams.sort();
|
|
212
|
-
return `${QUERY_CACHE_PREFIX}${url.pathname}?${url.searchParams.toString()}`;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
export function fetchJsonEffect<T>(
|
|
216
|
-
input: RequestInfo | URL,
|
|
217
|
-
init: RequestInit | undefined,
|
|
218
|
-
schema: z.ZodType<T>,
|
|
219
|
-
fallbackMessage: string,
|
|
220
|
-
) {
|
|
221
|
-
return Effect.gen(function* () {
|
|
222
|
-
const response = yield* Effect.tryPromise({
|
|
223
|
-
try: () => fetch(input, init),
|
|
224
|
-
catch: (cause) => apiFetchErrorFromCause(cause, fallbackMessage),
|
|
225
|
-
});
|
|
226
|
-
const data = yield* readJsonEffect(response);
|
|
227
|
-
if (!response.ok) {
|
|
228
|
-
return yield* Effect.fail(
|
|
229
|
-
new ApiFetchError({
|
|
230
|
-
message: responseMessage(data, fallbackMessage),
|
|
231
|
-
status: response.status,
|
|
232
|
-
}),
|
|
233
|
-
);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
const parsed = schema.safeParse(data);
|
|
237
|
-
if (!parsed.success) {
|
|
238
|
-
return yield* Effect.fail(
|
|
239
|
-
new ApiFetchError({
|
|
240
|
-
message: fallbackMessage,
|
|
241
|
-
cause: parsed.error,
|
|
242
|
-
}),
|
|
243
|
-
);
|
|
244
|
-
}
|
|
245
|
-
return parsed.data;
|
|
246
|
-
});
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
export function fetchJson<T>(
|
|
250
|
-
input: RequestInfo | URL,
|
|
251
|
-
init: RequestInit | undefined,
|
|
252
|
-
schema: z.ZodType<T>,
|
|
253
|
-
fallbackMessage: string,
|
|
254
|
-
): Promise<T> {
|
|
255
|
-
return runApiEffect(fetchJsonEffect(input, init, schema, fallbackMessage));
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
export function readCachedQueryEnvelope() {
|
|
259
|
-
return readClientCache<QueryEnvelope>(
|
|
260
|
-
STATUS_CACHE_KEY,
|
|
261
|
-
STATUS_CACHE_MAX_AGE_MS,
|
|
262
|
-
);
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
export function fetchQueryEnvelope(
|
|
266
|
-
init?: RequestInit,
|
|
267
|
-
{
|
|
268
|
-
force = false,
|
|
269
|
-
maxAgeMs = STATUS_CACHE_MAX_AGE_MS,
|
|
270
|
-
}: ClientFetchCacheOptions = {},
|
|
271
|
-
) {
|
|
272
|
-
const { requestInit, signal } = splitSignal(init);
|
|
273
|
-
const request = loadClientCache(
|
|
274
|
-
STATUS_CACHE_KEY,
|
|
275
|
-
() => runApiEffect(fetchQueryEnvelopeEffect(requestInit)),
|
|
276
|
-
{ force, maxAgeMs },
|
|
277
|
-
);
|
|
278
|
-
return waitForSignal(request, signal);
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
export function fetchQueryEnvelopeEffect(init?: RequestInit) {
|
|
282
|
-
return fetchJsonEffect(
|
|
283
|
-
"/api/status",
|
|
284
|
-
init,
|
|
285
|
-
queryEnvelopeSchema,
|
|
286
|
-
"Status unavailable",
|
|
287
|
-
);
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
export function fetchQueryResponse(
|
|
291
|
-
input: RequestInfo | URL,
|
|
292
|
-
init?: RequestInit,
|
|
293
|
-
) {
|
|
294
|
-
return runApiEffect(fetchQueryResponseEffect(input, init));
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
export function readCachedQueryResponse(input: RequestInfo | URL) {
|
|
298
|
-
return readClientCache<QueryResponse>(
|
|
299
|
-
queryCacheKey(input),
|
|
300
|
-
QUERY_CACHE_MAX_AGE_MS,
|
|
301
|
-
);
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
export function fetchCachedQueryResponse(
|
|
305
|
-
input: RequestInfo | URL,
|
|
306
|
-
init?: RequestInit,
|
|
307
|
-
{
|
|
308
|
-
force = false,
|
|
309
|
-
maxAgeMs = QUERY_CACHE_MAX_AGE_MS,
|
|
310
|
-
}: ClientFetchCacheOptions = {},
|
|
311
|
-
) {
|
|
312
|
-
const { requestInit, signal } = splitSignal(init);
|
|
313
|
-
const request = loadClientCache(
|
|
314
|
-
queryCacheKey(input),
|
|
315
|
-
() => runApiEffect(fetchQueryResponseEffect(input, requestInit)),
|
|
316
|
-
{ force, maxAgeMs },
|
|
317
|
-
);
|
|
318
|
-
return waitForSignal(request, signal);
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
export function invalidateCachedQueryResponse(input: RequestInfo | URL) {
|
|
322
|
-
deleteClientCache(queryCacheKey(input));
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
export function invalidateCachedQueryResponses() {
|
|
326
|
-
deleteClientCacheByPrefix(QUERY_CACHE_PREFIX);
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
export function fetchQueryResponseEffect(
|
|
330
|
-
input: RequestInfo | URL,
|
|
331
|
-
init?: RequestInit,
|
|
332
|
-
) {
|
|
333
|
-
return fetchJsonEffect(input, init, queryResponseSchema, "Query unavailable");
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
export function postAction(body: Record<string, unknown>) {
|
|
337
|
-
return runApiEffect(postActionEffect(body));
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
export function postActionEffect(body: Record<string, unknown>) {
|
|
341
|
-
return fetchJsonEffect(
|
|
342
|
-
"/api/action",
|
|
343
|
-
{
|
|
344
|
-
method: "POST",
|
|
345
|
-
headers: { "content-type": "application/json" },
|
|
346
|
-
body: JSON.stringify(body),
|
|
347
|
-
},
|
|
348
|
-
actionResponseSchema,
|
|
349
|
-
"Action failed",
|
|
350
|
-
);
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
export function postSync(
|
|
354
|
-
kind: WebSyncKind,
|
|
355
|
-
accountId?: string,
|
|
356
|
-
options: WebSyncOptions = {},
|
|
357
|
-
) {
|
|
358
|
-
return runApiEffect(postSyncEffect(kind, accountId, options));
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
export function postSyncEffect(
|
|
362
|
-
kind: WebSyncKind,
|
|
363
|
-
accountId?: string,
|
|
364
|
-
options: WebSyncOptions = {},
|
|
365
|
-
) {
|
|
366
|
-
return fetchJsonEffect(
|
|
367
|
-
"/api/sync",
|
|
368
|
-
{
|
|
369
|
-
method: "POST",
|
|
370
|
-
headers: { "content-type": "application/json" },
|
|
371
|
-
body: JSON.stringify({
|
|
372
|
-
kind,
|
|
373
|
-
...(accountId ? { accountId } : {}),
|
|
374
|
-
...options,
|
|
375
|
-
}),
|
|
376
|
-
},
|
|
377
|
-
webSyncJobSchema,
|
|
378
|
-
"Sync failed",
|
|
379
|
-
).pipe(Effect.flatMap(waitForWebSyncJobEffect));
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
function fetchSyncJobEffect(id: string) {
|
|
383
|
-
const url = new URL("/api/sync", window.location.origin);
|
|
384
|
-
url.searchParams.set("id", id);
|
|
385
|
-
return fetchJsonEffect(
|
|
386
|
-
url,
|
|
387
|
-
undefined,
|
|
388
|
-
webSyncJobSchema,
|
|
389
|
-
"Sync status unavailable",
|
|
390
|
-
);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
export function waitForWebSyncJobEffect(job: WebSyncJobSnapshot) {
|
|
394
|
-
return Effect.gen(function* () {
|
|
395
|
-
let current = job;
|
|
396
|
-
while (current.inProgress) {
|
|
397
|
-
yield* Effect.sleep(SYNC_POLL_INTERVAL_MS);
|
|
398
|
-
current = yield* fetchSyncJobEffect(current.id);
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
if (!current.result) {
|
|
402
|
-
return yield* Effect.fail(
|
|
403
|
-
new ApiFetchError({ message: current.error ?? current.summary }),
|
|
404
|
-
);
|
|
405
|
-
}
|
|
406
|
-
if (!current.result.ok) {
|
|
407
|
-
return yield* Effect.fail(
|
|
408
|
-
new ApiFetchError({
|
|
409
|
-
message: current.result.error ?? current.result.summary,
|
|
410
|
-
}),
|
|
411
|
-
);
|
|
412
|
-
}
|
|
413
|
-
return current.result;
|
|
414
|
-
});
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
export function waitForWebSyncJob(job: WebSyncJobSnapshot) {
|
|
418
|
-
return runApiEffect(waitForWebSyncJobEffect(job));
|
|
419
|
-
}
|