@dbmx/confy 0.0.72 → 0.0.76

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 (493) hide show
  1. package/esm/_virtual/index10.js +2 -2
  2. package/esm/_virtual/index11.js +2 -2
  3. package/esm/_virtual/index12.js +2 -2
  4. package/esm/_virtual/index13.js +2 -2
  5. package/esm/_virtual/index14.js +2 -2
  6. package/esm/_virtual/index8.js +2 -2
  7. package/esm/_virtual/index9.js +2 -2
  8. package/esm/components/SelectMemberMenu/index.js +1 -1
  9. package/esm/ducks/utils.js +1 -1
  10. package/esm/forms/utils.js +2 -2
  11. package/esm/hooks/roles.js +1 -1
  12. package/esm/lib/api/apiKeys.js +51 -0
  13. package/esm/lib/api/apiKeys.js.map +1 -0
  14. package/esm/lib/api/auth.js +1 -2
  15. package/esm/lib/api/auth.js.map +1 -1
  16. package/esm/lib/api/config.js +1 -2
  17. package/esm/lib/api/config.js.map +1 -1
  18. package/esm/lib/api/dataBuckets.js +18 -0
  19. package/esm/lib/api/dataBuckets.js.map +1 -0
  20. package/esm/lib/api/index.js +1 -2
  21. package/esm/lib/api/index.js.map +1 -1
  22. package/esm/lib/api/jobs.js +56 -0
  23. package/esm/lib/api/jobs.js.map +1 -0
  24. package/esm/lib/api/members.js +33 -0
  25. package/esm/lib/api/members.js.map +1 -0
  26. package/esm/lib/api/people.js +50 -0
  27. package/esm/lib/api/people.js.map +1 -0
  28. package/esm/lib/api/roles.js +17 -0
  29. package/esm/lib/api/roles.js.map +1 -0
  30. package/esm/lib/api/routes.js +43 -0
  31. package/esm/lib/api/routes.js.map +1 -0
  32. package/esm/lib/api/servicesMap.js +17 -0
  33. package/esm/lib/api/servicesMap.js.map +1 -0
  34. package/esm/lib/api/spaces.js +32 -0
  35. package/esm/lib/api/spaces.js.map +1 -0
  36. package/esm/lib/api/storage.js +94 -0
  37. package/esm/lib/api/storage.js.map +1 -0
  38. package/esm/node_modules/@dbmx/auth/dist/index.js +638 -0
  39. package/esm/node_modules/@dbmx/auth/dist/index.js.map +1 -0
  40. package/esm/node_modules/@dbmx/auth/dist/oidc-client.js +107 -0
  41. package/esm/node_modules/@dbmx/auth/dist/oidc-client.js.map +1 -0
  42. package/esm/node_modules/@dbmx/semver/dist/index.esm.js +958 -0
  43. package/esm/node_modules/@dbmx/semver/dist/index.esm.js.map +1 -0
  44. package/esm/node_modules/@dbmx/semver/node_modules/lru-cache/index.js +340 -0
  45. package/esm/node_modules/@dbmx/semver/node_modules/lru-cache/index.js.map +1 -0
  46. package/esm/node_modules/@dbmx/semver/node_modules/yallist/iterator.js +18 -0
  47. package/esm/node_modules/@dbmx/semver/node_modules/yallist/iterator.js.map +1 -0
  48. package/esm/node_modules/@dbmx/semver/node_modules/yallist/yallist.js +430 -0
  49. package/esm/node_modules/@dbmx/semver/node_modules/yallist/yallist.js.map +1 -0
  50. package/esm/node_modules/@dbmx/users/esm/index.js +251 -0
  51. package/esm/node_modules/@dbmx/users/esm/index.js.map +1 -0
  52. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/ap.js +44 -0
  53. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/ap.js.map +1 -0
  54. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/bind.js +36 -0
  55. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/bind.js.map +1 -0
  56. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/curry.js +53 -0
  57. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/curry.js.map +1 -0
  58. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/curryN.js +60 -0
  59. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/curryN.js.map +1 -0
  60. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/difference.js +50 -0
  61. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/difference.js.map +1 -0
  62. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/either.js +46 -0
  63. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/either.js.map +1 -0
  64. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/equals.js +37 -0
  65. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/equals.js.map +1 -0
  66. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/flip.js +37 -0
  67. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/flip.js.map +1 -0
  68. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/identity.js +29 -0
  69. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/identity.js.map +1 -0
  70. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/includes.js +32 -0
  71. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/includes.js.map +1 -0
  72. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_Set.js +201 -0
  73. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_Set.js.map +1 -0
  74. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_arity.js +65 -0
  75. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_arity.js.map +1 -0
  76. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_arrayFromIterator.js +13 -0
  77. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_arrayFromIterator.js.map +1 -0
  78. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_concat.js +37 -0
  79. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_concat.js.map +1 -0
  80. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry1.js +23 -0
  81. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry1.js.map +1 -0
  82. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry2.js +35 -0
  83. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry2.js.map +1 -0
  84. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry3.js +53 -0
  85. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry3.js.map +1 -0
  86. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curryN.js +46 -0
  87. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curryN.js.map +1 -0
  88. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_dispatchable.js +50 -0
  89. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_dispatchable.js.map +1 -0
  90. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_equals.js +170 -0
  91. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_equals.js.map +1 -0
  92. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_filter.js +18 -0
  93. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_filter.js.map +1 -0
  94. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_functionName.js +8 -0
  95. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_functionName.js.map +1 -0
  96. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_has.js +6 -0
  97. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_has.js.map +1 -0
  98. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_identity.js +6 -0
  99. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_identity.js.map +1 -0
  100. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_includes.js +8 -0
  101. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_includes.js.map +1 -0
  102. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_includesWith.js +17 -0
  103. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_includesWith.js.map +1 -0
  104. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_indexOf.js +71 -0
  105. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_indexOf.js.map +1 -0
  106. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArguments.js +16 -0
  107. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArguments.js.map +1 -0
  108. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArray.js +18 -0
  109. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArray.js.map +1 -0
  110. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArrayLike.js +58 -0
  111. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArrayLike.js.map +1 -0
  112. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isFunction.js +7 -0
  113. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isFunction.js.map +1 -0
  114. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isInteger.js +14 -0
  115. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isInteger.js.map +1 -0
  116. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isPlaceholder.js +6 -0
  117. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isPlaceholder.js.map +1 -0
  118. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isString.js +6 -0
  119. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isString.js.map +1 -0
  120. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isTransformer.js +6 -0
  121. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isTransformer.js.map +1 -0
  122. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_map.js +15 -0
  123. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_map.js.map +1 -0
  124. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_objectIs.js +17 -0
  125. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_objectIs.js.map +1 -0
  126. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_reduce.js +74 -0
  127. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_reduce.js.map +1 -0
  128. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xfBase.js +11 -0
  129. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xfBase.js.map +1 -0
  130. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xmap.js +29 -0
  131. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xmap.js.map +1 -0
  132. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xwrap.js +28 -0
  133. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xwrap.js.map +1 -0
  134. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/intersection.js +42 -0
  135. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/intersection.js.map +1 -0
  136. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/is.js +34 -0
  137. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/is.js.map +1 -0
  138. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/keys.js +92 -0
  139. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/keys.js.map +1 -0
  140. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/lift.js +34 -0
  141. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/lift.js.map +1 -0
  142. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/liftN.js +35 -0
  143. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/liftN.js.map +1 -0
  144. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/map.js +68 -0
  145. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/map.js.map +1 -0
  146. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/nth.js +39 -0
  147. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/nth.js.map +1 -0
  148. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/or.js +31 -0
  149. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/or.js.map +1 -0
  150. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/path.js +32 -0
  151. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/path.js.map +1 -0
  152. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/paths.js +47 -0
  153. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/paths.js.map +1 -0
  154. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/prop.js +33 -0
  155. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/prop.js.map +1 -0
  156. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/propEq.js +37 -0
  157. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/propEq.js.map +1 -0
  158. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/type.js +36 -0
  159. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/type.js.map +1 -0
  160. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/uniq.js +27 -0
  161. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/uniq.js.map +1 -0
  162. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/uniqBy.js +46 -0
  163. package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/uniqBy.js.map +1 -0
  164. package/esm/node_modules/@dbmx/users/esm/roles.js +127 -0
  165. package/esm/node_modules/@dbmx/users/esm/roles.js.map +1 -0
  166. package/esm/node_modules/@testing-library/dom/node_modules/ansi-styles/index.js +1 -1
  167. package/esm/node_modules/@testing-library/dom/node_modules/react-is/index.js +1 -1
  168. package/esm/node_modules/aria-query/lib/index.js +1 -1
  169. package/esm/node_modules/call-bind/index.js +1 -1
  170. package/esm/node_modules/call-bind-apply-helpers/actualApply.js +2 -2
  171. package/esm/node_modules/call-bind-apply-helpers/actualApply.js.map +1 -1
  172. package/esm/node_modules/call-bind-apply-helpers/applyBind.js +2 -2
  173. package/esm/node_modules/call-bind-apply-helpers/applyBind.js.map +1 -1
  174. package/esm/node_modules/call-bind-apply-helpers/index.js +4 -4
  175. package/esm/node_modules/call-bind-apply-helpers/index.js.map +1 -1
  176. package/esm/node_modules/define-data-property/index.js +2 -2
  177. package/esm/node_modules/define-data-property/index.js.map +1 -1
  178. package/esm/node_modules/es-errors/type.js +3 -12
  179. package/esm/node_modules/es-errors/type.js.map +1 -1
  180. package/esm/node_modules/function-bind/implementation.js +93 -84
  181. package/esm/node_modules/function-bind/implementation.js.map +1 -1
  182. package/esm/node_modules/function-bind/index.js +13 -4
  183. package/esm/node_modules/function-bind/index.js.map +1 -1
  184. package/esm/node_modules/get-intrinsic/index.js +4 -4
  185. package/esm/node_modules/get-intrinsic/index.js.map +1 -1
  186. package/esm/node_modules/has-symbols/index.js +2 -2
  187. package/esm/node_modules/has-symbols/index.js.map +1 -1
  188. package/esm/node_modules/has-symbols/shams.js +34 -43
  189. package/esm/node_modules/has-symbols/shams.js.map +1 -1
  190. package/esm/node_modules/has-tostringtag/shams.js +7 -16
  191. package/esm/node_modules/has-tostringtag/shams.js.map +1 -1
  192. package/esm/node_modules/hasown/index.js +2 -2
  193. package/esm/node_modules/hasown/index.js.map +1 -1
  194. package/esm/node_modules/is-arguments/index.js +2 -2
  195. package/esm/node_modules/is-arguments/index.js.map +1 -1
  196. package/esm/node_modules/is-bigint/index.js +1 -1
  197. package/esm/node_modules/is-boolean-object/index.js +2 -2
  198. package/esm/node_modules/is-boolean-object/index.js.map +1 -1
  199. package/esm/node_modules/is-date-object/index.js +2 -2
  200. package/esm/node_modules/is-date-object/index.js.map +1 -1
  201. package/esm/node_modules/is-number-object/index.js +2 -2
  202. package/esm/node_modules/is-number-object/index.js.map +1 -1
  203. package/esm/node_modules/is-regex/index.js +2 -2
  204. package/esm/node_modules/is-regex/index.js.map +1 -1
  205. package/esm/node_modules/is-string/index.js +2 -2
  206. package/esm/node_modules/is-string/index.js.map +1 -1
  207. package/esm/node_modules/is-symbol/index.js +1 -1
  208. package/esm/node_modules/is-weakset/index.js +1 -1
  209. package/esm/node_modules/jsrsasign/lib/jsrsasign.js +248 -0
  210. package/esm/node_modules/jsrsasign/lib/jsrsasign.js.map +1 -0
  211. package/esm/node_modules/jwt-decode/build/esm/index.js +60 -0
  212. package/esm/node_modules/jwt-decode/build/esm/index.js.map +1 -0
  213. package/esm/node_modules/object-inspect/util.inspect.js +2 -2
  214. package/esm/node_modules/object-inspect/util.inspect.js.map +1 -1
  215. package/esm/node_modules/object.assign/implementation.js +2 -2
  216. package/esm/node_modules/object.assign/implementation.js.map +1 -1
  217. package/esm/node_modules/oidc-client-ts/dist/esm/oidc-client-ts.js +3591 -0
  218. package/esm/node_modules/oidc-client-ts/dist/esm/oidc-client-ts.js.map +1 -0
  219. package/esm/node_modules/ramda/es/internal/_objectAssign.js +32 -0
  220. package/esm/node_modules/ramda/es/internal/_objectAssign.js.map +1 -0
  221. package/esm/node_modules/ramda/es/merge.js +36 -0
  222. package/esm/node_modules/ramda/es/merge.js.map +1 -0
  223. package/esm/node_modules/regexp.prototype.flags/implementation.js +2 -2
  224. package/esm/node_modules/regexp.prototype.flags/implementation.js.map +1 -1
  225. package/esm/node_modules/safe-regex-test/index.js +2 -2
  226. package/esm/node_modules/safe-regex-test/index.js.map +1 -1
  227. package/esm/node_modules/set-function-length/index.js +2 -2
  228. package/esm/node_modules/set-function-length/index.js.map +1 -1
  229. package/esm/node_modules/set-function-name/index.js +2 -2
  230. package/esm/node_modules/set-function-name/index.js.map +1 -1
  231. package/esm/node_modules/side-channel/index.js +2 -2
  232. package/esm/node_modules/side-channel/index.js.map +1 -1
  233. package/esm/node_modules/side-channel-list/index.js +2 -2
  234. package/esm/node_modules/side-channel-list/index.js.map +1 -1
  235. package/esm/node_modules/side-channel-map/index.js +2 -2
  236. package/esm/node_modules/side-channel-map/index.js.map +1 -1
  237. package/esm/node_modules/side-channel-weakmap/index.js +2 -2
  238. package/esm/node_modules/side-channel-weakmap/index.js.map +1 -1
  239. package/esm/node_modules/which-typed-array/index.js +2 -2
  240. package/esm/node_modules/which-typed-array/index.js.map +1 -1
  241. package/esm/store/index.js +6 -5
  242. package/esm/store/index.js.map +1 -1
  243. package/esm/utils/authorizations.js +1 -1
  244. package/esm/utils/confy.js +1 -1
  245. package/package.json +6 -5
  246. package/esm/_virtual/browser.js +0 -4
  247. package/esm/_virtual/browser.js.map +0 -1
  248. package/esm/_virtual/index15.js +0 -4
  249. package/esm/_virtual/index15.js.map +0 -1
  250. package/esm/_virtual/index16.js +0 -4
  251. package/esm/_virtual/index16.js.map +0 -1
  252. package/esm/_virtual/index17.js +0 -4
  253. package/esm/_virtual/index17.js.map +0 -1
  254. package/esm/_virtual/index18.js +0 -4
  255. package/esm/_virtual/index18.js.map +0 -1
  256. package/esm/_virtual/node.js +0 -4
  257. package/esm/_virtual/node.js.map +0 -1
  258. package/esm/_virtual/serialOrdered.js +0 -4
  259. package/esm/_virtual/serialOrdered.js.map +0 -1
  260. package/esm/node_modules/asynckit/index.js +0 -13
  261. package/esm/node_modules/asynckit/index.js.map +0 -1
  262. package/esm/node_modules/asynckit/lib/abort.js +0 -32
  263. package/esm/node_modules/asynckit/lib/abort.js.map +0 -1
  264. package/esm/node_modules/asynckit/lib/async.js +0 -39
  265. package/esm/node_modules/asynckit/lib/async.js.map +0 -1
  266. package/esm/node_modules/asynckit/lib/defer.js +0 -29
  267. package/esm/node_modules/asynckit/lib/defer.js.map +0 -1
  268. package/esm/node_modules/asynckit/lib/iterate.js +0 -81
  269. package/esm/node_modules/asynckit/lib/iterate.js.map +0 -1
  270. package/esm/node_modules/asynckit/lib/state.js +0 -40
  271. package/esm/node_modules/asynckit/lib/state.js.map +0 -1
  272. package/esm/node_modules/asynckit/lib/terminator.js +0 -35
  273. package/esm/node_modules/asynckit/lib/terminator.js.map +0 -1
  274. package/esm/node_modules/asynckit/parallel.js +0 -50
  275. package/esm/node_modules/asynckit/parallel.js.map +0 -1
  276. package/esm/node_modules/asynckit/serial.js +0 -22
  277. package/esm/node_modules/asynckit/serial.js.map +0 -1
  278. package/esm/node_modules/asynckit/serialOrdered.js +0 -85
  279. package/esm/node_modules/asynckit/serialOrdered.js.map +0 -1
  280. package/esm/node_modules/axios/index.js +0 -26
  281. package/esm/node_modules/axios/index.js.map +0 -1
  282. package/esm/node_modules/axios/lib/adapters/adapters.js +0 -133
  283. package/esm/node_modules/axios/lib/adapters/adapters.js.map +0 -1
  284. package/esm/node_modules/axios/lib/adapters/fetch.js +0 -331
  285. package/esm/node_modules/axios/lib/adapters/fetch.js.map +0 -1
  286. package/esm/node_modules/axios/lib/adapters/http.js +0 -945
  287. package/esm/node_modules/axios/lib/adapters/http.js.map +0 -1
  288. package/esm/node_modules/axios/lib/adapters/xhr.js +0 -225
  289. package/esm/node_modules/axios/lib/adapters/xhr.js.map +0 -1
  290. package/esm/node_modules/axios/lib/axios.js +0 -87
  291. package/esm/node_modules/axios/lib/axios.js.map +0 -1
  292. package/esm/node_modules/axios/lib/cancel/CancelToken.js +0 -134
  293. package/esm/node_modules/axios/lib/cancel/CancelToken.js.map +0 -1
  294. package/esm/node_modules/axios/lib/cancel/CanceledError.js +0 -21
  295. package/esm/node_modules/axios/lib/cancel/CanceledError.js.map +0 -1
  296. package/esm/node_modules/axios/lib/cancel/isCancel.js +0 -6
  297. package/esm/node_modules/axios/lib/cancel/isCancel.js.map +0 -1
  298. package/esm/node_modules/axios/lib/core/Axios.js +0 -260
  299. package/esm/node_modules/axios/lib/core/Axios.js.map +0 -1
  300. package/esm/node_modules/axios/lib/core/AxiosError.js +0 -89
  301. package/esm/node_modules/axios/lib/core/AxiosError.js.map +0 -1
  302. package/esm/node_modules/axios/lib/core/AxiosHeaders.js +0 -343
  303. package/esm/node_modules/axios/lib/core/AxiosHeaders.js.map +0 -1
  304. package/esm/node_modules/axios/lib/core/InterceptorManager.js +0 -71
  305. package/esm/node_modules/axios/lib/core/InterceptorManager.js.map +0 -1
  306. package/esm/node_modules/axios/lib/core/buildFullPath.js +0 -23
  307. package/esm/node_modules/axios/lib/core/buildFullPath.js.map +0 -1
  308. package/esm/node_modules/axios/lib/core/dispatchRequest.js +0 -78
  309. package/esm/node_modules/axios/lib/core/dispatchRequest.js.map +0 -1
  310. package/esm/node_modules/axios/lib/core/mergeConfig.js +0 -108
  311. package/esm/node_modules/axios/lib/core/mergeConfig.js.map +0 -1
  312. package/esm/node_modules/axios/lib/core/settle.js +0 -32
  313. package/esm/node_modules/axios/lib/core/settle.js.map +0 -1
  314. package/esm/node_modules/axios/lib/core/transformData.js +0 -29
  315. package/esm/node_modules/axios/lib/core/transformData.js.map +0 -1
  316. package/esm/node_modules/axios/lib/defaults/index.js +0 -171
  317. package/esm/node_modules/axios/lib/defaults/index.js.map +0 -1
  318. package/esm/node_modules/axios/lib/defaults/transitional.js +0 -9
  319. package/esm/node_modules/axios/lib/defaults/transitional.js.map +0 -1
  320. package/esm/node_modules/axios/lib/env/data.js +0 -4
  321. package/esm/node_modules/axios/lib/env/data.js.map +0 -1
  322. package/esm/node_modules/axios/lib/helpers/AxiosTransformStream.js +0 -155
  323. package/esm/node_modules/axios/lib/helpers/AxiosTransformStream.js.map +0 -1
  324. package/esm/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -61
  325. package/esm/node_modules/axios/lib/helpers/AxiosURLSearchParams.js.map +0 -1
  326. package/esm/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -78
  327. package/esm/node_modules/axios/lib/helpers/HttpStatusCode.js.map +0 -1
  328. package/esm/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +0 -28
  329. package/esm/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js.map +0 -1
  330. package/esm/node_modules/axios/lib/helpers/bind.js +0 -15
  331. package/esm/node_modules/axios/lib/helpers/bind.js.map +0 -1
  332. package/esm/node_modules/axios/lib/helpers/buildURL.js +0 -67
  333. package/esm/node_modules/axios/lib/helpers/buildURL.js.map +0 -1
  334. package/esm/node_modules/axios/lib/helpers/callbackify.js +0 -19
  335. package/esm/node_modules/axios/lib/helpers/callbackify.js.map +0 -1
  336. package/esm/node_modules/axios/lib/helpers/combineURLs.js +0 -16
  337. package/esm/node_modules/axios/lib/helpers/combineURLs.js.map +0 -1
  338. package/esm/node_modules/axios/lib/helpers/composeSignals.js +0 -57
  339. package/esm/node_modules/axios/lib/helpers/composeSignals.js.map +0 -1
  340. package/esm/node_modules/axios/lib/helpers/cookies.js +0 -51
  341. package/esm/node_modules/axios/lib/helpers/cookies.js.map +0 -1
  342. package/esm/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +0 -76
  343. package/esm/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js.map +0 -1
  344. package/esm/node_modules/axios/lib/helpers/formDataToJSON.js +0 -94
  345. package/esm/node_modules/axios/lib/helpers/formDataToJSON.js.map +0 -1
  346. package/esm/node_modules/axios/lib/helpers/formDataToStream.js +0 -119
  347. package/esm/node_modules/axios/lib/helpers/formDataToStream.js.map +0 -1
  348. package/esm/node_modules/axios/lib/helpers/fromDataURI.js +0 -54
  349. package/esm/node_modules/axios/lib/helpers/fromDataURI.js.map +0 -1
  350. package/esm/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -20
  351. package/esm/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +0 -1
  352. package/esm/node_modules/axios/lib/helpers/isAxiosError.js +0 -15
  353. package/esm/node_modules/axios/lib/helpers/isAxiosError.js.map +0 -1
  354. package/esm/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -19
  355. package/esm/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +0 -1
  356. package/esm/node_modules/axios/lib/helpers/parseHeaders.js +0 -70
  357. package/esm/node_modules/axios/lib/helpers/parseHeaders.js.map +0 -1
  358. package/esm/node_modules/axios/lib/helpers/parseProtocol.js +0 -7
  359. package/esm/node_modules/axios/lib/helpers/parseProtocol.js.map +0 -1
  360. package/esm/node_modules/axios/lib/helpers/progressEventReducer.js +0 -54
  361. package/esm/node_modules/axios/lib/helpers/progressEventReducer.js.map +0 -1
  362. package/esm/node_modules/axios/lib/helpers/readBlob.js +0 -16
  363. package/esm/node_modules/axios/lib/helpers/readBlob.js.map +0 -1
  364. package/esm/node_modules/axios/lib/helpers/resolveConfig.js +0 -73
  365. package/esm/node_modules/axios/lib/helpers/resolveConfig.js.map +0 -1
  366. package/esm/node_modules/axios/lib/helpers/speedometer.js +0 -54
  367. package/esm/node_modules/axios/lib/helpers/speedometer.js.map +0 -1
  368. package/esm/node_modules/axios/lib/helpers/spread.js +0 -29
  369. package/esm/node_modules/axios/lib/helpers/spread.js.map +0 -1
  370. package/esm/node_modules/axios/lib/helpers/throttle.js +0 -45
  371. package/esm/node_modules/axios/lib/helpers/throttle.js.map +0 -1
  372. package/esm/node_modules/axios/lib/helpers/toFormData.js +0 -239
  373. package/esm/node_modules/axios/lib/helpers/toFormData.js.map +0 -1
  374. package/esm/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -20
  375. package/esm/node_modules/axios/lib/helpers/toURLEncodedForm.js.map +0 -1
  376. package/esm/node_modules/axios/lib/helpers/trackStream.js +0 -92
  377. package/esm/node_modules/axios/lib/helpers/trackStream.js.map +0 -1
  378. package/esm/node_modules/axios/lib/helpers/validator.js +0 -111
  379. package/esm/node_modules/axios/lib/helpers/validator.js.map +0 -1
  380. package/esm/node_modules/axios/lib/platform/common/utils.js +0 -47
  381. package/esm/node_modules/axios/lib/platform/common/utils.js.map +0 -1
  382. package/esm/node_modules/axios/lib/platform/index.js +0 -10
  383. package/esm/node_modules/axios/lib/platform/index.js.map +0 -1
  384. package/esm/node_modules/axios/lib/platform/node/classes/FormData.js +0 -6
  385. package/esm/node_modules/axios/lib/platform/node/classes/FormData.js.map +0 -1
  386. package/esm/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +0 -6
  387. package/esm/node_modules/axios/lib/platform/node/classes/URLSearchParams.js.map +0 -1
  388. package/esm/node_modules/axios/lib/platform/node/index.js +0 -40
  389. package/esm/node_modules/axios/lib/platform/node/index.js.map +0 -1
  390. package/esm/node_modules/axios/lib/utils.js +0 -920
  391. package/esm/node_modules/axios/lib/utils.js.map +0 -1
  392. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/implementation.js +0 -66
  393. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/implementation.js.map +0 -1
  394. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/index.js +0 -7
  395. package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/index.js.map +0 -1
  396. package/esm/node_modules/combined-stream/lib/combined_stream.js +0 -215
  397. package/esm/node_modules/combined-stream/lib/combined_stream.js.map +0 -1
  398. package/esm/node_modules/debug/src/browser.js +0 -287
  399. package/esm/node_modules/debug/src/browser.js.map +0 -1
  400. package/esm/node_modules/debug/src/common.js +0 -304
  401. package/esm/node_modules/debug/src/common.js.map +0 -1
  402. package/esm/node_modules/debug/src/index.js +0 -24
  403. package/esm/node_modules/debug/src/index.js.map +0 -1
  404. package/esm/node_modules/debug/src/node.js +0 -281
  405. package/esm/node_modules/debug/src/node.js.map +0 -1
  406. package/esm/node_modules/deep-equal/node_modules/has-symbols/index.js +0 -22
  407. package/esm/node_modules/deep-equal/node_modules/has-symbols/index.js.map +0 -1
  408. package/esm/node_modules/deep-equal/node_modules/has-symbols/shams.js +0 -58
  409. package/esm/node_modules/deep-equal/node_modules/has-symbols/shams.js.map +0 -1
  410. package/esm/node_modules/deep-equal/node_modules/has-tostringtag/shams.js +0 -9
  411. package/esm/node_modules/deep-equal/node_modules/has-tostringtag/shams.js.map +0 -1
  412. package/esm/node_modules/deep-equal/node_modules/is-regex/index.js +0 -53
  413. package/esm/node_modules/deep-equal/node_modules/is-regex/index.js.map +0 -1
  414. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/callBound.js +0 -16
  415. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/callBound.js.map +0 -1
  416. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/index.js +0 -53
  417. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/index.js.map +0 -1
  418. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/get-intrinsic/index.js +0 -307
  419. package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/get-intrinsic/index.js.map +0 -1
  420. package/esm/node_modules/delayed-stream/lib/delayed_stream.js +0 -113
  421. package/esm/node_modules/delayed-stream/lib/delayed_stream.js.map +0 -1
  422. package/esm/node_modules/es-set-tostringtag/index.js +0 -41
  423. package/esm/node_modules/es-set-tostringtag/index.js.map +0 -1
  424. package/esm/node_modules/follow-redirects/debug.js +0 -20
  425. package/esm/node_modules/follow-redirects/debug.js.map +0 -1
  426. package/esm/node_modules/follow-redirects/index.js +0 -701
  427. package/esm/node_modules/follow-redirects/index.js.map +0 -1
  428. package/esm/node_modules/form-data/lib/form_data.js +0 -514
  429. package/esm/node_modules/form-data/lib/form_data.js.map +0 -1
  430. package/esm/node_modules/form-data/lib/populate.js +0 -11
  431. package/esm/node_modules/form-data/lib/populate.js.map +0 -1
  432. package/esm/node_modules/get-intrinsic/node_modules/function-bind/implementation.js +0 -75
  433. package/esm/node_modules/get-intrinsic/node_modules/function-bind/implementation.js.map +0 -1
  434. package/esm/node_modules/get-intrinsic/node_modules/function-bind/index.js +0 -16
  435. package/esm/node_modules/get-intrinsic/node_modules/function-bind/index.js.map +0 -1
  436. package/esm/node_modules/has/src/index.js +0 -7
  437. package/esm/node_modules/has/src/index.js.map +0 -1
  438. package/esm/node_modules/has-flag/index.js +0 -18
  439. package/esm/node_modules/has-flag/index.js.map +0 -1
  440. package/esm/node_modules/hasown/node_modules/function-bind/implementation.js +0 -75
  441. package/esm/node_modules/hasown/node_modules/function-bind/implementation.js.map +0 -1
  442. package/esm/node_modules/hasown/node_modules/function-bind/index.js +0 -16
  443. package/esm/node_modules/hasown/node_modules/function-bind/index.js.map +0 -1
  444. package/esm/node_modules/is-boolean-object/node_modules/call-bind/callBound.js +0 -16
  445. package/esm/node_modules/is-boolean-object/node_modules/call-bind/callBound.js.map +0 -1
  446. package/esm/node_modules/is-boolean-object/node_modules/call-bind/index.js +0 -53
  447. package/esm/node_modules/is-boolean-object/node_modules/call-bind/index.js.map +0 -1
  448. package/esm/node_modules/is-boolean-object/node_modules/get-intrinsic/index.js +0 -307
  449. package/esm/node_modules/is-boolean-object/node_modules/get-intrinsic/index.js.map +0 -1
  450. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/index.js +0 -22
  451. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/index.js.map +0 -1
  452. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/shams.js +0 -67
  453. package/esm/node_modules/is-boolean-object/node_modules/has-symbols/shams.js.map +0 -1
  454. package/esm/node_modules/is-boolean-object/node_modules/has-tostringtag/shams.js +0 -18
  455. package/esm/node_modules/is-boolean-object/node_modules/has-tostringtag/shams.js.map +0 -1
  456. package/esm/node_modules/is-number-object/node_modules/has-symbols/shams.js +0 -58
  457. package/esm/node_modules/is-number-object/node_modules/has-symbols/shams.js.map +0 -1
  458. package/esm/node_modules/is-number-object/node_modules/has-tostringtag/shams.js +0 -9
  459. package/esm/node_modules/is-number-object/node_modules/has-tostringtag/shams.js.map +0 -1
  460. package/esm/node_modules/is-string/node_modules/has-symbols/shams.js +0 -58
  461. package/esm/node_modules/is-string/node_modules/has-symbols/shams.js.map +0 -1
  462. package/esm/node_modules/is-string/node_modules/has-tostringtag/shams.js +0 -9
  463. package/esm/node_modules/is-string/node_modules/has-tostringtag/shams.js.map +0 -1
  464. package/esm/node_modules/is-symbol/node_modules/has-symbols/index.js +0 -22
  465. package/esm/node_modules/is-symbol/node_modules/has-symbols/index.js.map +0 -1
  466. package/esm/node_modules/is-symbol/node_modules/has-symbols/shams.js +0 -58
  467. package/esm/node_modules/is-symbol/node_modules/has-symbols/shams.js.map +0 -1
  468. package/esm/node_modules/mime-db/db.json.js +0 -10705
  469. package/esm/node_modules/mime-db/db.json.js.map +0 -1
  470. package/esm/node_modules/mime-db/index.js +0 -17
  471. package/esm/node_modules/mime-db/index.js.map +0 -1
  472. package/esm/node_modules/mime-types/index.js +0 -194
  473. package/esm/node_modules/mime-types/index.js.map +0 -1
  474. package/esm/node_modules/ms/index.js +0 -173
  475. package/esm/node_modules/ms/index.js.map +0 -1
  476. package/esm/node_modules/proxy-from-env/index.js +0 -112
  477. package/esm/node_modules/proxy-from-env/index.js.map +0 -1
  478. package/esm/node_modules/side-channel/node_modules/call-bind/callBound.js +0 -16
  479. package/esm/node_modules/side-channel/node_modules/call-bind/callBound.js.map +0 -1
  480. package/esm/node_modules/side-channel/node_modules/call-bind/index.js +0 -53
  481. package/esm/node_modules/side-channel/node_modules/call-bind/index.js.map +0 -1
  482. package/esm/node_modules/side-channel/node_modules/get-intrinsic/index.js +0 -307
  483. package/esm/node_modules/side-channel/node_modules/get-intrinsic/index.js.map +0 -1
  484. package/esm/node_modules/side-channel/node_modules/has-symbols/index.js +0 -22
  485. package/esm/node_modules/side-channel/node_modules/has-symbols/index.js.map +0 -1
  486. package/esm/node_modules/side-channel/node_modules/has-symbols/shams.js +0 -58
  487. package/esm/node_modules/side-channel/node_modules/has-symbols/shams.js.map +0 -1
  488. package/esm/node_modules/side-channel/node_modules/object-inspect/index.js +0 -469
  489. package/esm/node_modules/side-channel/node_modules/object-inspect/index.js.map +0 -1
  490. package/esm/node_modules/side-channel/node_modules/object-inspect/util.inspect.js +0 -6
  491. package/esm/node_modules/side-channel/node_modules/object-inspect/util.inspect.js.map +0 -1
  492. package/esm/node_modules/supports-color/index.js +0 -149
  493. package/esm/node_modules/supports-color/index.js.map +0 -1
@@ -0,0 +1,31 @@
1
+ import _curry2 from './internal/_curry2.js';
2
+
3
+ /**
4
+ * Returns `true` if one or both of its arguments are `true`. Returns `false`
5
+ * if both arguments are `false`.
6
+ *
7
+ * @func
8
+ * @memberOf R
9
+ * @since v0.1.0
10
+ * @category Logic
11
+ * @sig a -> b -> a | b
12
+ * @param {Any} a
13
+ * @param {Any} b
14
+ * @return {Any} the first argument if truthy, otherwise the second argument.
15
+ * @see R.either, R.xor
16
+ * @example
17
+ *
18
+ * R.or(true, true); //=> true
19
+ * R.or(true, false); //=> true
20
+ * R.or(false, true); //=> true
21
+ * R.or(false, false); //=> false
22
+ */
23
+
24
+ var or =
25
+ /*#__PURE__*/
26
+ _curry2(function or(a, b) {
27
+ return a || b;
28
+ });
29
+
30
+ export { or as default };
31
+ //# sourceMappingURL=or.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"or.js","sources":["../../../../../../../../node_modules/@dbmx/users/esm/node_modules/ramda/es/or.mjs"],"sourcesContent":["import _curry2 from './internal/_curry2.mjs';\n\n/**\n * Returns `true` if one or both of its arguments are `true`. Returns `false`\n * if both arguments are `false`.\n *\n * @func\n * @memberOf R\n * @since v0.1.0\n * @category Logic\n * @sig a -> b -> a | b\n * @param {Any} a\n * @param {Any} b\n * @return {Any} the first argument if truthy, otherwise the second argument.\n * @see R.either, R.xor\n * @example\n *\n * R.or(true, true); //=> true\n * R.or(true, false); //=> true\n * R.or(false, true); //=> true\n * R.or(false, false); //=> false\n */\n\nvar or =\n/*#__PURE__*/\n_curry2(function or(a, b) {\n return a || b;\n});\n\nexport { or as default };\n//# sourceMappingURL=or.mjs.map\n"],"names":[],"mappings":";;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEG,IAAC,EAAE;AACN;AACA,OAAO,CAAC,SAAS,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE;AAC1B,EAAE,OAAO,CAAC,IAAI,CAAC;AACf,CAAC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,32 @@
1
+ import _curry2 from './internal/_curry2.js';
2
+ import paths from './paths.js';
3
+
4
+ /**
5
+ * Retrieve the value at a given path.
6
+ *
7
+ * @func
8
+ * @memberOf R
9
+ * @since v0.2.0
10
+ * @category Object
11
+ * @typedefn Idx = String | Int
12
+ * @sig [Idx] -> {a} -> a | Undefined
13
+ * @param {Array} path The path to use.
14
+ * @param {Object} obj The object to retrieve the nested property from.
15
+ * @return {*} The data at `path`.
16
+ * @see R.prop, R.nth
17
+ * @example
18
+ *
19
+ * R.path(['a', 'b'], {a: {b: 2}}); //=> 2
20
+ * R.path(['a', 'b'], {c: {b: 2}}); //=> undefined
21
+ * R.path(['a', 'b', 0], {a: {b: [1, 2, 3]}}); //=> 1
22
+ * R.path(['a', 'b', -2], {a: {b: [1, 2, 3]}}); //=> 2
23
+ */
24
+
25
+ var path =
26
+ /*#__PURE__*/
27
+ _curry2(function path(pathAr, obj) {
28
+ return paths([pathAr], obj)[0];
29
+ });
30
+
31
+ export { path as default };
32
+ //# sourceMappingURL=path.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"path.js","sources":["../../../../../../../../node_modules/@dbmx/users/esm/node_modules/ramda/es/path.mjs"],"sourcesContent":["import _curry2 from './internal/_curry2.mjs';\nimport paths from './paths.mjs';\n\n/**\n * Retrieve the value at a given path.\n *\n * @func\n * @memberOf R\n * @since v0.2.0\n * @category Object\n * @typedefn Idx = String | Int\n * @sig [Idx] -> {a} -> a | Undefined\n * @param {Array} path The path to use.\n * @param {Object} obj The object to retrieve the nested property from.\n * @return {*} The data at `path`.\n * @see R.prop, R.nth\n * @example\n *\n * R.path(['a', 'b'], {a: {b: 2}}); //=> 2\n * R.path(['a', 'b'], {c: {b: 2}}); //=> undefined\n * R.path(['a', 'b', 0], {a: {b: [1, 2, 3]}}); //=> 1\n * R.path(['a', 'b', -2], {a: {b: [1, 2, 3]}}); //=> 2\n */\n\nvar path =\n/*#__PURE__*/\n_curry2(function path(pathAr, obj) {\n return paths([pathAr], obj)[0];\n});\n\nexport { path as default };\n//# sourceMappingURL=path.mjs.map\n"],"names":[],"mappings":";;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEG,IAAC,IAAI;AACR;AACA,OAAO,CAAC,SAAS,IAAI,CAAC,MAAM,EAAE,GAAG,EAAE;AACnC,EAAE,OAAO,KAAK,CAAC,CAAC,MAAM,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;AAChC,CAAC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,47 @@
1
+ import _curry2 from './internal/_curry2.js';
2
+ import _isInteger from './internal/_isInteger.js';
3
+ import nth from './nth.js';
4
+
5
+ /**
6
+ * Retrieves the values at given paths of an object.
7
+ *
8
+ * @func
9
+ * @memberOf R
10
+ * @since v0.27.1
11
+ * @category Object
12
+ * @typedefn Idx = [String | Int]
13
+ * @sig [Idx] -> {a} -> [a | Undefined]
14
+ * @param {Array} pathsArray The array of paths to be fetched.
15
+ * @param {Object} obj The object to retrieve the nested properties from.
16
+ * @return {Array} A list consisting of values at paths specified by "pathsArray".
17
+ * @see R.path
18
+ * @example
19
+ *
20
+ * R.paths([['a', 'b'], ['p', 0, 'q']], {a: {b: 2}, p: [{q: 3}]}); //=> [2, 3]
21
+ * R.paths([['a', 'b'], ['p', 'r']], {a: {b: 2}, p: [{q: 3}]}); //=> [2, undefined]
22
+ */
23
+
24
+ var paths =
25
+ /*#__PURE__*/
26
+ _curry2(function paths(pathsArray, obj) {
27
+ return pathsArray.map(function (paths) {
28
+ var val = obj;
29
+ var idx = 0;
30
+ var p;
31
+
32
+ while (idx < paths.length) {
33
+ if (val == null) {
34
+ return;
35
+ }
36
+
37
+ p = paths[idx];
38
+ val = _isInteger(p) ? nth(p, val) : val[p];
39
+ idx += 1;
40
+ }
41
+
42
+ return val;
43
+ });
44
+ });
45
+
46
+ export { paths as default };
47
+ //# sourceMappingURL=paths.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paths.js","sources":["../../../../../../../../node_modules/@dbmx/users/esm/node_modules/ramda/es/paths.mjs"],"sourcesContent":["import _curry2 from './internal/_curry2.mjs';\nimport _isInteger from './internal/_isInteger.mjs';\nimport nth from './nth.mjs';\n\n/**\n * Retrieves the values at given paths of an object.\n *\n * @func\n * @memberOf R\n * @since v0.27.1\n * @category Object\n * @typedefn Idx = [String | Int]\n * @sig [Idx] -> {a} -> [a | Undefined]\n * @param {Array} pathsArray The array of paths to be fetched.\n * @param {Object} obj The object to retrieve the nested properties from.\n * @return {Array} A list consisting of values at paths specified by \"pathsArray\".\n * @see R.path\n * @example\n *\n * R.paths([['a', 'b'], ['p', 0, 'q']], {a: {b: 2}, p: [{q: 3}]}); //=> [2, 3]\n * R.paths([['a', 'b'], ['p', 'r']], {a: {b: 2}, p: [{q: 3}]}); //=> [2, undefined]\n */\n\nvar paths =\n/*#__PURE__*/\n_curry2(function paths(pathsArray, obj) {\n return pathsArray.map(function (paths) {\n var val = obj;\n var idx = 0;\n var p;\n\n while (idx < paths.length) {\n if (val == null) {\n return;\n }\n\n p = paths[idx];\n val = _isInteger(p) ? nth(p, val) : val[p];\n idx += 1;\n }\n\n return val;\n });\n});\n\nexport { paths as default };\n//# sourceMappingURL=paths.mjs.map\n"],"names":[],"mappings":";;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEG,IAAC,KAAK;AACT;AACA,OAAO,CAAC,SAAS,KAAK,CAAC,UAAU,EAAE,GAAG,EAAE;AACxC,EAAE,OAAO,UAAU,CAAC,GAAG,CAAC,UAAU,KAAK,EAAE;AACzC,IAAI,IAAI,GAAG,GAAG,GAAG;AACjB,IAAI,IAAI,GAAG,GAAG,CAAC;AACf,IAAI,IAAI,CAAC;;AAET,IAAI,OAAO,GAAG,GAAG,KAAK,CAAC,MAAM,EAAE;AAC/B,MAAM,IAAI,GAAG,IAAI,IAAI,EAAE;AACvB,QAAQ;AACR,MAAM;;AAEN,MAAM,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC;AACpB,MAAM,GAAG,GAAG,UAAU,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;AAChD,MAAM,GAAG,IAAI,CAAC;AACd,IAAI;;AAEJ,IAAI,OAAO,GAAG;AACd,EAAE,CAAC,CAAC;AACJ,CAAC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,33 @@
1
+ import _curry2 from './internal/_curry2.js';
2
+ import path from './path.js';
3
+
4
+ /**
5
+ * Returns a function that when supplied an object returns the indicated
6
+ * property of that object, if it exists.
7
+ *
8
+ * @func
9
+ * @memberOf R
10
+ * @since v0.1.0
11
+ * @category Object
12
+ * @typedefn Idx = String | Int
13
+ * @sig Idx -> {s: a} -> a | Undefined
14
+ * @param {String|Number} p The property name or array index
15
+ * @param {Object} obj The object to query
16
+ * @return {*} The value at `obj.p`.
17
+ * @see R.path, R.nth
18
+ * @example
19
+ *
20
+ * R.prop('x', {x: 100}); //=> 100
21
+ * R.prop('x', {}); //=> undefined
22
+ * R.prop(0, [100]); //=> 100
23
+ * R.compose(R.inc, R.prop('x'))({ x: 3 }) //=> 4
24
+ */
25
+
26
+ var prop =
27
+ /*#__PURE__*/
28
+ _curry2(function prop(p, obj) {
29
+ return path([p], obj);
30
+ });
31
+
32
+ export { prop as default };
33
+ //# sourceMappingURL=prop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prop.js","sources":["../../../../../../../../node_modules/@dbmx/users/esm/node_modules/ramda/es/prop.mjs"],"sourcesContent":["import _curry2 from './internal/_curry2.mjs';\nimport path from './path.mjs';\n\n/**\n * Returns a function that when supplied an object returns the indicated\n * property of that object, if it exists.\n *\n * @func\n * @memberOf R\n * @since v0.1.0\n * @category Object\n * @typedefn Idx = String | Int\n * @sig Idx -> {s: a} -> a | Undefined\n * @param {String|Number} p The property name or array index\n * @param {Object} obj The object to query\n * @return {*} The value at `obj.p`.\n * @see R.path, R.nth\n * @example\n *\n * R.prop('x', {x: 100}); //=> 100\n * R.prop('x', {}); //=> undefined\n * R.prop(0, [100]); //=> 100\n * R.compose(R.inc, R.prop('x'))({ x: 3 }) //=> 4\n */\n\nvar prop =\n/*#__PURE__*/\n_curry2(function prop(p, obj) {\n return path([p], obj);\n});\n\nexport { prop as default };\n//# sourceMappingURL=prop.mjs.map\n"],"names":[],"mappings":";;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEG,IAAC,IAAI;AACR;AACA,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC,EAAE,GAAG,EAAE;AAC9B,EAAE,OAAO,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC;AACvB,CAAC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,37 @@
1
+ import _curry3 from './internal/_curry3.js';
2
+ import equals from './equals.js';
3
+
4
+ /**
5
+ * Returns `true` if the specified object property is equal, in
6
+ * [`R.equals`](#equals) terms, to the given value; `false` otherwise.
7
+ * You can test multiple properties with [`R.whereEq`](#whereEq).
8
+ *
9
+ * @func
10
+ * @memberOf R
11
+ * @since v0.1.0
12
+ * @category Relation
13
+ * @sig String -> a -> Object -> Boolean
14
+ * @param {String} name
15
+ * @param {*} val
16
+ * @param {*} obj
17
+ * @return {Boolean}
18
+ * @see R.whereEq, R.propSatisfies, R.equals
19
+ * @example
20
+ *
21
+ * const abby = {name: 'Abby', age: 7, hair: 'blond'};
22
+ * const fred = {name: 'Fred', age: 12, hair: 'brown'};
23
+ * const rusty = {name: 'Rusty', age: 10, hair: 'brown'};
24
+ * const alois = {name: 'Alois', age: 15, disposition: 'surly'};
25
+ * const kids = [abby, fred, rusty, alois];
26
+ * const hasBrownHair = R.propEq('hair', 'brown');
27
+ * R.filter(hasBrownHair, kids); //=> [fred, rusty]
28
+ */
29
+
30
+ var propEq =
31
+ /*#__PURE__*/
32
+ _curry3(function propEq(name, val, obj) {
33
+ return equals(val, obj[name]);
34
+ });
35
+
36
+ export { propEq as default };
37
+ //# sourceMappingURL=propEq.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"propEq.js","sources":["../../../../../../../../node_modules/@dbmx/users/esm/node_modules/ramda/es/propEq.mjs"],"sourcesContent":["import _curry3 from './internal/_curry3.mjs';\nimport equals from './equals.mjs';\n\n/**\n * Returns `true` if the specified object property is equal, in\n * [`R.equals`](#equals) terms, to the given value; `false` otherwise.\n * You can test multiple properties with [`R.whereEq`](#whereEq).\n *\n * @func\n * @memberOf R\n * @since v0.1.0\n * @category Relation\n * @sig String -> a -> Object -> Boolean\n * @param {String} name\n * @param {*} val\n * @param {*} obj\n * @return {Boolean}\n * @see R.whereEq, R.propSatisfies, R.equals\n * @example\n *\n * const abby = {name: 'Abby', age: 7, hair: 'blond'};\n * const fred = {name: 'Fred', age: 12, hair: 'brown'};\n * const rusty = {name: 'Rusty', age: 10, hair: 'brown'};\n * const alois = {name: 'Alois', age: 15, disposition: 'surly'};\n * const kids = [abby, fred, rusty, alois];\n * const hasBrownHair = R.propEq('hair', 'brown');\n * R.filter(hasBrownHair, kids); //=> [fred, rusty]\n */\n\nvar propEq =\n/*#__PURE__*/\n_curry3(function propEq(name, val, obj) {\n return equals(val, obj[name]);\n});\n\nexport { propEq as default };\n//# sourceMappingURL=propEq.mjs.map\n"],"names":[],"mappings":";;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEG,IAAC,MAAM;AACV;AACA,OAAO,CAAC,SAAS,MAAM,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE;AACxC,EAAE,OAAO,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC;AAC/B,CAAC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,36 @@
1
+ import _curry1 from './internal/_curry1.js';
2
+
3
+ /**
4
+ * Gives a single-word string description of the (native) type of a value,
5
+ * returning such answers as 'Object', 'Number', 'Array', or 'Null'. Does not
6
+ * attempt to distinguish user Object types any further, reporting them all as
7
+ * 'Object'.
8
+ *
9
+ * @func
10
+ * @memberOf R
11
+ * @since v0.8.0
12
+ * @category Type
13
+ * @sig (* -> {*}) -> String
14
+ * @param {*} val The value to test
15
+ * @return {String}
16
+ * @example
17
+ *
18
+ * R.type({}); //=> "Object"
19
+ * R.type(1); //=> "Number"
20
+ * R.type(false); //=> "Boolean"
21
+ * R.type('s'); //=> "String"
22
+ * R.type(null); //=> "Null"
23
+ * R.type([]); //=> "Array"
24
+ * R.type(/[A-z]/); //=> "RegExp"
25
+ * R.type(() => {}); //=> "Function"
26
+ * R.type(undefined); //=> "Undefined"
27
+ */
28
+
29
+ var type =
30
+ /*#__PURE__*/
31
+ _curry1(function type(val) {
32
+ return val === null ? 'Null' : val === undefined ? 'Undefined' : Object.prototype.toString.call(val).slice(8, -1);
33
+ });
34
+
35
+ export { type as default };
36
+ //# sourceMappingURL=type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.js","sources":["../../../../../../../../node_modules/@dbmx/users/esm/node_modules/ramda/es/type.mjs"],"sourcesContent":["import _curry1 from './internal/_curry1.mjs';\n\n/**\n * Gives a single-word string description of the (native) type of a value,\n * returning such answers as 'Object', 'Number', 'Array', or 'Null'. Does not\n * attempt to distinguish user Object types any further, reporting them all as\n * 'Object'.\n *\n * @func\n * @memberOf R\n * @since v0.8.0\n * @category Type\n * @sig (* -> {*}) -> String\n * @param {*} val The value to test\n * @return {String}\n * @example\n *\n * R.type({}); //=> \"Object\"\n * R.type(1); //=> \"Number\"\n * R.type(false); //=> \"Boolean\"\n * R.type('s'); //=> \"String\"\n * R.type(null); //=> \"Null\"\n * R.type([]); //=> \"Array\"\n * R.type(/[A-z]/); //=> \"RegExp\"\n * R.type(() => {}); //=> \"Function\"\n * R.type(undefined); //=> \"Undefined\"\n */\n\nvar type =\n/*#__PURE__*/\n_curry1(function type(val) {\n return val === null ? 'Null' : val === undefined ? 'Undefined' : Object.prototype.toString.call(val).slice(8, -1);\n});\n\nexport { type as default };\n//# sourceMappingURL=type.mjs.map\n"],"names":[],"mappings":";;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEG,IAAC,IAAI;AACR;AACA,OAAO,CAAC,SAAS,IAAI,CAAC,GAAG,EAAE;AAC3B,EAAE,OAAO,GAAG,KAAK,IAAI,GAAG,MAAM,GAAG,GAAG,KAAK,SAAS,GAAG,WAAW,GAAG,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC;AACnH,CAAC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,27 @@
1
+ import identity from './identity.js';
2
+ import uniqBy from './uniqBy.js';
3
+
4
+ /**
5
+ * Returns a new list containing only one copy of each element in the original
6
+ * list. [`R.equals`](#equals) is used to determine equality.
7
+ *
8
+ * @func
9
+ * @memberOf R
10
+ * @since v0.1.0
11
+ * @category List
12
+ * @sig [a] -> [a]
13
+ * @param {Array} list The array to consider.
14
+ * @return {Array} The list of unique items.
15
+ * @example
16
+ *
17
+ * R.uniq([1, 1, 2, 1]); //=> [1, 2]
18
+ * R.uniq([1, '1']); //=> [1, '1']
19
+ * R.uniq([[42], [42]]); //=> [[42]]
20
+ */
21
+
22
+ var uniq =
23
+ /*#__PURE__*/
24
+ uniqBy(identity);
25
+
26
+ export { uniq as default };
27
+ //# sourceMappingURL=uniq.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uniq.js","sources":["../../../../../../../../node_modules/@dbmx/users/esm/node_modules/ramda/es/uniq.mjs"],"sourcesContent":["import identity from './identity.mjs';\nimport uniqBy from './uniqBy.mjs';\n\n/**\n * Returns a new list containing only one copy of each element in the original\n * list. [`R.equals`](#equals) is used to determine equality.\n *\n * @func\n * @memberOf R\n * @since v0.1.0\n * @category List\n * @sig [a] -> [a]\n * @param {Array} list The array to consider.\n * @return {Array} The list of unique items.\n * @example\n *\n * R.uniq([1, 1, 2, 1]); //=> [1, 2]\n * R.uniq([1, '1']); //=> [1, '1']\n * R.uniq([[42], [42]]); //=> [[42]]\n */\n\nvar uniq =\n/*#__PURE__*/\nuniqBy(identity);\n\nexport { uniq as default };\n//# sourceMappingURL=uniq.mjs.map\n"],"names":[],"mappings":";;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEG,IAAC,IAAI;AACR;AACA,MAAM,CAAC,QAAQ;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,46 @@
1
+ import _Set from './internal/_Set.js';
2
+ import _curry2 from './internal/_curry2.js';
3
+
4
+ /**
5
+ * Returns a new list containing only one copy of each element in the original
6
+ * list, based upon the value returned by applying the supplied function to
7
+ * each list element. Prefers the first item if the supplied function produces
8
+ * the same value on two items. [`R.equals`](#equals) is used for comparison.
9
+ *
10
+ * @func
11
+ * @memberOf R
12
+ * @since v0.16.0
13
+ * @category List
14
+ * @sig (a -> b) -> [a] -> [a]
15
+ * @param {Function} fn A function used to produce a value to use during comparisons.
16
+ * @param {Array} list The array to consider.
17
+ * @return {Array} The list of unique items.
18
+ * @example
19
+ *
20
+ * R.uniqBy(Math.abs, [-1, -5, 2, 10, 1, 2]); //=> [-1, -5, 2, 10]
21
+ */
22
+
23
+ var uniqBy =
24
+ /*#__PURE__*/
25
+ _curry2(function uniqBy(fn, list) {
26
+ var set = new _Set();
27
+ var result = [];
28
+ var idx = 0;
29
+ var appliedItem, item;
30
+
31
+ while (idx < list.length) {
32
+ item = list[idx];
33
+ appliedItem = fn(item);
34
+
35
+ if (set.add(appliedItem)) {
36
+ result.push(item);
37
+ }
38
+
39
+ idx += 1;
40
+ }
41
+
42
+ return result;
43
+ });
44
+
45
+ export { uniqBy as default };
46
+ //# sourceMappingURL=uniqBy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uniqBy.js","sources":["../../../../../../../../node_modules/@dbmx/users/esm/node_modules/ramda/es/uniqBy.mjs"],"sourcesContent":["import _Set from './internal/_Set.mjs';\nimport _curry2 from './internal/_curry2.mjs';\n\n/**\n * Returns a new list containing only one copy of each element in the original\n * list, based upon the value returned by applying the supplied function to\n * each list element. Prefers the first item if the supplied function produces\n * the same value on two items. [`R.equals`](#equals) is used for comparison.\n *\n * @func\n * @memberOf R\n * @since v0.16.0\n * @category List\n * @sig (a -> b) -> [a] -> [a]\n * @param {Function} fn A function used to produce a value to use during comparisons.\n * @param {Array} list The array to consider.\n * @return {Array} The list of unique items.\n * @example\n *\n * R.uniqBy(Math.abs, [-1, -5, 2, 10, 1, 2]); //=> [-1, -5, 2, 10]\n */\n\nvar uniqBy =\n/*#__PURE__*/\n_curry2(function uniqBy(fn, list) {\n var set = new _Set();\n var result = [];\n var idx = 0;\n var appliedItem, item;\n\n while (idx < list.length) {\n item = list[idx];\n appliedItem = fn(item);\n\n if (set.add(appliedItem)) {\n result.push(item);\n }\n\n idx += 1;\n }\n\n return result;\n});\n\nexport { uniqBy as default };\n//# sourceMappingURL=uniqBy.mjs.map\n"],"names":[],"mappings":";;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEG,IAAC,MAAM;AACV;AACA,OAAO,CAAC,SAAS,MAAM,CAAC,EAAE,EAAE,IAAI,EAAE;AAClC,EAAE,IAAI,GAAG,GAAG,IAAI,IAAI,EAAE;AACtB,EAAE,IAAI,MAAM,GAAG,EAAE;AACjB,EAAE,IAAI,GAAG,GAAG,CAAC;AACb,EAAE,IAAI,WAAW,EAAE,IAAI;;AAEvB,EAAE,OAAO,GAAG,GAAG,IAAI,CAAC,MAAM,EAAE;AAC5B,IAAI,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC;AACpB,IAAI,WAAW,GAAG,EAAE,CAAC,IAAI,CAAC;;AAE1B,IAAI,IAAI,GAAG,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE;AAC9B,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;AACvB,IAAI;;AAEJ,IAAI,GAAG,IAAI,CAAC;AACZ,EAAE;;AAEF,EAAE,OAAO,MAAM;AACf,CAAC;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,127 @@
1
+ var roles = [
2
+ {
3
+ id: 'admin',
4
+ label: 'Admin',
5
+ },
6
+ {
7
+ id: 'party:editor',
8
+ label: 'Party Editor',
9
+ permissions: [
10
+ 'party:partTypes:read',
11
+ 'party:partTypes:write',
12
+ 'party:parts:write',
13
+ 'party:parts:read',
14
+ 'party:medias:write',
15
+ 'party:medias:read',
16
+ ],
17
+ },
18
+ {
19
+ id: 'party:viewer',
20
+ label: 'Party Viewer',
21
+ permissions: ['party:partTypes:read', 'party:parts:read', 'party:medias:read'],
22
+ },
23
+ {
24
+ id: 'configs:configs:editor',
25
+ label: 'Configs Editor',
26
+ permissions: ['configs:configs:write', 'configs:configs:read'],
27
+ },
28
+ {
29
+ id: 'configs:configs:viewer',
30
+ label: 'Configs Viewer',
31
+ permissions: ['configs:configs:read'],
32
+ },
33
+
34
+ {
35
+ id: 'configs:i18n:editor',
36
+ label: 'Config I18n Editor',
37
+ permissions: ['configs:i18n:write', 'configs:i18n:read'],
38
+ },
39
+ {
40
+ id: 'configs:i18n:viewer',
41
+ label: 'Config I18n Viewer',
42
+ permissions: ['configs:i18n:read'],
43
+ },
44
+ {
45
+ id: 'configs:assets:editor',
46
+ label: 'Config Assets Editor',
47
+ permissions: ['configs:assets:write', 'configs:assets:read'],
48
+ },
49
+ {
50
+ id: 'configs:assets:viewer',
51
+ label: 'Config Assets Viewer',
52
+ permissions: ['configs:assets:read'],
53
+ },
54
+ {
55
+ id: 'jobs:runner',
56
+ label: 'Jobs Runner',
57
+ permissions: ['jobs:list', 'jobs:write', 'jobs:read'],
58
+ },
59
+ {
60
+ id: 'jobs:viewer',
61
+ label: 'Jobs Viewer',
62
+ permissions: ['jobs:list', 'jobs:read'],
63
+ },
64
+ {
65
+ id: 'sxs:spaces:editor',
66
+ label: 'Spaces Editor',
67
+ permissions: ['sxs:spaces:delete', 'sxs:spaces:read', 'sxs:spaces:write', 'sxs:spaces:create'],
68
+ },
69
+ {
70
+ id: 'sxs:spaces:viewer',
71
+ label: 'Spaces Viewer ',
72
+ permissions: ['sxs:spaces:read'],
73
+ },
74
+ {
75
+ id: 'sfs:indexes:editor',
76
+ label: 'SFS indexer',
77
+ permissions: ['sfs:indexes:write', 'sfs:indexes:delete'],
78
+ },
79
+ {
80
+ id: 'users:viewer',
81
+ label: 'Users Viewer',
82
+ permissions: ['users:list', 'users:read'],
83
+ },
84
+ {
85
+ id: 'users:editor',
86
+ label: 'Users Editor',
87
+ permissions: ['users:list', 'users:read', 'users:write', 'users:create', 'users:delete', 'users:invite'],
88
+ },
89
+ {
90
+ id: 'routes:viewer',
91
+ label: 'Routes Viewer',
92
+ permissions: ['routes:list', 'routes:read'],
93
+ },
94
+ {
95
+ id: 'routes:editor',
96
+ label: 'Routes Editor',
97
+ permissions: ['routes:list', 'routes:read', 'routes:write', 'routes:delete'],
98
+ },
99
+ {
100
+ id: 'apiKeys:editor',
101
+ label: 'API Key Editor',
102
+ permissions: ['apiKeys:list', 'apiKeys:read', 'apiKeys:write', 'apiKeys:delete'],
103
+ },
104
+ {
105
+ id: 'apiKeys:viewer',
106
+ label: 'API Key Viewer',
107
+ permissions: ['apiKeys:list', 'apiKeys:read'],
108
+ },
109
+ {
110
+ id: 'confy:sxs:viewer',
111
+ label: 'Confy sXs Viewer',
112
+ permissions: ['confy:sxs:read'],
113
+ },
114
+ {
115
+ id: 'confy:servicesMap:viewer',
116
+ label: 'Confy Services Map Viewer',
117
+ permissions: ['confy:servicesMap:read'],
118
+ },
119
+ {
120
+ id: 'videos:editor',
121
+ label: 'Videos Editor',
122
+ permissions: ['videos:write'],
123
+ },
124
+ ];
125
+
126
+ export { roles as default };
127
+ //# sourceMappingURL=roles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"roles.js","sources":["../../../../../node_modules/@dbmx/users/esm/roles.mjs"],"sourcesContent":["var roles = [\n {\n id: 'admin',\n label: 'Admin',\n },\n {\n id: 'party:editor',\n label: 'Party Editor',\n permissions: [\n 'party:partTypes:read',\n 'party:partTypes:write',\n 'party:parts:write',\n 'party:parts:read',\n 'party:medias:write',\n 'party:medias:read',\n ],\n },\n {\n id: 'party:viewer',\n label: 'Party Viewer',\n permissions: ['party:partTypes:read', 'party:parts:read', 'party:medias:read'],\n },\n {\n id: 'configs:configs:editor',\n label: 'Configs Editor',\n permissions: ['configs:configs:write', 'configs:configs:read'],\n },\n {\n id: 'configs:configs:viewer',\n label: 'Configs Viewer',\n permissions: ['configs:configs:read'],\n },\n\n {\n id: 'configs:i18n:editor',\n label: 'Config I18n Editor',\n permissions: ['configs:i18n:write', 'configs:i18n:read'],\n },\n {\n id: 'configs:i18n:viewer',\n label: 'Config I18n Viewer',\n permissions: ['configs:i18n:read'],\n },\n {\n id: 'configs:assets:editor',\n label: 'Config Assets Editor',\n permissions: ['configs:assets:write', 'configs:assets:read'],\n },\n {\n id: 'configs:assets:viewer',\n label: 'Config Assets Viewer',\n permissions: ['configs:assets:read'],\n },\n {\n id: 'jobs:runner',\n label: 'Jobs Runner',\n permissions: ['jobs:list', 'jobs:write', 'jobs:read'],\n },\n {\n id: 'jobs:viewer',\n label: 'Jobs Viewer',\n permissions: ['jobs:list', 'jobs:read'],\n },\n {\n id: 'sxs:spaces:editor',\n label: 'Spaces Editor',\n permissions: ['sxs:spaces:delete', 'sxs:spaces:read', 'sxs:spaces:write', 'sxs:spaces:create'],\n },\n {\n id: 'sxs:spaces:viewer',\n label: 'Spaces Viewer ',\n permissions: ['sxs:spaces:read'],\n },\n {\n id: 'sfs:indexes:editor',\n label: 'SFS indexer',\n permissions: ['sfs:indexes:write', 'sfs:indexes:delete'],\n },\n {\n id: 'users:viewer',\n label: 'Users Viewer',\n permissions: ['users:list', 'users:read'],\n },\n {\n id: 'users:editor',\n label: 'Users Editor',\n permissions: ['users:list', 'users:read', 'users:write', 'users:create', 'users:delete', 'users:invite'],\n },\n {\n id: 'routes:viewer',\n label: 'Routes Viewer',\n permissions: ['routes:list', 'routes:read'],\n },\n {\n id: 'routes:editor',\n label: 'Routes Editor',\n permissions: ['routes:list', 'routes:read', 'routes:write', 'routes:delete'],\n },\n {\n id: 'apiKeys:editor',\n label: 'API Key Editor',\n permissions: ['apiKeys:list', 'apiKeys:read', 'apiKeys:write', 'apiKeys:delete'],\n },\n {\n id: 'apiKeys:viewer',\n label: 'API Key Viewer',\n permissions: ['apiKeys:list', 'apiKeys:read'],\n },\n {\n id: 'confy:sxs:viewer',\n label: 'Confy sXs Viewer',\n permissions: ['confy:sxs:read'],\n },\n {\n id: 'confy:servicesMap:viewer',\n label: 'Confy Services Map Viewer',\n permissions: ['confy:servicesMap:read'],\n },\n {\n id: 'videos:editor',\n label: 'Videos Editor',\n permissions: ['videos:write'],\n },\n];\n\nexport { roles as default };\n//# sourceMappingURL=roles.mjs.map\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,4 +1,4 @@
1
- import { __module as ansiStyles } from '../../../../../_virtual/index10.js';
1
+ import { __module as ansiStyles } from '../../../../../_virtual/index9.js';
2
2
 
3
3
  ansiStyles.exports;
4
4
 
@@ -1,4 +1,4 @@
1
- import { __module as reactIs } from '../../../../../_virtual/index13.js';
1
+ import { __module as reactIs } from '../../../../../_virtual/index10.js';
2
2
  import { __require as requireReactIs_production_min } from './cjs/react-is.production.min.js';
3
3
 
4
4
  {
@@ -1,4 +1,4 @@
1
- import { __exports as lib } from '../../../_virtual/index9.js';
1
+ import { __exports as lib } from '../../../_virtual/index8.js';
2
2
  import './ariaPropsMap.js';
3
3
  import './domMap.js';
4
4
  import './rolesMap.js';
@@ -1,4 +1,4 @@
1
- import { __module as callBind } from '../../_virtual/index15.js';
1
+ import { __module as callBind } from '../../_virtual/index11.js';
2
2
  import { s as setFunctionLength } from '../set-function-length/index.js';
3
3
  import { e as esDefineProperty } from '../es-define-property/index.js';
4
4
  import { c as callBindApplyHelpers } from '../call-bind-apply-helpers/index.js';
@@ -1,9 +1,9 @@
1
- import { f as functionBind } from '../function-bind/index.js';
1
+ import { __require as requireFunctionBind } from '../function-bind/index.js';
2
2
  import { __require as requireFunctionApply } from './functionApply.js';
3
3
  import { __require as requireFunctionCall } from './functionCall.js';
4
4
  import { r as reflectApply } from './reflectApply.js';
5
5
 
6
- var bind = functionBind;
6
+ var bind = requireFunctionBind();
7
7
 
8
8
  var $apply = requireFunctionApply();
9
9
  var $call = requireFunctionCall();
@@ -1 +1 @@
1
- {"version":3,"file":"actualApply.js","sources":["../../../node_modules/call-bind-apply-helpers/actualApply.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\n\nvar $apply = require('./functionApply');\nvar $call = require('./functionCall');\nvar $reflectApply = require('./reflectApply');\n\n/** @type {import('./actualApply')} */\nmodule.exports = $reflectApply || bind.call($call, $apply);\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":";;;;;AAEA,IAAI,IAAI,GAAGA,YAAwB;;AAEnC,IAAI,MAAM,GAAGC,oBAAA,EAA0B;AACvC,IAAI,KAAK,GAAGC,mBAAA,EAAyB;AACrC,IAAI,aAAa,GAAGC,YAAyB;;AAE7C;IACA,WAAc,GAAG,aAAa,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"actualApply.js","sources":["../../../node_modules/call-bind-apply-helpers/actualApply.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\n\nvar $apply = require('./functionApply');\nvar $call = require('./functionCall');\nvar $reflectApply = require('./reflectApply');\n\n/** @type {import('./actualApply')} */\nmodule.exports = $reflectApply || bind.call($call, $apply);\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":";;;;;AAEA,IAAI,IAAI,GAAGA,mBAAA,EAAwB;;AAEnC,IAAI,MAAM,GAAGC,oBAAA,EAA0B;AACvC,IAAI,KAAK,GAAGC,mBAAA,EAAyB;AACrC,IAAI,aAAa,GAAGC,YAAyB;;AAE7C;IACA,WAAc,GAAG,aAAa,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM;;;;","x_google_ignoreList":[0]}
@@ -1,8 +1,8 @@
1
- import { f as functionBind } from '../function-bind/index.js';
1
+ import { __require as requireFunctionBind } from '../function-bind/index.js';
2
2
  import { __require as requireFunctionApply } from './functionApply.js';
3
3
  import { a as actualApply$1 } from './actualApply.js';
4
4
 
5
- var bind = functionBind;
5
+ var bind = requireFunctionBind();
6
6
  var $apply = requireFunctionApply();
7
7
  var actualApply = actualApply$1;
8
8
 
@@ -1 +1 @@
1
- {"version":3,"file":"applyBind.js","sources":["../../../node_modules/call-bind-apply-helpers/applyBind.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\nvar $apply = require('./functionApply');\nvar actualApply = require('./actualApply');\n\n/** @type {import('./applyBind')} */\nmodule.exports = function applyBind() {\n\treturn actualApply(bind, $apply, arguments);\n};\n"],"names":["require$$0","require$$1","require$$2"],"mappings":";;;;AAEA,IAAI,IAAI,GAAGA,YAAwB;AACnC,IAAI,MAAM,GAAGC,oBAAA,EAA0B;AACvC,IAAI,WAAW,GAAGC,aAAwB;;AAE1C;IACA,SAAc,GAAG,SAAS,SAAS,GAAG;AACtC,CAAC,OAAO,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC;AAC5C;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"applyBind.js","sources":["../../../node_modules/call-bind-apply-helpers/applyBind.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\nvar $apply = require('./functionApply');\nvar actualApply = require('./actualApply');\n\n/** @type {import('./applyBind')} */\nmodule.exports = function applyBind() {\n\treturn actualApply(bind, $apply, arguments);\n};\n"],"names":["require$$0","require$$1","require$$2"],"mappings":";;;;AAEA,IAAI,IAAI,GAAGA,mBAAA,EAAwB;AACnC,IAAI,MAAM,GAAGC,oBAAA,EAA0B;AACvC,IAAI,WAAW,GAAGC,aAAwB;;AAE1C;IACA,SAAc,GAAG,SAAS,SAAS,GAAG;AACtC,CAAC,OAAO,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,CAAC;AAC5C;;;;","x_google_ignoreList":[0]}
@@ -1,10 +1,10 @@
1
- import { f as functionBind } from '../function-bind/index.js';
2
- import { __require as requireType } from '../es-errors/type.js';
1
+ import { __require as requireFunctionBind } from '../function-bind/index.js';
2
+ import { t as type } from '../es-errors/type.js';
3
3
  import { __require as requireFunctionCall } from './functionCall.js';
4
4
  import { a as actualApply } from './actualApply.js';
5
5
 
6
- var bind = functionBind;
7
- var $TypeError = requireType();
6
+ var bind = requireFunctionBind();
7
+ var $TypeError = type;
8
8
 
9
9
  var $call = requireFunctionCall();
10
10
  var $actualApply = actualApply;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../node_modules/call-bind-apply-helpers/index.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\nvar $TypeError = require('es-errors/type');\n\nvar $call = require('./functionCall');\nvar $actualApply = require('./actualApply');\n\n/** @type {(args: [Function, thisArg?: unknown, ...args: unknown[]]) => Function} TODO FIXME, find a way to use import('.') */\nmodule.exports = function callBindBasic(args) {\n\tif (args.length < 1 || typeof args[0] !== 'function') {\n\t\tthrow new $TypeError('a function is required');\n\t}\n\treturn $actualApply(bind, $call, args);\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":";;;;;AAEA,IAAI,IAAI,GAAGA,YAAwB;AACnC,IAAI,UAAU,GAAGC,WAAA,EAAyB;;AAE1C,IAAI,KAAK,GAAGC,mBAAA,EAAyB;AACrC,IAAI,YAAY,GAAGC,WAAwB;;AAE3C;AACA,IAAA,oBAAc,GAAG,SAAS,aAAa,CAAC,IAAI,EAAE;AAC9C,CAAC,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,IAAI,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,UAAU,EAAE;AACvD,EAAE,MAAM,IAAI,UAAU,CAAC,wBAAwB,CAAC;AAChD,CAAA;AACA,CAAC,OAAO,YAAY,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC;AACvC;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../node_modules/call-bind-apply-helpers/index.js"],"sourcesContent":["'use strict';\n\nvar bind = require('function-bind');\nvar $TypeError = require('es-errors/type');\n\nvar $call = require('./functionCall');\nvar $actualApply = require('./actualApply');\n\n/** @type {(args: [Function, thisArg?: unknown, ...args: unknown[]]) => Function} TODO FIXME, find a way to use import('.') */\nmodule.exports = function callBindBasic(args) {\n\tif (args.length < 1 || typeof args[0] !== 'function') {\n\t\tthrow new $TypeError('a function is required');\n\t}\n\treturn $actualApply(bind, $call, args);\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":";;;;;AAEA,IAAI,IAAI,GAAGA,mBAAA,EAAwB;AACnC,IAAI,UAAU,GAAGC,IAAyB;;AAE1C,IAAI,KAAK,GAAGC,mBAAA,EAAyB;AACrC,IAAI,YAAY,GAAGC,WAAwB;;AAE3C;AACA,IAAA,oBAAc,GAAG,SAAS,aAAa,CAAC,IAAI,EAAE;AAC9C,CAAC,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,IAAI,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,UAAU,EAAE;AACvD,EAAE,MAAM,IAAI,UAAU,CAAC,wBAAwB,CAAC;AAChD,CAAA;AACA,CAAC,OAAO,YAAY,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC;AACvC;;;;","x_google_ignoreList":[0]}
@@ -1,12 +1,12 @@
1
1
  import { e as esDefineProperty } from '../es-define-property/index.js';
2
2
  import { s as syntax } from '../es-errors/syntax.js';
3
- import { __require as requireType } from '../es-errors/type.js';
3
+ import { t as type } from '../es-errors/type.js';
4
4
  import { g as gopd$1 } from '../gopd/index.js';
5
5
 
6
6
  var $defineProperty = esDefineProperty;
7
7
 
8
8
  var $SyntaxError = syntax;
9
- var $TypeError = requireType();
9
+ var $TypeError = type;
10
10
 
11
11
  var gopd = gopd$1;
12
12
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../node_modules/define-data-property/index.js"],"sourcesContent":["'use strict';\n\nvar $defineProperty = require('es-define-property');\n\nvar $SyntaxError = require('es-errors/syntax');\nvar $TypeError = require('es-errors/type');\n\nvar gopd = require('gopd');\n\n/** @type {import('.')} */\nmodule.exports = function defineDataProperty(\n\tobj,\n\tproperty,\n\tvalue\n) {\n\tif (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) {\n\t\tthrow new $TypeError('`obj` must be an object or a function`');\n\t}\n\tif (typeof property !== 'string' && typeof property !== 'symbol') {\n\t\tthrow new $TypeError('`property` must be a string or a symbol`');\n\t}\n\tif (arguments.length > 3 && typeof arguments[3] !== 'boolean' && arguments[3] !== null) {\n\t\tthrow new $TypeError('`nonEnumerable`, if provided, must be a boolean or null');\n\t}\n\tif (arguments.length > 4 && typeof arguments[4] !== 'boolean' && arguments[4] !== null) {\n\t\tthrow new $TypeError('`nonWritable`, if provided, must be a boolean or null');\n\t}\n\tif (arguments.length > 5 && typeof arguments[5] !== 'boolean' && arguments[5] !== null) {\n\t\tthrow new $TypeError('`nonConfigurable`, if provided, must be a boolean or null');\n\t}\n\tif (arguments.length > 6 && typeof arguments[6] !== 'boolean') {\n\t\tthrow new $TypeError('`loose`, if provided, must be a boolean');\n\t}\n\n\tvar nonEnumerable = arguments.length > 3 ? arguments[3] : null;\n\tvar nonWritable = arguments.length > 4 ? arguments[4] : null;\n\tvar nonConfigurable = arguments.length > 5 ? arguments[5] : null;\n\tvar loose = arguments.length > 6 ? arguments[6] : false;\n\n\t/* @type {false | TypedPropertyDescriptor<unknown>} */\n\tvar desc = !!gopd && gopd(obj, property);\n\n\tif ($defineProperty) {\n\t\t$defineProperty(obj, property, {\n\t\t\tconfigurable: nonConfigurable === null && desc ? desc.configurable : !nonConfigurable,\n\t\t\tenumerable: nonEnumerable === null && desc ? desc.enumerable : !nonEnumerable,\n\t\t\tvalue: value,\n\t\t\twritable: nonWritable === null && desc ? desc.writable : !nonWritable\n\t\t});\n\t} else if (loose || (!nonEnumerable && !nonWritable && !nonConfigurable)) {\n\t\t// must fall back to [[Set]], and was not explicitly asked to make non-enumerable, non-writable, or non-configurable\n\t\tobj[property] = value; // eslint-disable-line no-param-reassign\n\t} else {\n\t\tthrow new $SyntaxError('This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.');\n\t}\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../node_modules/define-data-property/index.js"],"sourcesContent":["'use strict';\n\nvar $defineProperty = require('es-define-property');\n\nvar $SyntaxError = require('es-errors/syntax');\nvar $TypeError = require('es-errors/type');\n\nvar gopd = require('gopd');\n\n/** @type {import('.')} */\nmodule.exports = function defineDataProperty(\n\tobj,\n\tproperty,\n\tvalue\n) {\n\tif (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) {\n\t\tthrow new $TypeError('`obj` must be an object or a function`');\n\t}\n\tif (typeof property !== 'string' && typeof property !== 'symbol') {\n\t\tthrow new $TypeError('`property` must be a string or a symbol`');\n\t}\n\tif (arguments.length > 3 && typeof arguments[3] !== 'boolean' && arguments[3] !== null) {\n\t\tthrow new $TypeError('`nonEnumerable`, if provided, must be a boolean or null');\n\t}\n\tif (arguments.length > 4 && typeof arguments[4] !== 'boolean' && arguments[4] !== null) {\n\t\tthrow new $TypeError('`nonWritable`, if provided, must be a boolean or null');\n\t}\n\tif (arguments.length > 5 && typeof arguments[5] !== 'boolean' && arguments[5] !== null) {\n\t\tthrow new $TypeError('`nonConfigurable`, if provided, must be a boolean or null');\n\t}\n\tif (arguments.length > 6 && typeof arguments[6] !== 'boolean') {\n\t\tthrow new $TypeError('`loose`, if provided, must be a boolean');\n\t}\n\n\tvar nonEnumerable = arguments.length > 3 ? arguments[3] : null;\n\tvar nonWritable = arguments.length > 4 ? arguments[4] : null;\n\tvar nonConfigurable = arguments.length > 5 ? arguments[5] : null;\n\tvar loose = arguments.length > 6 ? arguments[6] : false;\n\n\t/* @type {false | TypedPropertyDescriptor<unknown>} */\n\tvar desc = !!gopd && gopd(obj, property);\n\n\tif ($defineProperty) {\n\t\t$defineProperty(obj, property, {\n\t\t\tconfigurable: nonConfigurable === null && desc ? desc.configurable : !nonConfigurable,\n\t\t\tenumerable: nonEnumerable === null && desc ? desc.enumerable : !nonEnumerable,\n\t\t\tvalue: value,\n\t\t\twritable: nonWritable === null && desc ? desc.writable : !nonWritable\n\t\t});\n\t} else if (loose || (!nonEnumerable && !nonWritable && !nonConfigurable)) {\n\t\t// must fall back to [[Set]], and was not explicitly asked to make non-enumerable, non-writable, or non-configurable\n\t\tobj[property] = value; // eslint-disable-line no-param-reassign\n\t} else {\n\t\tthrow new $SyntaxError('This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.');\n\t}\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":"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","x_google_ignoreList":[0]}