@graphprotocol/grc-20 0.27.0 → 0.28.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 (281) hide show
  1. package/dist/contracts.d.ts +2 -2
  2. package/dist/contracts.js +2 -2
  3. package/dist/index.d.ts +1 -1
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.js +1 -1
  6. package/dist/index.js.map +1 -1
  7. package/dist/src/abis/dao-space-factory.d.ts +30 -12
  8. package/dist/src/abis/dao-space-factory.d.ts.map +1 -1
  9. package/dist/src/abis/dao-space-factory.js +38 -15
  10. package/dist/src/abis/dao-space-factory.js.map +1 -1
  11. package/dist/src/abis/dao-space.d.ts +702 -0
  12. package/dist/src/abis/dao-space.d.ts.map +1 -0
  13. package/dist/src/abis/dao-space.js +911 -0
  14. package/dist/src/abis/dao-space.js.map +1 -0
  15. package/dist/src/abis/index.d.ts +1 -0
  16. package/dist/src/abis/index.d.ts.map +1 -1
  17. package/dist/src/abis/index.js +1 -0
  18. package/dist/src/abis/index.js.map +1 -1
  19. package/dist/src/abis/space-registry.d.ts +51 -9
  20. package/dist/src/abis/space-registry.d.ts.map +1 -1
  21. package/dist/src/abis/space-registry.js +393 -54
  22. package/dist/src/abis/space-registry.js.map +1 -1
  23. package/dist/src/encodings/get-create-dao-space-calldata.d.ts +9 -0
  24. package/dist/src/encodings/get-create-dao-space-calldata.d.ts.map +1 -1
  25. package/dist/src/encodings/get-create-dao-space-calldata.js +33 -1
  26. package/dist/src/encodings/get-create-dao-space-calldata.js.map +1 -1
  27. package/dist/src/encodings/get-create-dao-space-calldata.test.js +63 -1
  28. package/dist/src/encodings/get-create-dao-space-calldata.test.js.map +1 -1
  29. package/dist/src/encodings/{get-register-space-calldata.d.ts → get-create-personal-space-calldata.d.ts} +8 -7
  30. package/dist/src/encodings/get-create-personal-space-calldata.d.ts.map +1 -0
  31. package/dist/src/encodings/get-create-personal-space-calldata.js +43 -0
  32. package/dist/src/encodings/get-create-personal-space-calldata.js.map +1 -0
  33. package/dist/src/encodings/get-create-personal-space-calldata.test.d.ts +2 -0
  34. package/dist/src/encodings/get-create-personal-space-calldata.test.d.ts.map +1 -0
  35. package/dist/src/encodings/get-create-personal-space-calldata.test.js +15 -0
  36. package/dist/src/encodings/get-create-personal-space-calldata.test.js.map +1 -0
  37. package/dist/src/encodings/index.d.ts +1 -1
  38. package/dist/src/encodings/index.d.ts.map +1 -1
  39. package/dist/src/encodings/index.js +1 -1
  40. package/dist/src/encodings/index.js.map +1 -1
  41. package/package.json +1 -1
  42. package/dist/constants.d.ts +0 -7
  43. package/dist/constants.d.ts.map +0 -1
  44. package/dist/constants.js +0 -8
  45. package/dist/constants.js.map +0 -1
  46. package/dist/convert-ids.d.ts +0 -2
  47. package/dist/convert-ids.d.ts.map +0 -1
  48. package/dist/convert-ids.js +0 -42
  49. package/dist/convert-ids.js.map +0 -1
  50. package/dist/protov2.d.ts +0 -11
  51. package/dist/protov2.d.ts.map +0 -1
  52. package/dist/protov2.js +0 -11
  53. package/dist/protov2.js.map +0 -1
  54. package/dist/src/core/blocks/image.d.ts +0 -15
  55. package/dist/src/core/blocks/image.d.ts.map +0 -1
  56. package/dist/src/core/blocks/image.js +0 -15
  57. package/dist/src/core/blocks/image.js.map +0 -1
  58. package/dist/src/core/idsv2/content.d.ts +0 -59
  59. package/dist/src/core/idsv2/content.d.ts.map +0 -1
  60. package/dist/src/core/idsv2/content.js +0 -59
  61. package/dist/src/core/idsv2/content.js.map +0 -1
  62. package/dist/src/core/idsv2/network.d.ts +0 -5
  63. package/dist/src/core/idsv2/network.d.ts.map +0 -1
  64. package/dist/src/core/idsv2/network.js +0 -5
  65. package/dist/src/core/idsv2/network.js.map +0 -1
  66. package/dist/src/core/idsv2/system.d.ts +0 -222
  67. package/dist/src/core/idsv2/system.d.ts.map +0 -1
  68. package/dist/src/core/idsv2/system.js +0 -230
  69. package/dist/src/core/idsv2/system.js.map +0 -1
  70. package/dist/src/core/image.d.ts +0 -40
  71. package/dist/src/core/image.d.ts.map +0 -1
  72. package/dist/src/core/image.js +0 -76
  73. package/dist/src/core/image.js.map +0 -1
  74. package/dist/src/core/image.test.d.ts +0 -2
  75. package/dist/src/core/image.test.d.ts.map +0 -1
  76. package/dist/src/core/image.test.js +0 -52
  77. package/dist/src/core/image.test.js.map +0 -1
  78. package/dist/src/core/relation.d.ts +0 -88
  79. package/dist/src/core/relation.d.ts.map +0 -1
  80. package/dist/src/core/relation.js +0 -89
  81. package/dist/src/core/relation.js.map +0 -1
  82. package/dist/src/core/relation.test.d.ts +0 -2
  83. package/dist/src/core/relation.test.d.ts.map +0 -1
  84. package/dist/src/core/relation.test.js +0 -45
  85. package/dist/src/core/relation.test.js.map +0 -1
  86. package/dist/src/core/triple.d.ts +0 -50
  87. package/dist/src/core/triple.d.ts.map +0 -1
  88. package/dist/src/core/triple.js +0 -56
  89. package/dist/src/core/triple.js.map +0 -1
  90. package/dist/src/core/triple.test.d.ts +0 -2
  91. package/dist/src/core/triple.test.d.ts.map +0 -1
  92. package/dist/src/core/triple.test.js +0 -37
  93. package/dist/src/core/triple.test.js.map +0 -1
  94. package/dist/src/encodings/get-register-space-calldata.d.ts.map +0 -1
  95. package/dist/src/encodings/get-register-space-calldata.js +0 -39
  96. package/dist/src/encodings/get-register-space-calldata.js.map +0 -1
  97. package/dist/src/encodings/get-register-space-calldata.test.d.ts +0 -2
  98. package/dist/src/encodings/get-register-space-calldata.test.d.ts.map +0 -1
  99. package/dist/src/encodings/get-register-space-calldata.test.js +0 -15
  100. package/dist/src/encodings/get-register-space-calldata.test.js.map +0 -1
  101. package/dist/src/graph/delete-entity.d.ts +0 -14
  102. package/dist/src/graph/delete-entity.d.ts.map +0 -1
  103. package/dist/src/graph/delete-entity.js +0 -21
  104. package/dist/src/graph/delete-entity.js.map +0 -1
  105. package/dist/src/graph/delete-entity.test.d.ts +0 -2
  106. package/dist/src/graph/delete-entity.test.d.ts.map +0 -1
  107. package/dist/src/graph/delete-entity.test.js +0 -23
  108. package/dist/src/graph/delete-entity.test.js.map +0 -1
  109. package/dist/src/graph/graph.test.d.ts +0 -2
  110. package/dist/src/graph/graph.test.d.ts.map +0 -1
  111. package/dist/src/graph/graph.test.js +0 -46
  112. package/dist/src/graph/graph.test.js.map +0 -1
  113. package/dist/src/graph/helpers/create-default-properties.d.ts +0 -5
  114. package/dist/src/graph/helpers/create-default-properties.d.ts.map +0 -1
  115. package/dist/src/graph/helpers/create-default-properties.js +0 -44
  116. package/dist/src/graph/helpers/create-default-properties.js.map +0 -1
  117. package/dist/src/graph/helpers/create-properties.d.ts +0 -8
  118. package/dist/src/graph/helpers/create-properties.d.ts.map +0 -1
  119. package/dist/src/graph/helpers/create-properties.js +0 -53
  120. package/dist/src/graph/helpers/create-properties.js.map +0 -1
  121. package/dist/src/graphv2/constants.d.ts +0 -2
  122. package/dist/src/graphv2/constants.d.ts.map +0 -1
  123. package/dist/src/graphv2/constants.js +0 -2
  124. package/dist/src/graphv2/constants.js.map +0 -1
  125. package/dist/src/graphv2/create-entity.d.ts +0 -52
  126. package/dist/src/graphv2/create-entity.d.ts.map +0 -1
  127. package/dist/src/graphv2/create-entity.js +0 -140
  128. package/dist/src/graphv2/create-entity.js.map +0 -1
  129. package/dist/src/graphv2/create-entity.test.d.ts +0 -2
  130. package/dist/src/graphv2/create-entity.test.d.ts.map +0 -1
  131. package/dist/src/graphv2/create-entity.test.js +0 -158
  132. package/dist/src/graphv2/create-entity.test.js.map +0 -1
  133. package/dist/src/graphv2/create-image.d.ts +0 -28
  134. package/dist/src/graphv2/create-image.d.ts.map +0 -1
  135. package/dist/src/graphv2/create-image.js +0 -71
  136. package/dist/src/graphv2/create-image.js.map +0 -1
  137. package/dist/src/graphv2/create-image.test.d.ts +0 -2
  138. package/dist/src/graphv2/create-image.test.d.ts.map +0 -1
  139. package/dist/src/graphv2/create-image.test.js +0 -142
  140. package/dist/src/graphv2/create-image.test.js.map +0 -1
  141. package/dist/src/graphv2/create-property.d.ts +0 -22
  142. package/dist/src/graphv2/create-property.d.ts.map +0 -1
  143. package/dist/src/graphv2/create-property.js +0 -129
  144. package/dist/src/graphv2/create-property.js.map +0 -1
  145. package/dist/src/graphv2/create-property.test.d.ts +0 -2
  146. package/dist/src/graphv2/create-property.test.d.ts.map +0 -1
  147. package/dist/src/graphv2/create-property.test.js +0 -82
  148. package/dist/src/graphv2/create-property.test.js.map +0 -1
  149. package/dist/src/graphv2/create-relation.d.ts +0 -33
  150. package/dist/src/graphv2/create-relation.d.ts.map +0 -1
  151. package/dist/src/graphv2/create-relation.js +0 -66
  152. package/dist/src/graphv2/create-relation.js.map +0 -1
  153. package/dist/src/graphv2/create-relation.test.d.ts +0 -2
  154. package/dist/src/graphv2/create-relation.test.d.ts.map +0 -1
  155. package/dist/src/graphv2/create-relation.test.js +0 -208
  156. package/dist/src/graphv2/create-relation.test.js.map +0 -1
  157. package/dist/src/graphv2/create-space.d.ts +0 -13
  158. package/dist/src/graphv2/create-space.d.ts.map +0 -1
  159. package/dist/src/graphv2/create-space.js +0 -21
  160. package/dist/src/graphv2/create-space.js.map +0 -1
  161. package/dist/src/graphv2/create-type.d.ts +0 -22
  162. package/dist/src/graphv2/create-type.d.ts.map +0 -1
  163. package/dist/src/graphv2/create-type.js +0 -64
  164. package/dist/src/graphv2/create-type.js.map +0 -1
  165. package/dist/src/graphv2/create-type.test.d.ts +0 -2
  166. package/dist/src/graphv2/create-type.test.d.ts.map +0 -1
  167. package/dist/src/graphv2/create-type.test.js +0 -109
  168. package/dist/src/graphv2/create-type.test.js.map +0 -1
  169. package/dist/src/graphv2/delete-entity.d.ts +0 -14
  170. package/dist/src/graphv2/delete-entity.d.ts.map +0 -1
  171. package/dist/src/graphv2/delete-entity.js +0 -21
  172. package/dist/src/graphv2/delete-entity.js.map +0 -1
  173. package/dist/src/graphv2/delete-entity.test.d.ts +0 -2
  174. package/dist/src/graphv2/delete-entity.test.d.ts.map +0 -1
  175. package/dist/src/graphv2/delete-entity.test.js +0 -24
  176. package/dist/src/graphv2/delete-entity.test.js.map +0 -1
  177. package/dist/src/graphv2/delete-relation.d.ts +0 -14
  178. package/dist/src/graphv2/delete-relation.d.ts.map +0 -1
  179. package/dist/src/graphv2/delete-relation.js +0 -21
  180. package/dist/src/graphv2/delete-relation.js.map +0 -1
  181. package/dist/src/graphv2/delete-relation.test.d.ts +0 -2
  182. package/dist/src/graphv2/delete-relation.test.d.ts.map +0 -1
  183. package/dist/src/graphv2/delete-relation.test.js +0 -24
  184. package/dist/src/graphv2/delete-relation.test.js.map +0 -1
  185. package/dist/src/graphv2/index.d.ts +0 -12
  186. package/dist/src/graphv2/index.d.ts.map +0 -1
  187. package/dist/src/graphv2/index.js +0 -12
  188. package/dist/src/graphv2/index.js.map +0 -1
  189. package/dist/src/graphv2/remove-entity-properties.d.ts +0 -25
  190. package/dist/src/graphv2/remove-entity-properties.d.ts.map +0 -1
  191. package/dist/src/graphv2/remove-entity-properties.js +0 -24
  192. package/dist/src/graphv2/remove-entity-properties.js.map +0 -1
  193. package/dist/src/graphv2/unset-entity-values.d.ts +0 -21
  194. package/dist/src/graphv2/unset-entity-values.d.ts.map +0 -1
  195. package/dist/src/graphv2/unset-entity-values.js +0 -26
  196. package/dist/src/graphv2/unset-entity-values.js.map +0 -1
  197. package/dist/src/graphv2/unset-entity-values.test.d.ts +0 -2
  198. package/dist/src/graphv2/unset-entity-values.test.d.ts.map +0 -1
  199. package/dist/src/graphv2/unset-entity-values.test.js +0 -40
  200. package/dist/src/graphv2/unset-entity-values.test.js.map +0 -1
  201. package/dist/src/graphv2/unset-relation-fields.d.ts +0 -25
  202. package/dist/src/graphv2/unset-relation-fields.d.ts.map +0 -1
  203. package/dist/src/graphv2/unset-relation-fields.js +0 -34
  204. package/dist/src/graphv2/unset-relation-fields.js.map +0 -1
  205. package/dist/src/graphv2/unset-relation-fields.test.d.ts +0 -2
  206. package/dist/src/graphv2/unset-relation-fields.test.d.ts.map +0 -1
  207. package/dist/src/graphv2/unset-relation-fields.test.js +0 -64
  208. package/dist/src/graphv2/unset-relation-fields.test.js.map +0 -1
  209. package/dist/src/graphv2/update-entity.d.ts +0 -28
  210. package/dist/src/graphv2/update-entity.d.ts.map +0 -1
  211. package/dist/src/graphv2/update-entity.js +0 -73
  212. package/dist/src/graphv2/update-entity.js.map +0 -1
  213. package/dist/src/graphv2/update-entity.test.d.ts +0 -2
  214. package/dist/src/graphv2/update-entity.test.d.ts.map +0 -1
  215. package/dist/src/graphv2/update-entity.test.js +0 -116
  216. package/dist/src/graphv2/update-entity.test.js.map +0 -1
  217. package/dist/src/graphv2/update-relation.d.ts +0 -21
  218. package/dist/src/graphv2/update-relation.d.ts.map +0 -1
  219. package/dist/src/graphv2/update-relation.js +0 -37
  220. package/dist/src/graphv2/update-relation.js.map +0 -1
  221. package/dist/src/idv2.d.ts +0 -27
  222. package/dist/src/idv2.d.ts.map +0 -1
  223. package/dist/src/idv2.js +0 -88
  224. package/dist/src/idv2.js.map +0 -1
  225. package/dist/src/idv2.test.d.ts +0 -2
  226. package/dist/src/idv2.test.d.ts.map +0 -1
  227. package/dist/src/idv2.test.js +0 -26
  228. package/dist/src/idv2.test.js.map +0 -1
  229. package/dist/src/image.d.ts +0 -8
  230. package/dist/src/image.d.ts.map +0 -1
  231. package/dist/src/image.js +0 -8
  232. package/dist/src/image.js.map +0 -1
  233. package/dist/src/ipfsv2.d.ts +0 -96
  234. package/dist/src/ipfsv2.d.ts.map +0 -1
  235. package/dist/src/ipfsv2.js +0 -163
  236. package/dist/src/ipfsv2.js.map +0 -1
  237. package/dist/src/ipfsv2.test.d.ts +0 -2
  238. package/dist/src/ipfsv2.test.d.ts.map +0 -1
  239. package/dist/src/ipfsv2.test.js +0 -22
  240. package/dist/src/ipfsv2.test.js.map +0 -1
  241. package/dist/src/proto/editv2.d.ts +0 -11
  242. package/dist/src/proto/editv2.d.ts.map +0 -1
  243. package/dist/src/proto/editv2.js +0 -81
  244. package/dist/src/proto/editv2.js.map +0 -1
  245. package/dist/src/proto/editv2.test.d.ts +0 -2
  246. package/dist/src/proto/editv2.test.d.ts.map +0 -1
  247. package/dist/src/proto/editv2.test.js +0 -211
  248. package/dist/src/proto/editv2.test.js.map +0 -1
  249. package/dist/src/proto/gen/src/proto/ipfsv2_pb.d.ts +0 -410
  250. package/dist/src/proto/gen/src/proto/ipfsv2_pb.d.ts.map +0 -1
  251. package/dist/src/proto/gen/src/proto/ipfsv2_pb.js +0 -536
  252. package/dist/src/proto/gen/src/proto/ipfsv2_pb.js.map +0 -1
  253. package/dist/src/relation.d.ts +0 -7
  254. package/dist/src/relation.d.ts.map +0 -1
  255. package/dist/src/relation.js +0 -7
  256. package/dist/src/relation.js.map +0 -1
  257. package/dist/src/smart-wallet-2.test-invalid.d.ts +0 -2
  258. package/dist/src/smart-wallet-2.test-invalid.d.ts.map +0 -1
  259. package/dist/src/smart-wallet-2.test-invalid.js +0 -49
  260. package/dist/src/smart-wallet-2.test-invalid.js.map +0 -1
  261. package/dist/src/smart-wallet-2.test.d.ts +0 -2
  262. package/dist/src/smart-wallet-2.test.d.ts.map +0 -1
  263. package/dist/src/smart-wallet-2.test.js +0 -49
  264. package/dist/src/smart-wallet-2.test.js.map +0 -1
  265. package/dist/src/system-ids-v2.d.ts +0 -7
  266. package/dist/src/system-ids-v2.d.ts.map +0 -1
  267. package/dist/src/system-ids-v2.js +0 -7
  268. package/dist/src/system-ids-v2.js.map +0 -1
  269. package/dist/src/triple.d.ts +0 -7
  270. package/dist/src/triple.d.ts.map +0 -1
  271. package/dist/src/triple.js +0 -7
  272. package/dist/src/triple.js.map +0 -1
  273. package/dist/src/types-backup.d.ts +0 -134
  274. package/dist/src/types-backup.d.ts.map +0 -1
  275. package/dist/src/types-backup.js +0 -13
  276. package/dist/src/types-backup.js.map +0 -1
  277. package/dist/src/typesv2.d.ts +0 -173
  278. package/dist/src/typesv2.d.ts.map +0 -1
  279. package/dist/src/typesv2.js +0 -8
  280. package/dist/src/typesv2.js.map +0 -1
  281. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1,46 +0,0 @@
1
- import { describe, expect, it } from 'vitest';
2
- import { createEntity } from './create-entity.js';
3
- import { createProperty } from './create-property.js';
4
- import { createType } from './create-type.js';
5
- describe('Graph', () => {
6
- it('creates types, entities and relations', async () => {
7
- const ops = [];
8
- // create age property
9
- const { id: agePropertyId, ops: createAgePropertyOps } = createProperty({
10
- type: 'NUMBER',
11
- name: 'Age',
12
- });
13
- ops.push(...createAgePropertyOps);
14
- // create likes property
15
- const { id: likesPropertyId, ops: createLikesPropertyOps } = createProperty({
16
- type: 'RELATION',
17
- name: 'Likes',
18
- });
19
- ops.push(...createLikesPropertyOps);
20
- // create person type
21
- const { id: personTypeId, ops: createPersonTypeOps } = createType({
22
- name: 'Person',
23
- properties: [agePropertyId],
24
- });
25
- ops.push(...createPersonTypeOps);
26
- // create restaurant entity
27
- const { id: restaurantId, ops: createRestaurantOps } = createEntity({
28
- name: 'Restaurant',
29
- types: [personTypeId],
30
- });
31
- ops.push(...createRestaurantOps);
32
- // create person entity
33
- const { id: personId, ops: createPersonOps } = createEntity({
34
- name: 'Jane Doe',
35
- types: [personTypeId],
36
- properties: {
37
- [likesPropertyId]: {
38
- to: restaurantId,
39
- },
40
- },
41
- });
42
- ops.push(...createPersonOps);
43
- expect(ops.length).toBe(16);
44
- });
45
- });
46
- //# sourceMappingURL=graph.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"graph.test.js","sourceRoot":"","sources":["../../../src/graph/graph.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,QAAQ,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,QAAQ,CAAC,OAAO,EAAE,GAAG,EAAE;IACrB,EAAE,CAAC,uCAAuC,EAAE,KAAK,IAAI,EAAE;QACrD,MAAM,GAAG,GAAc,EAAE,CAAC;QAE1B,sBAAsB;QACtB,MAAM,EAAE,EAAE,EAAE,aAAa,EAAE,GAAG,EAAE,oBAAoB,EAAE,GAAG,cAAc,CAAC;YACtE,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,KAAK;SACZ,CAAC,CAAC;QACH,GAAG,CAAC,IAAI,CAAC,GAAG,oBAAoB,CAAC,CAAC;QAElC,wBAAwB;QACxB,MAAM,EAAE,EAAE,EAAE,eAAe,EAAE,GAAG,EAAE,sBAAsB,EAAE,GAAG,cAAc,CAAC;YAC1E,IAAI,EAAE,UAAU;YAChB,IAAI,EAAE,OAAO;SACd,CAAC,CAAC;QACH,GAAG,CAAC,IAAI,CAAC,GAAG,sBAAsB,CAAC,CAAC;QAEpC,qBAAqB;QACrB,MAAM,EAAE,EAAE,EAAE,YAAY,EAAE,GAAG,EAAE,mBAAmB,EAAE,GAAG,UAAU,CAAC;YAChE,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,CAAC,aAAa,CAAC;SAC5B,CAAC,CAAC;QACH,GAAG,CAAC,IAAI,CAAC,GAAG,mBAAmB,CAAC,CAAC;QAEjC,2BAA2B;QAC3B,MAAM,EAAE,EAAE,EAAE,YAAY,EAAE,GAAG,EAAE,mBAAmB,EAAE,GAAG,YAAY,CAAC;YAClE,IAAI,EAAE,YAAY;YAClB,KAAK,EAAE,CAAC,YAAY,CAAC;SACtB,CAAC,CAAC;QACH,GAAG,CAAC,IAAI,CAAC,GAAG,mBAAmB,CAAC,CAAC;QAEjC,uBAAuB;QACvB,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAE,eAAe,EAAE,GAAG,YAAY,CAAC;YAC1D,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,CAAC,YAAY,CAAC;YACrB,UAAU,EAAE;gBACV,CAAC,eAAe,CAAC,EAAE;oBACjB,EAAE,EAAE,YAAY;iBACjB;aACF;SACF,CAAC,CAAC;QACH,GAAG,CAAC,IAAI,CAAC,GAAG,eAAe,CAAC,CAAC;QAE7B,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC9B,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -1,5 +0,0 @@
1
- import type { DefaultProperties, Op } from '../../types.js';
2
- export declare const createDefaultProperties: (params: DefaultProperties & {
3
- entityId: string;
4
- }) => Op[];
5
- //# sourceMappingURL=create-default-properties.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-default-properties.d.ts","sourceRoot":"","sources":["../../../../src/graph/helpers/create-default-properties.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,EAAE,EAAE,MAAM,gBAAgB,CAAC;AAE5D,eAAO,MAAM,uBAAuB,GAAI,QAAQ,iBAAiB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,SA0CvF,CAAC"}
@@ -1,44 +0,0 @@
1
- import { COVER_PROPERTY, DESCRIPTION_PROPERTY, NAME_PROPERTY } from '../../core/ids/system.js';
2
- import { assertValid } from '../../id.js';
3
- import { Relation } from '../../relation.js';
4
- import { Triple } from '../../triple.js';
5
- export const createDefaultProperties = (params) => {
6
- const { entityId, name, description, cover } = params;
7
- const ops = [];
8
- if (name) {
9
- // set property "Name" to the provided name
10
- const nameTripleOp = Triple.make({
11
- entityId,
12
- attributeId: NAME_PROPERTY,
13
- value: {
14
- type: 'TEXT',
15
- value: name,
16
- },
17
- });
18
- ops.push(nameTripleOp);
19
- }
20
- if (description) {
21
- // set property "Description" to the provided description
22
- const descriptionTripleOp = Triple.make({
23
- entityId,
24
- attributeId: DESCRIPTION_PROPERTY,
25
- value: {
26
- type: 'TEXT',
27
- value: description,
28
- },
29
- });
30
- ops.push(descriptionTripleOp);
31
- }
32
- if (cover) {
33
- // add ID of cover "Image" to property "Cover"
34
- assertValid(cover);
35
- const relationOp = Relation.make({
36
- fromId: entityId,
37
- relationTypeId: COVER_PROPERTY,
38
- toId: cover,
39
- });
40
- ops.push(relationOp);
41
- }
42
- return ops;
43
- };
44
- //# sourceMappingURL=create-default-properties.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-default-properties.js","sourceRoot":"","sources":["../../../../src/graph/helpers/create-default-properties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC/F,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAGzC,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,MAAgD,EAAE,EAAE;IAC1F,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,GAAG,MAAM,CAAC;IACtD,MAAM,GAAG,GAAS,EAAE,CAAC;IAErB,IAAI,IAAI,EAAE,CAAC;QACT,2CAA2C;QAC3C,MAAM,YAAY,GAAG,MAAM,CAAC,IAAI,CAAC;YAC/B,QAAQ;YACR,WAAW,EAAE,aAAa;YAC1B,KAAK,EAAE;gBACL,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,IAAI;aACZ;SACF,CAAC,CAAC;QACH,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACzB,CAAC;IAED,IAAI,WAAW,EAAE,CAAC;QAChB,yDAAyD;QACzD,MAAM,mBAAmB,GAAG,MAAM,CAAC,IAAI,CAAC;YACtC,QAAQ;YACR,WAAW,EAAE,oBAAoB;YACjC,KAAK,EAAE;gBACL,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,WAAW;aACnB;SACF,CAAC,CAAC;QACH,GAAG,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;IAChC,CAAC;IAED,IAAI,KAAK,EAAE,CAAC;QACV,8CAA8C;QAC9C,WAAW,CAAC,KAAK,CAAC,CAAC;QACnB,MAAM,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC;YAC/B,MAAM,EAAE,QAAQ;YAChB,cAAc,EAAE,cAAc;YAC9B,IAAI,EAAE,KAAK;SACZ,CAAC,CAAC;QACH,GAAG,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IACvB,CAAC;IAED,OAAO,GAAG,CAAC;AACb,CAAC,CAAC"}
@@ -1,8 +0,0 @@
1
- import type { Op, PropertiesParam } from '../../types.js';
2
- type CreatePropertiesParams = {
3
- entityId: string;
4
- properties: PropertiesParam;
5
- };
6
- export declare const createProperties: (params: CreatePropertiesParams) => Op[];
7
- export {};
8
- //# sourceMappingURL=create-properties.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-properties.d.ts","sourceRoot":"","sources":["../../../../src/graph/helpers/create-properties.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,EAAE,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE1D,KAAK,sBAAsB,GAAG;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,eAAe,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,QAAQ,sBAAsB,SAgD9D,CAAC"}
@@ -1,53 +0,0 @@
1
- import { assertValid, generate } from '../../id.js';
2
- import { Relation } from '../../relation.js';
3
- import { Triple } from '../../triple.js';
4
- export const createProperties = (params) => {
5
- const { entityId, properties } = params;
6
- const ops = [];
7
- for (const [attributeId, property] of Object.entries(properties)) {
8
- assertValid(attributeId);
9
- if ('type' in property) {
10
- const propertyTripleOp = Triple.make({
11
- entityId,
12
- attributeId,
13
- value: property,
14
- });
15
- ops.push(propertyTripleOp);
16
- }
17
- else if ('to' in property) {
18
- const relationId = property.relationId ?? generate();
19
- assertValid(relationId);
20
- assertValid(property.to);
21
- const propertyRelationOp = Relation.make({
22
- relationId,
23
- fromId: entityId,
24
- relationTypeId: attributeId,
25
- toId: property.to,
26
- position: property.position,
27
- });
28
- ops.push(propertyRelationOp);
29
- if (property.properties) {
30
- ops.push(...createProperties({ entityId, properties: property.properties }));
31
- }
32
- }
33
- else if (Array.isArray(property)) {
34
- for (const relation of property) {
35
- const relationId = relation.relationId ?? generate();
36
- assertValid(relationId);
37
- assertValid(relation.to);
38
- const propertyRelationOp = Relation.make({
39
- relationId,
40
- fromId: entityId,
41
- relationTypeId: attributeId,
42
- toId: relation.to,
43
- });
44
- ops.push(propertyRelationOp);
45
- if (relation.properties) {
46
- ops.push(...createProperties({ entityId, properties: relation.properties }));
47
- }
48
- }
49
- }
50
- }
51
- return ops;
52
- };
53
- //# sourceMappingURL=create-properties.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-properties.js","sourceRoot":"","sources":["../../../../src/graph/helpers/create-properties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAQzC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,MAA8B,EAAE,EAAE;IACjE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,GAAG,MAAM,CAAC;IACxC,MAAM,GAAG,GAAS,EAAE,CAAC;IAErB,KAAK,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,EAAE,CAAC;QACjE,WAAW,CAAC,WAAW,CAAC,CAAC;QACzB,IAAI,MAAM,IAAI,QAAQ,EAAE,CAAC;YACvB,MAAM,gBAAgB,GAAG,MAAM,CAAC,IAAI,CAAC;gBACnC,QAAQ;gBACR,WAAW;gBACX,KAAK,EAAE,QAAQ;aAChB,CAAC,CAAC;YACH,GAAG,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAC7B,CAAC;aAAM,IAAI,IAAI,IAAI,QAAQ,EAAE,CAAC;YAC5B,MAAM,UAAU,GAAG,QAAQ,CAAC,UAAU,IAAI,QAAQ,EAAE,CAAC;YACrD,WAAW,CAAC,UAAU,CAAC,CAAC;YACxB,WAAW,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;YACzB,MAAM,kBAAkB,GAAG,QAAQ,CAAC,IAAI,CAAC;gBACvC,UAAU;gBACV,MAAM,EAAE,QAAQ;gBAChB,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE,QAAQ,CAAC,EAAE;gBACjB,QAAQ,EAAE,QAAQ,CAAC,QAAQ;aAC5B,CAAC,CAAC;YACH,GAAG,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;YAC7B,IAAI,QAAQ,CAAC,UAAU,EAAE,CAAC;gBACxB,GAAG,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;YAC/E,CAAC;QACH,CAAC;aAAM,IAAI,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC;YACnC,KAAK,MAAM,QAAQ,IAAI,QAAQ,EAAE,CAAC;gBAChC,MAAM,UAAU,GAAG,QAAQ,CAAC,UAAU,IAAI,QAAQ,EAAE,CAAC;gBACrD,WAAW,CAAC,UAAU,CAAC,CAAC;gBACxB,WAAW,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;gBACzB,MAAM,kBAAkB,GAAG,QAAQ,CAAC,IAAI,CAAC;oBACvC,UAAU;oBACV,MAAM,EAAE,QAAQ;oBAChB,cAAc,EAAE,WAAW;oBAC3B,IAAI,EAAE,QAAQ,CAAC,EAAE;iBAClB,CAAC,CAAC;gBACH,GAAG,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;gBAC7B,IAAI,QAAQ,CAAC,UAAU,EAAE,CAAC;oBACxB,GAAG,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;gBAC/E,CAAC;YACH,CAAC;QACH,CAAC;IACH,CAAC;IAED,OAAO,GAAG,CAAC;AACb,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const DEFAULT_API_HOST = "https://api-testnet.grc-20.thegraph.com";
2
- //# sourceMappingURL=constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/graphv2/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,4CAA4C,CAAC"}
@@ -1,2 +0,0 @@
1
- export const DEFAULT_API_HOST = 'https://api-testnet.grc-20.thegraph.com';
2
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/graphv2/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG,yCAAyC,CAAC"}
@@ -1,52 +0,0 @@
1
- import type { CreateResult, EntityParams } from '../typesv2.js';
2
- /**
3
- * Creates an entity with the given name, description, cover, properties, and types.
4
- * All IDs passed to this function (cover, types, property IDs, relation IDs, etc.) are validated.
5
- * If any invalid ID is provided, the function will throw an error.
6
- *
7
- * @example
8
- * ```ts
9
- * const { id, ops } = createEntity({
10
- * id: entityId, // optional and will be generated if not provided
11
- * name: 'name of the entity',
12
- * description: 'description of the entity',
13
- * cover: imageEntityId,
14
- * types: [typeEntityId1, typeEntityId2],
15
- * values: {
16
- * // value property like text, number, url, time, point, checkbox
17
- * [propertyId]: {
18
- * value: 'value of the property',
19
- * }
20
- * },
21
- * relations: {
22
- * [relationId]: {
23
- * to: 'id of the entity',
24
- * id: 'id of the relation', // optional
25
- * toSpace: 'id of the to space', // optional
26
- * position: positionString, // optional
27
- * entityId: 'id of the relation entity', // optional and will be generated if not provided
28
- * entityName: 'name of the relation entity', // optional
29
- * entityDescription: 'description of the relation entity', // optional
30
- * entityCover: 'id of the cover', // optional
31
- * entityValues: { // optional values for the relation entity
32
- * [propertyId]: {
33
- * value: 'value of the property',
34
- * },
35
- * },
36
- * entityRelations: {
37
- * [relationId]: {
38
- * to: 'id of the entity',
39
- * id: 'id of the relation', // optional
40
- * position: positionString, // optional
41
- * },
42
- * },
43
- * },
44
- * },
45
- * });
46
- * ```
47
- * @param params – {@link EntityParams}
48
- * @returns – {@link CreateResult}
49
- * @throws Will throw an error if any provided ID is invalid
50
- */
51
- export declare const createEntity: ({ id: providedId, name, description, cover, values, relations, types, }: EntityParams) => CreateResult;
52
- //# sourceMappingURL=create-entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-entity.d.ts","sourceRoot":"","sources":["../../../src/graphv2/create-entity.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAA6B,MAAM,eAAe,CAAC;AAG3F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,eAAO,MAAM,YAAY,GAAI,yEAQ1B,YAAY,KAAG,YA4FjB,CAAC"}
@@ -1,140 +0,0 @@
1
- import { COVER_PROPERTY, DESCRIPTION_PROPERTY, NAME_PROPERTY, TYPES_PROPERTY } from '../core/idsv2/system.js';
2
- import { Id, assertValid, generate, toBase64 } from '../idv2.js';
3
- import { createRelation } from './create-relation.js';
4
- /**
5
- * Creates an entity with the given name, description, cover, properties, and types.
6
- * All IDs passed to this function (cover, types, property IDs, relation IDs, etc.) are validated.
7
- * If any invalid ID is provided, the function will throw an error.
8
- *
9
- * @example
10
- * ```ts
11
- * const { id, ops } = createEntity({
12
- * id: entityId, // optional and will be generated if not provided
13
- * name: 'name of the entity',
14
- * description: 'description of the entity',
15
- * cover: imageEntityId,
16
- * types: [typeEntityId1, typeEntityId2],
17
- * values: {
18
- * // value property like text, number, url, time, point, checkbox
19
- * [propertyId]: {
20
- * value: 'value of the property',
21
- * }
22
- * },
23
- * relations: {
24
- * [relationId]: {
25
- * to: 'id of the entity',
26
- * id: 'id of the relation', // optional
27
- * toSpace: 'id of the to space', // optional
28
- * position: positionString, // optional
29
- * entityId: 'id of the relation entity', // optional and will be generated if not provided
30
- * entityName: 'name of the relation entity', // optional
31
- * entityDescription: 'description of the relation entity', // optional
32
- * entityCover: 'id of the cover', // optional
33
- * entityValues: { // optional values for the relation entity
34
- * [propertyId]: {
35
- * value: 'value of the property',
36
- * },
37
- * },
38
- * entityRelations: {
39
- * [relationId]: {
40
- * to: 'id of the entity',
41
- * id: 'id of the relation', // optional
42
- * position: positionString, // optional
43
- * },
44
- * },
45
- * },
46
- * },
47
- * });
48
- * ```
49
- * @param params – {@link EntityParams}
50
- * @returns – {@link CreateResult}
51
- * @throws Will throw an error if any provided ID is invalid
52
- */
53
- export const createEntity = ({ id: providedId, name, description, cover, values, relations, types, }) => {
54
- if (providedId) {
55
- assertValid(providedId, '`id` in `createEntity`');
56
- }
57
- const id = providedId ?? generate();
58
- let ops = [];
59
- const newValues = [];
60
- if (name) {
61
- newValues.push({
62
- propertyId: toBase64(NAME_PROPERTY),
63
- value: name,
64
- });
65
- }
66
- if (description) {
67
- newValues.push({
68
- propertyId: toBase64(DESCRIPTION_PROPERTY),
69
- value: description,
70
- });
71
- }
72
- for (const [key, value] of Object.entries(values ?? {})) {
73
- newValues.push({
74
- propertyId: toBase64(Id(key)),
75
- value: value.value,
76
- });
77
- }
78
- const op = {
79
- type: 'UPDATE_ENTITY',
80
- entity: {
81
- id: toBase64(id),
82
- values: newValues,
83
- },
84
- };
85
- ops.push(op);
86
- if (cover) {
87
- assertValid(cover);
88
- ops.push({
89
- type: 'CREATE_RELATION',
90
- relation: {
91
- id: toBase64(generate()),
92
- entity: toBase64(generate()),
93
- fromEntity: toBase64(id),
94
- toEntity: toBase64(cover),
95
- type: toBase64(COVER_PROPERTY),
96
- },
97
- });
98
- }
99
- if (types) {
100
- for (const typeId of types) {
101
- assertValid(typeId);
102
- ops.push({
103
- type: 'CREATE_RELATION',
104
- relation: {
105
- id: toBase64(generate()),
106
- entity: toBase64(generate()),
107
- fromEntity: toBase64(id),
108
- toEntity: toBase64(typeId),
109
- type: toBase64(TYPES_PROPERTY),
110
- },
111
- });
112
- }
113
- }
114
- for (const [typeId, value] of Object.entries(relations ?? {})) {
115
- const relationsEntries = Array.isArray(value) ? value : [value];
116
- for (const relation of relationsEntries) {
117
- const relationId = relation.relationId ?? generate();
118
- assertValid(relationId);
119
- const relationEntityId = relation.id ?? generate();
120
- assertValid(relationEntityId);
121
- const { ops: relationOps } = createRelation({
122
- fromEntity: id,
123
- toEntity: relation.toEntity,
124
- type: Id(typeId),
125
- position: relation.position,
126
- toSpace: relation.toSpace,
127
- entityId: relationEntityId,
128
- entityName: relation.entityName,
129
- entityDescription: relation.entityDescription,
130
- entityCover: relation.entityCover,
131
- entityValues: relation.entityValues,
132
- entityRelations: relation.entityRelations,
133
- entityTypes: relation.entityTypes,
134
- });
135
- ops = ops.concat(relationOps);
136
- }
137
- }
138
- return { id, ops };
139
- };
140
- //# sourceMappingURL=create-entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-entity.js","sourceRoot":"","sources":["../../../src/graphv2/create-entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9G,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEjE,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEtD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC3B,EAAE,EAAE,UAAU,EACd,IAAI,EACJ,WAAW,EACX,KAAK,EACL,MAAM,EACN,SAAS,EACT,KAAK,GACQ,EAAgB,EAAE;IAC/B,IAAI,UAAU,EAAE,CAAC;QACf,WAAW,CAAC,UAAU,EAAE,wBAAwB,CAAC,CAAC;IACpD,CAAC;IACD,MAAM,EAAE,GAAG,UAAU,IAAI,QAAQ,EAAE,CAAC;IACpC,IAAI,GAAG,GAAc,EAAE,CAAC;IAExB,MAAM,SAAS,GAAiB,EAAE,CAAC;IACnC,IAAI,IAAI,EAAE,CAAC;QACT,SAAS,CAAC,IAAI,CAAC;YACb,UAAU,EAAE,QAAQ,CAAC,aAAa,CAAC;YACnC,KAAK,EAAE,IAAI;SACZ,CAAC,CAAC;IACL,CAAC;IACD,IAAI,WAAW,EAAE,CAAC;QAChB,SAAS,CAAC,IAAI,CAAC;YACb,UAAU,EAAE,QAAQ,CAAC,oBAAoB,CAAC;YAC1C,KAAK,EAAE,WAAW;SACnB,CAAC,CAAC;IACL,CAAC;IACD,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,MAAM,IAAI,EAAE,CAAC,EAAE,CAAC;QACxD,SAAS,CAAC,IAAI,CAAC;YACb,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;YAC7B,KAAK,EAAE,KAAK,CAAC,KAAK;SACnB,CAAC,CAAC;IACL,CAAC;IAED,MAAM,EAAE,GAAmB;QACzB,IAAI,EAAE,eAAe;QACrB,MAAM,EAAE;YACN,EAAE,EAAE,QAAQ,CAAC,EAAE,CAAC;YAChB,MAAM,EAAE,SAAS;SAClB;KACF,CAAC;IACF,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAEb,IAAI,KAAK,EAAE,CAAC;QACV,WAAW,CAAC,KAAK,CAAC,CAAC;QACnB,GAAG,CAAC,IAAI,CAAC;YACP,IAAI,EAAE,iBAAiB;YACvB,QAAQ,EAAE;gBACR,EAAE,EAAE,QAAQ,CAAC,QAAQ,EAAE,CAAC;gBACxB,MAAM,EAAE,QAAQ,CAAC,QAAQ,EAAE,CAAC;gBAC5B,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;gBACxB,QAAQ,EAAE,QAAQ,CAAC,KAAK,CAAC;gBACzB,IAAI,EAAE,QAAQ,CAAC,cAAc,CAAC;aAC/B;SACF,CAAC,CAAC;IACL,CAAC;IAED,IAAI,KAAK,EAAE,CAAC;QACV,KAAK,MAAM,MAAM,IAAI,KAAK,EAAE,CAAC;YAC3B,WAAW,CAAC,MAAM,CAAC,CAAC;YACpB,GAAG,CAAC,IAAI,CAAC;gBACP,IAAI,EAAE,iBAAiB;gBACvB,QAAQ,EAAE;oBACR,EAAE,EAAE,QAAQ,CAAC,QAAQ,EAAE,CAAC;oBACxB,MAAM,EAAE,QAAQ,CAAC,QAAQ,EAAE,CAAC;oBAC5B,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;oBACxB,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC;oBAC1B,IAAI,EAAE,QAAQ,CAAC,cAAc,CAAC;iBAC/B;aACF,CAAC,CAAC;QACL,CAAC;IACH,CAAC;IAED,KAAK,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,SAAS,IAAI,EAAE,CAAC,EAAE,CAAC;QAC9D,MAAM,gBAAgB,GAAG,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;QAChE,KAAK,MAAM,QAAQ,IAAI,gBAAgB,EAAE,CAAC;YACxC,MAAM,UAAU,GAAG,QAAQ,CAAC,UAAU,IAAI,QAAQ,EAAE,CAAC;YACrD,WAAW,CAAC,UAAU,CAAC,CAAC;YACxB,MAAM,gBAAgB,GAAG,QAAQ,CAAC,EAAE,IAAI,QAAQ,EAAE,CAAC;YACnD,WAAW,CAAC,gBAAgB,CAAC,CAAC;YAC9B,MAAM,EAAE,GAAG,EAAE,WAAW,EAAE,GAAG,cAAc,CAAC;gBAC1C,UAAU,EAAE,EAAE;gBACd,QAAQ,EAAE,QAAQ,CAAC,QAAQ;gBAC3B,IAAI,EAAE,EAAE,CAAC,MAAM,CAAC;gBAChB,QAAQ,EAAE,QAAQ,CAAC,QAAQ;gBAC3B,OAAO,EAAE,QAAQ,CAAC,OAAO;gBACzB,QAAQ,EAAE,gBAAgB;gBAC1B,UAAU,EAAE,QAAQ,CAAC,UAAU;gBAC/B,iBAAiB,EAAE,QAAQ,CAAC,iBAAiB;gBAC7C,WAAW,EAAE,QAAQ,CAAC,WAAW;gBACjC,YAAY,EAAE,QAAQ,CAAC,YAAY;gBACnC,eAAe,EAAE,QAAQ,CAAC,eAAe;gBACzC,WAAW,EAAE,QAAQ,CAAC,WAAW;aAClC,CAAC,CAAC;YACH,GAAG,GAAG,GAAG,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;QAChC,CAAC;IACH,CAAC;IAED,OAAO,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC;AACrB,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=create-entity.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-entity.test.d.ts","sourceRoot":"","sources":["../../../src/graphv2/create-entity.test.ts"],"names":[],"mappings":""}
@@ -1,158 +0,0 @@
1
- import { describe, expect, it } from 'vitest';
2
- import { CLAIM_TYPE, NEWS_STORY_TYPE } from '../core/idsv2/content.js';
3
- import { COVER_PROPERTY, DESCRIPTION_PROPERTY, NAME_PROPERTY, TYPES_PROPERTY } from '../core/idsv2/system.js';
4
- import { Id, toBase64 } from '../idv2.js';
5
- import { createEntity } from './create-entity.js';
6
- describe('createEntity', () => {
7
- const coverId = Id('30145d36-d5a5-4244-be59-3d111d879ba5');
8
- it('creates a basic entity without properties', async () => {
9
- const entity = createEntity({});
10
- expect(entity).toBeDefined();
11
- expect(typeof entity.id).toBe('string');
12
- expect(entity.ops).toBeDefined();
13
- expect(entity.ops).toHaveLength(1); // One UPDATE_ENTITY op
14
- expect(entity.ops[0]).toMatchObject({
15
- type: 'UPDATE_ENTITY',
16
- entity: {
17
- id: toBase64(entity.id),
18
- values: [],
19
- },
20
- });
21
- });
22
- it('creates an entity with types', async () => {
23
- const entity = createEntity({
24
- types: [CLAIM_TYPE, NEWS_STORY_TYPE],
25
- });
26
- expect(entity).toBeDefined();
27
- expect(typeof entity.id).toBe('string');
28
- expect(entity.ops).toHaveLength(3); // One UPDATE_ENTITY + two CREATE_RELATION ops
29
- // Check UPDATE_ENTITY op
30
- expect(entity.ops[0]).toMatchObject({
31
- type: 'UPDATE_ENTITY',
32
- entity: {
33
- id: toBase64(entity.id),
34
- values: [],
35
- },
36
- });
37
- // Check first type relation
38
- expect(entity.ops[1]).toMatchObject({
39
- type: 'CREATE_RELATION',
40
- relation: {
41
- fromEntity: toBase64(entity.id),
42
- toEntity: toBase64(CLAIM_TYPE),
43
- type: toBase64(TYPES_PROPERTY),
44
- },
45
- });
46
- // Check second type relation
47
- expect(entity.ops[2]).toMatchObject({
48
- type: 'CREATE_RELATION',
49
- relation: {
50
- fromEntity: toBase64(entity.id),
51
- toEntity: toBase64(NEWS_STORY_TYPE),
52
- type: toBase64(TYPES_PROPERTY),
53
- },
54
- });
55
- });
56
- it('creates an entity with name and description', async () => {
57
- const entity = createEntity({
58
- name: 'Test Entity',
59
- description: 'Test Description',
60
- });
61
- expect(entity).toBeDefined();
62
- expect(typeof entity.id).toBe('string');
63
- expect(entity.ops).toHaveLength(1);
64
- expect(entity.ops[0]).toMatchObject({
65
- type: 'UPDATE_ENTITY',
66
- entity: {
67
- id: toBase64(entity.id),
68
- values: [
69
- {
70
- propertyId: toBase64(NAME_PROPERTY),
71
- value: 'Test Entity',
72
- },
73
- {
74
- propertyId: toBase64(DESCRIPTION_PROPERTY),
75
- value: 'Test Description',
76
- },
77
- ],
78
- },
79
- });
80
- });
81
- it('creates an entity with cover', async () => {
82
- const entity = createEntity({
83
- cover: coverId,
84
- });
85
- expect(entity).toBeDefined();
86
- expect(typeof entity.id).toBe('string');
87
- expect(entity.ops).toHaveLength(2);
88
- // Check UPDATE_ENTITY op
89
- expect(entity.ops[0]).toMatchObject({
90
- type: 'UPDATE_ENTITY',
91
- entity: {
92
- id: toBase64(entity.id),
93
- values: [],
94
- },
95
- });
96
- // Check cover relation
97
- expect(entity.ops[1]).toMatchObject({
98
- type: 'CREATE_RELATION',
99
- relation: {
100
- fromEntity: toBase64(entity.id),
101
- toEntity: toBase64(coverId),
102
- type: toBase64(COVER_PROPERTY),
103
- },
104
- });
105
- });
106
- it('creates an entity with custom values', async () => {
107
- const customPropertyId = Id('fa269fd3-de98-49cf-90c4-4235d905a67c');
108
- const entity = createEntity({
109
- values: {
110
- [customPropertyId]: {
111
- value: 'custom value',
112
- },
113
- },
114
- });
115
- expect(entity).toBeDefined();
116
- expect(typeof entity.id).toBe('string');
117
- expect(entity.ops).toHaveLength(1);
118
- expect(entity.ops[0]).toMatchObject({
119
- type: 'UPDATE_ENTITY',
120
- entity: {
121
- id: toBase64(entity.id),
122
- values: [
123
- {
124
- propertyId: toBase64(customPropertyId),
125
- value: 'custom value',
126
- },
127
- ],
128
- },
129
- });
130
- });
131
- it('creates an entity with a provided id', async () => {
132
- const providedId = Id('b1dc6e5c-63e1-43ba-b3d4-755b251a4ea1');
133
- const entity = createEntity({
134
- id: providedId,
135
- name: 'Test Entity',
136
- });
137
- expect(entity).toBeDefined();
138
- expect(entity.id).toBe(providedId);
139
- expect(entity.ops).toHaveLength(1);
140
- expect(entity.ops[0]).toMatchObject({
141
- type: 'UPDATE_ENTITY',
142
- entity: {
143
- id: toBase64(providedId),
144
- values: [
145
- {
146
- propertyId: toBase64(NAME_PROPERTY),
147
- value: 'Test Entity',
148
- },
149
- ],
150
- },
151
- });
152
- });
153
- it('throws an error if the provided id is invalid', () => {
154
- // @ts-expect-error - invalid id type
155
- expect(() => createEntity({ id: 'invalid' })).toThrow('Invalid id: "invalid" for `id` in `createEntity`');
156
- });
157
- });
158
- //# sourceMappingURL=create-entity.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-entity.test.js","sourceRoot":"","sources":["../../../src/graphv2/create-entity.test.ts"],"names":[],"mappings":"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"}
@@ -1,28 +0,0 @@
1
- import type { CreateImageParams, CreateResult } from '../typesv2.js';
2
- /**
3
- * Creates an entity with the given name, description, cover, properties, and types.
4
- * All IDs passed to this function (cover, types, property IDs, relation IDs, etc.) are validated.
5
- * If any invalid ID is provided, the function will throw an error.
6
- *
7
- * @example
8
- * ```ts
9
- * const { id, ops } = createImage({
10
- * url: 'https://example.com/image.png',
11
- * name: 'name of the image', // optional
12
- * description: 'description of the image', // optional
13
- * id: imageId, // optional and will be generated if not provided
14
- * });
15
- *
16
- * const { id, ops } = createImage({
17
- * blob: new Blob(…),
18
- * name: 'name of the image', // optional
19
- * description: 'description of the image', // optional
20
- * id: imageId, // optional and will be generated if not provided
21
- * });
22
- * ```
23
- * @param params – {@link CreateImageParams}
24
- * @returns – {@link CreateResult}
25
- * @throws Will throw an IpfsUploadError if the image cannot be uploaded to IPFS
26
- */
27
- export declare const createImage: ({ name, description, id: providedId, ...params }: CreateImageParams) => Promise<CreateResult>;
28
- //# sourceMappingURL=create-image.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-image.d.ts","sourceRoot":"","sources":["../../../src/graphv2/create-image.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAmB,MAAM,eAAe,CAAC;AAGtF;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,eAAO,MAAM,WAAW,GAAU,kDAK/B,iBAAiB,KAAG,OAAO,CAAC,YAAY,CA4C1C,CAAC"}