@happyvertical/smrt-profiles 0.30.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.
Files changed (42) hide show
  1. package/AGENTS.md +53 -0
  2. package/CLAUDE.md +1 -0
  3. package/LICENSE +7 -0
  4. package/README.md +176 -0
  5. package/dist/chunks/ApiKey-B2LKEaP8.js +143 -0
  6. package/dist/chunks/ApiKey-B2LKEaP8.js.map +1 -0
  7. package/dist/chunks/ApiKeyCollection-B6Op817e.js +91 -0
  8. package/dist/chunks/ApiKeyCollection-B6Op817e.js.map +1 -0
  9. package/dist/chunks/AuditLogCollection-BYqCj0uE.js +195 -0
  10. package/dist/chunks/AuditLogCollection-BYqCj0uE.js.map +1 -0
  11. package/dist/chunks/NostrIdentityCollection-DadQBHWy.js +3065 -0
  12. package/dist/chunks/NostrIdentityCollection-DadQBHWy.js.map +1 -0
  13. package/dist/chunks/ProfileAssetCollection-D_tk1kKG.js +122 -0
  14. package/dist/chunks/ProfileAssetCollection-D_tk1kKG.js.map +1 -0
  15. package/dist/chunks/ProfileCollection-DU6wUJTO.js +782 -0
  16. package/dist/chunks/ProfileCollection-DU6wUJTO.js.map +1 -0
  17. package/dist/chunks/ProfileMetadataCollection-DEhmljMY.js +120 -0
  18. package/dist/chunks/ProfileMetadataCollection-DEhmljMY.js.map +1 -0
  19. package/dist/chunks/ProfileMetafieldCollection-DMKhSHXX.js +184 -0
  20. package/dist/chunks/ProfileMetafieldCollection-DMKhSHXX.js.map +1 -0
  21. package/dist/chunks/ProfileRelationshipCollection-C0IM8UQR.js +177 -0
  22. package/dist/chunks/ProfileRelationshipCollection-C0IM8UQR.js.map +1 -0
  23. package/dist/chunks/ProfileRelationshipTermCollection-CXem_qT-.js +117 -0
  24. package/dist/chunks/ProfileRelationshipTermCollection-CXem_qT-.js.map +1 -0
  25. package/dist/chunks/ProfileRelationshipType-BXBLldea.js +103 -0
  26. package/dist/chunks/ProfileRelationshipType-BXBLldea.js.map +1 -0
  27. package/dist/chunks/ProfileRelationshipTypeCollection-CF8YvLTV.js +48 -0
  28. package/dist/chunks/ProfileRelationshipTypeCollection-CF8YvLTV.js.map +1 -0
  29. package/dist/chunks/index-jFtOWsAV.js +1014 -0
  30. package/dist/chunks/index-jFtOWsAV.js.map +1 -0
  31. package/dist/index.d.ts +1848 -0
  32. package/dist/index.js +70 -0
  33. package/dist/index.js.map +1 -0
  34. package/dist/manifest.json +11829 -0
  35. package/dist/smrt-knowledge.json +3846 -0
  36. package/dist/types.d.ts +41 -0
  37. package/dist/types.js +2 -0
  38. package/dist/types.js.map +1 -0
  39. package/dist/utils.d.ts +61 -0
  40. package/dist/utils.js +49 -0
  41. package/dist/utils.js.map +1 -0
  42. package/package.json +75 -0
package/dist/index.js ADDED
@@ -0,0 +1,70 @@
1
+ import { B, M, a, O, b, c, P, d, e, f, g, h, i, p, r } from "./chunks/index-jFtOWsAV.js";
2
+ import { a as a2, b as b2, P as P2, p as p2, s } from "./chunks/ProfileCollection-DU6wUJTO.js";
3
+ import { a as a3, N, c as c2, b as b3, d as d2, f as f2, e as e2, g as g2, h as h2, i as i2, j, n, k, p as p3, l, s as s2, v, m } from "./chunks/NostrIdentityCollection-DadQBHWy.js";
4
+ import { ApiKeyCollection } from "./chunks/ApiKeyCollection-B6Op817e.js";
5
+ import { A, a as a4 } from "./chunks/AuditLogCollection-BYqCj0uE.js";
6
+ import { P as P3, a as a5 } from "./chunks/ProfileAssetCollection-D_tk1kKG.js";
7
+ import { P as P4, a as a6 } from "./chunks/ProfileMetadataCollection-DEhmljMY.js";
8
+ import { P as P5, a as a7 } from "./chunks/ProfileMetafieldCollection-DMKhSHXX.js";
9
+ import { P as P6, a as a8 } from "./chunks/ProfileRelationshipCollection-C0IM8UQR.js";
10
+ import { P as P7, a as a9 } from "./chunks/ProfileRelationshipTermCollection-CXem_qT-.js";
11
+ import { ProfileRelationshipTypeCollection } from "./chunks/ProfileRelationshipTypeCollection-CF8YvLTV.js";
12
+ import { ApiKey } from "./chunks/ApiKey-B2LKEaP8.js";
13
+ import { ProfileRelationshipType } from "./chunks/ProfileRelationshipType-BXBLldea.js";
14
+ export {
15
+ ApiKey,
16
+ ApiKeyCollection,
17
+ A as AuditLog,
18
+ a4 as AuditLogCollection,
19
+ B as Bot,
20
+ M as MagicLinkToken,
21
+ a as MagicLinkTokenCollection,
22
+ a3 as NostrIdentity,
23
+ N as NostrIdentityCollection,
24
+ O as OidcIdentity,
25
+ b as OidcIdentityCollection,
26
+ c as Organization,
27
+ P as Person,
28
+ a2 as Profile,
29
+ P3 as ProfileAsset,
30
+ a5 as ProfileAssetCollection,
31
+ b2 as ProfileCollection,
32
+ P4 as ProfileMetadata,
33
+ a6 as ProfileMetadataCollection,
34
+ P5 as ProfileMetafield,
35
+ a7 as ProfileMetafieldCollection,
36
+ P6 as ProfileRelationship,
37
+ a8 as ProfileRelationshipCollection,
38
+ P7 as ProfileRelationshipTerm,
39
+ a9 as ProfileRelationshipTermCollection,
40
+ ProfileRelationshipType,
41
+ ProfileRelationshipTypeCollection,
42
+ P2 as ProfileType,
43
+ d as ProfileTypeCollection,
44
+ c2 as computeEventId,
45
+ b3 as createAuthEvent,
46
+ e as createMagicLinkService,
47
+ f as createNip05Handler,
48
+ g as createProfileFromNostr,
49
+ h as createProfileFromOidc,
50
+ d2 as decryptPrivkey,
51
+ f2 as deriveEncryptionKey,
52
+ e2 as encryptPrivkey,
53
+ g2 as generateNostrKeypair,
54
+ h2 as getPublicKey,
55
+ i as isValidNip05Identifier,
56
+ i2 as isValidPrivkey,
57
+ j as isValidPubkey,
58
+ n as npubToPubkey,
59
+ k as nsecToPrivkey,
60
+ p as parseNip05Identifier,
61
+ p3 as privkeyToNsec,
62
+ p2 as promptMessageOptions,
63
+ l as pubkeyToNpub,
64
+ r as resolveIdentity,
65
+ s2 as signEvent,
66
+ s as smrtProfilesGenerateBioPrompt,
67
+ v as verifyAuthEvent,
68
+ m as verifyNostrSignature
69
+ };
70
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}