+4
-8
package.json
+4
-8
package.json
·········
+2
-2
src/config.ts
+2
-2
src/config.ts
···
-62
src/firehose.ts
-62
src/firehose.ts
···
+139
src/firehose/firehose.ts
+139
src/firehose/firehose.ts
···
+30
src/firehose/ingester.ts
+30
src/firehose/ingester.ts
···
+355
src/firehose/lexicons.ts
+355
src/firehose/lexicons.ts
···+// @NOTE: this file is an ugly copy job of codegen output. I'd like to clean this whole thing up+/** A repo operation, ie a write of a single record. For creates and updates, cid is the record's CID as of this operation. For deletes, it's null. */+"A repo operation, ie a write of a single record. For creates and updates, cid is the record's CID as of this operation. For deletes, it's null.",
+5
-4
src/server.ts
+5
-4
src/server.ts
·········