@beabee/beabee-common 0.20.5 → 0.21.0-alpha.1

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 (251) hide show
  1. package/dist/browser/beabee-common.js +15 -15
  2. package/dist/browser/beabee-common.js.map +2 -2
  3. package/dist/browser/index.js +15 -15
  4. package/dist/cjs/types/address.cjs +16 -0
  5. package/dist/cjs/types/allow-null.cjs +16 -0
  6. package/dist/cjs/types/callout-data.cjs +16 -0
  7. package/dist/cjs/types/callout-map-schema.cjs +16 -0
  8. package/dist/cjs/types/callout-response-comment-data.cjs +16 -0
  9. package/dist/cjs/types/callout-response-view-schema.cjs +16 -0
  10. package/dist/cjs/types/client-api-error-data.cjs +16 -0
  11. package/dist/cjs/types/contact-data.cjs +16 -0
  12. package/dist/cjs/types/contact-profile-data.cjs +16 -0
  13. package/dist/cjs/types/contact-role-data.cjs +16 -0
  14. package/dist/cjs/types/content-contacts-data.cjs +16 -0
  15. package/dist/cjs/types/content-data.cjs +16 -0
  16. package/dist/cjs/types/content-email-data.cjs +16 -0
  17. package/dist/cjs/types/content-general-data.cjs +16 -0
  18. package/dist/cjs/types/content-id.cjs +16 -0
  19. package/dist/cjs/types/content-join-data.cjs +16 -0
  20. package/dist/cjs/types/content-join-period-data.cjs +16 -0
  21. package/dist/cjs/types/content-join-setup-data.cjs +16 -0
  22. package/dist/cjs/types/content-payment-data.cjs +16 -0
  23. package/dist/cjs/types/content-profile-data.cjs +16 -0
  24. package/dist/cjs/types/content-share-data.cjs +16 -0
  25. package/dist/cjs/types/content-telegram-data.cjs +16 -0
  26. package/dist/cjs/types/contribution-info.cjs +16 -0
  27. package/dist/cjs/types/create-api-key-data.cjs +16 -0
  28. package/dist/cjs/types/create-callout-data.cjs +16 -0
  29. package/dist/cjs/types/create-callout-response-comment-data.cjs +16 -0
  30. package/dist/cjs/types/create-callout-response-data.cjs +16 -0
  31. package/dist/cjs/types/create-callout-tag-data.cjs +16 -0
  32. package/dist/cjs/types/create-contact-data.cjs +16 -0
  33. package/dist/cjs/types/create-notice-data.cjs +16 -0
  34. package/dist/cjs/types/create-segment-data.cjs +16 -0
  35. package/dist/cjs/types/footer-link.cjs +16 -0
  36. package/dist/cjs/types/force-update-contribution-data.cjs +16 -0
  37. package/dist/cjs/types/get-api-key-data.cjs +16 -0
  38. package/dist/cjs/types/get-api-keys-query.cjs +16 -0
  39. package/dist/cjs/types/get-callout-data-with.cjs +16 -0
  40. package/dist/cjs/types/get-callout-data.cjs +16 -0
  41. package/dist/cjs/types/get-callout-form-data.cjs +16 -0
  42. package/dist/cjs/types/get-callout-response-comment-data.cjs +16 -0
  43. package/dist/cjs/types/get-callout-response-comments-query.cjs +16 -0
  44. package/dist/cjs/types/get-callout-response-data-with.cjs +16 -0
  45. package/dist/cjs/types/get-callout-response-data.cjs +16 -0
  46. package/dist/cjs/types/get-callout-response-map-data.cjs +16 -0
  47. package/dist/cjs/types/get-callout-response-with.cjs +16 -0
  48. package/dist/cjs/types/get-callout-responses-query.cjs +16 -0
  49. package/dist/cjs/types/get-callout-tag-data.cjs +16 -0
  50. package/dist/cjs/types/get-callout-with.cjs +16 -0
  51. package/dist/cjs/types/get-callouts-query.cjs +16 -0
  52. package/dist/cjs/types/get-contact-data-with.cjs +16 -0
  53. package/dist/cjs/types/get-contact-data.cjs +16 -0
  54. package/dist/cjs/types/get-contact-with.cjs +16 -0
  55. package/dist/cjs/types/get-contacts-query.cjs +16 -0
  56. package/dist/cjs/types/get-email-data.cjs +16 -0
  57. package/dist/cjs/types/get-notice-data.cjs +16 -0
  58. package/dist/cjs/types/get-notices-query.cjs +16 -0
  59. package/dist/cjs/types/get-payment-data-with.cjs +16 -0
  60. package/dist/cjs/types/get-payment-data.cjs +16 -0
  61. package/dist/cjs/types/get-payment-with.cjs +16 -0
  62. package/dist/cjs/types/get-payments-query.cjs +16 -0
  63. package/dist/cjs/types/get-segment-data-with.cjs +16 -0
  64. package/dist/cjs/types/get-segment-data.cjs +16 -0
  65. package/dist/cjs/types/get-segment-with.cjs +16 -0
  66. package/dist/cjs/types/get-stats-data.cjs +16 -0
  67. package/dist/cjs/types/get-stats-query.cjs +16 -0
  68. package/dist/cjs/types/get-upload-flow-data.cjs +16 -0
  69. package/dist/cjs/types/index.cjs +162 -0
  70. package/dist/cjs/types/noop.cjs +16 -0
  71. package/dist/cjs/types/notice-data.cjs +16 -0
  72. package/dist/cjs/types/parse-iso-options.cjs +16 -0
  73. package/dist/cjs/types/serial.cjs +16 -0
  74. package/dist/cjs/types/set-contribution-data.cjs +16 -0
  75. package/dist/cjs/types/start-contribution-data.cjs +16 -0
  76. package/dist/cjs/types/update-callout-data.cjs +16 -0
  77. package/dist/cjs/types/update-callout-response-comment-data.cjs +16 -0
  78. package/dist/cjs/types/update-callout-response-data.cjs +16 -0
  79. package/dist/cjs/types/update-callout-tag-data.cjs +16 -0
  80. package/dist/cjs/types/update-contact-data.cjs +16 -0
  81. package/dist/cjs/types/update-contact-profile-data.cjs +16 -0
  82. package/dist/cjs/types/update-contact-role-data.cjs +16 -0
  83. package/dist/cjs/types/update-email-data.cjs +16 -0
  84. package/dist/cjs/types/update-reset-password-data.cjs +16 -0
  85. package/dist/cjs/types/update-segment-data.cjs +16 -0
  86. package/dist/esm/types/address.js +0 -0
  87. package/dist/esm/types/allow-null.js +0 -0
  88. package/dist/esm/types/callout-data.js +0 -0
  89. package/dist/esm/types/callout-map-schema.js +0 -0
  90. package/dist/esm/types/callout-response-comment-data.js +0 -0
  91. package/dist/esm/types/callout-response-view-schema.js +0 -0
  92. package/dist/esm/types/client-api-error-data.js +0 -0
  93. package/dist/esm/types/contact-data.js +0 -0
  94. package/dist/esm/types/contact-profile-data.js +0 -0
  95. package/dist/esm/types/contact-role-data.js +0 -0
  96. package/dist/esm/types/content-contacts-data.js +0 -0
  97. package/dist/esm/types/content-data.js +0 -0
  98. package/dist/esm/types/content-email-data.js +0 -0
  99. package/dist/esm/types/content-general-data.js +0 -0
  100. package/dist/esm/types/content-id.js +0 -0
  101. package/dist/esm/types/content-join-data.js +0 -0
  102. package/dist/esm/types/content-join-period-data.js +0 -0
  103. package/dist/esm/types/content-join-setup-data.js +0 -0
  104. package/dist/esm/types/content-payment-data.js +0 -0
  105. package/dist/esm/types/content-profile-data.js +0 -0
  106. package/dist/esm/types/content-share-data.js +0 -0
  107. package/dist/esm/types/content-telegram-data.js +0 -0
  108. package/dist/esm/types/contribution-info.js +0 -0
  109. package/dist/esm/types/create-api-key-data.js +0 -0
  110. package/dist/esm/types/create-callout-data.js +0 -0
  111. package/dist/esm/types/create-callout-response-comment-data.js +0 -0
  112. package/dist/esm/types/create-callout-response-data.js +0 -0
  113. package/dist/esm/types/create-callout-tag-data.js +0 -0
  114. package/dist/esm/types/create-contact-data.js +0 -0
  115. package/dist/esm/types/create-notice-data.js +0 -0
  116. package/dist/esm/types/create-segment-data.js +0 -0
  117. package/dist/esm/types/footer-link.js +0 -0
  118. package/dist/esm/types/force-update-contribution-data.js +0 -0
  119. package/dist/esm/types/get-api-key-data.js +0 -0
  120. package/dist/esm/types/get-api-keys-query.js +0 -0
  121. package/dist/esm/types/get-callout-data-with.js +0 -0
  122. package/dist/esm/types/get-callout-data.js +0 -0
  123. package/dist/esm/types/get-callout-form-data.js +0 -0
  124. package/dist/esm/types/get-callout-response-comment-data.js +0 -0
  125. package/dist/esm/types/get-callout-response-comments-query.js +0 -0
  126. package/dist/esm/types/get-callout-response-data-with.js +0 -0
  127. package/dist/esm/types/get-callout-response-data.js +0 -0
  128. package/dist/esm/types/get-callout-response-map-data.js +0 -0
  129. package/dist/esm/types/get-callout-response-with.js +0 -0
  130. package/dist/esm/types/get-callout-responses-query.js +0 -0
  131. package/dist/esm/types/get-callout-tag-data.js +0 -0
  132. package/dist/esm/types/get-callout-with.js +0 -0
  133. package/dist/esm/types/get-callouts-query.js +0 -0
  134. package/dist/esm/types/get-contact-data-with.js +0 -0
  135. package/dist/esm/types/get-contact-data.js +0 -0
  136. package/dist/esm/types/get-contact-with.js +0 -0
  137. package/dist/esm/types/get-contacts-query.js +0 -0
  138. package/dist/esm/types/get-email-data.js +0 -0
  139. package/dist/esm/types/get-notice-data.js +0 -0
  140. package/dist/esm/types/get-notices-query.js +0 -0
  141. package/dist/esm/types/get-payment-data-with.js +0 -0
  142. package/dist/esm/types/get-payment-data.js +0 -0
  143. package/dist/esm/types/get-payment-with.js +0 -0
  144. package/dist/esm/types/get-payments-query.js +0 -0
  145. package/dist/esm/types/get-segment-data-with.js +0 -0
  146. package/dist/esm/types/get-segment-data.js +0 -0
  147. package/dist/esm/types/get-segment-with.js +0 -0
  148. package/dist/esm/types/get-stats-data.js +0 -0
  149. package/dist/esm/types/get-stats-query.js +0 -0
  150. package/dist/esm/types/get-upload-flow-data.js +0 -0
  151. package/dist/esm/types/index.js +81 -0
  152. package/dist/esm/types/noop.js +0 -0
  153. package/dist/esm/types/notice-data.js +0 -0
  154. package/dist/esm/types/parse-iso-options.js +0 -0
  155. package/dist/esm/types/serial.js +0 -0
  156. package/dist/esm/types/set-contribution-data.js +0 -0
  157. package/dist/esm/types/start-contribution-data.js +0 -0
  158. package/dist/esm/types/update-callout-data.js +0 -0
  159. package/dist/esm/types/update-callout-response-comment-data.js +0 -0
  160. package/dist/esm/types/update-callout-response-data.js +0 -0
  161. package/dist/esm/types/update-callout-tag-data.js +0 -0
  162. package/dist/esm/types/update-contact-data.js +0 -0
  163. package/dist/esm/types/update-contact-profile-data.js +0 -0
  164. package/dist/esm/types/update-contact-role-data.js +0 -0
  165. package/dist/esm/types/update-email-data.js +0 -0
  166. package/dist/esm/types/update-reset-password-data.js +0 -0
  167. package/dist/esm/types/update-segment-data.js +0 -0
  168. package/dist/types/search/contacts.d.ts +2 -2
  169. package/dist/types/types/address.d.ts +6 -0
  170. package/dist/types/types/allow-null.d.ts +7 -0
  171. package/dist/types/types/callout-data.d.ts +12 -0
  172. package/dist/types/types/callout-map-schema.d.ts +11 -0
  173. package/dist/types/types/callout-response-comment-data.d.ts +4 -0
  174. package/dist/types/types/callout-response-view-schema.d.ts +13 -0
  175. package/dist/types/types/client-api-error-data.d.ts +7 -0
  176. package/dist/types/types/contact-data.d.ts +6 -0
  177. package/dist/types/types/contact-profile-data.d.ts +14 -0
  178. package/dist/types/types/contact-role-data.d.ts +4 -0
  179. package/dist/types/types/content-contacts-data.d.ts +4 -0
  180. package/dist/types/types/content-data.d.ts +2 -0
  181. package/dist/types/types/content-email-data.d.ts +5 -0
  182. package/dist/types/types/content-general-data.d.ts +18 -0
  183. package/dist/types/types/content-id.d.ts +1 -0
  184. package/dist/types/types/content-join-data.d.ts +17 -0
  185. package/dist/types/types/content-join-period-data.d.ts +5 -0
  186. package/dist/types/types/content-join-setup-data.d.ts +14 -0
  187. package/dist/types/types/content-payment-data.d.ts +7 -0
  188. package/dist/types/types/content-profile-data.d.ts +3 -0
  189. package/dist/types/types/content-share-data.d.ts +6 -0
  190. package/dist/types/types/content-telegram-data.d.ts +4 -0
  191. package/dist/types/types/contribution-info.d.ts +15 -0
  192. package/dist/types/types/create-api-key-data.d.ts +4 -0
  193. package/dist/types/types/create-callout-data.d.ts +4 -0
  194. package/dist/types/types/create-callout-response-comment-data.d.ts +2 -0
  195. package/dist/types/types/create-callout-response-data.d.ts +9 -0
  196. package/dist/types/types/create-callout-tag-data.d.ts +4 -0
  197. package/dist/types/types/create-contact-data.d.ts +8 -0
  198. package/dist/types/types/create-notice-data.d.ts +2 -0
  199. package/dist/types/types/create-segment-data.d.ts +6 -0
  200. package/dist/types/types/footer-link.d.ts +4 -0
  201. package/dist/types/types/force-update-contribution-data.d.ts +8 -0
  202. package/dist/types/types/get-api-key-data.d.ts +8 -0
  203. package/dist/types/types/get-api-keys-query.d.ts +2 -0
  204. package/dist/types/types/get-callout-data-with.d.ts +8 -0
  205. package/dist/types/types/get-callout-data.d.ts +6 -0
  206. package/dist/types/types/get-callout-form-data.d.ts +10 -0
  207. package/dist/types/types/get-callout-response-comment-data.d.ts +7 -0
  208. package/dist/types/types/get-callout-response-comments-query.d.ts +2 -0
  209. package/dist/types/types/get-callout-response-data-with.d.ts +17 -0
  210. package/dist/types/types/get-callout-response-data.d.ts +9 -0
  211. package/dist/types/types/get-callout-response-map-data.d.ts +8 -0
  212. package/dist/types/types/get-callout-response-with.d.ts +1 -0
  213. package/dist/types/types/get-callout-responses-query.d.ts +2 -0
  214. package/dist/types/types/get-callout-tag-data.d.ts +4 -0
  215. package/dist/types/types/get-callout-with.d.ts +1 -0
  216. package/dist/types/types/get-callouts-query.d.ts +2 -0
  217. package/dist/types/types/get-contact-data-with.d.ts +8 -0
  218. package/dist/types/types/get-contact-data.d.ts +10 -0
  219. package/dist/types/types/get-contact-with.d.ts +1 -0
  220. package/dist/types/types/get-contacts-query.d.ts +2 -0
  221. package/dist/types/types/get-email-data.d.ts +4 -0
  222. package/dist/types/types/get-notice-data.d.ts +8 -0
  223. package/dist/types/types/get-notices-query.d.ts +2 -0
  224. package/dist/types/types/get-payment-data-with.d.ts +4 -0
  225. package/dist/types/types/get-payment-data.d.ts +6 -0
  226. package/dist/types/types/get-payment-with.d.ts +1 -0
  227. package/dist/types/types/get-payments-query.d.ts +2 -0
  228. package/dist/types/types/get-segment-data-with.d.ts +4 -0
  229. package/dist/types/types/get-segment-data.d.ts +7 -0
  230. package/dist/types/types/get-segment-with.d.ts +1 -0
  231. package/dist/types/types/get-stats-data.d.ts +5 -0
  232. package/dist/types/types/get-stats-query.d.ts +4 -0
  233. package/dist/types/types/get-upload-flow-data.d.ts +3 -0
  234. package/dist/types/types/index.d.ts +81 -0
  235. package/dist/types/types/noop.d.ts +5 -0
  236. package/dist/types/types/notice-data.d.ts +8 -0
  237. package/dist/types/types/parse-iso-options.d.ts +7 -0
  238. package/dist/types/types/serial.d.ts +3 -0
  239. package/dist/types/types/set-contribution-data.d.ts +7 -0
  240. package/dist/types/types/start-contribution-data.d.ts +5 -0
  241. package/dist/types/types/update-callout-data.d.ts +2 -0
  242. package/dist/types/types/update-callout-response-comment-data.d.ts +3 -0
  243. package/dist/types/types/update-callout-response-data.d.ts +2 -0
  244. package/dist/types/types/update-callout-tag-data.d.ts +2 -0
  245. package/dist/types/types/update-contact-data.d.ts +5 -0
  246. package/dist/types/types/update-contact-profile-data.d.ts +2 -0
  247. package/dist/types/types/update-contact-role-data.d.ts +4 -0
  248. package/dist/types/types/update-email-data.d.ts +2 -0
  249. package/dist/types/types/update-reset-password-data.d.ts +5 -0
  250. package/dist/types/types/update-segment-data.d.ts +2 -0
  251. package/package.json +1 -1
@@ -1659,7 +1659,7 @@
1659
1659
  return Number(num) * Math.pow(1024, unitIndex);
1660
1660
  };
1661
1661
 
1662
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/toDate.mjs
1662
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/toDate.mjs
1663
1663
  function toDate(argument) {
1664
1664
  const argStr = Object.prototype.toString.call(argument);
1665
1665
  if (argument instanceof Date || typeof argument === "object" && argStr === "[object Date]") {
@@ -1671,7 +1671,7 @@
1671
1671
  }
1672
1672
  }
1673
1673
 
1674
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/constructFrom.mjs
1674
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/constructFrom.mjs
1675
1675
  function constructFrom(date, value) {
1676
1676
  if (date instanceof Date) {
1677
1677
  return new date.constructor(value);
@@ -1680,7 +1680,7 @@
1680
1680
  }
1681
1681
  }
1682
1682
 
1683
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/addDays.mjs
1683
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/addDays.mjs
1684
1684
  function addDays(date, amount) {
1685
1685
  const _date = toDate(date);
1686
1686
  if (isNaN(amount))
@@ -1692,7 +1692,7 @@
1692
1692
  return _date;
1693
1693
  }
1694
1694
 
1695
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/addMonths.mjs
1695
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/addMonths.mjs
1696
1696
  function addMonths(date, amount) {
1697
1697
  const _date = toDate(date);
1698
1698
  if (isNaN(amount))
@@ -1716,7 +1716,7 @@
1716
1716
  }
1717
1717
  }
1718
1718
 
1719
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/add.mjs
1719
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/add.mjs
1720
1720
  function add(date, duration) {
1721
1721
  const {
1722
1722
  years = 0,
@@ -1737,7 +1737,7 @@
1737
1737
  return finalDate;
1738
1738
  }
1739
1739
 
1740
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/constants.mjs
1740
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/constants.mjs
1741
1741
  var daysInYear = 365.2425;
1742
1742
  var maxTime = Math.pow(10, 8) * 24 * 60 * 60 * 1e3;
1743
1743
  var minTime = -maxTime;
@@ -1750,19 +1750,19 @@
1750
1750
  var secondsInMonth = secondsInYear / 12;
1751
1751
  var secondsInQuarter = secondsInMonth * 3;
1752
1752
 
1753
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfDay.mjs
1753
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfDay.mjs
1754
1754
  function startOfDay(date) {
1755
1755
  const _date = toDate(date);
1756
1756
  _date.setHours(0, 0, 0, 0);
1757
1757
  return _date;
1758
1758
  }
1759
1759
 
1760
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/isDate.mjs
1760
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/isDate.mjs
1761
1761
  function isDate(value) {
1762
1762
  return value instanceof Date || typeof value === "object" && Object.prototype.toString.call(value) === "[object Date]";
1763
1763
  }
1764
1764
 
1765
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/isValid.mjs
1765
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/isValid.mjs
1766
1766
  function isValid(date) {
1767
1767
  if (!isDate(date) && typeof date !== "number") {
1768
1768
  return false;
@@ -1771,14 +1771,14 @@
1771
1771
  return !isNaN(Number(_date));
1772
1772
  }
1773
1773
 
1774
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfMinute.mjs
1774
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfMinute.mjs
1775
1775
  function startOfMinute(date) {
1776
1776
  const _date = toDate(date);
1777
1777
  _date.setSeconds(0, 0);
1778
1778
  return _date;
1779
1779
  }
1780
1780
 
1781
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfMonth.mjs
1781
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfMonth.mjs
1782
1782
  function startOfMonth(date) {
1783
1783
  const _date = toDate(date);
1784
1784
  _date.setDate(1);
@@ -1786,7 +1786,7 @@
1786
1786
  return _date;
1787
1787
  }
1788
1788
 
1789
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfYear.mjs
1789
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfYear.mjs
1790
1790
  function startOfYear(date) {
1791
1791
  const cleanDate = toDate(date);
1792
1792
  const _date = constructFrom(date, 0);
@@ -1795,21 +1795,21 @@
1795
1795
  return _date;
1796
1796
  }
1797
1797
 
1798
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfHour.mjs
1798
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfHour.mjs
1799
1799
  function startOfHour(date) {
1800
1800
  const _date = toDate(date);
1801
1801
  _date.setMinutes(0, 0, 0);
1802
1802
  return _date;
1803
1803
  }
1804
1804
 
1805
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfSecond.mjs
1805
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/startOfSecond.mjs
1806
1806
  function startOfSecond(date) {
1807
1807
  const _date = toDate(date);
1808
1808
  _date.setMilliseconds(0);
1809
1809
  return _date;
1810
1810
  }
1811
1811
 
1812
- // ../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/parseISO.mjs
1812
+ // ../../../../.cache/deno/deno_esbuild/date-fns@3.6.0/node_modules/date-fns/parseISO.mjs
1813
1813
  function parseISO(argument, options) {
1814
1814
  const additionalDigits = options?.additionalDigits ?? 2;
1815
1815
  const dateStrings = splitDateString(argument);