@snagsolutions/sdk 0.1.0-alpha.14 → 0.1.0-alpha.15

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 (368) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/README.md +21 -13
  3. package/core.js +2 -1
  4. package/core.js.map +1 -1
  5. package/core.mjs +2 -1
  6. package/core.mjs.map +1 -1
  7. package/index.d.mts +6 -21
  8. package/index.d.ts +6 -21
  9. package/index.d.ts.map +1 -1
  10. package/index.js +8 -23
  11. package/index.js.map +1 -1
  12. package/index.mjs +8 -23
  13. package/index.mjs.map +1 -1
  14. package/package.json +8 -29
  15. package/resources/api/api.d.ts +365 -0
  16. package/resources/api/api.d.ts.map +1 -0
  17. package/resources/{assets/assets.js → api/api.js} +38 -13
  18. package/resources/api/api.js.map +1 -0
  19. package/resources/{assets/assets.mjs → api/api.mjs} +37 -12
  20. package/resources/api/api.mjs.map +1 -0
  21. package/resources/api/index.d.ts +9 -0
  22. package/resources/api/index.d.ts.map +1 -0
  23. package/resources/{assets → api}/index.js +11 -7
  24. package/resources/api/index.js.map +1 -0
  25. package/resources/{assets → api}/index.mjs +5 -3
  26. package/resources/api/index.mjs.map +1 -0
  27. package/resources/{loyalty/transaction-entries → api/loyalty}/accounts.d.ts +8 -4
  28. package/resources/api/loyalty/accounts.d.ts.map +1 -0
  29. package/resources/{loyalty/transaction-entries → api/loyalty}/accounts.js +1 -1
  30. package/resources/api/loyalty/accounts.js.map +1 -0
  31. package/resources/{loyalty/transaction-entries → api/loyalty}/accounts.mjs +1 -1
  32. package/resources/api/loyalty/accounts.mjs.map +1 -0
  33. package/resources/{loyalty → api/loyalty}/badges.d.ts +6 -2
  34. package/resources/api/loyalty/badges.d.ts.map +1 -0
  35. package/resources/{loyalty → api/loyalty}/badges.js +2 -2
  36. package/resources/api/loyalty/badges.js.map +1 -0
  37. package/resources/{loyalty → api/loyalty}/badges.mjs +2 -2
  38. package/resources/api/loyalty/badges.mjs.map +1 -0
  39. package/resources/{loyalty → api/loyalty}/currencies.d.ts +2 -2
  40. package/resources/api/loyalty/currencies.d.ts.map +1 -0
  41. package/resources/{loyalty → api/loyalty}/currencies.js +1 -1
  42. package/resources/api/loyalty/currencies.js.map +1 -0
  43. package/resources/{loyalty → api/loyalty}/currencies.mjs +1 -1
  44. package/resources/api/loyalty/currencies.mjs.map +1 -0
  45. package/resources/api/loyalty/index.d.ts +10 -0
  46. package/resources/api/loyalty/index.d.ts.map +1 -0
  47. package/resources/{loyalty → api/loyalty}/index.js +5 -3
  48. package/resources/api/loyalty/index.js.map +1 -0
  49. package/resources/{loyalty → api/loyalty}/index.mjs +4 -3
  50. package/resources/api/loyalty/index.mjs.map +1 -0
  51. package/resources/api/loyalty/loyalty.d.ts +807 -0
  52. package/resources/api/loyalty/loyalty.d.ts.map +1 -0
  53. package/resources/{loyalty → api/loyalty}/loyalty.js +36 -13
  54. package/resources/api/loyalty/loyalty.js.map +1 -0
  55. package/resources/api/loyalty/loyalty.mjs +59 -0
  56. package/resources/api/loyalty/loyalty.mjs.map +1 -0
  57. package/resources/{loyalty → api/loyalty}/multipliers.d.ts +15 -8
  58. package/resources/api/loyalty/multipliers.d.ts.map +1 -0
  59. package/resources/{loyalty → api/loyalty}/multipliers.js +9 -3
  60. package/resources/api/loyalty/multipliers.js.map +1 -0
  61. package/resources/{loyalty → api/loyalty}/multipliers.mjs +9 -3
  62. package/resources/api/loyalty/multipliers.mjs.map +1 -0
  63. package/resources/api/loyalty/questions-responses.d.ts.map +1 -0
  64. package/resources/api/loyalty/questions-responses.js.map +1 -0
  65. package/resources/api/loyalty/questions-responses.mjs.map +1 -0
  66. package/resources/api/loyalty/questions.d.ts.map +1 -0
  67. package/resources/api/loyalty/questions.js.map +1 -0
  68. package/resources/api/loyalty/questions.mjs.map +1 -0
  69. package/resources/{loyalty → api/loyalty}/rule-edits.d.ts +8 -8
  70. package/resources/api/loyalty/rule-edits.d.ts.map +1 -0
  71. package/resources/{loyalty → api/loyalty}/rule-edits.js +2 -2
  72. package/resources/api/loyalty/rule-edits.js.map +1 -0
  73. package/resources/{loyalty → api/loyalty}/rule-edits.mjs +2 -2
  74. package/resources/api/loyalty/rule-edits.mjs.map +1 -0
  75. package/resources/{loyalty → api/loyalty}/rules.d.ts +41 -25
  76. package/resources/api/loyalty/rules.d.ts.map +1 -0
  77. package/resources/{loyalty → api/loyalty}/rules.js +3 -3
  78. package/resources/api/loyalty/rules.js.map +1 -0
  79. package/resources/{loyalty → api/loyalty}/rules.mjs +3 -3
  80. package/resources/api/loyalty/rules.mjs.map +1 -0
  81. package/resources/api/loyalty.d.ts +2 -0
  82. package/resources/api/loyalty.d.ts.map +1 -0
  83. package/resources/api/loyalty.js +19 -0
  84. package/resources/api/loyalty.js.map +1 -0
  85. package/resources/api/loyalty.mjs +3 -0
  86. package/resources/api/loyalty.mjs.map +1 -0
  87. package/resources/{assets → api}/minting.d.ts +8 -8
  88. package/resources/api/minting.d.ts.map +1 -0
  89. package/resources/{assets → api}/minting.js +1 -1
  90. package/resources/api/minting.js.map +1 -0
  91. package/resources/{assets → api}/minting.mjs +1 -1
  92. package/resources/api/minting.mjs.map +1 -0
  93. package/resources/api/referral/index.d.ts +3 -0
  94. package/resources/api/referral/index.d.ts.map +1 -0
  95. package/resources/api/referral/index.js.map +1 -0
  96. package/resources/{assets → api}/referral/index.mjs +1 -1
  97. package/resources/api/referral/index.mjs.map +1 -0
  98. package/resources/api/referral/referral.d.ts +31 -0
  99. package/resources/api/referral/referral.d.ts.map +1 -0
  100. package/resources/{assets → api}/referral/referral.js +2 -2
  101. package/resources/api/referral/referral.js.map +1 -0
  102. package/resources/{assets → api}/referral/referral.mjs +3 -3
  103. package/resources/api/referral/referral.mjs.map +1 -0
  104. package/resources/{assets → api}/referral/users.d.ts +9 -9
  105. package/resources/api/referral/users.d.ts.map +1 -0
  106. package/resources/{assets → api}/referral/users.js +2 -2
  107. package/resources/api/referral/users.js.map +1 -0
  108. package/resources/{assets → api}/referral/users.mjs +2 -2
  109. package/resources/api/referral/users.mjs.map +1 -0
  110. package/resources/api/referral.d.ts +2 -0
  111. package/resources/api/referral.d.ts.map +1 -0
  112. package/resources/api/referral.js +19 -0
  113. package/resources/api/referral.js.map +1 -0
  114. package/resources/api/referral.mjs +3 -0
  115. package/resources/api/referral.mjs.map +1 -0
  116. package/resources/api/users/index.d.ts +3 -0
  117. package/resources/api/users/index.d.ts.map +1 -0
  118. package/resources/{users → api/users}/index.js +1 -3
  119. package/resources/api/users/index.js.map +1 -0
  120. package/resources/{users → api/users}/index.mjs +1 -2
  121. package/resources/api/users/index.mjs.map +1 -0
  122. package/resources/{users → api/users}/metadatas.d.ts +14 -9
  123. package/resources/api/users/metadatas.d.ts.map +1 -0
  124. package/resources/{users → api/users}/metadatas.js +4 -4
  125. package/resources/api/users/metadatas.js.map +1 -0
  126. package/resources/{users → api/users}/metadatas.mjs +4 -4
  127. package/resources/api/users/metadatas.mjs.map +1 -0
  128. package/resources/api/users/users.d.ts +133 -0
  129. package/resources/api/users/users.d.ts.map +1 -0
  130. package/resources/{users → api/users}/users.js +19 -5
  131. package/resources/api/users/users.js.map +1 -0
  132. package/resources/{assets → api/users}/users.mjs +15 -15
  133. package/resources/api/users/users.mjs.map +1 -0
  134. package/resources/api/users.d.ts +2 -0
  135. package/resources/api/users.d.ts.map +1 -0
  136. package/resources/api/users.js +19 -0
  137. package/resources/api/users.js.map +1 -0
  138. package/resources/api/users.mjs +3 -0
  139. package/resources/api/users.mjs.map +1 -0
  140. package/resources/{assets → api}/website-collections.d.ts +9 -9
  141. package/resources/api/website-collections.d.ts.map +1 -0
  142. package/resources/{assets → api}/website-collections.js +2 -2
  143. package/resources/api/website-collections.js.map +1 -0
  144. package/resources/{assets → api}/website-collections.mjs +2 -2
  145. package/resources/api/website-collections.mjs.map +1 -0
  146. package/resources/{assets → api}/website-user-roles.d.ts +28 -28
  147. package/resources/api/website-user-roles.d.ts.map +1 -0
  148. package/resources/{assets → api}/website-user-roles.js +7 -7
  149. package/resources/api/website-user-roles.js.map +1 -0
  150. package/resources/{assets → api}/website-user-roles.mjs +7 -7
  151. package/resources/api/website-user-roles.mjs.map +1 -0
  152. package/resources/{websites.d.ts → api/websites.d.ts} +2 -2
  153. package/resources/api/websites.d.ts.map +1 -0
  154. package/resources/{websites.js → api/websites.js} +2 -2
  155. package/resources/api/websites.js.map +1 -0
  156. package/resources/{websites.mjs → api/websites.mjs} +2 -2
  157. package/resources/api/websites.mjs.map +1 -0
  158. package/resources/api.d.ts +2 -0
  159. package/resources/api.d.ts.map +1 -0
  160. package/resources/api.js +19 -0
  161. package/resources/api.js.map +1 -0
  162. package/resources/api.mjs +3 -0
  163. package/resources/api.mjs.map +1 -0
  164. package/resources/index.d.ts +1 -6
  165. package/resources/index.d.ts.map +1 -1
  166. package/resources/index.js +3 -13
  167. package/resources/index.js.map +1 -1
  168. package/resources/index.mjs +1 -6
  169. package/resources/index.mjs.map +1 -1
  170. package/resources.d.ts +2 -0
  171. package/resources.d.ts.map +1 -0
  172. package/resources.js +18 -0
  173. package/resources.js.map +1 -0
  174. package/resources.mjs +2 -0
  175. package/resources.mjs.map +1 -0
  176. package/src/core.ts +2 -2
  177. package/src/index.ts +23 -54
  178. package/src/resources/api/api.ts +629 -0
  179. package/src/resources/api/index.ts +51 -0
  180. package/src/resources/{loyalty/transaction-entries → api/loyalty}/accounts.ts +12 -7
  181. package/src/resources/{loyalty → api/loyalty}/badges.ts +8 -3
  182. package/src/resources/{loyalty → api/loyalty}/currencies.ts +2 -2
  183. package/src/resources/{loyalty → api/loyalty}/index.ts +38 -16
  184. package/src/resources/api/loyalty/loyalty.ts +1297 -0
  185. package/src/resources/{loyalty → api/loyalty}/multipliers.ts +23 -11
  186. package/src/resources/{loyalty → api/loyalty}/rule-edits.ts +9 -12
  187. package/src/resources/{loyalty → api/loyalty}/rules.ts +98 -27
  188. package/src/resources/api/loyalty.ts +3 -0
  189. package/src/resources/{assets → api}/minting.ts +15 -11
  190. package/src/resources/api/referral/index.ts +10 -0
  191. package/src/resources/api/referral/referral.ts +70 -0
  192. package/src/resources/{assets → api}/referral/users.ts +12 -18
  193. package/src/resources/api/referral.ts +3 -0
  194. package/src/resources/api/users/index.ts +18 -0
  195. package/src/resources/{users → api/users}/metadatas.ts +22 -18
  196. package/src/resources/api/users/users.ts +203 -0
  197. package/src/resources/api/users.ts +3 -0
  198. package/src/resources/{assets → api}/website-collections.ts +17 -16
  199. package/src/resources/{assets → api}/website-user-roles.ts +40 -40
  200. package/src/resources/{websites.ts → api/websites.ts} +3 -3
  201. package/src/resources/api.ts +3 -0
  202. package/src/resources/index.ts +8 -16
  203. package/src/resources.ts +1 -0
  204. package/src/version.ts +1 -1
  205. package/version.d.ts +1 -1
  206. package/version.js +1 -1
  207. package/version.mjs +1 -1
  208. package/resources/assets/assets.d.ts +0 -153
  209. package/resources/assets/assets.d.ts.map +0 -1
  210. package/resources/assets/assets.js.map +0 -1
  211. package/resources/assets/assets.mjs.map +0 -1
  212. package/resources/assets/index.d.ts +0 -7
  213. package/resources/assets/index.d.ts.map +0 -1
  214. package/resources/assets/index.js.map +0 -1
  215. package/resources/assets/index.mjs.map +0 -1
  216. package/resources/assets/minting.d.ts.map +0 -1
  217. package/resources/assets/minting.js.map +0 -1
  218. package/resources/assets/minting.mjs.map +0 -1
  219. package/resources/assets/referral/index.d.ts +0 -3
  220. package/resources/assets/referral/index.d.ts.map +0 -1
  221. package/resources/assets/referral/index.js.map +0 -1
  222. package/resources/assets/referral/index.mjs.map +0 -1
  223. package/resources/assets/referral/referral.d.ts +0 -30
  224. package/resources/assets/referral/referral.d.ts.map +0 -1
  225. package/resources/assets/referral/referral.js.map +0 -1
  226. package/resources/assets/referral/referral.mjs.map +0 -1
  227. package/resources/assets/referral/users.d.ts.map +0 -1
  228. package/resources/assets/referral/users.js.map +0 -1
  229. package/resources/assets/referral/users.mjs.map +0 -1
  230. package/resources/assets/users.d.ts +0 -285
  231. package/resources/assets/users.d.ts.map +0 -1
  232. package/resources/assets/users.js +0 -34
  233. package/resources/assets/users.js.map +0 -1
  234. package/resources/assets/users.mjs.map +0 -1
  235. package/resources/assets/website-collections.d.ts.map +0 -1
  236. package/resources/assets/website-collections.js.map +0 -1
  237. package/resources/assets/website-collections.mjs.map +0 -1
  238. package/resources/assets/website-user-roles.d.ts.map +0 -1
  239. package/resources/assets/website-user-roles.js.map +0 -1
  240. package/resources/assets/website-user-roles.mjs.map +0 -1
  241. package/resources/auction-bids.d.ts +0 -51
  242. package/resources/auction-bids.d.ts.map +0 -1
  243. package/resources/auction-bids.js +0 -20
  244. package/resources/auction-bids.js.map +0 -1
  245. package/resources/auction-bids.mjs +0 -16
  246. package/resources/auction-bids.mjs.map +0 -1
  247. package/resources/drip/drip.d.ts +0 -14
  248. package/resources/drip/drip.d.ts.map +0 -1
  249. package/resources/drip/drip.js +0 -43
  250. package/resources/drip/drip.js.map +0 -1
  251. package/resources/drip/drip.mjs +0 -16
  252. package/resources/drip/drip.mjs.map +0 -1
  253. package/resources/drip/index.d.ts +0 -4
  254. package/resources/drip/index.d.ts.map +0 -1
  255. package/resources/drip/index.js +0 -11
  256. package/resources/drip/index.js.map +0 -1
  257. package/resources/drip/index.mjs +0 -5
  258. package/resources/drip/index.mjs.map +0 -1
  259. package/resources/drip/quests.d.ts +0 -4
  260. package/resources/drip/quests.d.ts.map +0 -1
  261. package/resources/drip/quests.js +0 -9
  262. package/resources/drip/quests.js.map +0 -1
  263. package/resources/drip/quests.mjs +0 -5
  264. package/resources/drip/quests.mjs.map +0 -1
  265. package/resources/drip/status.d.ts +0 -4
  266. package/resources/drip/status.d.ts.map +0 -1
  267. package/resources/drip/status.js +0 -9
  268. package/resources/drip/status.js.map +0 -1
  269. package/resources/drip/status.mjs +0 -5
  270. package/resources/drip/status.mjs.map +0 -1
  271. package/resources/loyalty/accounts.d.ts +0 -4
  272. package/resources/loyalty/accounts.d.ts.map +0 -1
  273. package/resources/loyalty/accounts.js +0 -9
  274. package/resources/loyalty/accounts.js.map +0 -1
  275. package/resources/loyalty/accounts.mjs +0 -5
  276. package/resources/loyalty/accounts.mjs.map +0 -1
  277. package/resources/loyalty/badges.d.ts.map +0 -1
  278. package/resources/loyalty/badges.js.map +0 -1
  279. package/resources/loyalty/badges.mjs.map +0 -1
  280. package/resources/loyalty/currencies.d.ts.map +0 -1
  281. package/resources/loyalty/currencies.js.map +0 -1
  282. package/resources/loyalty/currencies.mjs.map +0 -1
  283. package/resources/loyalty/index.d.ts +0 -9
  284. package/resources/loyalty/index.d.ts.map +0 -1
  285. package/resources/loyalty/index.js.map +0 -1
  286. package/resources/loyalty/index.mjs.map +0 -1
  287. package/resources/loyalty/loyalty.d.ts +0 -34
  288. package/resources/loyalty/loyalty.d.ts.map +0 -1
  289. package/resources/loyalty/loyalty.js.map +0 -1
  290. package/resources/loyalty/loyalty.mjs +0 -36
  291. package/resources/loyalty/loyalty.mjs.map +0 -1
  292. package/resources/loyalty/multipliers.d.ts.map +0 -1
  293. package/resources/loyalty/multipliers.js.map +0 -1
  294. package/resources/loyalty/multipliers.mjs.map +0 -1
  295. package/resources/loyalty/rule-edits.d.ts.map +0 -1
  296. package/resources/loyalty/rule-edits.js.map +0 -1
  297. package/resources/loyalty/rule-edits.mjs.map +0 -1
  298. package/resources/loyalty/rules.d.ts.map +0 -1
  299. package/resources/loyalty/rules.js.map +0 -1
  300. package/resources/loyalty/rules.mjs.map +0 -1
  301. package/resources/loyalty/transaction-entries/accounts.d.ts.map +0 -1
  302. package/resources/loyalty/transaction-entries/accounts.js.map +0 -1
  303. package/resources/loyalty/transaction-entries/accounts.mjs.map +0 -1
  304. package/resources/loyalty/transaction-entries/index.d.ts +0 -5
  305. package/resources/loyalty/transaction-entries/index.d.ts.map +0 -1
  306. package/resources/loyalty/transaction-entries/index.js +0 -13
  307. package/resources/loyalty/transaction-entries/index.js.map +0 -1
  308. package/resources/loyalty/transaction-entries/index.mjs +0 -6
  309. package/resources/loyalty/transaction-entries/index.mjs.map +0 -1
  310. package/resources/loyalty/transaction-entries/questions-responses.d.ts.map +0 -1
  311. package/resources/loyalty/transaction-entries/questions-responses.js.map +0 -1
  312. package/resources/loyalty/transaction-entries/questions-responses.mjs.map +0 -1
  313. package/resources/loyalty/transaction-entries/questions.d.ts.map +0 -1
  314. package/resources/loyalty/transaction-entries/questions.js.map +0 -1
  315. package/resources/loyalty/transaction-entries/questions.mjs.map +0 -1
  316. package/resources/loyalty/transaction-entries/transaction-entries.d.ts +0 -300
  317. package/resources/loyalty/transaction-entries/transaction-entries.d.ts.map +0 -1
  318. package/resources/loyalty/transaction-entries/transaction-entries.js +0 -66
  319. package/resources/loyalty/transaction-entries/transaction-entries.js.map +0 -1
  320. package/resources/loyalty/transaction-entries/transaction-entries.mjs +0 -39
  321. package/resources/loyalty/transaction-entries/transaction-entries.mjs.map +0 -1
  322. package/resources/users/index.d.ts +0 -4
  323. package/resources/users/index.d.ts.map +0 -1
  324. package/resources/users/index.js.map +0 -1
  325. package/resources/users/index.mjs.map +0 -1
  326. package/resources/users/metadatas.d.ts.map +0 -1
  327. package/resources/users/metadatas.js.map +0 -1
  328. package/resources/users/metadatas.mjs.map +0 -1
  329. package/resources/users/users.d.ts +0 -14
  330. package/resources/users/users.d.ts.map +0 -1
  331. package/resources/users/users.js.map +0 -1
  332. package/resources/users/users.mjs +0 -16
  333. package/resources/users/users.mjs.map +0 -1
  334. package/resources/users/wallets.d.ts +0 -4
  335. package/resources/users/wallets.d.ts.map +0 -1
  336. package/resources/users/wallets.js +0 -9
  337. package/resources/users/wallets.js.map +0 -1
  338. package/resources/users/wallets.mjs +0 -5
  339. package/resources/users/wallets.mjs.map +0 -1
  340. package/resources/websites.d.ts.map +0 -1
  341. package/resources/websites.js.map +0 -1
  342. package/resources/websites.mjs.map +0 -1
  343. package/src/resources/assets/assets.ts +0 -294
  344. package/src/resources/assets/index.ts +0 -38
  345. package/src/resources/assets/referral/index.ts +0 -14
  346. package/src/resources/assets/referral/referral.ts +0 -74
  347. package/src/resources/assets/users.ts +0 -415
  348. package/src/resources/auction-bids.ts +0 -77
  349. package/src/resources/drip/drip.ts +0 -21
  350. package/src/resources/drip/index.ts +0 -5
  351. package/src/resources/drip/quests.ts +0 -5
  352. package/src/resources/drip/status.ts +0 -5
  353. package/src/resources/loyalty/accounts.ts +0 -5
  354. package/src/resources/loyalty/loyalty.ts +0 -165
  355. package/src/resources/loyalty/transaction-entries/index.ts +0 -34
  356. package/src/resources/loyalty/transaction-entries/transaction-entries.ts +0 -525
  357. package/src/resources/users/index.ts +0 -11
  358. package/src/resources/users/users.ts +0 -33
  359. package/src/resources/users/wallets.ts +0 -5
  360. /package/resources/{loyalty/transaction-entries → api/loyalty}/questions-responses.d.ts +0 -0
  361. /package/resources/{loyalty/transaction-entries → api/loyalty}/questions-responses.js +0 -0
  362. /package/resources/{loyalty/transaction-entries → api/loyalty}/questions-responses.mjs +0 -0
  363. /package/resources/{loyalty/transaction-entries → api/loyalty}/questions.d.ts +0 -0
  364. /package/resources/{loyalty/transaction-entries → api/loyalty}/questions.js +0 -0
  365. /package/resources/{loyalty/transaction-entries → api/loyalty}/questions.mjs +0 -0
  366. /package/resources/{assets → api}/referral/index.js +0 -0
  367. /package/src/resources/{loyalty/transaction-entries → api/loyalty}/questions-responses.ts +0 -0
  368. /package/src/resources/{loyalty/transaction-entries → api/loyalty}/questions.ts +0 -0
@@ -1,153 +0,0 @@
1
- import { APIResource } from "../../resource.js";
2
- import * as Core from "../../core.js";
3
- import * as MintingAPI from "./minting.js";
4
- import { Minting, MintingGetMintingAssetsParams, MintingGetMintingAssetsResponse } from "./minting.js";
5
- import * as UsersAPI from "./users.js";
6
- import { UserConnectUserParams, UserConnectUserResponse, UserDisconnectUserParams, UserDisconnectUserResponse, UserGetUserCountParams, UserGetUserCountResponse, UserGetUsersParams, UserGetUsersResponse, Users } from "./users.js";
7
- import * as WebsiteCollectionsAPI from "./website-collections.js";
8
- import { WebsiteCollectionCreateWebsiteCollectionParams, WebsiteCollectionGetWebsiteCollectionsParams, WebsiteCollectionGetWebsiteCollectionsResponse, WebsiteCollections } from "./website-collections.js";
9
- import * as WebsiteUserRolesAPI from "./website-user-roles.js";
10
- import { WebsiteUserRoleAssignRolesToUsersParams, WebsiteUserRoleAssignRolesToUsersResponse, WebsiteUserRoleGetWebsiteUserRolesParams, WebsiteUserRoleGetWebsiteUserRolesResponse, WebsiteUserRoles } from "./website-user-roles.js";
11
- import * as ReferralAPI from "./referral/referral.js";
12
- import { Referral, ReferralCreateReferralCodeParams, ReferralCreateReferralCodeResponse } from "./referral/referral.js";
13
- export declare class Assets extends APIResource {
14
- users: UsersAPI.Users;
15
- minting: MintingAPI.Minting;
16
- referral: ReferralAPI.Referral;
17
- websiteCollections: WebsiteCollectionsAPI.WebsiteCollections;
18
- websiteUserRoles: WebsiteUserRolesAPI.WebsiteUserRoles;
19
- /**
20
- * This endpoint enables you to upload a file to the resource. Returns a presigned
21
- * URL and the asset's public URL. Call PUT with the file as the body to upload the
22
- * asset using the presigned URL.
23
- */
24
- create(body: AssetCreateParams, options?: Core.RequestOptions): Core.APIPromise<AssetCreateResponse>;
25
- /**
26
- * Returns a list of auctions with optional filtering and pagination.
27
- */
28
- getAuctions(options?: Core.RequestOptions): Core.APIPromise<AssetGetAuctionsResponse>;
29
- }
30
- /**
31
- * Response returned upon successful generation of the signed URL for uploading the
32
- * file.
33
- */
34
- export interface AssetCreateResponse {
35
- /**
36
- * The pre-signed URL to be used for uploading the file.
37
- */
38
- signedUrl: string;
39
- /**
40
- * The URL of the uploaded file.
41
- */
42
- url: string;
43
- }
44
- /**
45
- * Schema for the response when fetching auctions
46
- */
47
- export interface AssetGetAuctionsResponse {
48
- data: Array<AssetGetAuctionsResponse.Data>;
49
- hasNextPage: boolean;
50
- }
51
- export declare namespace AssetGetAuctionsResponse {
52
- interface Data {
53
- id: string;
54
- auctionBids: Array<Data.AuctionBid>;
55
- auctionItems: Array<Data.AuctionItem>;
56
- biddersOwnCollectionAddresses: Array<string>;
57
- createdAt: string;
58
- currencyAddress: string | null;
59
- currencyDecimals: number;
60
- deletedAt: string | null;
61
- description: string;
62
- endsAt: string;
63
- extendedDurationInSeconds: number | null;
64
- hideBids: boolean;
65
- /**
66
- * Schema representing a loyalty currency
67
- */
68
- loyaltyCurrency: Data.LoyaltyCurrency | null;
69
- loyaltyCurrencyId: string | null;
70
- minBidAmount: string;
71
- minBidIncrement: string | null;
72
- mintingContractId: string;
73
- name: string;
74
- network: 'ethereum' | 'zksync';
75
- organizationId: string;
76
- reservePrice: string | null;
77
- signature: string;
78
- startsAt: string;
79
- status: 'in_progress' | 'completed' | 'cancelled';
80
- type: 'first_price' | 'second_price' | 'english';
81
- updatedAt: string;
82
- userId: string;
83
- websiteId: string;
84
- }
85
- namespace Data {
86
- /**
87
- * Schema representing an auction bid
88
- */
89
- interface AuctionBid {
90
- id: string;
91
- amount: string;
92
- createdAt: string;
93
- }
94
- interface AuctionItem {
95
- id: string;
96
- /**
97
- * Schema representing a minting contract asset
98
- */
99
- mintingContractAsset: AuctionItem.MintingContractAsset;
100
- quantity: number;
101
- sortId: number;
102
- }
103
- namespace AuctionItem {
104
- /**
105
- * Schema representing a minting contract asset
106
- */
107
- interface MintingContractAsset {
108
- id: string;
109
- }
110
- }
111
- /**
112
- * Schema representing a loyalty currency
113
- */
114
- interface LoyaltyCurrency {
115
- id: string;
116
- decimals: number;
117
- imageUrl: string | null;
118
- name: string;
119
- symbol: string;
120
- }
121
- }
122
- }
123
- export interface AssetCreateParams {
124
- /**
125
- * The name of the file, must match the regex pattern (converted to lowercase)
126
- */
127
- fileName: string;
128
- /**
129
- * The file path, must be a valid enum value.
130
- */
131
- filePath?: 'announcements' | 'images' | 'videos' | 'banners' | 'fonts' | 'posts' | 'profiles' | 'minting' | 'loyalty';
132
- /**
133
- * UUID of the organization (optional, converted to lowercase)
134
- */
135
- organizationId?: string;
136
- /**
137
- * UUID of the user (optional, converted to lowercase)
138
- */
139
- userId?: string;
140
- /**
141
- * UUID of the website (optional, converted to lowercase)
142
- */
143
- websiteId?: string;
144
- }
145
- export declare namespace Assets {
146
- export { type AssetCreateResponse as AssetCreateResponse, type AssetGetAuctionsResponse as AssetGetAuctionsResponse, type AssetCreateParams as AssetCreateParams, };
147
- export { Users as Users, type UserConnectUserResponse as UserConnectUserResponse, type UserDisconnectUserResponse as UserDisconnectUserResponse, type UserGetUserCountResponse as UserGetUserCountResponse, type UserGetUsersResponse as UserGetUsersResponse, type UserConnectUserParams as UserConnectUserParams, type UserDisconnectUserParams as UserDisconnectUserParams, type UserGetUserCountParams as UserGetUserCountParams, type UserGetUsersParams as UserGetUsersParams, };
148
- export { Minting as Minting, type MintingGetMintingAssetsResponse as MintingGetMintingAssetsResponse, type MintingGetMintingAssetsParams as MintingGetMintingAssetsParams, };
149
- export { Referral as Referral, type ReferralCreateReferralCodeResponse as ReferralCreateReferralCodeResponse, type ReferralCreateReferralCodeParams as ReferralCreateReferralCodeParams, };
150
- export { WebsiteCollections as WebsiteCollections, type WebsiteCollectionGetWebsiteCollectionsResponse as WebsiteCollectionGetWebsiteCollectionsResponse, type WebsiteCollectionCreateWebsiteCollectionParams as WebsiteCollectionCreateWebsiteCollectionParams, type WebsiteCollectionGetWebsiteCollectionsParams as WebsiteCollectionGetWebsiteCollectionsParams, };
151
- export { WebsiteUserRoles as WebsiteUserRoles, type WebsiteUserRoleAssignRolesToUsersResponse as WebsiteUserRoleAssignRolesToUsersResponse, type WebsiteUserRoleGetWebsiteUserRolesResponse as WebsiteUserRoleGetWebsiteUserRolesResponse, type WebsiteUserRoleAssignRolesToUsersParams as WebsiteUserRoleAssignRolesToUsersParams, type WebsiteUserRoleGetWebsiteUserRolesParams as WebsiteUserRoleGetWebsiteUserRolesParams, };
152
- }
153
- //# sourceMappingURL=assets.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../src/resources/assets/assets.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assets.js","sourceRoot":"","sources":["../../src/resources/assets/assets.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,gDAA6C;AAE7C,yDAAwC;AACxC,0CAAoG;AACpG,qDAAoC;AACpC,sCAUiB;AACjB,gFAA+D;AAC/D,kEAK+B;AAC/B,6EAA4D;AAC5D,gEAM8B;AAC9B,oEAAmD;AACnD,qDAI6B;AAE7B,MAAa,MAAO,SAAQ,sBAAW;IAAvC;;QACE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,uBAAkB,GAA6C,IAAI,qBAAqB,CAAC,kBAAkB,CACzG,IAAI,CAAC,OAAO,CACb,CAAC;QACF,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;IAiBJ,CAAC;IAfC;;;;OAIG;IACH,MAAM,CAAC,IAAuB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChE,CAAC;IAED;;OAEG;IACH,WAAW,CAAC,OAA6B;QACvC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;IACpD,CAAC;CACF;AA1BD,wBA0BC;AAgLD,MAAM,CAAC,KAAK,GAAG,aAAK,CAAC;AACrB,MAAM,CAAC,OAAO,GAAG,iBAAO,CAAC;AACzB,MAAM,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AAC3B,MAAM,CAAC,kBAAkB,GAAG,wCAAkB,CAAC;AAC/C,MAAM,CAAC,gBAAgB,GAAG,qCAAgB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assets.mjs","sourceRoot":"","sources":["../../src/resources/assets/assets.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,KAAK,UAAU;OACf,EAAE,OAAO,EAAkE;OAC3E,KAAK,QAAQ;OACb,EASL,KAAK,GACN;OACM,KAAK,qBAAqB;OAC1B,EAIL,kBAAkB,GACnB;OACM,KAAK,mBAAmB;OACxB,EAKL,gBAAgB,GACjB;OACM,KAAK,WAAW;OAChB,EACL,QAAQ,GAGT;AAED,MAAM,OAAO,MAAO,SAAQ,WAAW;IAAvC;;QACE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,uBAAkB,GAA6C,IAAI,qBAAqB,CAAC,kBAAkB,CACzG,IAAI,CAAC,OAAO,CACb,CAAC;QACF,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;IAiBJ,CAAC;IAfC;;;;OAIG;IACH,MAAM,CAAC,IAAuB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChE,CAAC;IAED;;OAEG;IACH,WAAW,CAAC,OAA6B;QACvC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;IACpD,CAAC;CACF;AAgLD,MAAM,CAAC,KAAK,GAAG,KAAK,CAAC;AACrB,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC;AACzB,MAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC3B,MAAM,CAAC,kBAAkB,GAAG,kBAAkB,CAAC;AAC/C,MAAM,CAAC,gBAAgB,GAAG,gBAAgB,CAAC"}
@@ -1,7 +0,0 @@
1
- export { Assets, type AssetCreateResponse, type AssetGetAuctionsResponse, type AssetCreateParams, } from "./assets.js";
2
- export { Minting, type MintingGetMintingAssetsResponse, type MintingGetMintingAssetsParams } from "./minting.js";
3
- export { Referral, type ReferralCreateReferralCodeResponse, type ReferralCreateReferralCodeParams, } from "./referral/index.js";
4
- export { Users, type UserConnectUserResponse, type UserDisconnectUserResponse, type UserGetUserCountResponse, type UserGetUsersResponse, type UserConnectUserParams, type UserDisconnectUserParams, type UserGetUserCountParams, type UserGetUsersParams, } from "./users.js";
5
- export { WebsiteCollections, type WebsiteCollectionGetWebsiteCollectionsResponse, type WebsiteCollectionCreateWebsiteCollectionParams, type WebsiteCollectionGetWebsiteCollectionsParams, } from "./website-collections.js";
6
- export { WebsiteUserRoles, type WebsiteUserRoleAssignRolesToUsersResponse, type WebsiteUserRoleGetWebsiteUserRolesResponse, type WebsiteUserRoleAssignRolesToUsersParams, type WebsiteUserRoleGetWebsiteUserRolesParams, } from "./website-user-roles.js";
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/assets/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,GACvB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,OAAO,EAAE,KAAK,+BAA+B,EAAE,KAAK,6BAA6B,EAAE,MAAM,WAAW,CAAC;AAC9G,OAAO,EACL,QAAQ,EACR,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,GACtC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,KAAK,EACL,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,GACxB,MAAM,SAAS,CAAC;AACjB,OAAO,EACL,kBAAkB,EAClB,KAAK,8CAA8C,EACnD,KAAK,8CAA8C,EACnD,KAAK,4CAA4C,GAClD,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,gBAAgB,EAChB,KAAK,yCAAyC,EAC9C,KAAK,0CAA0C,EAC/C,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,GAC9C,MAAM,sBAAsB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/assets/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAKkB;AAJhB,gGAAA,MAAM,OAAA;AAKR,wCAA8G;AAArG,kGAAA,OAAO,OAAA;AAChB,6CAI0B;AAHxB,iGAAA,QAAQ,OAAA;AAIV,oCAUiB;AATf,8FAAA,KAAK,OAAA;AAUP,gEAK+B;AAJ7B,yHAAA,kBAAkB,OAAA;AAKpB,8DAM8B;AAL5B,sHAAA,gBAAgB,OAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/assets/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,MAAM,GAIP;OACM,EAAE,OAAO,EAA4E;OACrF,EACL,QAAQ,GAGT;OACM,EACL,KAAK,GASN;OACM,EACL,kBAAkB,GAInB;OACM,EACL,gBAAgB,GAKjB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"minting.d.ts","sourceRoot":"","sources":["../../src/resources/assets/minting.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,gBAAgB,CACd,KAAK,EAAE,6BAA6B,EACpC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,+BAA+B,CAAC;CAGpD;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAElD;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,yBAAiB,+BAA+B,CAAC;IAC/C,UAAiB,IAAI;QACnB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;KACZ;CACF;AAED,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,IAAI,CAAC;IAE3C;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAEhC;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAEjC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAE1B;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,OAAO,CAAC,EACJ,SAAS,GACT,SAAS,GACT,gBAAgB,GAChB,UAAU,GACV,UAAU,GACV,SAAS,GACT,YAAY,GACZ,WAAW,GACX,eAAe,GACf,QAAQ,GACR,QAAQ,GACR,eAAe,GACf,MAAM,GACN,aAAa,GACb,aAAa,GACb,KAAK,GACL,gBAAgB,GAChB,QAAQ,GACR,UAAU,GACV,aAAa,GACb,aAAa,GACb,KAAK,GACL,OAAO,GACP,SAAS,GACT,kBAAkB,GAClB,iBAAiB,GACjB,QAAQ,GACR,iBAAiB,GACjB,gBAAgB,CAAC;IAErB;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,IAAI,CAAC;IAEhC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,IAAI,CAAC;IAElD;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;IAElC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAExC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;CACxC;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,6BAA6B,IAAI,6BAA6B,GACpE,CAAC;CACH"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"minting.js","sourceRoot":"","sources":["../../src/resources/assets/minting.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAG7C,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;OAEG;IACH,gBAAgB,CACd,KAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;CACF;AAVD,0BAUC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"minting.mjs","sourceRoot":"","sources":["../../src/resources/assets/minting.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAGtB,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,gBAAgB,CACd,KAAoC,EACpC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;CACF"}
@@ -1,3 +0,0 @@
1
- export { Referral, type ReferralCreateReferralCodeResponse, type ReferralCreateReferralCodeParams, } from "./referral.js";
2
- export { Users, type UserCreateReferralUserResponse, type UserGetReferralsResponse, type UserCreateReferralUserParams, type UserGetReferralsParams, } from "./users.js";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/assets/referral/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,KAAK,kCAAkC,EACvC,KAAK,gCAAgC,GACtC,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,KAAK,EACL,KAAK,8BAA8B,EACnC,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,sBAAsB,GAC5B,MAAM,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/assets/referral/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0CAIoB;AAHlB,oGAAA,QAAQ,OAAA;AAIV,oCAMiB;AALf,8FAAA,KAAK,OAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/assets/referral/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,QAAQ,GAGT;OACM,EACL,KAAK,GAKN"}
@@ -1,30 +0,0 @@
1
- import { APIResource } from "../../../resource.js";
2
- import * as Core from "../../../core.js";
3
- import * as UsersAPI from "./users.js";
4
- import { UserCreateReferralUserParams, UserCreateReferralUserResponse, UserGetReferralsParams, UserGetReferralsResponse, Users } from "./users.js";
5
- export declare class Referral extends APIResource {
6
- users: UsersAPI.Users;
7
- /**
8
- * This endpoint allows you to create a referral code
9
- */
10
- createReferralCode(body?: ReferralCreateReferralCodeParams, options?: Core.RequestOptions): Core.APIPromise<ReferralCreateReferralCodeResponse>;
11
- createReferralCode(options?: Core.RequestOptions): Core.APIPromise<ReferralCreateReferralCodeResponse>;
12
- }
13
- export interface ReferralCreateReferralCodeResponse {
14
- id: string;
15
- createdAt: string;
16
- deletedAt: string | null;
17
- organizationId: string;
18
- referralCode: string;
19
- updatedAt: string;
20
- userId: string;
21
- websiteId: string;
22
- }
23
- export interface ReferralCreateReferralCodeParams {
24
- userId?: string;
25
- }
26
- export declare namespace Referral {
27
- export { type ReferralCreateReferralCodeResponse as ReferralCreateReferralCodeResponse, type ReferralCreateReferralCodeParams as ReferralCreateReferralCodeParams, };
28
- export { Users as Users, type UserCreateReferralUserResponse as UserCreateReferralUserResponse, type UserGetReferralsResponse as UserGetReferralsResponse, type UserCreateReferralUserParams as UserCreateReferralUserParams, type UserGetReferralsParams as UserGetReferralsParams, };
29
- }
30
- //# sourceMappingURL=referral.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"referral.d.ts","sourceRoot":"","sources":["../../../src/resources/assets/referral/referral.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,KAAK,QAAQ,MAAM,SAAS,CAAC;AACpC,OAAO,EACL,4BAA4B,EAC5B,8BAA8B,EAC9B,sBAAsB,EACtB,wBAAwB,EACxB,KAAK,EACN,MAAM,SAAS,CAAC;AAEjB,qBAAa,QAAS,SAAQ,WAAW;IACvC,KAAK,EAAE,QAAQ,CAAC,KAAK,CAAoC;IAEzD;;OAEG;IACH,kBAAkB,CAChB,IAAI,CAAC,EAAE,gCAAgC,EACvC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,kCAAkC,CAAC;IACtD,kBAAkB,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,kCAAkC,CAAC;CAUvG;AAED,MAAM,WAAW,kCAAkC;IACjD,EAAE,EAAE,MAAM,CAAC;IAEX,SAAS,EAAE,MAAM,CAAC;IAElB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB,cAAc,EAAE,MAAM,CAAC;IAEvB,YAAY,EAAE,MAAM,CAAC;IAErB,SAAS,EAAE,MAAM,CAAC;IAElB,MAAM,EAAE,MAAM,CAAC;IAEf,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,gCAAgC;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAID,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,kCAAkC,IAAI,kCAAkC,EAC7E,KAAK,gCAAgC,IAAI,gCAAgC,GAC1E,CAAC;IAEF,OAAO,EACL,KAAK,IAAI,KAAK,EACd,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"referral.js","sourceRoot":"","sources":["../../../src/resources/assets/referral/referral.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,mDAAgD;AAChD,2CAAiD;AAEjD,qDAAoC;AACpC,sCAMiB;AAEjB,MAAa,QAAS,SAAQ,sBAAW;IAAzC;;QACE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAmB3D,CAAC;IATC,kBAAkB,CAChB,OAA+D,EAAE,EACjE,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,IAAI,CAAC,EAAE;YAC1B,OAAO,IAAI,CAAC,kBAAkB,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;SAC1C;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;CACF;AApBD,4BAoBC;AAwBD,QAAQ,CAAC,KAAK,GAAG,aAAK,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"referral.mjs","sourceRoot":"","sources":["../../../src/resources/assets/referral/referral.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,KAAK,QAAQ;OACb,EAKL,KAAK,GACN;AAED,MAAM,OAAO,QAAS,SAAQ,WAAW;IAAzC;;QACE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAmB3D,CAAC;IATC,kBAAkB,CAChB,OAA+D,EAAE,EACjE,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,IAAI,CAAC,EAAE;YAC1B,OAAO,IAAI,CAAC,kBAAkB,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;SAC1C;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;CACF;AAwBD,QAAQ,CAAC,KAAK,GAAG,KAAK,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/resources/assets/referral/users.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AAEtC,qBAAa,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,kBAAkB,CAChB,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,8BAA8B,CAAC;IAIlD;;OAEG;IACH,YAAY,CACV,KAAK,EAAE,sBAAsB,EAC7B,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,wBAAwB,CAAC;CAG7C;AAED,MAAM,WAAW,8BAA8B;IAC7C,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,KAAK,CAAC,wBAAwB,CAAC,IAAI,CAAC,CAAC;IAE3C,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,yBAAiB,wBAAwB,CAAC;IACxC,UAAiB,IAAI;QACnB,EAAE,EAAE,MAAM,CAAC;QAEX,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAEhC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;KACjB;IAED,UAAiB,IAAI,CAAC;QACpB,UAAiB,YAAY;YAC3B,EAAE,EAAE,MAAM,CAAC;YAEX,SAAS,EAAE,MAAM,CAAC;YAElB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;YAEzB,YAAY,EAAE,MAAM,CAAC;YAErB,SAAS,EAAE,MAAM,CAAC;YAElB,MAAM,EAAE,MAAM,CAAC;SAChB;QAED,UAAiB,IAAI;YACnB,EAAE,EAAE,MAAM,CAAC;YAEX,aAAa,EAAE,MAAM,CAAC;SACvB;KACF;CACF;AAED,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,sBAAsB;IACrC,aAAa,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IAEtC,kBAAkB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAEpC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EACL,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"users.js","sourceRoot":"","sources":["../../../src/resources/assets/referral/users.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,mDAAgD;AAGhD,MAAa,KAAM,SAAQ,sBAAW;IACpC;;OAEG;IACH,kBAAkB,CAChB,IAAkC,EAClC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;OAEG;IACH,YAAY,CACV,KAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;CACF;AApBD,sBAoBC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"users.mjs","sourceRoot":"","sources":["../../../src/resources/assets/referral/users.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAGtB,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,kBAAkB,CAChB,IAAkC,EAClC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;OAEG;IACH,YAAY,CACV,KAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;CACF"}
@@ -1,285 +0,0 @@
1
- import { APIResource } from "../../resource.js";
2
- import * as Core from "../../core.js";
3
- export declare class Users extends APIResource {
4
- /**
5
- * This endpoint allows you to create a user
6
- */
7
- connectUser(body: UserConnectUserParams, options?: Core.RequestOptions): Core.APIPromise<UserConnectUserResponse>;
8
- /**
9
- * This endpoint allows you to disconnect a user from another user
10
- */
11
- disconnectUser(body: UserDisconnectUserParams, options?: Core.RequestOptions): Core.APIPromise<unknown>;
12
- /**
13
- * This endpoint returns the total user count
14
- */
15
- getUserCount(query: UserGetUserCountParams, options?: Core.RequestOptions): Core.APIPromise<UserGetUserCountResponse>;
16
- /**
17
- * This endpoint allows you to get users
18
- */
19
- getUsers(query?: UserGetUsersParams, options?: Core.RequestOptions): Core.APIPromise<UserGetUsersResponse>;
20
- getUsers(options?: Core.RequestOptions): Core.APIPromise<UserGetUsersResponse>;
21
- }
22
- export interface UserConnectUserResponse {
23
- /**
24
- * The ID of the user
25
- */
26
- id: string;
27
- /**
28
- * Timestamp when the user was created
29
- */
30
- createdAt: string;
31
- /**
32
- * Timestamp when the user was last updated
33
- */
34
- updatedAt: string;
35
- /**
36
- * The wallet address of the user
37
- */
38
- walletAddress: string;
39
- }
40
- export type UserDisconnectUserResponse = unknown;
41
- /**
42
- * Schema for counting users response
43
- */
44
- export interface UserGetUserCountResponse {
45
- /**
46
- * Total count of users
47
- */
48
- totalCount: number;
49
- }
50
- export interface UserGetUsersResponse {
51
- /**
52
- * Schema for users response
53
- */
54
- data: Array<UserGetUsersResponse.Data>;
55
- }
56
- export declare namespace UserGetUsersResponse {
57
- interface Data {
58
- id: string;
59
- isSnagSuperAdmin: boolean;
60
- walletAddress: string;
61
- /**
62
- * The followers of the user, only returned if includeFollow is true
63
- */
64
- _count?: Data._Count | null;
65
- /**
66
- * The delegations from the user, only returned if includeDelegation is true
67
- */
68
- delegationsFrom?: Array<Data.DelegationsFrom> | null;
69
- /**
70
- * The followers of the user, only returned if includeFollow is true and the user
71
- * is querying their own user
72
- */
73
- followers?: Array<Data.Follower> | null;
74
- /**
75
- * Whether the user has notifications enabled, only returned if
76
- * includeNotifications is true
77
- */
78
- notifications?: boolean;
79
- privyUserId?: string | null;
80
- stardustProfileId?: string | null;
81
- temporaryLoyaltyUser?: boolean | null;
82
- userMetadata?: Array<Data.UserMetadata> | null;
83
- }
84
- namespace Data {
85
- /**
86
- * The followers of the user, only returned if includeFollow is true
87
- */
88
- interface _Count {
89
- select: _Count.Select;
90
- }
91
- namespace _Count {
92
- interface Select {
93
- followers: number;
94
- follows: number;
95
- }
96
- }
97
- interface DelegationsFrom {
98
- walletAddress: string;
99
- }
100
- interface Follower {
101
- userId: string;
102
- }
103
- interface UserMetadata {
104
- bio?: string | null;
105
- discordUser?: string | null;
106
- discordVerifiedAt?: string | null;
107
- displayName?: string | null;
108
- /**
109
- * The email address of the user, only returned if the user is querying their own
110
- * user
111
- */
112
- emailAddress?: string | null;
113
- emailVerifiedAt?: string | null;
114
- epicAccountIdentifier?: string | null;
115
- epicUsername?: string | null;
116
- instagramUser?: string | null;
117
- instagramVerifiedAt?: string | null;
118
- isBlocked?: boolean | null;
119
- location?: string | null;
120
- logoUrl?: string | null;
121
- meta?: string | null;
122
- portfolioUrl?: string | null;
123
- steamUserId?: string | null;
124
- steamUsername?: string | null;
125
- telegramUserId?: string | null;
126
- telegramUsername?: string | null;
127
- telegramVerifiedAt?: string | null;
128
- twitterUser?: string | null;
129
- twitterUserFollowersCount?: number | null;
130
- twitterVerifiedAt?: string | null;
131
- userGroupId?: string | null;
132
- walletGroupIdentifier?: string | null;
133
- }
134
- }
135
- }
136
- export interface UserConnectUserParams {
137
- /**
138
- * The ID of the organization
139
- */
140
- organizationId: string;
141
- /**
142
- * The wallet address of the user
143
- */
144
- walletAddress: string;
145
- walletType: 'evm' | 'solana' | 'imx' | 'sui' | 'ton';
146
- /**
147
- * The ID of the website
148
- */
149
- websiteId: string;
150
- /**
151
- * Whether to confirm the disconnect
152
- */
153
- confirmDisconnect?: boolean;
154
- /**
155
- * The ID of the user to whome this wallet is being connected
156
- */
157
- userId?: string;
158
- /**
159
- * The verification data of the user walletAddress
160
- */
161
- verificationData?: UserConnectUserParams.VerificationData;
162
- }
163
- export declare namespace UserConnectUserParams {
164
- /**
165
- * The verification data of the user walletAddress
166
- */
167
- interface VerificationData {
168
- accessToken?: string;
169
- message?: string;
170
- signature?: string;
171
- tonVerification?: VerificationData.TonVerification;
172
- }
173
- namespace VerificationData {
174
- interface TonVerification {
175
- account: TonVerification.Account;
176
- proof: TonVerification.Proof;
177
- }
178
- namespace TonVerification {
179
- interface Account {
180
- address: string;
181
- chain: '-239' | '-3';
182
- publicKey: string;
183
- walletStateInit?: string;
184
- }
185
- interface Proof {
186
- domain: Proof.Domain;
187
- payload: string;
188
- signature: string;
189
- timestamp: number;
190
- state_init?: string;
191
- }
192
- namespace Proof {
193
- interface Domain {
194
- lengthBytes: number;
195
- value: string;
196
- }
197
- }
198
- }
199
- }
200
- }
201
- export interface UserDisconnectUserParams {
202
- organizationId: string;
203
- userId: string;
204
- websiteId: string;
205
- }
206
- export interface UserGetUserCountParams {
207
- /**
208
- * The ID of the organization
209
- */
210
- organizationId: string;
211
- /**
212
- * The ID of the website
213
- */
214
- websiteId: string;
215
- }
216
- export interface UserGetUsersParams {
217
- /**
218
- * The address of the user
219
- */
220
- address?: string;
221
- /**
222
- * Discord username of the user
223
- */
224
- discordUser?: string;
225
- /**
226
- * Whether to include delegations in the response
227
- */
228
- includeDelegation?: boolean | null;
229
- /**
230
- * Whether to include followers in the response
231
- */
232
- includeFollow?: boolean | null;
233
- /**
234
- * Number of users to return
235
- */
236
- limit?: number;
237
- /**
238
- * The ID of the organization
239
- */
240
- organizationId?: string;
241
- /**
242
- * Pagination cursor to start after a specific user ID
243
- */
244
- startingAfter?: string;
245
- /**
246
- * Steam username of the user
247
- */
248
- steamUsername?: string;
249
- /**
250
- * Telegram ID of the user
251
- */
252
- telegramUserId?: string;
253
- /**
254
- * Telegram username of the user
255
- */
256
- telegramUsername?: string;
257
- /**
258
- * Twitter username of the user
259
- */
260
- twitterUser?: string;
261
- /**
262
- * External identifier for the user group controlled by you
263
- */
264
- userGroupExternalIdentifier?: string;
265
- /**
266
- * The ID of the user group
267
- */
268
- userGroupId?: string;
269
- /**
270
- * The ID of the user
271
- */
272
- userId?: string | Array<string>;
273
- /**
274
- * The wallet address of the user
275
- */
276
- walletAddress?: string;
277
- /**
278
- * The ID of the website
279
- */
280
- websiteId?: string;
281
- }
282
- export declare namespace Users {
283
- export { type UserConnectUserResponse as UserConnectUserResponse, type UserDisconnectUserResponse as UserDisconnectUserResponse, type UserGetUserCountResponse as UserGetUserCountResponse, type UserGetUsersResponse as UserGetUsersResponse, type UserConnectUserParams as UserConnectUserParams, type UserDisconnectUserParams as UserDisconnectUserParams, type UserGetUserCountParams as UserGetUserCountParams, type UserGetUsersParams as UserGetUsersParams, };
284
- }
285
- //# sourceMappingURL=users.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../src/resources/assets/users.ts"],"names":[],"mappings":"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"}
@@ -1,34 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Users = void 0;
5
- const resource_1 = require("../../resource.js");
6
- const core_1 = require("../../core.js");
7
- class Users extends resource_1.APIResource {
8
- /**
9
- * This endpoint allows you to create a user
10
- */
11
- connectUser(body, options) {
12
- return this._client.post('/api/users/connect', { body, ...options });
13
- }
14
- /**
15
- * This endpoint allows you to disconnect a user from another user
16
- */
17
- disconnectUser(body, options) {
18
- return this._client.post('/api/users/disconnect', { body, ...options });
19
- }
20
- /**
21
- * This endpoint returns the total user count
22
- */
23
- getUserCount(query, options) {
24
- return this._client.get('/api/users/count', { query, ...options });
25
- }
26
- getUsers(query = {}, options) {
27
- if ((0, core_1.isRequestOptions)(query)) {
28
- return this.getUsers({}, query);
29
- }
30
- return this._client.get('/api/users', { query, ...options });
31
- }
32
- }
33
- exports.Users = Users;
34
- //# sourceMappingURL=users.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"users.js","sourceRoot":"","sources":["../../src/resources/assets/users.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAC7C,wCAA8C;AAG9C,MAAa,KAAM,SAAQ,sBAAW;IACpC;;OAEG;IACH,WAAW,CACT,IAA2B,EAC3B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,cAAc,CAAC,IAA8B,EAAE,OAA6B;QAC1E,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,YAAY,CACV,KAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAOD,QAAQ,CACN,QAAkD,EAAE,EACpD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SACjC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/D,CAAC;CACF;AA1CD,sBA0CC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"users.mjs","sourceRoot":"","sources":["../../src/resources/assets/users.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;AAG3B,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,WAAW,CACT,IAA2B,EAC3B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,cAAc,CAAC,IAA8B,EAAE,OAA6B;QAC1E,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,YAAY,CACV,KAA6B,EAC7B,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAOD,QAAQ,CACN,QAAkD,EAAE,EACpD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SACjC;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/D,CAAC;CACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"website-collections.d.ts","sourceRoot":"","sources":["../../src/resources/assets/website-collections.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,qBAAa,kBAAmB,SAAQ,WAAW;IACjD;;OAEG;IACH,uBAAuB,CACrB,IAAI,EAAE,8CAA8C,EACpD,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;IAQxB;;OAEG;IACH,qBAAqB,CACnB,KAAK,EAAE,4CAA4C,EACnD,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,8CAA8C,CAAC;CAGnE;AAED;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC7D;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,8CAA8C,CAAC,IAAI,CAAC,CAAC;IAEjE;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,yBAAiB,8CAA8C,CAAC;IAC9D,UAAiB,IAAI;QACnB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;KACZ;CACF;AAED,MAAM,WAAW,8CAA8C;IAC7D,iBAAiB,EAAE,MAAM,CAAC;IAE1B,IAAI,EAAE,MAAM,CAAC;IAEb,OAAO,EACH,SAAS,GACT,SAAS,GACT,gBAAgB,GAChB,UAAU,GACV,UAAU,GACV,SAAS,GACT,YAAY,GACZ,WAAW,GACX,eAAe,GACf,QAAQ,GACR,QAAQ,GACR,eAAe,GACf,MAAM,GACN,aAAa,GACb,aAAa,GACb,KAAK,GACL,gBAAgB,GAChB,QAAQ,GACR,UAAU,GACV,aAAa,GACb,aAAa,GACb,KAAK,GACL,OAAO,GACP,SAAS,GACT,kBAAkB,GAClB,iBAAiB,GACjB,QAAQ,GACR,iBAAiB,GACjB,gBAAgB,CAAC;IAErB,cAAc,EAAE,MAAM,CAAC;IAEvB,MAAM,EAAE,MAAM,CAAC;IAEf,SAAS,EAAE,MAAM,CAAC;IAElB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAElC,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,4CAA4C;IAC3D;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,WAAW,kBAAkB,CAAC;IAC1C,OAAO,EACL,KAAK,8CAA8C,IAAI,8CAA8C,EACrG,KAAK,8CAA8C,IAAI,8CAA8C,EACrG,KAAK,4CAA4C,IAAI,4CAA4C,GAClG,CAAC;CACH"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"website-collections.js","sourceRoot":"","sources":["../../src/resources/assets/website-collections.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAG7C,MAAa,kBAAmB,SAAQ,sBAAW;IACjD;;OAEG;IACH,uBAAuB,CACrB,IAAoD,EACpD,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,0BAA0B,EAAE;YACnD,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE;SAChD,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,qBAAqB,CACnB,KAAmD,EACnD,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,0BAA0B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;CACF;AAxBD,gDAwBC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"website-collections.mjs","sourceRoot":"","sources":["../../src/resources/assets/website-collections.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAGtB,MAAM,OAAO,kBAAmB,SAAQ,WAAW;IACjD;;OAEG;IACH,uBAAuB,CACrB,IAAoD,EACpD,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,0BAA0B,EAAE;YACnD,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE;SAChD,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,qBAAqB,CACnB,KAAmD,EACnD,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,0BAA0B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;CACF"}