@rizom/site-rizom 0.2.0-alpha.160 → 0.2.0-alpha.162
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/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -16277,7 +16277,7 @@ var atprotoBrainDiscoveryEventPayloadSchema = exports_external.object({
|
|
|
16277
16277
|
agentId: exports_external.string().min(1),
|
|
16278
16278
|
name: exports_external.string().min(1),
|
|
16279
16279
|
url: exports_external.string().url(),
|
|
16280
|
-
status: exports_external.enum(["discovered", "approved"]),
|
|
16280
|
+
status: exports_external.enum(["discovered", "approved", "archived"]),
|
|
16281
16281
|
repoDid: exports_external.string().min(1).optional(),
|
|
16282
16282
|
brainDid: exports_external.string().min(1).optional(),
|
|
16283
16283
|
anchorDid: exports_external.string().min(1).optional(),
|
|
@@ -31113,4 +31113,4 @@ export {
|
|
|
31113
31113
|
Badge2 as Badge
|
|
31114
31114
|
};
|
|
31115
31115
|
|
|
31116
|
-
//# debugId=
|
|
31116
|
+
//# debugId=D1599CB05DC0362464756E2164756E21
|