@iann29/rastro 0.1.0-alpha.9 → 0.1.0
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/README.md +246 -57
- package/agent/integration.md +223 -65
- package/agent/manifest.json +34 -13
- package/agent/manifest.schema.json +53 -11
- package/dist/client/federation.d.ts +196 -11
- package/dist/client/federation.d.ts.map +1 -1
- package/dist/client/federation.js +160 -6
- package/dist/client/federation.js.map +1 -1
- package/dist/client/heat.d.ts +37 -0
- package/dist/client/heat.d.ts.map +1 -0
- package/dist/client/heat.js +43 -0
- package/dist/client/heat.js.map +1 -0
- package/dist/client/index.d.ts +441 -98
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +207 -17
- package/dist/client/index.js.map +1 -1
- package/dist/component/_generated/api.d.ts +6 -0
- package/dist/component/_generated/api.d.ts.map +1 -1
- package/dist/component/_generated/api.js.map +1 -1
- package/dist/component/_generated/component.d.ts +50 -13
- package/dist/component/_generated/component.d.ts.map +1 -1
- package/dist/component/constants.d.ts +3 -0
- package/dist/component/constants.d.ts.map +1 -1
- package/dist/component/constants.js +6 -0
- package/dist/component/constants.js.map +1 -1
- package/dist/component/coverage.d.ts +9 -0
- package/dist/component/coverage.d.ts.map +1 -1
- package/dist/component/coverage.js +36 -6
- package/dist/component/coverage.js.map +1 -1
- package/dist/component/geo.d.ts +2 -0
- package/dist/component/geo.d.ts.map +1 -1
- package/dist/component/geo.js +56 -19
- package/dist/component/geo.js.map +1 -1
- package/dist/component/http.d.ts.map +1 -1
- package/dist/component/http.js +48 -27
- package/dist/component/http.js.map +1 -1
- package/dist/component/ingest.d.ts.map +1 -1
- package/dist/component/ingest.js +223 -304
- package/dist/component/ingest.js.map +1 -1
- package/dist/component/localTime.d.ts +25 -0
- package/dist/component/localTime.d.ts.map +1 -0
- package/dist/component/localTime.js +126 -0
- package/dist/component/localTime.js.map +1 -0
- package/dist/component/reports.d.ts +44 -13
- package/dist/component/reports.d.ts.map +1 -1
- package/dist/component/reports.js +193 -38
- package/dist/component/reports.js.map +1 -1
- package/dist/component/retention.js +26 -8
- package/dist/component/retention.js.map +1 -1
- package/dist/component/rollupStore.d.ts +320 -0
- package/dist/component/rollupStore.d.ts.map +1 -0
- package/dist/component/rollupStore.js +596 -0
- package/dist/component/rollupStore.js.map +1 -0
- package/dist/component/rollups.d.ts +20 -0
- package/dist/component/rollups.d.ts.map +1 -0
- package/dist/component/rollups.js +73 -0
- package/dist/component/rollups.js.map +1 -0
- package/dist/component/sanitize.d.ts +5 -0
- package/dist/component/sanitize.d.ts.map +1 -1
- package/dist/component/sanitize.js +15 -0
- package/dist/component/sanitize.js.map +1 -1
- package/dist/component/schema.d.ts +345 -11
- package/dist/component/schema.js +25 -0
- package/dist/component/schema.js.map +1 -1
- package/dist/component/sites.d.ts +12 -0
- package/dist/component/sites.d.ts.map +1 -1
- package/dist/component/sites.js +30 -0
- package/dist/component/sites.js.map +1 -1
- package/dist/component/validators.d.ts +34 -13
- package/dist/component/validators.d.ts.map +1 -1
- package/dist/component/validators.js +23 -2
- package/dist/component/validators.js.map +1 -1
- package/dist/tracker/generated.d.ts +3 -0
- package/dist/tracker/generated.d.ts.map +1 -1
- package/dist/tracker/generated.js +3 -0
- package/dist/tracker/generated.js.map +1 -1
- package/docs/federation-setup.md +104 -27
- package/docs/federation.md +168 -31
- package/docs/upgrading.md +158 -21
- package/llms.txt +8 -6
- package/package.json +2 -1
- package/src/component/_generated/api.ts +6 -0
- package/src/component/_generated/component.ts +47 -12
- package/src/component/constants.ts +6 -0
- package/src/component/coverage.ts +46 -6
- package/src/component/geo.ts +82 -28
- package/src/component/http.ts +61 -26
- package/src/component/ingest.ts +327 -439
- package/src/component/localTime.ts +167 -0
- package/src/component/reports.ts +261 -39
- package/src/component/retention.ts +25 -7
- package/src/component/rollupStore.ts +799 -0
- package/src/component/rollups.ts +82 -0
- package/src/component/sanitize.ts +14 -0
- package/src/component/schema.ts +35 -0
- package/src/component/sites.ts +32 -0
- package/src/component/validators.ts +27 -1
- package/src/tracker/generated.ts +12 -0
|
@@ -0,0 +1,320 @@
|
|
|
1
|
+
import type { Doc, Id } from "./_generated/dataModel.js";
|
|
2
|
+
import type { MutationCtx } from "./_generated/server.js";
|
|
3
|
+
import { type VitalMetric } from "./vitals.js";
|
|
4
|
+
/**
|
|
5
|
+
* Report rollups (goal, funnel, affiliate, route and Web Vitals daily rows)
|
|
6
|
+
* are the hottest documents in the store: a goal on the home page or one
|
|
7
|
+
* affiliate carrying a campaign means every batch read-modify-writes the same
|
|
8
|
+
* two rows, and under concurrent load Convex's optimistic retries run out and
|
|
9
|
+
* whole batches are lost (#52). Ingestion therefore never touches a rollup
|
|
10
|
+
* row. It appends the batch's deltas to `reportRollupQueue` — an insert
|
|
11
|
+
* conflicts with nothing — and one leased fold job per site merges the queue
|
|
12
|
+
* into the rows a few hundred milliseconds later, so every rollup row has a
|
|
13
|
+
* single writer.
|
|
14
|
+
*/
|
|
15
|
+
export type GoalRollupDelta = {
|
|
16
|
+
siteId: Id<"sites">;
|
|
17
|
+
goalId: Id<"goals">;
|
|
18
|
+
bucketStart: number;
|
|
19
|
+
shard: number;
|
|
20
|
+
goalKey: string;
|
|
21
|
+
completions: number;
|
|
22
|
+
valueCents: number;
|
|
23
|
+
};
|
|
24
|
+
export type FunnelRollupDelta = {
|
|
25
|
+
siteId: Id<"sites">;
|
|
26
|
+
funnelId: Id<"funnels">;
|
|
27
|
+
bucketStart: number;
|
|
28
|
+
shard: number;
|
|
29
|
+
steps: Map<number, {
|
|
30
|
+
step: number;
|
|
31
|
+
entrants: number;
|
|
32
|
+
completions: number;
|
|
33
|
+
}>;
|
|
34
|
+
};
|
|
35
|
+
export type FunnelStepDelta = {
|
|
36
|
+
siteId: Id<"sites">;
|
|
37
|
+
funnelId: Id<"funnels">;
|
|
38
|
+
bucketStart: number;
|
|
39
|
+
step: number;
|
|
40
|
+
shard: number;
|
|
41
|
+
entrants: number;
|
|
42
|
+
completions: number;
|
|
43
|
+
};
|
|
44
|
+
export type AffiliateRollupDelta = {
|
|
45
|
+
siteId: Id<"sites">;
|
|
46
|
+
affiliateId: Id<"affiliates">;
|
|
47
|
+
bucketStart: number;
|
|
48
|
+
shard: number;
|
|
49
|
+
affiliateSlug: string;
|
|
50
|
+
visits: number;
|
|
51
|
+
visitorKeys: Set<string>;
|
|
52
|
+
conversions: number;
|
|
53
|
+
revenueCents: number;
|
|
54
|
+
commissionCents: number;
|
|
55
|
+
};
|
|
56
|
+
export type VitalRollupDelta = {
|
|
57
|
+
siteId: Id<"sites">;
|
|
58
|
+
bucketStart: number;
|
|
59
|
+
device: string;
|
|
60
|
+
page: string;
|
|
61
|
+
shard: number;
|
|
62
|
+
metrics: Map<VitalMetric, {
|
|
63
|
+
count: number;
|
|
64
|
+
sum: number;
|
|
65
|
+
histogram: number[];
|
|
66
|
+
}>;
|
|
67
|
+
};
|
|
68
|
+
export type RouteRollupDelta = {
|
|
69
|
+
siteId: Id<"sites">;
|
|
70
|
+
bucketStart: number;
|
|
71
|
+
shard: number;
|
|
72
|
+
route: string;
|
|
73
|
+
pageviews: number;
|
|
74
|
+
entries: number;
|
|
75
|
+
continued: number;
|
|
76
|
+
dwellMs: number;
|
|
77
|
+
dwellSamples: number;
|
|
78
|
+
visitorKeys: Set<string>;
|
|
79
|
+
outgoing: Map<string, number>;
|
|
80
|
+
};
|
|
81
|
+
export type ReportRollupDeltas = {
|
|
82
|
+
goals: Map<string, GoalRollupDelta>;
|
|
83
|
+
funnels: Map<string, FunnelRollupDelta>;
|
|
84
|
+
funnelSteps: Map<string, FunnelStepDelta>;
|
|
85
|
+
affiliates: Map<string, AffiliateRollupDelta>;
|
|
86
|
+
vitals: Map<string, VitalRollupDelta>;
|
|
87
|
+
routes: Map<string, RouteRollupDelta>;
|
|
88
|
+
};
|
|
89
|
+
export declare function createReportRollupDeltas(): ReportRollupDeltas;
|
|
90
|
+
export declare function reportRollupCoordinates(siteId: Id<"sites">, definitionId: string, timestamp: number, visitorId: string): {
|
|
91
|
+
bucketStart: number;
|
|
92
|
+
shard: number;
|
|
93
|
+
key: string;
|
|
94
|
+
};
|
|
95
|
+
export declare function countReportRollupRows(deltas: ReportRollupDeltas): number;
|
|
96
|
+
export declare const reportRollupQueueFields: {
|
|
97
|
+
siteId: import("convex/values").VId<import("convex/values").GenericId<"sites">, "required">;
|
|
98
|
+
createdAt: import("convex/values").VFloat64<number, "required">;
|
|
99
|
+
goals: import("convex/values").VArray<{
|
|
100
|
+
bucketStart: number;
|
|
101
|
+
completions: number;
|
|
102
|
+
goalId: import("convex/values").GenericId<"goals">;
|
|
103
|
+
goalKey: string;
|
|
104
|
+
shard: number;
|
|
105
|
+
valueCents: number;
|
|
106
|
+
}[], import("convex/values").VObject<{
|
|
107
|
+
bucketStart: number;
|
|
108
|
+
completions: number;
|
|
109
|
+
goalId: import("convex/values").GenericId<"goals">;
|
|
110
|
+
goalKey: string;
|
|
111
|
+
shard: number;
|
|
112
|
+
valueCents: number;
|
|
113
|
+
}, {
|
|
114
|
+
goalId: import("convex/values").VId<import("convex/values").GenericId<"goals">, "required">;
|
|
115
|
+
bucketStart: import("convex/values").VFloat64<number, "required">;
|
|
116
|
+
shard: import("convex/values").VFloat64<number, "required">;
|
|
117
|
+
goalKey: import("convex/values").VString<string, "required">;
|
|
118
|
+
completions: import("convex/values").VFloat64<number, "required">;
|
|
119
|
+
valueCents: import("convex/values").VFloat64<number, "required">;
|
|
120
|
+
}, "required", "bucketStart" | "completions" | "goalId" | "goalKey" | "shard" | "valueCents">, "required">;
|
|
121
|
+
funnels: import("convex/values").VArray<{
|
|
122
|
+
bucketStart: number;
|
|
123
|
+
funnelId: import("convex/values").GenericId<"funnels">;
|
|
124
|
+
shard: number;
|
|
125
|
+
steps: {
|
|
126
|
+
completions: number;
|
|
127
|
+
entrants: number;
|
|
128
|
+
step: number;
|
|
129
|
+
}[];
|
|
130
|
+
}[], import("convex/values").VObject<{
|
|
131
|
+
bucketStart: number;
|
|
132
|
+
funnelId: import("convex/values").GenericId<"funnels">;
|
|
133
|
+
shard: number;
|
|
134
|
+
steps: {
|
|
135
|
+
completions: number;
|
|
136
|
+
entrants: number;
|
|
137
|
+
step: number;
|
|
138
|
+
}[];
|
|
139
|
+
}, {
|
|
140
|
+
funnelId: import("convex/values").VId<import("convex/values").GenericId<"funnels">, "required">;
|
|
141
|
+
bucketStart: import("convex/values").VFloat64<number, "required">;
|
|
142
|
+
shard: import("convex/values").VFloat64<number, "required">;
|
|
143
|
+
steps: import("convex/values").VArray<{
|
|
144
|
+
completions: number;
|
|
145
|
+
entrants: number;
|
|
146
|
+
step: number;
|
|
147
|
+
}[], import("convex/values").VObject<{
|
|
148
|
+
completions: number;
|
|
149
|
+
entrants: number;
|
|
150
|
+
step: number;
|
|
151
|
+
}, {
|
|
152
|
+
step: import("convex/values").VFloat64<number, "required">;
|
|
153
|
+
entrants: import("convex/values").VFloat64<number, "required">;
|
|
154
|
+
completions: import("convex/values").VFloat64<number, "required">;
|
|
155
|
+
}, "required", "completions" | "entrants" | "step">, "required">;
|
|
156
|
+
}, "required", "bucketStart" | "funnelId" | "shard" | "steps">, "required">;
|
|
157
|
+
funnelSteps: import("convex/values").VArray<{
|
|
158
|
+
bucketStart: number;
|
|
159
|
+
completions: number;
|
|
160
|
+
entrants: number;
|
|
161
|
+
funnelId: import("convex/values").GenericId<"funnels">;
|
|
162
|
+
shard: number;
|
|
163
|
+
step: number;
|
|
164
|
+
}[], import("convex/values").VObject<{
|
|
165
|
+
bucketStart: number;
|
|
166
|
+
completions: number;
|
|
167
|
+
entrants: number;
|
|
168
|
+
funnelId: import("convex/values").GenericId<"funnels">;
|
|
169
|
+
shard: number;
|
|
170
|
+
step: number;
|
|
171
|
+
}, {
|
|
172
|
+
funnelId: import("convex/values").VId<import("convex/values").GenericId<"funnels">, "required">;
|
|
173
|
+
bucketStart: import("convex/values").VFloat64<number, "required">;
|
|
174
|
+
step: import("convex/values").VFloat64<number, "required">;
|
|
175
|
+
shard: import("convex/values").VFloat64<number, "required">;
|
|
176
|
+
entrants: import("convex/values").VFloat64<number, "required">;
|
|
177
|
+
completions: import("convex/values").VFloat64<number, "required">;
|
|
178
|
+
}, "required", "bucketStart" | "completions" | "entrants" | "funnelId" | "shard" | "step">, "required">;
|
|
179
|
+
affiliates: import("convex/values").VArray<{
|
|
180
|
+
affiliateId: import("convex/values").GenericId<"affiliates">;
|
|
181
|
+
affiliateSlug: string;
|
|
182
|
+
bucketStart: number;
|
|
183
|
+
commissionCents: number;
|
|
184
|
+
conversions: number;
|
|
185
|
+
revenueCents: number;
|
|
186
|
+
shard: number;
|
|
187
|
+
visitorKeys: string[];
|
|
188
|
+
visits: number;
|
|
189
|
+
}[], import("convex/values").VObject<{
|
|
190
|
+
affiliateId: import("convex/values").GenericId<"affiliates">;
|
|
191
|
+
affiliateSlug: string;
|
|
192
|
+
bucketStart: number;
|
|
193
|
+
commissionCents: number;
|
|
194
|
+
conversions: number;
|
|
195
|
+
revenueCents: number;
|
|
196
|
+
shard: number;
|
|
197
|
+
visitorKeys: string[];
|
|
198
|
+
visits: number;
|
|
199
|
+
}, {
|
|
200
|
+
affiliateId: import("convex/values").VId<import("convex/values").GenericId<"affiliates">, "required">;
|
|
201
|
+
bucketStart: import("convex/values").VFloat64<number, "required">;
|
|
202
|
+
shard: import("convex/values").VFloat64<number, "required">;
|
|
203
|
+
affiliateSlug: import("convex/values").VString<string, "required">;
|
|
204
|
+
visits: import("convex/values").VFloat64<number, "required">;
|
|
205
|
+
visitorKeys: import("convex/values").VArray<string[], import("convex/values").VString<string, "required">, "required">;
|
|
206
|
+
conversions: import("convex/values").VFloat64<number, "required">;
|
|
207
|
+
revenueCents: import("convex/values").VFloat64<number, "required">;
|
|
208
|
+
commissionCents: import("convex/values").VFloat64<number, "required">;
|
|
209
|
+
}, "required", "affiliateId" | "affiliateSlug" | "bucketStart" | "commissionCents" | "conversions" | "revenueCents" | "shard" | "visitorKeys" | "visits">, "required">;
|
|
210
|
+
routes: import("convex/values").VArray<{
|
|
211
|
+
bucketStart: number;
|
|
212
|
+
continued: number;
|
|
213
|
+
dwellMs: number;
|
|
214
|
+
dwellSamples: number;
|
|
215
|
+
entries: number;
|
|
216
|
+
outgoing: {
|
|
217
|
+
count: number;
|
|
218
|
+
route: string;
|
|
219
|
+
}[];
|
|
220
|
+
pageviews: number;
|
|
221
|
+
route: string;
|
|
222
|
+
shard: number;
|
|
223
|
+
visitorKeys: string[];
|
|
224
|
+
}[], import("convex/values").VObject<{
|
|
225
|
+
bucketStart: number;
|
|
226
|
+
continued: number;
|
|
227
|
+
dwellMs: number;
|
|
228
|
+
dwellSamples: number;
|
|
229
|
+
entries: number;
|
|
230
|
+
outgoing: {
|
|
231
|
+
count: number;
|
|
232
|
+
route: string;
|
|
233
|
+
}[];
|
|
234
|
+
pageviews: number;
|
|
235
|
+
route: string;
|
|
236
|
+
shard: number;
|
|
237
|
+
visitorKeys: string[];
|
|
238
|
+
}, {
|
|
239
|
+
route: import("convex/values").VString<string, "required">;
|
|
240
|
+
bucketStart: import("convex/values").VFloat64<number, "required">;
|
|
241
|
+
shard: import("convex/values").VFloat64<number, "required">;
|
|
242
|
+
pageviews: import("convex/values").VFloat64<number, "required">;
|
|
243
|
+
entries: import("convex/values").VFloat64<number, "required">;
|
|
244
|
+
continued: import("convex/values").VFloat64<number, "required">;
|
|
245
|
+
dwellMs: import("convex/values").VFloat64<number, "required">;
|
|
246
|
+
dwellSamples: import("convex/values").VFloat64<number, "required">;
|
|
247
|
+
visitorKeys: import("convex/values").VArray<string[], import("convex/values").VString<string, "required">, "required">;
|
|
248
|
+
outgoing: import("convex/values").VArray<{
|
|
249
|
+
count: number;
|
|
250
|
+
route: string;
|
|
251
|
+
}[], import("convex/values").VObject<{
|
|
252
|
+
count: number;
|
|
253
|
+
route: string;
|
|
254
|
+
}, {
|
|
255
|
+
route: import("convex/values").VString<string, "required">;
|
|
256
|
+
count: import("convex/values").VFloat64<number, "required">;
|
|
257
|
+
}, "required", "count" | "route">, "required">;
|
|
258
|
+
}, "required", "bucketStart" | "continued" | "dwellMs" | "dwellSamples" | "entries" | "outgoing" | "pageviews" | "route" | "shard" | "visitorKeys">, "required">;
|
|
259
|
+
vitals: import("convex/values").VArray<{
|
|
260
|
+
bucketStart: number;
|
|
261
|
+
device: string;
|
|
262
|
+
metrics: {
|
|
263
|
+
count: number;
|
|
264
|
+
histogram: number[];
|
|
265
|
+
metric: "CLS" | "FCP" | "INP" | "LCP" | "TTFB";
|
|
266
|
+
sum: number;
|
|
267
|
+
}[];
|
|
268
|
+
page: string;
|
|
269
|
+
shard: number;
|
|
270
|
+
}[], import("convex/values").VObject<{
|
|
271
|
+
bucketStart: number;
|
|
272
|
+
device: string;
|
|
273
|
+
metrics: {
|
|
274
|
+
count: number;
|
|
275
|
+
histogram: number[];
|
|
276
|
+
metric: "CLS" | "FCP" | "INP" | "LCP" | "TTFB";
|
|
277
|
+
sum: number;
|
|
278
|
+
}[];
|
|
279
|
+
page: string;
|
|
280
|
+
shard: number;
|
|
281
|
+
}, {
|
|
282
|
+
bucketStart: import("convex/values").VFloat64<number, "required">;
|
|
283
|
+
device: import("convex/values").VString<string, "required">;
|
|
284
|
+
page: import("convex/values").VString<string, "required">;
|
|
285
|
+
shard: import("convex/values").VFloat64<number, "required">;
|
|
286
|
+
metrics: import("convex/values").VArray<{
|
|
287
|
+
count: number;
|
|
288
|
+
histogram: number[];
|
|
289
|
+
metric: "CLS" | "FCP" | "INP" | "LCP" | "TTFB";
|
|
290
|
+
sum: number;
|
|
291
|
+
}[], import("convex/values").VObject<{
|
|
292
|
+
count: number;
|
|
293
|
+
histogram: number[];
|
|
294
|
+
metric: "CLS" | "FCP" | "INP" | "LCP" | "TTFB";
|
|
295
|
+
sum: number;
|
|
296
|
+
}, {
|
|
297
|
+
metric: import("convex/values").VUnion<"CLS" | "FCP" | "INP" | "LCP" | "TTFB", [import("convex/values").VLiteral<"LCP", "required">, import("convex/values").VLiteral<"CLS", "required">, import("convex/values").VLiteral<"INP", "required">, import("convex/values").VLiteral<"FCP", "required">, import("convex/values").VLiteral<"TTFB", "required">], "required", never>;
|
|
298
|
+
count: import("convex/values").VFloat64<number, "required">;
|
|
299
|
+
sum: import("convex/values").VFloat64<number, "required">;
|
|
300
|
+
histogram: import("convex/values").VArray<number[], import("convex/values").VFloat64<number, "required">, "required">;
|
|
301
|
+
}, "required", "count" | "histogram" | "metric" | "sum">, "required">;
|
|
302
|
+
}, "required", "bucketStart" | "device" | "metrics" | "page" | "shard">, "required">;
|
|
303
|
+
};
|
|
304
|
+
export declare const rollupFoldStateFields: {
|
|
305
|
+
siteId: import("convex/values").VId<import("convex/values").GenericId<"sites">, "required">;
|
|
306
|
+
leaseUntil: import("convex/values").VFloat64<number, "required">;
|
|
307
|
+
token: import("convex/values").VString<string, "required">;
|
|
308
|
+
};
|
|
309
|
+
/** Accumulates one queued document into the deltas the fold will write. */
|
|
310
|
+
export declare function mergeQueuedRollups(deltas: ReportRollupDeltas, queued: Doc<"reportRollupQueue">): void;
|
|
311
|
+
/**
|
|
312
|
+
* Appends a batch's rollup deltas to the site's queue and makes sure a fold
|
|
313
|
+
* job will pick them up. The only document this reads is the site's fold
|
|
314
|
+
* state, which the fold job rewrites about twice a minute under load, so
|
|
315
|
+
* concurrent ingests almost never retry because of it.
|
|
316
|
+
*/
|
|
317
|
+
export declare function enqueueReportRollups(ctx: MutationCtx, siteId: Id<"sites">, deltas: ReportRollupDeltas, now: number): Promise<void>;
|
|
318
|
+
export declare function ensureRollupFold(ctx: MutationCtx, siteId: Id<"sites">, now: number): Promise<void>;
|
|
319
|
+
export declare function flushReportRollups(ctx: MutationCtx, deltas: ReportRollupDeltas): Promise<void>;
|
|
320
|
+
//# sourceMappingURL=rollupStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rollupStore.d.ts","sourceRoot":"","sources":["../../src/component/rollupStore.ts"],"names":[],"mappings":"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"}
|