@powerhousedao/connect 6.0.0-dev.5 → 6.0.0-dev.52

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 (207) hide show
  1. package/.env +1 -1
  2. package/dist/assets/AddDriveModal-CJtOv39H.js +1 -0
  3. package/dist/assets/ClearStorageModal-y5IKZ5QW.js +1 -0
  4. package/dist/assets/CookiesPolicyModal-CRQMjvin.js +1 -0
  5. package/dist/assets/CreateDocumentModal-wq9SMWoi.js +1 -0
  6. package/dist/assets/DebugSettingsModal-DRXZ3l1V.js +1 -0
  7. package/dist/assets/DeleteDriveModal-Cr5Usb_L.js +1 -0
  8. package/dist/assets/DeleteItemModal-8enl6kcm.js +1 -0
  9. package/dist/assets/DisclaimerModal-XxPC9Ejt.js +1 -0
  10. package/dist/assets/DriveSettingsModal-6h8SadLE.js +1 -0
  11. package/dist/assets/ExportDocumentWithErrorsModal-DXqXD8JC.js +1 -0
  12. package/dist/assets/SettingsModal-hbCXOBTZ.js +1 -0
  13. package/dist/assets/UpgradeDriveModal-iM7KnmAQ.js +1 -0
  14. package/dist/assets/config-0mYxXHFp.js +1 -0
  15. package/dist/assets/{design_system-DVdodNjK.js → design_system-DuOTmGnv.js} +2 -2
  16. package/dist/assets/design_system_connect-oOPqJKY4.js +47 -0
  17. package/dist/assets/design_system_ui-BpFBMLtp.js +1 -0
  18. package/dist/assets/document_drive-DiwReQ7A.js +154 -0
  19. package/dist/assets/document_engineering-p8dj-Cba.js +1 -0
  20. package/dist/assets/document_model-ly1Z8uco.js +241 -0
  21. package/dist/assets/document_model_editor-Da4AAuKL.js +25 -0
  22. package/dist/assets/drive_explorer-DgTtoOmx.js +2 -0
  23. package/dist/assets/editor-D3CEoO4i.js +1 -0
  24. package/dist/assets/{graphql-AKTCpY7l.js → graphql-BXSeDpaV.js} +2 -2
  25. package/dist/assets/{graphql-editor-pM_6zgoE.js → graphql-editor-CduYMSwz.js} +2 -2
  26. package/dist/assets/graphql_request-BHyPFzlZ.js +3 -0
  27. package/dist/assets/{hooks-CcLWqK8A.js → hooks-DfJBOC53.js} +1 -1
  28. package/dist/assets/index-B6A7sjLB.css +1 -0
  29. package/dist/assets/index-DO1hMFtq.js +149 -0
  30. package/dist/assets/index-DaxIv9p8.js +29 -0
  31. package/dist/assets/index-nPVGMhnl.js +208 -0
  32. package/dist/assets/json-editor-ge2w_43Q.js +1 -0
  33. package/dist/assets/nodefs-BDOJRpNU.js +1 -0
  34. package/dist/assets/nodefs-CVTQ2TCv.js +1 -0
  35. package/dist/assets/nodefs-_NvywCGz.js +1 -0
  36. package/dist/assets/opfs-ahp--n7Av8I7.js +3 -0
  37. package/dist/assets/opfs-ahp-DN9nZuJs.js +3 -0
  38. package/dist/assets/opfs-ahp-gToYnU-E.js +3 -0
  39. package/dist/assets/pg_dump-Cvfbb5Q0.wasm +0 -0
  40. package/dist/assets/pglite-COscPi1Y.data +0 -0
  41. package/dist/assets/pglite-CeYkvzd0.wasm +0 -0
  42. package/dist/assets/pglite.worker-Ca6pWokV.js +141 -0
  43. package/dist/assets/{react-DQSxOgtG.js → react-D_vzfE_e.js} +1 -1
  44. package/dist/assets/react-dom/client-SoBEzBdt.js +9 -0
  45. package/dist/assets/{react-dom-D6zQJsh6.js → react-dom-Cz_KAjfm.js} +1 -1
  46. package/dist/assets/reactor_browser-D9uAHhHf.js +136 -0
  47. package/dist/assets/{sentry_browser-B4YoBIIG.js → sentry_browser-TIBDlywD.js} +3 -3
  48. package/dist/assets/{sentry_react-cODD7zWc.js → sentry_react-CVx4Qq7f.js} +1 -1
  49. package/dist/assets/state-schemas-CNNgCMhK.js +2 -0
  50. package/dist/assets/tailwind_merge-CXl88Wxt.js +1 -0
  51. package/dist/assets/zod-Cc38s6JG.js +39 -0
  52. package/dist/index.html +19 -20
  53. package/heroku/Dockerfile +1 -1
  54. package/lib/package.copy.json +30 -28
  55. package/lib/src/components/document-editor-container.d.ts.map +1 -1
  56. package/lib/src/components/document-editor-container.js +7 -34
  57. package/lib/src/components/document-editor-container.js.map +1 -1
  58. package/lib/src/components/drive-icon.d.ts.map +1 -1
  59. package/lib/src/components/drive-icon.js +10 -3
  60. package/lib/src/components/drive-icon.js.map +1 -1
  61. package/lib/src/components/editors.d.ts.map +1 -1
  62. package/lib/src/components/editors.js +12 -5
  63. package/lib/src/components/editors.js.map +1 -1
  64. package/lib/src/components/error-boundary.js +1 -1
  65. package/lib/src/components/error-boundary.js.map +1 -1
  66. package/lib/src/components/modal/modals/AddDriveModal.d.ts.map +1 -1
  67. package/lib/src/components/modal/modals/AddDriveModal.js +17 -48
  68. package/lib/src/components/modal/modals/AddDriveModal.js.map +1 -1
  69. package/lib/src/components/modal/modals/ClearStorageModal.js +2 -2
  70. package/lib/src/components/modal/modals/ClearStorageModal.js.map +1 -1
  71. package/lib/src/components/modal/modals/DriveSettingsModal.d.ts.map +1 -1
  72. package/lib/src/components/modal/modals/DriveSettingsModal.js +9 -4
  73. package/lib/src/components/modal/modals/DriveSettingsModal.js.map +1 -1
  74. package/lib/src/components/modal/modals/InspectorModal/InspectorModal.d.ts.map +1 -1
  75. package/lib/src/components/modal/modals/InspectorModal/InspectorModal.js +3 -1
  76. package/lib/src/components/modal/modals/InspectorModal/InspectorModal.js.map +1 -1
  77. package/lib/src/components/modal/modals/InspectorModal/useQueueInspector.d.ts +3 -0
  78. package/lib/src/components/modal/modals/InspectorModal/useQueueInspector.d.ts.map +1 -0
  79. package/lib/src/components/modal/modals/InspectorModal/useQueueInspector.js +61 -0
  80. package/lib/src/components/modal/modals/InspectorModal/useQueueInspector.js.map +1 -0
  81. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.d.ts +2 -1
  82. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.d.ts.map +1 -1
  83. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.js +4 -1
  84. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.js.map +1 -1
  85. package/lib/src/components/sidebar.d.ts.map +1 -1
  86. package/lib/src/components/sidebar.js +2 -2
  87. package/lib/src/components/sidebar.js.map +1 -1
  88. package/lib/src/connect.config.js +1 -1
  89. package/lib/src/connect.config.js.map +1 -1
  90. package/lib/src/context/index.d.ts +1 -1
  91. package/lib/src/context/index.d.ts.map +1 -1
  92. package/lib/src/context/index.js +1 -1
  93. package/lib/src/context/index.js.map +1 -1
  94. package/lib/src/context/processor-manager.d.ts +1 -2
  95. package/lib/src/context/processor-manager.d.ts.map +1 -1
  96. package/lib/src/context/processor-manager.js +1 -188
  97. package/lib/src/context/processor-manager.js.map +1 -1
  98. package/lib/src/context/processor-manager.old.d.ts +3 -0
  99. package/lib/src/context/processor-manager.old.d.ts.map +1 -0
  100. package/lib/src/context/processor-manager.old.js +189 -0
  101. package/lib/src/context/processor-manager.old.js.map +1 -0
  102. package/lib/src/feature-flags.d.ts.map +1 -1
  103. package/lib/src/feature-flags.js +13 -0
  104. package/lib/src/feature-flags.js.map +1 -1
  105. package/lib/src/hooks/useCheckLatestVersion.d.ts.map +1 -1
  106. package/lib/src/hooks/useCheckLatestVersion.js +1 -1
  107. package/lib/src/hooks/useCheckLatestVersion.js.map +1 -1
  108. package/lib/src/hooks/useClientErrorHandler.d.ts.map +1 -1
  109. package/lib/src/hooks/useClientErrorHandler.js +5 -40
  110. package/lib/src/hooks/useClientErrorHandler.js.map +1 -1
  111. package/lib/src/hooks/useInitSentry.js +2 -2
  112. package/lib/src/hooks/useInitSentry.js.map +1 -1
  113. package/lib/src/pages/demo/atlas-import.js +2 -2
  114. package/lib/src/pglite.db.d.ts +2 -0
  115. package/lib/src/pglite.db.d.ts.map +1 -0
  116. package/lib/src/pglite.db.js +19 -0
  117. package/lib/src/pglite.db.js.map +1 -0
  118. package/lib/src/pglite.worker.d.ts +2 -0
  119. package/lib/src/pglite.worker.d.ts.map +1 -0
  120. package/lib/src/pglite.worker.js +15 -0
  121. package/lib/src/pglite.worker.js.map +1 -0
  122. package/lib/src/services/hmr.js +1 -1
  123. package/lib/src/services/hmr.js.map +1 -1
  124. package/lib/src/services/index.d.ts +0 -3
  125. package/lib/src/services/index.d.ts.map +1 -1
  126. package/lib/src/services/index.js +0 -3
  127. package/lib/src/services/index.js.map +1 -1
  128. package/lib/src/store/editor.d.ts.map +1 -1
  129. package/lib/src/store/editor.js +4 -5
  130. package/lib/src/store/editor.js.map +1 -1
  131. package/lib/src/store/processor-host-module.d.ts +3 -0
  132. package/lib/src/store/processor-host-module.d.ts.map +1 -0
  133. package/lib/src/store/processor-host-module.js +22 -0
  134. package/lib/src/store/processor-host-module.js.map +1 -0
  135. package/lib/src/store/reactor.d.ts +1 -1
  136. package/lib/src/store/reactor.d.ts.map +1 -1
  137. package/lib/src/store/reactor.js +77 -189
  138. package/lib/src/store/reactor.js.map +1 -1
  139. package/lib/src/utils/reactor.d.ts +13 -7
  140. package/lib/src/utils/reactor.d.ts.map +1 -1
  141. package/lib/src/utils/reactor.js +37 -63
  142. package/lib/src/utils/reactor.js.map +1 -1
  143. package/lib/src/utils/signature.d.ts.map +1 -1
  144. package/lib/src/utils/signature.js +1 -1
  145. package/lib/src/utils/signature.js.map +1 -1
  146. package/lib/style.css +373 -115
  147. package/lib/test/utils/signer.test.js +25 -28
  148. package/lib/test/utils/signer.test.js.map +1 -1
  149. package/lib/tsconfig.tsbuildinfo +1 -1
  150. package/lib/vite.config.d.ts.map +1 -1
  151. package/lib/vite.config.js +0 -4
  152. package/lib/vite.config.js.map +1 -1
  153. package/package.copy.json +30 -28
  154. package/package.json +39 -37
  155. package/dist/assets/AddDriveModal-BQm-PcmC.js +0 -1
  156. package/dist/assets/ClearStorageModal-28jHiUGr.js +0 -1
  157. package/dist/assets/CookiesPolicyModal-B8ON6Aot.js +0 -1
  158. package/dist/assets/CreateDocumentModal-Dq3Bi3cq.js +0 -1
  159. package/dist/assets/DebugSettingsModal-CJONGfBK.js +0 -1
  160. package/dist/assets/DeleteDriveModal-bUDGgtH-.js +0 -1
  161. package/dist/assets/DeleteItemModal-B8ZzH9at.js +0 -1
  162. package/dist/assets/DisclaimerModal-BOLKXvyT.js +0 -1
  163. package/dist/assets/DriveSettingsModal-DIbcmIVs.js +0 -1
  164. package/dist/assets/ExportDocumentWithErrorsModal-gHdbtQ3B.js +0 -1
  165. package/dist/assets/SettingsModal-DP7GWuuW.js +0 -1
  166. package/dist/assets/UpgradeDriveModal--uyH9aU-.js +0 -1
  167. package/dist/assets/config-CU-aFfVJ.js +0 -1
  168. package/dist/assets/design_system_connect-GjcNtEuR.js +0 -47
  169. package/dist/assets/design_system_ui-CirzPTGM.js +0 -1
  170. package/dist/assets/document_drive-CwpHvdiT.js +0 -316
  171. package/dist/assets/document_engineering-x8qLjrlA.js +0 -1
  172. package/dist/assets/document_model-_oCbt5YE.js +0 -230
  173. package/dist/assets/document_model_editor-H_2IAVLg.js +0 -25
  174. package/dist/assets/drive_explorer-DaOEkDU-.js +0 -2
  175. package/dist/assets/graphql_request-BJtmW2JS.js +0 -3
  176. package/dist/assets/index-C44AjweI.js +0 -28
  177. package/dist/assets/index-DNce0SAe.css +0 -1
  178. package/dist/assets/index-Dxjl28rF.js +0 -18
  179. package/dist/assets/json-editor-BFca9ePf.js +0 -1
  180. package/dist/assets/nodefs-BRqoxQYy.js +0 -1
  181. package/dist/assets/opfs-ahp-DetoV0on.js +0 -3
  182. package/dist/assets/pg_dump-CW0pN9tG.wasm +0 -0
  183. package/dist/assets/react-dom/client-BVPiT_FE.js +0 -9
  184. package/dist/assets/reactor_browser-BTFz4lY7.js +0 -129
  185. package/dist/assets/state-schemas-DBLZHoPv.js +0 -2
  186. package/dist/assets/tailwind_merge-Dr4f9Rms.js +0 -1
  187. package/dist/assets/zod-9j67vCAu.js +0 -39
  188. package/lib/src/service-worker.d.ts +0 -2
  189. package/lib/src/service-worker.d.ts.map +0 -1
  190. package/lib/src/service-worker.js +0 -58
  191. package/lib/src/service-worker.js.map +0 -1
  192. package/lib/src/services/renown/browser.d.ts +0 -2
  193. package/lib/src/services/renown/browser.d.ts.map +0 -1
  194. package/lib/src/services/renown/browser.js +0 -6
  195. package/lib/src/services/renown/browser.js.map +0 -1
  196. package/lib/src/services/renown/constants.d.ts +0 -130
  197. package/lib/src/services/renown/constants.d.ts.map +0 -1
  198. package/lib/src/services/renown/constants.js +0 -41
  199. package/lib/src/services/renown/constants.js.map +0 -1
  200. package/lib/src/services/renown/utils.d.ts +0 -7
  201. package/lib/src/services/renown/utils.d.ts.map +0 -1
  202. package/lib/src/services/renown/utils.js +0 -20
  203. package/lib/src/services/renown/utils.js.map +0 -1
  204. package/lib/src/workers/pglite-worker.d.ts +0 -2
  205. package/lib/src/workers/pglite-worker.d.ts.map +0 -1
  206. package/lib/src/workers/pglite-worker.js +0 -32
  207. package/lib/src/workers/pglite-worker.js.map +0 -1
@@ -0,0 +1,208 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/reactor_browser-D9uAHhHf.js","assets/document_model-ly1Z8uco.js","assets/zod-Cc38s6JG.js","assets/react-D_vzfE_e.js","assets/document_drive-DiwReQ7A.js","assets/sentry_react-CVx4Qq7f.js","assets/sentry_browser-TIBDlywD.js","assets/document_model_editor-Da4AAuKL.js","assets/graphql-BXSeDpaV.js","assets/drive_explorer-DgTtoOmx.js","assets/react/jsx-runtime-DldvXD6N.js","assets/design_system-DuOTmGnv.js","assets/tailwind_merge-CXl88Wxt.js","assets/react-dom-Cz_KAjfm.js","assets/design_system_connect-oOPqJKY4.js","assets/design_system_ui-BpFBMLtp.js","assets/nodefs-CVTQ2TCv.js","assets/opfs-ahp--n7Av8I7.js"])))=>i.map(i=>d[i]);
2
+ import{ba as AnalyticsSubscriptionManager,bb as DateTime,bc as AnalyticsPath,bd as require$$9,be as PassthroughAnalyticsProfiler}from"./reactor_browser-D9uAHhHf.js";import{c as commonjsGlobal,p as process$1,g as getDefaultExportFromCjs}from"./react-D_vzfE_e.js";import{_ as __vitePreload}from"./drive_explorer-DgTtoOmx.js";function toPascalCase(e){return e.replace(/\w+/g,function(t){return t[0].toUpperCase()+t.slice(1)}).replace(/\s+/g,"")}class KnexAnalyticsStore{_executor;_knex;_subscriptionManager=new AnalyticsSubscriptionManager;constructor({executor:t,knex:I}){this._executor=t,this._knex=I}destroy(){this._knex.destroy()}async clearSeriesBySource(t,I=!1){const B=this._knex("AnalyticsSeries").whereLike("source",t.toString("/%")).delete();let tr=await this._executor.execute(B);return I&&(tr+=await this.clearEmptyAnalyticsDimensions()),this._subscriptionManager.notifySubscribers([t]),tr}async clearEmptyAnalyticsDimensions(){const t=this._knex("AnalyticsDimension AS AD").whereNotExists(I=>I.select("*").from("AnalyticsSeries_AnalyticsDimension AS ASAD").where("ASAD.dimensionId",this._knex.ref("AD.id"))).delete();return await this._executor.execute(t)}async getMatchingSeries(t){const I=t.currency?t.currency.firstSegment().filters:null,B=this._buildViewQuery("AV",Object.keys(t.select),t.metrics.map(ir=>ir),I,t.end),tr=this._knex(this._knex.raw(B)).select("AV.*");for(const[ir,lr]of Object.entries(t.select))tr.leftJoin(`AnalyticsDimension as ${ir}`,mr=>{mr.on(`${ir}.path`,`dim_${ir}`)}),tr.select(`${ir}.icon as dim_icon`),tr.select(`${ir}.description as dim_description`),tr.select(`${ir}.label as dim_label`),lr.length==1?tr.andWhereLike(`dim_${ir}`,lr[0].toString("/%")):lr.length>1&&tr.andWhere(mr=>(lr.forEach(dr=>mr.orWhereLike(`dim_${ir}`,dr.toString("/%"))),mr));tr.orderBy("start");const rr=await this._executor.execute(tr);return this._formatQueryRecords(rr,Object.keys(t.select))}async addSeriesValue(t){return this.addSeriesValues([t])}async addSeriesValues(t){const I={};for(let tr=0;tr<t.length;tr++){const rr=t[tr],ir=this._knex("AnalyticsSeries").insert({start:rr.start.toJSDate(),end:rr.end?rr.end.toJSDate():null,source:rr.source.toString("/"),metric:toPascalCase(rr.metric),value:rr.value,unit:rr.unit||null,fn:rr.fn||"Single",params:rr.params||null},"id"),lr=await this._executor.execute(ir);for(const[mr,dr]of Object.entries(t[tr].dimensions||{})){I[mr]||(I[mr]={});const _r=dr.toString("/");I[mr][_r]||(I[mr][_r]=[]),I[mr][_r].push(lr[0].id)}}for(const[tr,rr]of Object.entries(I))await this._linkDimensions(tr,rr);for(let tr=0;tr<t.length;tr++){const rr=t[tr].dimensionMetadata;rr&&await this.addDimensionMetadata(rr.path,rr.icon,rr.label,rr.description)}const B=t.map(tr=>tr.source);this._subscriptionManager.notifySubscribers(B)}_formatQueryRecords(t,I){return t.map(tr=>{const rr={id:tr.id,source:AnalyticsPath.fromString(tr.source.slice(0,-1)),start:DateTime.fromJSDate(tr.start),end:tr.end?DateTime.fromJSDate(tr.end):null,metric:tr.metric,value:tr.value,unit:tr.unit,fn:tr.fn,params:tr.params,dimensions:{}};return I.forEach(ir=>rr.dimensions[ir]={path:AnalyticsPath.fromString(tr[`dim_${ir}`]?tr[`dim_${ir}`].slice(0,-1):"?"),icon:tr.dim_icon?tr.dim_icon:"",label:tr.dim_label?tr.dim_label:"",description:tr.dim_description?tr.dim_description:""}),rr}).sort((tr,rr)=>tr.id-rr.id)}_buildViewQuery(t,I,B,tr,rr){const ir=this._knex("AnalyticsSeries as AS_inner").select("*").whereIn("metric",B);for(const lr of I)ir.select(this._buildDimensionQuery(lr));return tr&&tr.length>0&&tr[0]!==""&&ir.whereIn("unit",tr),rr&&ir.where("start","<",rr.toISO()),`(${ir.toString()}) AS "${t}"`}_buildDimensionQuery(t){const I=this._knex.ref("AS_inner.id");return this._knex("AnalyticsSeries_AnalyticsDimension as ASAD").leftJoin("AnalyticsDimension as AD","AD.id","ASAD.dimensionId").where("ASAD.seriesId",I).where("AD.dimension",t).select("path").as(`dim_${t}`)}async _linkDimensions(t,I){const B=this._knex("AnalyticsDimension").select("path","id").where("dimension",t).whereIn("path",Object.keys(I)),tr=await this._executor.execute(B);for(const[rr,ir]of Object.entries(I)){const lr=tr.findIndex(dr=>dr.path==rr),mr=lr<0?await this._createDimensionPath(t,rr):tr[lr].id;for(let dr=0;dr<ir.length;dr++){const _r=this._knex("AnalyticsSeries_AnalyticsDimension").insert({seriesId:ir[dr],dimensionId:mr});await this._executor.execute(_r)}}}async _createDimensionPath(t,I){const B=this._knex("AnalyticsDimension").insert({dimension:t,path:I},"id");return(await this._executor.execute(B))[0].id}async addDimensionMetadata(t,I,B,tr){if(!I&&!B&&!tr)return;const rr=this._knex("AnalyticsDimension").where("path",`${t.toString()}/`).update({icon:I||"",label:B||"",description:tr||""});await this._executor.execute(rr)}async getDimensions(){const t=this._knex.select("dimension","path","icon","label","description").from("AnalyticsDimension").whereNotNull("path").whereNot("path","").whereNot("path","/"),B=(await this._executor.execute(t)).reduce((rr,ir)=>(rr[ir.dimension]||(rr[ir.dimension]={name:ir.dimension,values:[]}),rr[ir.dimension].values.push({path:ir.path,icon:ir.icon,label:ir.label,description:ir.description}),rr),{});return Object.values(B)}async getMetrics(){const t=this._knex("AnalyticsSeries").select("metric").distinct().whereNotNull("metric"),B=(await this._executor.execute(t)).map(rr=>rr.metric);return["Budget","Forecast","Actuals","PaymentsOnChain","PaymentsOffChainIncluded"].forEach(rr=>{B.includes(rr)||B.push(rr)}),B}async getCurrencies(){const t=this._knex("AnalyticsSeries").select("unit").distinct().whereNotNull("unit");return(await this._executor.execute(t)).map(B=>B.unit)}subscribeToSource(t,I){return this._subscriptionManager.subscribeToPath(t,I)}}var tarn={exports:{}},Pool={},PendingOperation={},TimeoutError={},hasRequiredTimeoutError;function requireTimeoutError(){if(hasRequiredTimeoutError)return TimeoutError;hasRequiredTimeoutError=1,Object.defineProperty(TimeoutError,"__esModule",{value:!0});let e=class extends Error{};return TimeoutError.TimeoutError=e,TimeoutError}var utils$3={},PromiseInspection={},hasRequiredPromiseInspection;function requirePromiseInspection(){if(hasRequiredPromiseInspection)return PromiseInspection;hasRequiredPromiseInspection=1,Object.defineProperty(PromiseInspection,"__esModule",{value:!0});let e=class{constructor(I){this._value=I.value,this._error=I.error}value(){return this._value}reason(){return this._error}isRejected(){return!!this._error}isFulfilled(){return!!this._value}};return PromiseInspection.PromiseInspection=e,PromiseInspection}var hasRequiredUtils$3;function requireUtils$3(){if(hasRequiredUtils$3)return utils$3;hasRequiredUtils$3=1,Object.defineProperty(utils$3,"__esModule",{value:!0});const e=requirePromiseInspection();function t(){let dr=null,_r=null;return{promise:new Promise((fr,yr)=>{dr=fr,_r=yr}),resolve:dr,reject:_r}}utils$3.defer=t;function I(){return Date.now()}utils$3.now=I;function B(dr,_r){return Math.abs(_r-dr)}utils$3.duration=B;function tr(dr){return typeof dr>"u"?!0:rr(dr)}utils$3.checkOptionalTime=tr;function rr(dr){return typeof dr=="number"&&dr===Math.round(dr)&&dr>0}utils$3.checkRequiredTime=rr;function ir(dr){return new Promise(_r=>setTimeout(_r,dr))}utils$3.delay=ir;function lr(dr){return dr.then(_r=>new e.PromiseInspection({value:_r})).catch(_r=>new e.PromiseInspection({error:_r}))}utils$3.reflect=lr;function mr(dr){try{const _r=dr();return Promise.resolve(_r)}catch(_r){return Promise.reject(_r)}}return utils$3.tryPromise=mr,utils$3}var hasRequiredPendingOperation;function requirePendingOperation(){if(hasRequiredPendingOperation)return PendingOperation;hasRequiredPendingOperation=1,Object.defineProperty(PendingOperation,"__esModule",{value:!0});const e=requireTimeoutError(),t=requireUtils$3();let I=class{constructor(rr){this.timeoutMillis=rr,this.deferred=t.defer(),this.possibleTimeoutCause=null,this.isRejected=!1,this.promise=B(this.deferred.promise,rr).catch(ir=>(ir instanceof e.TimeoutError&&(this.possibleTimeoutCause?ir=new e.TimeoutError(this.possibleTimeoutCause.message):ir=new e.TimeoutError("operation timed out for an unknown reason")),this.isRejected=!0,Promise.reject(ir)))}abort(){this.reject(new Error("aborted"))}reject(rr){this.deferred.reject(rr)}resolve(rr){this.deferred.resolve(rr)}};PendingOperation.PendingOperation=I;function B(tr,rr){return new Promise((ir,lr)=>{const mr=setTimeout(()=>lr(new e.TimeoutError),rr);tr.then(dr=>{clearTimeout(mr),ir(dr)}).catch(dr=>{clearTimeout(mr),lr(dr)})})}return PendingOperation}var Resource={},hasRequiredResource;function requireResource(){if(hasRequiredResource)return Resource;hasRequiredResource=1,Object.defineProperty(Resource,"__esModule",{value:!0});const e=requireUtils$3();let t=class Fi{constructor(B){this.resource=B,this.resource=B,this.timestamp=e.now(),this.deferred=e.defer()}get promise(){return this.deferred.promise}resolve(){return this.deferred.resolve(void 0),new Fi(this.resource)}};return Resource.Resource=t,Resource}var events={exports:{}},hasRequiredEvents;function requireEvents(){if(hasRequiredEvents)return events.exports;hasRequiredEvents=1;var e=typeof Reflect=="object"?Reflect:null,t=e&&typeof e.apply=="function"?e.apply:function(Ar,Pr,Fr){return Function.prototype.apply.call(Ar,Pr,Fr)},I;e&&typeof e.ownKeys=="function"?I=e.ownKeys:Object.getOwnPropertySymbols?I=function(Ar){return Object.getOwnPropertyNames(Ar).concat(Object.getOwnPropertySymbols(Ar))}:I=function(Ar){return Object.getOwnPropertyNames(Ar)};function B(xr){console&&console.warn&&console.warn(xr)}var tr=Number.isNaN||function(Ar){return Ar!==Ar};function rr(){rr.init.call(this)}events.exports=rr,events.exports.once=wr,rr.EventEmitter=rr,rr.prototype._events=void 0,rr.prototype._eventsCount=0,rr.prototype._maxListeners=void 0;var ir=10;function lr(xr){if(typeof xr!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof xr)}Object.defineProperty(rr,"defaultMaxListeners",{enumerable:!0,get:function(){return ir},set:function(xr){if(typeof xr!="number"||xr<0||tr(xr))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+xr+".");ir=xr}}),rr.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},rr.prototype.setMaxListeners=function(Ar){if(typeof Ar!="number"||Ar<0||tr(Ar))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+Ar+".");return this._maxListeners=Ar,this};function mr(xr){return xr._maxListeners===void 0?rr.defaultMaxListeners:xr._maxListeners}rr.prototype.getMaxListeners=function(){return mr(this)},rr.prototype.emit=function(Ar){for(var Pr=[],Fr=1;Fr<arguments.length;Fr++)Pr.push(arguments[Fr]);var Dr=Ar==="error",$n=this._events;if($n!==void 0)Dr=Dr&&$n.error===void 0;else if(!Dr)return!1;if(Dr){var Ir;if(Pr.length>0&&(Ir=Pr[0]),Ir instanceof Error)throw Ir;var Or=new Error("Unhandled error."+(Ir?" ("+Ir.message+")":""));throw Or.context=Ir,Or}var Gr=$n[Ar];if(Gr===void 0)return!1;if(typeof Gr=="function")t(Gr,this,Pr);else for(var Xn=Gr.length,Cr=Sr(Gr,Xn),Fr=0;Fr<Xn;++Fr)t(Cr[Fr],this,Pr);return!0};function dr(xr,Ar,Pr,Fr){var Dr,$n,Ir;if(lr(Pr),$n=xr._events,$n===void 0?($n=xr._events=Object.create(null),xr._eventsCount=0):($n.newListener!==void 0&&(xr.emit("newListener",Ar,Pr.listener?Pr.listener:Pr),$n=xr._events),Ir=$n[Ar]),Ir===void 0)Ir=$n[Ar]=Pr,++xr._eventsCount;else if(typeof Ir=="function"?Ir=$n[Ar]=Fr?[Pr,Ir]:[Ir,Pr]:Fr?Ir.unshift(Pr):Ir.push(Pr),Dr=mr(xr),Dr>0&&Ir.length>Dr&&!Ir.warned){Ir.warned=!0;var Or=new Error("Possible EventEmitter memory leak detected. "+Ir.length+" "+String(Ar)+" listeners added. Use emitter.setMaxListeners() to increase limit");Or.name="MaxListenersExceededWarning",Or.emitter=xr,Or.type=Ar,Or.count=Ir.length,B(Or)}return xr}rr.prototype.addListener=function(Ar,Pr){return dr(this,Ar,Pr,!1)},rr.prototype.on=rr.prototype.addListener,rr.prototype.prependListener=function(Ar,Pr){return dr(this,Ar,Pr,!0)};function _r(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function hr(xr,Ar,Pr){var Fr={fired:!1,wrapFn:void 0,target:xr,type:Ar,listener:Pr},Dr=_r.bind(Fr);return Dr.listener=Pr,Fr.wrapFn=Dr,Dr}rr.prototype.once=function(Ar,Pr){return lr(Pr),this.on(Ar,hr(this,Ar,Pr)),this},rr.prototype.prependOnceListener=function(Ar,Pr){return lr(Pr),this.prependListener(Ar,hr(this,Ar,Pr)),this},rr.prototype.removeListener=function(Ar,Pr){var Fr,Dr,$n,Ir,Or;if(lr(Pr),Dr=this._events,Dr===void 0)return this;if(Fr=Dr[Ar],Fr===void 0)return this;if(Fr===Pr||Fr.listener===Pr)--this._eventsCount===0?this._events=Object.create(null):(delete Dr[Ar],Dr.removeListener&&this.emit("removeListener",Ar,Fr.listener||Pr));else if(typeof Fr!="function"){for($n=-1,Ir=Fr.length-1;Ir>=0;Ir--)if(Fr[Ir]===Pr||Fr[Ir].listener===Pr){Or=Fr[Ir].listener,$n=Ir;break}if($n<0)return this;$n===0?Fr.shift():vr(Fr,$n),Fr.length===1&&(Dr[Ar]=Fr[0]),Dr.removeListener!==void 0&&this.emit("removeListener",Ar,Or||Pr)}return this},rr.prototype.off=rr.prototype.removeListener,rr.prototype.removeAllListeners=function(Ar){var Pr,Fr,Dr;if(Fr=this._events,Fr===void 0)return this;if(Fr.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):Fr[Ar]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete Fr[Ar]),this;if(arguments.length===0){var $n=Object.keys(Fr),Ir;for(Dr=0;Dr<$n.length;++Dr)Ir=$n[Dr],Ir!=="removeListener"&&this.removeAllListeners(Ir);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(Pr=Fr[Ar],typeof Pr=="function")this.removeListener(Ar,Pr);else if(Pr!==void 0)for(Dr=Pr.length-1;Dr>=0;Dr--)this.removeListener(Ar,Pr[Dr]);return this};function fr(xr,Ar,Pr){var Fr=xr._events;if(Fr===void 0)return[];var Dr=Fr[Ar];return Dr===void 0?[]:typeof Dr=="function"?Pr?[Dr.listener||Dr]:[Dr]:Pr?Mr(Dr):Sr(Dr,Dr.length)}rr.prototype.listeners=function(Ar){return fr(this,Ar,!0)},rr.prototype.rawListeners=function(Ar){return fr(this,Ar,!1)},rr.listenerCount=function(xr,Ar){return typeof xr.listenerCount=="function"?xr.listenerCount(Ar):yr.call(xr,Ar)},rr.prototype.listenerCount=yr;function yr(xr){var Ar=this._events;if(Ar!==void 0){var Pr=Ar[xr];if(typeof Pr=="function")return 1;if(Pr!==void 0)return Pr.length}return 0}rr.prototype.eventNames=function(){return this._eventsCount>0?I(this._events):[]};function Sr(xr,Ar){for(var Pr=new Array(Ar),Fr=0;Fr<Ar;++Fr)Pr[Fr]=xr[Fr];return Pr}function vr(xr,Ar){for(;Ar+1<xr.length;Ar++)xr[Ar]=xr[Ar+1];xr.pop()}function Mr(xr){for(var Ar=new Array(xr.length),Pr=0;Pr<Ar.length;++Pr)Ar[Pr]=xr[Pr].listener||xr[Pr];return Ar}function wr(xr,Ar){return new Promise(function(Pr,Fr){function Dr(Ir){xr.removeListener(Ar,$n),Fr(Ir)}function $n(){typeof xr.removeListener=="function"&&xr.removeListener("error",Dr),Pr([].slice.call(arguments))}br(xr,Ar,$n,{once:!0}),Ar!=="error"&&gr(xr,Dr,{once:!0})})}function gr(xr,Ar,Pr){typeof xr.on=="function"&&br(xr,"error",Ar,Pr)}function br(xr,Ar,Pr,Fr){if(typeof xr.on=="function")Fr.once?xr.once(Ar,Pr):xr.on(Ar,Pr);else if(typeof xr.addEventListener=="function")xr.addEventListener(Ar,function Dr($n){Fr.once&&xr.removeEventListener(Ar,Dr),Pr($n)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof xr)}return events.exports}var hasRequiredPool;function requirePool(){if(hasRequiredPool)return Pool;hasRequiredPool=1,Object.defineProperty(Pool,"__esModule",{value:!0});const e=requirePendingOperation(),t=requireResource(),I=requireUtils$3(),B=requireEvents(),tr=require$$9;let rr=class{constructor(dr){if(this.destroyed=!1,this.emitter=new B.EventEmitter,dr=dr||{},!dr.create)throw new Error("Tarn: opt.create function most be provided");if(!dr.destroy)throw new Error("Tarn: opt.destroy function most be provided");if(typeof dr.min!="number"||dr.min<0||dr.min!==Math.round(dr.min))throw new Error("Tarn: opt.min must be an integer >= 0");if(typeof dr.max!="number"||dr.max<=0||dr.max!==Math.round(dr.max))throw new Error("Tarn: opt.max must be an integer > 0");if(dr.min>dr.max)throw new Error("Tarn: opt.max is smaller than opt.min");if(!I.checkOptionalTime(dr.acquireTimeoutMillis))throw new Error("Tarn: invalid opt.acquireTimeoutMillis "+JSON.stringify(dr.acquireTimeoutMillis));if(!I.checkOptionalTime(dr.createTimeoutMillis))throw new Error("Tarn: invalid opt.createTimeoutMillis "+JSON.stringify(dr.createTimeoutMillis));if(!I.checkOptionalTime(dr.destroyTimeoutMillis))throw new Error("Tarn: invalid opt.destroyTimeoutMillis "+JSON.stringify(dr.destroyTimeoutMillis));if(!I.checkOptionalTime(dr.idleTimeoutMillis))throw new Error("Tarn: invalid opt.idleTimeoutMillis "+JSON.stringify(dr.idleTimeoutMillis));if(!I.checkOptionalTime(dr.reapIntervalMillis))throw new Error("Tarn: invalid opt.reapIntervalMillis "+JSON.stringify(dr.reapIntervalMillis));if(!I.checkOptionalTime(dr.createRetryIntervalMillis))throw new Error("Tarn: invalid opt.createRetryIntervalMillis "+JSON.stringify(dr.createRetryIntervalMillis));const _r={create:!0,validate:!0,destroy:!0,log:!0,min:!0,max:!0,acquireTimeoutMillis:!0,createTimeoutMillis:!0,destroyTimeoutMillis:!0,idleTimeoutMillis:!0,reapIntervalMillis:!0,createRetryIntervalMillis:!0,propagateCreateError:!0};for(const hr of Object.keys(dr))if(!_r[hr])throw new Error(`Tarn: unsupported option opt.${hr}`);this.creator=dr.create,this.destroyer=dr.destroy,this.validate=typeof dr.validate=="function"?dr.validate:()=>!0,this.log=dr.log||(()=>{}),this.acquireTimeoutMillis=dr.acquireTimeoutMillis||3e4,this.createTimeoutMillis=dr.createTimeoutMillis||3e4,this.destroyTimeoutMillis=dr.destroyTimeoutMillis||5e3,this.idleTimeoutMillis=dr.idleTimeoutMillis||3e4,this.reapIntervalMillis=dr.reapIntervalMillis||1e3,this.createRetryIntervalMillis=dr.createRetryIntervalMillis||200,this.propagateCreateError=!!dr.propagateCreateError,this.min=dr.min,this.max=dr.max,this.used=[],this.free=[],this.pendingCreates=[],this.pendingAcquires=[],this.pendingDestroys=[],this.pendingValidations=[],this.destroyed=!1,this.interval=null,this.eventId=1}numUsed(){return this.used.length}numFree(){return this.free.length}numPendingAcquires(){return this.pendingAcquires.length}numPendingValidations(){return this.pendingValidations.length}numPendingCreates(){return this.pendingCreates.length}acquire(){const dr=this.eventId++;this._executeEventHandlers("acquireRequest",dr);const _r=new e.PendingOperation(this.acquireTimeoutMillis);return this.pendingAcquires.push(_r),_r.promise=_r.promise.then(hr=>(this._executeEventHandlers("acquireSuccess",dr,hr),hr)).catch(hr=>(this._executeEventHandlers("acquireFail",dr,hr),ir(this.pendingAcquires,_r),Promise.reject(hr))),this._tryAcquireOrCreate(),_r}release(dr){this._executeEventHandlers("release",dr);for(let _r=0,hr=this.used.length;_r<hr;++_r){const fr=this.used[_r];if(fr.resource===dr)return this.used.splice(_r,1),this.free.push(fr.resolve()),this._tryAcquireOrCreate(),!0}return!1}isEmpty(){return[this.numFree(),this.numUsed(),this.numPendingAcquires(),this.numPendingValidations(),this.numPendingCreates()].reduce((dr,_r)=>dr+_r)===0}check(){const dr=I.now(),_r=[],hr=this.min-this.used.length,fr=this.free.length-hr;let yr=0;this.free.forEach(Sr=>{I.duration(dr,Sr.timestamp)>=this.idleTimeoutMillis&&yr<fr?(yr++,this._destroy(Sr.resource)):_r.push(Sr)}),this.free=_r,this.isEmpty()&&this._stopReaping()}destroy(){const dr=this.eventId++;return this._executeEventHandlers("poolDestroyRequest",dr),this._stopReaping(),this.destroyed=!0,I.reflect(Promise.all(this.pendingCreates.map(_r=>I.reflect(_r.promise))).then(()=>new Promise((_r,hr)=>{if(this.numPendingValidations()===0){_r();return}const fr=setInterval(()=>{this.numPendingValidations()===0&&(tr.clearInterval(fr),_r())},100)})).then(()=>Promise.all(this.used.map(_r=>I.reflect(_r.promise)))).then(()=>Promise.all(this.pendingAcquires.map(_r=>(_r.abort(),I.reflect(_r.promise))))).then(()=>Promise.all(this.free.map(_r=>I.reflect(this._destroy(_r.resource))))).then(()=>Promise.all(this.pendingDestroys.map(_r=>_r.promise))).then(()=>{this.free=[],this.pendingAcquires=[]})).then(_r=>(this._executeEventHandlers("poolDestroySuccess",dr),this.emitter.removeAllListeners(),_r))}on(dr,_r){this.emitter.on(dr,_r)}removeListener(dr,_r){this.emitter.removeListener(dr,_r)}removeAllListeners(dr){this.emitter.removeAllListeners(dr)}_tryAcquireOrCreate(){this.destroyed||(this._hasFreeResources()?this._doAcquire():this._shouldCreateMoreResources()&&this._doCreate())}_hasFreeResources(){return this.free.length>0}_doAcquire(){for(;this._canAcquire();){const dr=this.pendingAcquires.shift(),_r=this.free.pop();if(_r===void 0||dr===void 0){const fr="this.free was empty while trying to acquire resource";throw this.log(`Tarn: ${fr}`,"warn"),new Error(`Internal error, should never happen. ${fr}`)}this.pendingValidations.push(dr),this.used.push(_r);const hr=new e.PendingOperation(this.acquireTimeoutMillis);dr.promise.catch(fr=>{hr.abort()}),hr.promise.catch(fr=>(this.log("Tarn: resource validator threw an exception "+fr.stack,"warn"),!1)).then(fr=>{try{fr&&!dr.isRejected?(this._startReaping(),dr.resolve(_r.resource)):(ir(this.used,_r),fr?this.free.push(_r):(this._destroy(_r.resource),setTimeout(()=>{this._tryAcquireOrCreate()},0)),dr.isRejected||this.pendingAcquires.unshift(dr))}finally{ir(this.pendingValidations,dr)}}),this._validateResource(_r.resource).then(fr=>{hr.resolve(fr)}).catch(fr=>{hr.reject(fr)})}}_canAcquire(){return this.free.length>0&&this.pendingAcquires.length>0}_validateResource(dr){try{return Promise.resolve(this.validate(dr))}catch(_r){return Promise.reject(_r)}}_shouldCreateMoreResources(){return this.used.length+this.pendingCreates.length<this.max&&this.pendingCreates.length<this.pendingAcquires.length}_doCreate(){const dr=this.pendingAcquires.slice();this._create().promise.then(()=>(this._tryAcquireOrCreate(),null)).catch(hr=>{this.propagateCreateError&&this.pendingAcquires.length!==0&&this.pendingAcquires[0].reject(hr),dr.forEach(fr=>{fr.possibleTimeoutCause=hr}),I.delay(this.createRetryIntervalMillis).then(()=>this._tryAcquireOrCreate())})}_create(){const dr=this.eventId++;this._executeEventHandlers("createRequest",dr);const _r=new e.PendingOperation(this.createTimeoutMillis);return _r.promise=_r.promise.catch(hr=>{throw ir(this.pendingCreates,_r)&&this._executeEventHandlers("createFail",dr,hr),hr}),this.pendingCreates.push(_r),lr(this.creator).then(hr=>_r.isRejected?(this.destroyer(hr),null):(ir(this.pendingCreates,_r),this.free.push(new t.Resource(hr)),_r.resolve(hr),this._executeEventHandlers("createSuccess",dr,hr),null)).catch(hr=>(_r.isRejected||(ir(this.pendingCreates,_r)&&this._executeEventHandlers("createFail",dr,hr),_r.reject(hr)),null)),_r}_destroy(dr){const _r=this.eventId++;this._executeEventHandlers("destroyRequest",_r,dr);const hr=new e.PendingOperation(this.destroyTimeoutMillis);return Promise.resolve().then(()=>this.destroyer(dr)).then(()=>{hr.resolve(dr)}).catch(yr=>{hr.reject(yr)}),this.pendingDestroys.push(hr),hr.promise.then(yr=>(this._executeEventHandlers("destroySuccess",_r,dr),yr)).catch(yr=>this._logDestroyerError(_r,dr,yr)).then(yr=>{const Sr=this.pendingDestroys.findIndex(vr=>vr===hr);return this.pendingDestroys.splice(Sr,1),yr})}_logDestroyerError(dr,_r,hr){this._executeEventHandlers("destroyFail",dr,_r,hr),this.log("Tarn: resource destroyer threw an exception "+hr.stack,"warn")}_startReaping(){this.interval||(this._executeEventHandlers("startReaping"),this.interval=setInterval(()=>this.check(),this.reapIntervalMillis))}_stopReaping(){this.interval!==null&&(this._executeEventHandlers("stopReaping"),tr.clearInterval(this.interval)),this.interval=null}_executeEventHandlers(dr,..._r){this.emitter.listeners(dr).forEach(fr=>{try{fr(..._r)}catch(yr){this.log(`Tarn: event handler "${dr}" threw an exception ${yr.stack}`,"warn")}})}};Pool.Pool=rr;function ir(mr,dr){const _r=mr.indexOf(dr);return _r===-1?!1:(mr.splice(_r,1),!0)}function lr(mr){return new Promise((dr,_r)=>{const hr=(fr,yr)=>{fr?_r(fr):dr(yr)};I.tryPromise(()=>mr(hr)).then(fr=>{fr&&dr(fr)}).catch(fr=>{_r(fr)})})}return Pool}var hasRequiredTarn;function requireTarn(){return hasRequiredTarn||(hasRequiredTarn=1,(function(e,t){Object.defineProperty(t,"__esModule",{value:!0});const I=requirePool();t.Pool=I.Pool;const B=requireTimeoutError();t.TimeoutError=B.TimeoutError,e.exports={Pool:I.Pool,TimeoutError:B.TimeoutError}})(tarn,tarn.exports)),tarn.exports}var util={},types={},shams$1,hasRequiredShams$1;function requireShams$1(){return hasRequiredShams$1||(hasRequiredShams$1=1,shams$1=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},I=Symbol("test"),B=Object(I);if(typeof I=="string"||Object.prototype.toString.call(I)!=="[object Symbol]"||Object.prototype.toString.call(B)!=="[object Symbol]")return!1;var tr=42;t[I]=tr;for(var rr in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var ir=Object.getOwnPropertySymbols(t);if(ir.length!==1||ir[0]!==I||!Object.prototype.propertyIsEnumerable.call(t,I))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var lr=Object.getOwnPropertyDescriptor(t,I);if(lr.value!==tr||lr.enumerable!==!0)return!1}return!0}),shams$1}var shams,hasRequiredShams;function requireShams(){if(hasRequiredShams)return shams;hasRequiredShams=1;var e=requireShams$1();return shams=function(){return e()&&!!Symbol.toStringTag},shams}var esObjectAtoms,hasRequiredEsObjectAtoms;function requireEsObjectAtoms(){return hasRequiredEsObjectAtoms||(hasRequiredEsObjectAtoms=1,esObjectAtoms=Object),esObjectAtoms}var esErrors,hasRequiredEsErrors;function requireEsErrors(){return hasRequiredEsErrors||(hasRequiredEsErrors=1,esErrors=Error),esErrors}var _eval,hasRequired_eval;function require_eval(){return hasRequired_eval||(hasRequired_eval=1,_eval=EvalError),_eval}var range,hasRequiredRange;function requireRange(){return hasRequiredRange||(hasRequiredRange=1,range=RangeError),range}var ref$1,hasRequiredRef$1;function requireRef$1(){return hasRequiredRef$1||(hasRequiredRef$1=1,ref$1=ReferenceError),ref$1}var syntax,hasRequiredSyntax;function requireSyntax(){return hasRequiredSyntax||(hasRequiredSyntax=1,syntax=SyntaxError),syntax}var type,hasRequiredType;function requireType(){return hasRequiredType||(hasRequiredType=1,type=TypeError),type}var uri,hasRequiredUri;function requireUri(){return hasRequiredUri||(hasRequiredUri=1,uri=URIError),uri}var abs,hasRequiredAbs;function requireAbs(){return hasRequiredAbs||(hasRequiredAbs=1,abs=Math.abs),abs}var floor,hasRequiredFloor;function requireFloor(){return hasRequiredFloor||(hasRequiredFloor=1,floor=Math.floor),floor}var max,hasRequiredMax;function requireMax(){return hasRequiredMax||(hasRequiredMax=1,max=Math.max),max}var min,hasRequiredMin;function requireMin(){return hasRequiredMin||(hasRequiredMin=1,min=Math.min),min}var pow,hasRequiredPow;function requirePow(){return hasRequiredPow||(hasRequiredPow=1,pow=Math.pow),pow}var round,hasRequiredRound;function requireRound(){return hasRequiredRound||(hasRequiredRound=1,round=Math.round),round}var _isNaN,hasRequired_isNaN;function require_isNaN(){return hasRequired_isNaN||(hasRequired_isNaN=1,_isNaN=Number.isNaN||function(t){return t!==t}),_isNaN}var sign,hasRequiredSign;function requireSign(){if(hasRequiredSign)return sign;hasRequiredSign=1;var e=require_isNaN();return sign=function(I){return e(I)||I===0?I:I<0?-1:1},sign}var gOPD,hasRequiredGOPD;function requireGOPD(){return hasRequiredGOPD||(hasRequiredGOPD=1,gOPD=Object.getOwnPropertyDescriptor),gOPD}var gopd,hasRequiredGopd;function requireGopd(){if(hasRequiredGopd)return gopd;hasRequiredGopd=1;var e=requireGOPD();if(e)try{e([],"length")}catch{e=null}return gopd=e,gopd}var esDefineProperty,hasRequiredEsDefineProperty;function requireEsDefineProperty(){if(hasRequiredEsDefineProperty)return esDefineProperty;hasRequiredEsDefineProperty=1;var e=Object.defineProperty||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return esDefineProperty=e,esDefineProperty}var hasSymbols,hasRequiredHasSymbols;function requireHasSymbols(){if(hasRequiredHasSymbols)return hasSymbols;hasRequiredHasSymbols=1;var e=typeof Symbol<"u"&&Symbol,t=requireShams$1();return hasSymbols=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:t()},hasSymbols}var Reflect_getPrototypeOf,hasRequiredReflect_getPrototypeOf;function requireReflect_getPrototypeOf(){return hasRequiredReflect_getPrototypeOf||(hasRequiredReflect_getPrototypeOf=1,Reflect_getPrototypeOf=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),Reflect_getPrototypeOf}var Object_getPrototypeOf,hasRequiredObject_getPrototypeOf;function requireObject_getPrototypeOf(){if(hasRequiredObject_getPrototypeOf)return Object_getPrototypeOf;hasRequiredObject_getPrototypeOf=1;var e=requireEsObjectAtoms();return Object_getPrototypeOf=e.getPrototypeOf||null,Object_getPrototypeOf}var implementation$4,hasRequiredImplementation$4;function requireImplementation$4(){if(hasRequiredImplementation$4)return implementation$4;hasRequiredImplementation$4=1;var e="Function.prototype.bind called on incompatible ",t=Object.prototype.toString,I=Math.max,B="[object Function]",tr=function(mr,dr){for(var _r=[],hr=0;hr<mr.length;hr+=1)_r[hr]=mr[hr];for(var fr=0;fr<dr.length;fr+=1)_r[fr+mr.length]=dr[fr];return _r},rr=function(mr,dr){for(var _r=[],hr=dr,fr=0;hr<mr.length;hr+=1,fr+=1)_r[fr]=mr[hr];return _r},ir=function(lr,mr){for(var dr="",_r=0;_r<lr.length;_r+=1)dr+=lr[_r],_r+1<lr.length&&(dr+=mr);return dr};return implementation$4=function(mr){var dr=this;if(typeof dr!="function"||t.apply(dr)!==B)throw new TypeError(e+dr);for(var _r=rr(arguments,1),hr,fr=function(){if(this instanceof hr){var wr=dr.apply(this,tr(_r,arguments));return Object(wr)===wr?wr:this}return dr.apply(mr,tr(_r,arguments))},yr=I(0,dr.length-_r.length),Sr=[],vr=0;vr<yr;vr++)Sr[vr]="$"+vr;if(hr=Function("binder","return function ("+ir(Sr,",")+"){ return binder.apply(this,arguments); }")(fr),dr.prototype){var Mr=function(){};Mr.prototype=dr.prototype,hr.prototype=new Mr,Mr.prototype=null}return hr},implementation$4}var functionBind,hasRequiredFunctionBind;function requireFunctionBind(){if(hasRequiredFunctionBind)return functionBind;hasRequiredFunctionBind=1;var e=requireImplementation$4();return functionBind=Function.prototype.bind||e,functionBind}var functionCall,hasRequiredFunctionCall;function requireFunctionCall(){return hasRequiredFunctionCall||(hasRequiredFunctionCall=1,functionCall=Function.prototype.call),functionCall}var functionApply,hasRequiredFunctionApply;function requireFunctionApply(){return hasRequiredFunctionApply||(hasRequiredFunctionApply=1,functionApply=Function.prototype.apply),functionApply}var reflectApply,hasRequiredReflectApply;function requireReflectApply(){return hasRequiredReflectApply||(hasRequiredReflectApply=1,reflectApply=typeof Reflect<"u"&&Reflect&&Reflect.apply),reflectApply}var actualApply,hasRequiredActualApply;function requireActualApply(){if(hasRequiredActualApply)return actualApply;hasRequiredActualApply=1;var e=requireFunctionBind(),t=requireFunctionApply(),I=requireFunctionCall(),B=requireReflectApply();return actualApply=B||e.call(I,t),actualApply}var callBindApplyHelpers,hasRequiredCallBindApplyHelpers;function requireCallBindApplyHelpers(){if(hasRequiredCallBindApplyHelpers)return callBindApplyHelpers;hasRequiredCallBindApplyHelpers=1;var e=requireFunctionBind(),t=requireType(),I=requireFunctionCall(),B=requireActualApply();return callBindApplyHelpers=function(rr){if(rr.length<1||typeof rr[0]!="function")throw new t("a function is required");return B(e,I,rr)},callBindApplyHelpers}var get,hasRequiredGet$1;function requireGet$1(){if(hasRequiredGet$1)return get;hasRequiredGet$1=1;var e=requireCallBindApplyHelpers(),t=requireGopd(),I;try{I=[].__proto__===Array.prototype}catch(ir){if(!ir||typeof ir!="object"||!("code"in ir)||ir.code!=="ERR_PROTO_ACCESS")throw ir}var B=!!I&&t&&t(Object.prototype,"__proto__"),tr=Object,rr=tr.getPrototypeOf;return get=B&&typeof B.get=="function"?e([B.get]):typeof rr=="function"?function(lr){return rr(lr==null?lr:tr(lr))}:!1,get}var getProto,hasRequiredGetProto;function requireGetProto(){if(hasRequiredGetProto)return getProto;hasRequiredGetProto=1;var e=requireReflect_getPrototypeOf(),t=requireObject_getPrototypeOf(),I=requireGet$1();return getProto=e?function(tr){return e(tr)}:t?function(tr){if(!tr||typeof tr!="object"&&typeof tr!="function")throw new TypeError("getProto: not an object");return t(tr)}:I?function(tr){return I(tr)}:null,getProto}var hasown,hasRequiredHasown;function requireHasown(){if(hasRequiredHasown)return hasown;hasRequiredHasown=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,I=requireFunctionBind();return hasown=I.call(e,t),hasown}var getIntrinsic,hasRequiredGetIntrinsic;function requireGetIntrinsic(){if(hasRequiredGetIntrinsic)return getIntrinsic;hasRequiredGetIntrinsic=1;var e,t=requireEsObjectAtoms(),I=requireEsErrors(),B=require_eval(),tr=requireRange(),rr=requireRef$1(),ir=requireSyntax(),lr=requireType(),mr=requireUri(),dr=requireAbs(),_r=requireFloor(),hr=requireMax(),fr=requireMin(),yr=requirePow(),Sr=requireRound(),vr=requireSign(),Mr=Function,wr=function(ri){try{return Mr('"use strict"; return ('+ri+").constructor;")()}catch{}},gr=requireGopd(),br=requireEsDefineProperty(),xr=function(){throw new lr},Ar=gr?(function(){try{return arguments.callee,xr}catch{try{return gr(arguments,"callee").get}catch{return xr}}})():xr,Pr=requireHasSymbols()(),Fr=requireGetProto(),Dr=requireObject_getPrototypeOf(),$n=requireReflect_getPrototypeOf(),Ir=requireFunctionApply(),Or=requireFunctionCall(),Gr={},Xn=typeof Uint8Array>"u"||!Fr?e:Fr(Uint8Array),Cr={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?e:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?e:ArrayBuffer,"%ArrayIteratorPrototype%":Pr&&Fr?Fr([][Symbol.iterator]()):e,"%AsyncFromSyncIteratorPrototype%":e,"%AsyncFunction%":Gr,"%AsyncGenerator%":Gr,"%AsyncGeneratorFunction%":Gr,"%AsyncIteratorPrototype%":Gr,"%Atomics%":typeof Atomics>"u"?e:Atomics,"%BigInt%":typeof BigInt>"u"?e:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?e:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?e:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?e:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":I,"%eval%":eval,"%EvalError%":B,"%Float16Array%":typeof Float16Array>"u"?e:Float16Array,"%Float32Array%":typeof Float32Array>"u"?e:Float32Array,"%Float64Array%":typeof Float64Array>"u"?e:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?e:FinalizationRegistry,"%Function%":Mr,"%GeneratorFunction%":Gr,"%Int8Array%":typeof Int8Array>"u"?e:Int8Array,"%Int16Array%":typeof Int16Array>"u"?e:Int16Array,"%Int32Array%":typeof Int32Array>"u"?e:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Pr&&Fr?Fr(Fr([][Symbol.iterator]())):e,"%JSON%":typeof JSON=="object"?JSON:e,"%Map%":typeof Map>"u"?e:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Pr||!Fr?e:Fr(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":t,"%Object.getOwnPropertyDescriptor%":gr,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?e:Promise,"%Proxy%":typeof Proxy>"u"?e:Proxy,"%RangeError%":tr,"%ReferenceError%":rr,"%Reflect%":typeof Reflect>"u"?e:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?e:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Pr||!Fr?e:Fr(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?e:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Pr&&Fr?Fr(""[Symbol.iterator]()):e,"%Symbol%":Pr?Symbol:e,"%SyntaxError%":ir,"%ThrowTypeError%":Ar,"%TypedArray%":Xn,"%TypeError%":lr,"%Uint8Array%":typeof Uint8Array>"u"?e:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?e:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?e:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?e:Uint32Array,"%URIError%":mr,"%WeakMap%":typeof WeakMap>"u"?e:WeakMap,"%WeakRef%":typeof WeakRef>"u"?e:WeakRef,"%WeakSet%":typeof WeakSet>"u"?e:WeakSet,"%Function.prototype.call%":Or,"%Function.prototype.apply%":Ir,"%Object.defineProperty%":br,"%Object.getPrototypeOf%":Dr,"%Math.abs%":dr,"%Math.floor%":_r,"%Math.max%":hr,"%Math.min%":fr,"%Math.pow%":yr,"%Math.round%":Sr,"%Math.sign%":vr,"%Reflect.getPrototypeOf%":$n};if(Fr)try{null.error}catch(ri){var kr=Fr(Fr(ri));Cr["%Error.prototype%"]=kr}var qn=function ri(ai){var pi;if(ai==="%AsyncFunction%")pi=wr("async function () {}");else if(ai==="%GeneratorFunction%")pi=wr("function* () {}");else if(ai==="%AsyncGeneratorFunction%")pi=wr("async function* () {}");else if(ai==="%AsyncGenerator%"){var hi=ri("%AsyncGeneratorFunction%");hi&&(pi=hi.prototype)}else if(ai==="%AsyncIteratorPrototype%"){var _i=ri("%AsyncGenerator%");_i&&Fr&&(pi=Fr(_i.prototype))}return Cr[ai]=pi,pi},oi={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},ci=requireFunctionBind(),ei=requireHasown(),Ur=ci.call(Or,Array.prototype.concat),ti=ci.call(Ir,Array.prototype.splice),si=ci.call(Or,String.prototype.replace),Qr=ci.call(Or,String.prototype.slice),$r=ci.call(Or,RegExp.prototype.exec),zr=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Kn=/\\(\\)?/g,li=function(ai){var pi=Qr(ai,0,1),hi=Qr(ai,-1);if(pi==="%"&&hi!=="%")throw new ir("invalid intrinsic syntax, expected closing `%`");if(hi==="%"&&pi!=="%")throw new ir("invalid intrinsic syntax, expected opening `%`");var _i=[];return si(ai,zr,function(Jr,Zn,gi,fi){_i[_i.length]=gi?si(fi,Kn,"$1"):Zn||Jr}),_i},ii=function(ai,pi){var hi=ai,_i;if(ei(oi,hi)&&(_i=oi[hi],hi="%"+_i[0]+"%"),ei(Cr,hi)){var Jr=Cr[hi];if(Jr===Gr&&(Jr=qn(hi)),typeof Jr>"u"&&!pi)throw new lr("intrinsic "+ai+" exists, but is not available. Please file an issue!");return{alias:_i,name:hi,value:Jr}}throw new ir("intrinsic "+ai+" does not exist!")};return getIntrinsic=function(ai,pi){if(typeof ai!="string"||ai.length===0)throw new lr("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof pi!="boolean")throw new lr('"allowMissing" argument must be a boolean');if($r(/^%?[^%]*%?$/,ai)===null)throw new ir("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var hi=li(ai),_i=hi.length>0?hi[0]:"",Jr=ii("%"+_i+"%",pi),Zn=Jr.name,gi=Jr.value,fi=!1,Mi=Jr.alias;Mi&&(_i=Mi[0],ti(hi,Ur([0,1],Mi)));for(var ni=1,vi=!0;ni<hi.length;ni+=1){var bi=hi[ni],Si=Qr(bi,0,1),yi=Qr(bi,-1);if((Si==='"'||Si==="'"||Si==="`"||yi==='"'||yi==="'"||yi==="`")&&Si!==yi)throw new ir("property names with quotes must have matching quotes");if((bi==="constructor"||!vi)&&(fi=!0),_i+="."+bi,Zn="%"+_i+"%",ei(Cr,Zn))gi=Cr[Zn];else if(gi!=null){if(!(bi in gi)){if(!pi)throw new lr("base intrinsic for "+ai+" exists, but the property is not available.");return}if(gr&&ni+1>=hi.length){var Hn=gr(gi,bi);vi=!!Hn,vi&&"get"in Hn&&!("originalValue"in Hn.get)?gi=Hn.get:gi=gi[bi]}else vi=ei(gi,bi),gi=gi[bi];vi&&!fi&&(Cr[Zn]=gi)}}return gi},getIntrinsic}var callBound$1,hasRequiredCallBound$1;function requireCallBound$1(){if(hasRequiredCallBound$1)return callBound$1;hasRequiredCallBound$1=1;var e=requireGetIntrinsic(),t=requireCallBindApplyHelpers(),I=t([e("%String.prototype.indexOf%")]);return callBound$1=function(tr,rr){var ir=e(tr,!!rr);return typeof ir=="function"&&I(tr,".prototype.")>-1?t([ir]):ir},callBound$1}var isArguments$1,hasRequiredIsArguments$2;function requireIsArguments$2(){if(hasRequiredIsArguments$2)return isArguments$1;hasRequiredIsArguments$2=1;var e=requireShams()(),t=requireCallBound$1(),I=t("Object.prototype.toString"),B=function(lr){return e&&lr&&typeof lr=="object"&&Symbol.toStringTag in lr?!1:I(lr)==="[object Arguments]"},tr=function(lr){return B(lr)?!0:lr!==null&&typeof lr=="object"&&"length"in lr&&typeof lr.length=="number"&&lr.length>=0&&I(lr)!=="[object Array]"&&"callee"in lr&&I(lr.callee)==="[object Function]"},rr=(function(){return B(arguments)})();return B.isLegacyArguments=tr,isArguments$1=rr?B:tr,isArguments$1}var isRegex,hasRequiredIsRegex;function requireIsRegex(){if(hasRequiredIsRegex)return isRegex;hasRequiredIsRegex=1;var e=requireCallBound$1(),t=requireShams()(),I=requireHasown(),B=requireGopd(),tr;if(t){var rr=e("RegExp.prototype.exec"),ir={},lr=function(){throw ir},mr={toString:lr,valueOf:lr};typeof Symbol.toPrimitive=="symbol"&&(mr[Symbol.toPrimitive]=lr),tr=function(fr){if(!fr||typeof fr!="object")return!1;var yr=B(fr,"lastIndex"),Sr=yr&&I(yr,"value");if(!Sr)return!1;try{rr(fr,mr)}catch(vr){return vr===ir}}}else{var dr=e("Object.prototype.toString"),_r="[object RegExp]";tr=function(fr){return!fr||typeof fr!="object"&&typeof fr!="function"?!1:dr(fr)===_r}}return isRegex=tr,isRegex}var safeRegexTest,hasRequiredSafeRegexTest;function requireSafeRegexTest(){if(hasRequiredSafeRegexTest)return safeRegexTest;hasRequiredSafeRegexTest=1;var e=requireCallBound$1(),t=requireIsRegex(),I=e("RegExp.prototype.exec"),B=requireType();return safeRegexTest=function(rr){if(!t(rr))throw new B("`regex` must be a RegExp");return function(lr){return I(rr,lr)!==null}},safeRegexTest}var generatorFunction,hasRequiredGeneratorFunction;function requireGeneratorFunction(){if(hasRequiredGeneratorFunction)return generatorFunction;hasRequiredGeneratorFunction=1;const e=(function*(){}).constructor;return generatorFunction=()=>e,generatorFunction}var isGeneratorFunction,hasRequiredIsGeneratorFunction;function requireIsGeneratorFunction(){if(hasRequiredIsGeneratorFunction)return isGeneratorFunction;hasRequiredIsGeneratorFunction=1;var e=requireCallBound$1(),t=requireSafeRegexTest(),I=t(/^\s*(?:function)?\*/),B=requireShams()(),tr=requireGetProto(),rr=e("Object.prototype.toString"),ir=e("Function.prototype.toString"),lr=requireGeneratorFunction();return isGeneratorFunction=function(dr){if(typeof dr!="function")return!1;if(I(ir(dr)))return!0;if(!B){var _r=rr(dr);return _r==="[object GeneratorFunction]"}if(!tr)return!1;var hr=lr();return hr&&tr(dr)===hr.prototype},isGeneratorFunction}var isCallable,hasRequiredIsCallable;function requireIsCallable(){if(hasRequiredIsCallable)return isCallable;hasRequiredIsCallable=1;var e=Function.prototype.toString,t=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,I,B;if(typeof t=="function"&&typeof Object.defineProperty=="function")try{I=Object.defineProperty({},"length",{get:function(){throw B}}),B={},t(function(){throw 42},null,I)}catch(gr){gr!==B&&(t=null)}else t=null;var tr=/^\s*class\b/,rr=function(br){try{var xr=e.call(br);return tr.test(xr)}catch{return!1}},ir=function(br){try{return rr(br)?!1:(e.call(br),!0)}catch{return!1}},lr=Object.prototype.toString,mr="[object Object]",dr="[object Function]",_r="[object GeneratorFunction]",hr="[object HTMLAllCollection]",fr="[object HTML document.all class]",yr="[object HTMLCollection]",Sr=typeof Symbol=="function"&&!!Symbol.toStringTag,vr=!(0 in[,]),Mr=function(){return!1};if(typeof document=="object"){var wr=document.all;lr.call(wr)===lr.call(document.all)&&(Mr=function(br){if((vr||!br)&&(typeof br>"u"||typeof br=="object"))try{var xr=lr.call(br);return(xr===hr||xr===fr||xr===yr||xr===mr)&&br("")==null}catch{}return!1})}return isCallable=t?function(br){if(Mr(br))return!0;if(!br||typeof br!="function"&&typeof br!="object")return!1;try{t(br,null,I)}catch(xr){if(xr!==B)return!1}return!rr(br)&&ir(br)}:function(br){if(Mr(br))return!0;if(!br||typeof br!="function"&&typeof br!="object")return!1;if(Sr)return ir(br);if(rr(br))return!1;var xr=lr.call(br);return xr!==dr&&xr!==_r&&!/^\[object HTML/.test(xr)?!1:ir(br)},isCallable}var forEach,hasRequiredForEach$1;function requireForEach$1(){if(hasRequiredForEach$1)return forEach;hasRequiredForEach$1=1;var e=requireIsCallable(),t=Object.prototype.toString,I=Object.prototype.hasOwnProperty,B=function(mr,dr,_r){for(var hr=0,fr=mr.length;hr<fr;hr++)I.call(mr,hr)&&(_r==null?dr(mr[hr],hr,mr):dr.call(_r,mr[hr],hr,mr))},tr=function(mr,dr,_r){for(var hr=0,fr=mr.length;hr<fr;hr++)_r==null?dr(mr.charAt(hr),hr,mr):dr.call(_r,mr.charAt(hr),hr,mr)},rr=function(mr,dr,_r){for(var hr in mr)I.call(mr,hr)&&(_r==null?dr(mr[hr],hr,mr):dr.call(_r,mr[hr],hr,mr))};function ir(lr){return t.call(lr)==="[object Array]"}return forEach=function(mr,dr,_r){if(!e(dr))throw new TypeError("iterator must be a function");var hr;arguments.length>=3&&(hr=_r),ir(mr)?B(mr,dr,hr):typeof mr=="string"?tr(mr,dr,hr):rr(mr,dr,hr)},forEach}var possibleTypedArrayNames,hasRequiredPossibleTypedArrayNames;function requirePossibleTypedArrayNames(){return hasRequiredPossibleTypedArrayNames||(hasRequiredPossibleTypedArrayNames=1,possibleTypedArrayNames=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]),possibleTypedArrayNames}var availableTypedArrays,hasRequiredAvailableTypedArrays;function requireAvailableTypedArrays(){if(hasRequiredAvailableTypedArrays)return availableTypedArrays;hasRequiredAvailableTypedArrays=1;var e=requirePossibleTypedArrayNames(),t=typeof globalThis>"u"?commonjsGlobal:globalThis;return availableTypedArrays=function(){for(var B=[],tr=0;tr<e.length;tr++)typeof t[e[tr]]=="function"&&(B[B.length]=e[tr]);return B},availableTypedArrays}var callBind={exports:{}},defineDataProperty,hasRequiredDefineDataProperty;function requireDefineDataProperty(){if(hasRequiredDefineDataProperty)return defineDataProperty;hasRequiredDefineDataProperty=1;var e=requireEsDefineProperty(),t=requireSyntax(),I=requireType(),B=requireGopd();return defineDataProperty=function(rr,ir,lr){if(!rr||typeof rr!="object"&&typeof rr!="function")throw new I("`obj` must be an object or a function`");if(typeof ir!="string"&&typeof ir!="symbol")throw new I("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new I("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new I("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new I("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new I("`loose`, if provided, must be a boolean");var mr=arguments.length>3?arguments[3]:null,dr=arguments.length>4?arguments[4]:null,_r=arguments.length>5?arguments[5]:null,hr=arguments.length>6?arguments[6]:!1,fr=!!B&&B(rr,ir);if(e)e(rr,ir,{configurable:_r===null&&fr?fr.configurable:!_r,enumerable:mr===null&&fr?fr.enumerable:!mr,value:lr,writable:dr===null&&fr?fr.writable:!dr});else if(hr||!mr&&!dr&&!_r)rr[ir]=lr;else throw new t("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},defineDataProperty}var hasPropertyDescriptors_1,hasRequiredHasPropertyDescriptors;function requireHasPropertyDescriptors(){if(hasRequiredHasPropertyDescriptors)return hasPropertyDescriptors_1;hasRequiredHasPropertyDescriptors=1;var e=requireEsDefineProperty(),t=function(){return!!e};return t.hasArrayLengthDefineBug=function(){if(!e)return null;try{return e([],"length",{value:1}).length!==1}catch{return!0}},hasPropertyDescriptors_1=t,hasPropertyDescriptors_1}var setFunctionLength,hasRequiredSetFunctionLength;function requireSetFunctionLength(){if(hasRequiredSetFunctionLength)return setFunctionLength;hasRequiredSetFunctionLength=1;var e=requireGetIntrinsic(),t=requireDefineDataProperty(),I=requireHasPropertyDescriptors()(),B=requireGopd(),tr=requireType(),rr=e("%Math.floor%");return setFunctionLength=function(lr,mr){if(typeof lr!="function")throw new tr("`fn` is not a function");if(typeof mr!="number"||mr<0||mr>4294967295||rr(mr)!==mr)throw new tr("`length` must be a positive 32-bit integer");var dr=arguments.length>2&&!!arguments[2],_r=!0,hr=!0;if("length"in lr&&B){var fr=B(lr,"length");fr&&!fr.configurable&&(_r=!1),fr&&!fr.writable&&(hr=!1)}return(_r||hr||!dr)&&(I?t(lr,"length",mr,!0,!0):t(lr,"length",mr)),lr},setFunctionLength}var applyBind,hasRequiredApplyBind;function requireApplyBind(){if(hasRequiredApplyBind)return applyBind;hasRequiredApplyBind=1;var e=requireFunctionBind(),t=requireFunctionApply(),I=requireActualApply();return applyBind=function(){return I(e,t,arguments)},applyBind}var hasRequiredCallBind;function requireCallBind(){return hasRequiredCallBind||(hasRequiredCallBind=1,(function(e){var t=requireSetFunctionLength(),I=requireEsDefineProperty(),B=requireCallBindApplyHelpers(),tr=requireApplyBind();e.exports=function(ir){var lr=B(arguments),mr=ir.length-(arguments.length-1);return t(lr,1+(mr>0?mr:0),!0)},I?I(e.exports,"apply",{value:tr}):e.exports.apply=tr})(callBind)),callBind.exports}var whichTypedArray,hasRequiredWhichTypedArray;function requireWhichTypedArray(){if(hasRequiredWhichTypedArray)return whichTypedArray;hasRequiredWhichTypedArray=1;var e=requireForEach$1(),t=requireAvailableTypedArrays(),I=requireCallBind(),B=requireCallBound$1(),tr=requireGopd(),rr=requireGetProto(),ir=B("Object.prototype.toString"),lr=requireShams()(),mr=typeof globalThis>"u"?commonjsGlobal:globalThis,dr=t(),_r=B("String.prototype.slice"),hr=B("Array.prototype.indexOf",!0)||function(Mr,wr){for(var gr=0;gr<Mr.length;gr+=1)if(Mr[gr]===wr)return gr;return-1},fr={__proto__:null};lr&&tr&&rr?e(dr,function(vr){var Mr=new mr[vr];if(Symbol.toStringTag in Mr&&rr){var wr=rr(Mr),gr=tr(wr,Symbol.toStringTag);if(!gr&&wr){var br=rr(wr);gr=tr(br,Symbol.toStringTag)}fr["$"+vr]=I(gr.get)}}):e(dr,function(vr){var Mr=new mr[vr],wr=Mr.slice||Mr.set;wr&&(fr["$"+vr]=I(wr))});var yr=function(Mr){var wr=!1;return e(fr,function(gr,br){if(!wr)try{"$"+gr(Mr)===br&&(wr=_r(br,1))}catch{}}),wr},Sr=function(Mr){var wr=!1;return e(fr,function(gr,br){if(!wr)try{gr(Mr),wr=_r(br,1)}catch{}}),wr};return whichTypedArray=function(Mr){if(!Mr||typeof Mr!="object")return!1;if(!lr){var wr=_r(ir(Mr),8,-1);return hr(dr,wr)>-1?wr:wr!=="Object"?!1:Sr(Mr)}return tr?yr(Mr):null},whichTypedArray}var isTypedArray,hasRequiredIsTypedArray$1;function requireIsTypedArray$1(){if(hasRequiredIsTypedArray$1)return isTypedArray;hasRequiredIsTypedArray$1=1;var e=requireWhichTypedArray();return isTypedArray=function(I){return!!e(I)},isTypedArray}var hasRequiredTypes;function requireTypes(){return hasRequiredTypes||(hasRequiredTypes=1,(function(e){var t=requireIsArguments$2(),I=requireIsGeneratorFunction(),B=requireWhichTypedArray(),tr=requireIsTypedArray$1();function rr(ni){return ni.call.bind(ni)}var ir=typeof BigInt<"u",lr=typeof Symbol<"u",mr=rr(Object.prototype.toString),dr=rr(Number.prototype.valueOf),_r=rr(String.prototype.valueOf),hr=rr(Boolean.prototype.valueOf);if(ir)var fr=rr(BigInt.prototype.valueOf);if(lr)var yr=rr(Symbol.prototype.valueOf);function Sr(ni,vi){if(typeof ni!="object")return!1;try{return vi(ni),!0}catch{return!1}}e.isArgumentsObject=t,e.isGeneratorFunction=I,e.isTypedArray=tr;function vr(ni){return typeof Promise<"u"&&ni instanceof Promise||ni!==null&&typeof ni=="object"&&typeof ni.then=="function"&&typeof ni.catch=="function"}e.isPromise=vr;function Mr(ni){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(ni):tr(ni)||Qr(ni)}e.isArrayBufferView=Mr;function wr(ni){return B(ni)==="Uint8Array"}e.isUint8Array=wr;function gr(ni){return B(ni)==="Uint8ClampedArray"}e.isUint8ClampedArray=gr;function br(ni){return B(ni)==="Uint16Array"}e.isUint16Array=br;function xr(ni){return B(ni)==="Uint32Array"}e.isUint32Array=xr;function Ar(ni){return B(ni)==="Int8Array"}e.isInt8Array=Ar;function Pr(ni){return B(ni)==="Int16Array"}e.isInt16Array=Pr;function Fr(ni){return B(ni)==="Int32Array"}e.isInt32Array=Fr;function Dr(ni){return B(ni)==="Float32Array"}e.isFloat32Array=Dr;function $n(ni){return B(ni)==="Float64Array"}e.isFloat64Array=$n;function Ir(ni){return B(ni)==="BigInt64Array"}e.isBigInt64Array=Ir;function Or(ni){return B(ni)==="BigUint64Array"}e.isBigUint64Array=Or;function Gr(ni){return mr(ni)==="[object Map]"}Gr.working=typeof Map<"u"&&Gr(new Map);function Xn(ni){return typeof Map>"u"?!1:Gr.working?Gr(ni):ni instanceof Map}e.isMap=Xn;function Cr(ni){return mr(ni)==="[object Set]"}Cr.working=typeof Set<"u"&&Cr(new Set);function kr(ni){return typeof Set>"u"?!1:Cr.working?Cr(ni):ni instanceof Set}e.isSet=kr;function qn(ni){return mr(ni)==="[object WeakMap]"}qn.working=typeof WeakMap<"u"&&qn(new WeakMap);function oi(ni){return typeof WeakMap>"u"?!1:qn.working?qn(ni):ni instanceof WeakMap}e.isWeakMap=oi;function ci(ni){return mr(ni)==="[object WeakSet]"}ci.working=typeof WeakSet<"u"&&ci(new WeakSet);function ei(ni){return ci(ni)}e.isWeakSet=ei;function Ur(ni){return mr(ni)==="[object ArrayBuffer]"}Ur.working=typeof ArrayBuffer<"u"&&Ur(new ArrayBuffer);function ti(ni){return typeof ArrayBuffer>"u"?!1:Ur.working?Ur(ni):ni instanceof ArrayBuffer}e.isArrayBuffer=ti;function si(ni){return mr(ni)==="[object DataView]"}si.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&si(new DataView(new ArrayBuffer(1),0,1));function Qr(ni){return typeof DataView>"u"?!1:si.working?si(ni):ni instanceof DataView}e.isDataView=Qr;var $r=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function zr(ni){return mr(ni)==="[object SharedArrayBuffer]"}function Kn(ni){return typeof $r>"u"?!1:(typeof zr.working>"u"&&(zr.working=zr(new $r)),zr.working?zr(ni):ni instanceof $r)}e.isSharedArrayBuffer=Kn;function li(ni){return mr(ni)==="[object AsyncFunction]"}e.isAsyncFunction=li;function ii(ni){return mr(ni)==="[object Map Iterator]"}e.isMapIterator=ii;function ri(ni){return mr(ni)==="[object Set Iterator]"}e.isSetIterator=ri;function ai(ni){return mr(ni)==="[object Generator]"}e.isGeneratorObject=ai;function pi(ni){return mr(ni)==="[object WebAssembly.Module]"}e.isWebAssemblyCompiledModule=pi;function hi(ni){return Sr(ni,dr)}e.isNumberObject=hi;function _i(ni){return Sr(ni,_r)}e.isStringObject=_i;function Jr(ni){return Sr(ni,hr)}e.isBooleanObject=Jr;function Zn(ni){return ir&&Sr(ni,fr)}e.isBigIntObject=Zn;function gi(ni){return lr&&Sr(ni,yr)}e.isSymbolObject=gi;function fi(ni){return hi(ni)||_i(ni)||Jr(ni)||Zn(ni)||gi(ni)}e.isBoxedPrimitive=fi;function Mi(ni){return typeof Uint8Array<"u"&&(ti(ni)||Kn(ni))}e.isAnyArrayBuffer=Mi,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(ni){Object.defineProperty(e,ni,{enumerable:!1,value:function(){throw new Error(ni+" is not supported in userland")}})})})(types)),types}var isBufferBrowser,hasRequiredIsBufferBrowser;function requireIsBufferBrowser(){return hasRequiredIsBufferBrowser||(hasRequiredIsBufferBrowser=1,isBufferBrowser=function(t){return t&&typeof t=="object"&&typeof t.copy=="function"&&typeof t.fill=="function"&&typeof t.readUInt8=="function"}),isBufferBrowser}var inherits_browser={exports:{}},hasRequiredInherits_browser;function requireInherits_browser(){return hasRequiredInherits_browser||(hasRequiredInherits_browser=1,typeof Object.create=="function"?inherits_browser.exports=function(t,I){I&&(t.super_=I,t.prototype=Object.create(I.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:inherits_browser.exports=function(t,I){if(I){t.super_=I;var B=function(){};B.prototype=I.prototype,t.prototype=new B,t.prototype.constructor=t}}),inherits_browser.exports}var hasRequiredUtil;function requireUtil(){return hasRequiredUtil||(hasRequiredUtil=1,(function(e){var t={},I=Object.getOwnPropertyDescriptors||function($r){for(var zr=Object.keys($r),Kn={},li=0;li<zr.length;li++)Kn[zr[li]]=Object.getOwnPropertyDescriptor($r,zr[li]);return Kn},B=/%[sdj%]/g;e.format=function(Qr){if(!Pr(Qr)){for(var $r=[],zr=0;zr<arguments.length;zr++)$r.push(lr(arguments[zr]));return $r.join(" ")}for(var zr=1,Kn=arguments,li=Kn.length,ii=String(Qr).replace(B,function(ai){if(ai==="%%")return"%";if(zr>=li)return ai;switch(ai){case"%s":return String(Kn[zr++]);case"%d":return Number(Kn[zr++]);case"%j":try{return JSON.stringify(Kn[zr++])}catch{return"[Circular]"}default:return ai}}),ri=Kn[zr];zr<li;ri=Kn[++zr])br(ri)||!Ir(ri)?ii+=" "+ri:ii+=" "+lr(ri);return ii},e.deprecate=function(Qr,$r){if(typeof process$1<"u"&&process$1.noDeprecation===!0)return Qr;if(typeof process$1>"u")return function(){return e.deprecate(Qr,$r).apply(this,arguments)};var zr=!1;function Kn(){if(!zr){if(process$1.throwDeprecation)throw new Error($r);process$1.traceDeprecation?console.trace($r):console.error($r),zr=!0}return Qr.apply(this,arguments)}return Kn};var tr={},rr=/^$/;if(t.NODE_DEBUG){var ir=t.NODE_DEBUG;ir=ir.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),rr=new RegExp("^"+ir+"$","i")}e.debuglog=function(Qr){if(Qr=Qr.toUpperCase(),!tr[Qr])if(rr.test(Qr)){var $r=process$1.pid;tr[Qr]=function(){var zr=e.format.apply(e,arguments);console.error("%s %d: %s",Qr,$r,zr)}}else tr[Qr]=function(){};return tr[Qr]};function lr(Qr,$r){var zr={seen:[],stylize:dr};return arguments.length>=3&&(zr.depth=arguments[2]),arguments.length>=4&&(zr.colors=arguments[3]),gr($r)?zr.showHidden=$r:$r&&e._extend(zr,$r),Dr(zr.showHidden)&&(zr.showHidden=!1),Dr(zr.depth)&&(zr.depth=2),Dr(zr.colors)&&(zr.colors=!1),Dr(zr.customInspect)&&(zr.customInspect=!0),zr.colors&&(zr.stylize=mr),hr(zr,Qr,zr.depth)}e.inspect=lr,lr.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},lr.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function mr(Qr,$r){var zr=lr.styles[$r];return zr?"\x1B["+lr.colors[zr][0]+"m"+Qr+"\x1B["+lr.colors[zr][1]+"m":Qr}function dr(Qr,$r){return Qr}function _r(Qr){var $r={};return Qr.forEach(function(zr,Kn){$r[zr]=!0}),$r}function hr(Qr,$r,zr){if(Qr.customInspect&&$r&&Xn($r.inspect)&&$r.inspect!==e.inspect&&!($r.constructor&&$r.constructor.prototype===$r)){var Kn=$r.inspect(zr,Qr);return Pr(Kn)||(Kn=hr(Qr,Kn,zr)),Kn}var li=fr(Qr,$r);if(li)return li;var ii=Object.keys($r),ri=_r(ii);if(Qr.showHidden&&(ii=Object.getOwnPropertyNames($r)),Gr($r)&&(ii.indexOf("message")>=0||ii.indexOf("description")>=0))return yr($r);if(ii.length===0){if(Xn($r)){var ai=$r.name?": "+$r.name:"";return Qr.stylize("[Function"+ai+"]","special")}if($n($r))return Qr.stylize(RegExp.prototype.toString.call($r),"regexp");if(Or($r))return Qr.stylize(Date.prototype.toString.call($r),"date");if(Gr($r))return yr($r)}var pi="",hi=!1,_i=["{","}"];if(wr($r)&&(hi=!0,_i=["[","]"]),Xn($r)){var Jr=$r.name?": "+$r.name:"";pi=" [Function"+Jr+"]"}if($n($r)&&(pi=" "+RegExp.prototype.toString.call($r)),Or($r)&&(pi=" "+Date.prototype.toUTCString.call($r)),Gr($r)&&(pi=" "+yr($r)),ii.length===0&&(!hi||$r.length==0))return _i[0]+pi+_i[1];if(zr<0)return $n($r)?Qr.stylize(RegExp.prototype.toString.call($r),"regexp"):Qr.stylize("[Object]","special");Qr.seen.push($r);var Zn;return hi?Zn=Sr(Qr,$r,zr,ri,ii):Zn=ii.map(function(gi){return vr(Qr,$r,zr,ri,gi,hi)}),Qr.seen.pop(),Mr(Zn,pi,_i)}function fr(Qr,$r){if(Dr($r))return Qr.stylize("undefined","undefined");if(Pr($r)){var zr="'"+JSON.stringify($r).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return Qr.stylize(zr,"string")}if(Ar($r))return Qr.stylize(""+$r,"number");if(gr($r))return Qr.stylize(""+$r,"boolean");if(br($r))return Qr.stylize("null","null")}function yr(Qr){return"["+Error.prototype.toString.call(Qr)+"]"}function Sr(Qr,$r,zr,Kn,li){for(var ii=[],ri=0,ai=$r.length;ri<ai;++ri)ei($r,String(ri))?ii.push(vr(Qr,$r,zr,Kn,String(ri),!0)):ii.push("");return li.forEach(function(pi){pi.match(/^\d+$/)||ii.push(vr(Qr,$r,zr,Kn,pi,!0))}),ii}function vr(Qr,$r,zr,Kn,li,ii){var ri,ai,pi;if(pi=Object.getOwnPropertyDescriptor($r,li)||{value:$r[li]},pi.get?pi.set?ai=Qr.stylize("[Getter/Setter]","special"):ai=Qr.stylize("[Getter]","special"):pi.set&&(ai=Qr.stylize("[Setter]","special")),ei(Kn,li)||(ri="["+li+"]"),ai||(Qr.seen.indexOf(pi.value)<0?(br(zr)?ai=hr(Qr,pi.value,null):ai=hr(Qr,pi.value,zr-1),ai.indexOf(`
3
+ `)>-1&&(ii?ai=ai.split(`
4
+ `).map(function(hi){return" "+hi}).join(`
5
+ `).slice(2):ai=`
6
+ `+ai.split(`
7
+ `).map(function(hi){return" "+hi}).join(`
8
+ `))):ai=Qr.stylize("[Circular]","special")),Dr(ri)){if(ii&&li.match(/^\d+$/))return ai;ri=JSON.stringify(""+li),ri.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(ri=ri.slice(1,-1),ri=Qr.stylize(ri,"name")):(ri=ri.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),ri=Qr.stylize(ri,"string"))}return ri+": "+ai}function Mr(Qr,$r,zr){var Kn=Qr.reduce(function(li,ii){return ii.indexOf(`
9
+ `)>=0,li+ii.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Kn>60?zr[0]+($r===""?"":$r+`
10
+ `)+" "+Qr.join(`,
11
+ `)+" "+zr[1]:zr[0]+$r+" "+Qr.join(", ")+" "+zr[1]}e.types=requireTypes();function wr(Qr){return Array.isArray(Qr)}e.isArray=wr;function gr(Qr){return typeof Qr=="boolean"}e.isBoolean=gr;function br(Qr){return Qr===null}e.isNull=br;function xr(Qr){return Qr==null}e.isNullOrUndefined=xr;function Ar(Qr){return typeof Qr=="number"}e.isNumber=Ar;function Pr(Qr){return typeof Qr=="string"}e.isString=Pr;function Fr(Qr){return typeof Qr=="symbol"}e.isSymbol=Fr;function Dr(Qr){return Qr===void 0}e.isUndefined=Dr;function $n(Qr){return Ir(Qr)&&kr(Qr)==="[object RegExp]"}e.isRegExp=$n,e.types.isRegExp=$n;function Ir(Qr){return typeof Qr=="object"&&Qr!==null}e.isObject=Ir;function Or(Qr){return Ir(Qr)&&kr(Qr)==="[object Date]"}e.isDate=Or,e.types.isDate=Or;function Gr(Qr){return Ir(Qr)&&(kr(Qr)==="[object Error]"||Qr instanceof Error)}e.isError=Gr,e.types.isNativeError=Gr;function Xn(Qr){return typeof Qr=="function"}e.isFunction=Xn;function Cr(Qr){return Qr===null||typeof Qr=="boolean"||typeof Qr=="number"||typeof Qr=="string"||typeof Qr=="symbol"||typeof Qr>"u"}e.isPrimitive=Cr,e.isBuffer=requireIsBufferBrowser();function kr(Qr){return Object.prototype.toString.call(Qr)}function qn(Qr){return Qr<10?"0"+Qr.toString(10):Qr.toString(10)}var oi=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function ci(){var Qr=new Date,$r=[qn(Qr.getHours()),qn(Qr.getMinutes()),qn(Qr.getSeconds())].join(":");return[Qr.getDate(),oi[Qr.getMonth()],$r].join(" ")}e.log=function(){console.log("%s - %s",ci(),e.format.apply(e,arguments))},e.inherits=requireInherits_browser(),e._extend=function(Qr,$r){if(!$r||!Ir($r))return Qr;for(var zr=Object.keys($r),Kn=zr.length;Kn--;)Qr[zr[Kn]]=$r[zr[Kn]];return Qr};function ei(Qr,$r){return Object.prototype.hasOwnProperty.call(Qr,$r)}var Ur=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;e.promisify=function($r){if(typeof $r!="function")throw new TypeError('The "original" argument must be of type Function');if(Ur&&$r[Ur]){var zr=$r[Ur];if(typeof zr!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(zr,Ur,{value:zr,enumerable:!1,writable:!1,configurable:!0}),zr}function zr(){for(var Kn,li,ii=new Promise(function(pi,hi){Kn=pi,li=hi}),ri=[],ai=0;ai<arguments.length;ai++)ri.push(arguments[ai]);ri.push(function(pi,hi){pi?li(pi):Kn(hi)});try{$r.apply(this,ri)}catch(pi){li(pi)}return ii}return Object.setPrototypeOf(zr,Object.getPrototypeOf($r)),Ur&&Object.defineProperty(zr,Ur,{value:zr,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(zr,I($r))},e.promisify.custom=Ur;function ti(Qr,$r){if(!Qr){var zr=new Error("Promise was rejected with a falsy value");zr.reason=Qr,Qr=zr}return $r(Qr)}function si(Qr){if(typeof Qr!="function")throw new TypeError('The "original" argument must be of type Function');function $r(){for(var zr=[],Kn=0;Kn<arguments.length;Kn++)zr.push(arguments[Kn]);var li=zr.pop();if(typeof li!="function")throw new TypeError("The last argument must be of type Function");var ii=this,ri=function(){return li.apply(ii,arguments)};Qr.apply(this,zr).then(function(ai){process$1.nextTick(ri.bind(null,null,ai))},function(ai){process$1.nextTick(ti.bind(null,ai,ri))})}return Object.setPrototypeOf($r,Object.getPrototypeOf(Qr)),Object.defineProperties($r,I(Qr)),$r}e.callbackify=si})(util)),util}var string,hasRequiredString;function requireString(){if(hasRequiredString)return string;hasRequiredString=1;const e=/[\0\b\t\n\r\x1a"'\\]/g,t={"\0":"\\0","\b":"\\b"," ":"\\t","\n":"\\n","\r":"\\r","":"\\Z",'"':'\\"',"'":"\\'","\\":"\\\\"};function I(hr){return function fr(yr,Sr={}){return hr(yr,fr,Sr)}}function B(hr={}){const fr=hr.escapeDate||mr,yr=hr.escapeArray||rr,Sr=hr.escapeBuffer||ir,vr=hr.escapeString||lr,Mr=hr.escapeObject||tr,wr=hr.wrap||I;function gr(br,xr,Ar){if(br==null)return"NULL";switch(typeof br){case"boolean":return br?"true":"false";case"number":return br+"";case"object":if(br instanceof Date)br=fr(br,xr,Ar);else return Array.isArray(br)?yr(br,xr,Ar):Buffer.isBuffer(br)?Sr(br,xr,Ar):Mr(br,xr,Ar)}return vr(br,xr,Ar)}return wr?wr(gr):gr}function tr(hr,fr,yr){return hr&&typeof hr.toSQL=="function"?hr.toSQL(yr):JSON.stringify(hr)}function rr(hr,fr,yr){let Sr="";for(let vr=0;vr<hr.length;vr++){const Mr=hr[vr];Array.isArray(Mr)?Sr+=(vr===0?"":", ")+"("+rr(Mr,fr,yr)+")":Sr+=(vr===0?"":", ")+fr(Mr,yr)}return Sr}function ir(hr){return"X"+lr(hr.toString("hex"))}function lr(hr,fr,yr){let Sr=e.lastIndex=0,vr="",Mr;for(;Mr=e.exec(hr);)vr+=hr.slice(Sr,Mr.index)+t[Mr[0]],Sr=e.lastIndex;return Sr===0?"'"+hr+"'":Sr<hr.length?"'"+vr+hr.slice(Sr)+"'":"'"+vr+"'"}function mr(hr,fr,yr={}){const Sr=yr.timeZone||"local",vr=new Date(hr);let Mr,wr,gr,br,xr,Ar,Pr;if(Sr==="local")Mr=vr.getFullYear(),wr=vr.getMonth()+1,gr=vr.getDate(),br=vr.getHours(),xr=vr.getMinutes(),Ar=vr.getSeconds(),Pr=vr.getMilliseconds();else{const Fr=_r(Sr);Fr!==!1&&Fr!==0&&vr.setTime(vr.getTime()+Fr*6e4),Mr=vr.getUTCFullYear(),wr=vr.getUTCMonth()+1,gr=vr.getUTCDate(),br=vr.getUTCHours(),xr=vr.getUTCMinutes(),Ar=vr.getUTCSeconds(),Pr=vr.getUTCMilliseconds()}return dr(Mr,4)+"-"+dr(wr,2)+"-"+dr(gr,2)+" "+dr(br,2)+":"+dr(xr,2)+":"+dr(Ar,2)+"."+dr(Pr,3)}function dr(hr,fr){for(hr=hr.toString();hr.length<fr;)hr="0"+hr;return hr}function _r(hr){if(hr==="Z")return 0;const fr=hr.match(/([+\-\s])(\d\d):?(\d\d)?/);return fr?(fr[1]=="-"?-1:1)*(parseInt(fr[2],10)+(fr[3]?parseInt(fr[3],10):0)/60)*60:!1}return string={arrayToList:rr,bufferToString:ir,dateToString:mr,escapeString:lr,charsRegex:e,charsMap:t,escapeObject:tr,makeEscape:B},string}var _listCacheClear,hasRequired_listCacheClear;function require_listCacheClear(){if(hasRequired_listCacheClear)return _listCacheClear;hasRequired_listCacheClear=1;function e(){this.__data__=[],this.size=0}return _listCacheClear=e,_listCacheClear}var eq_1,hasRequiredEq;function requireEq(){if(hasRequiredEq)return eq_1;hasRequiredEq=1;function e(t,I){return t===I||t!==t&&I!==I}return eq_1=e,eq_1}var _assocIndexOf,hasRequired_assocIndexOf;function require_assocIndexOf(){if(hasRequired_assocIndexOf)return _assocIndexOf;hasRequired_assocIndexOf=1;var e=requireEq();function t(I,B){for(var tr=I.length;tr--;)if(e(I[tr][0],B))return tr;return-1}return _assocIndexOf=t,_assocIndexOf}var _listCacheDelete,hasRequired_listCacheDelete;function require_listCacheDelete(){if(hasRequired_listCacheDelete)return _listCacheDelete;hasRequired_listCacheDelete=1;var e=require_assocIndexOf(),t=Array.prototype,I=t.splice;function B(tr){var rr=this.__data__,ir=e(rr,tr);if(ir<0)return!1;var lr=rr.length-1;return ir==lr?rr.pop():I.call(rr,ir,1),--this.size,!0}return _listCacheDelete=B,_listCacheDelete}var _listCacheGet,hasRequired_listCacheGet;function require_listCacheGet(){if(hasRequired_listCacheGet)return _listCacheGet;hasRequired_listCacheGet=1;var e=require_assocIndexOf();function t(I){var B=this.__data__,tr=e(B,I);return tr<0?void 0:B[tr][1]}return _listCacheGet=t,_listCacheGet}var _listCacheHas,hasRequired_listCacheHas;function require_listCacheHas(){if(hasRequired_listCacheHas)return _listCacheHas;hasRequired_listCacheHas=1;var e=require_assocIndexOf();function t(I){return e(this.__data__,I)>-1}return _listCacheHas=t,_listCacheHas}var _listCacheSet,hasRequired_listCacheSet;function require_listCacheSet(){if(hasRequired_listCacheSet)return _listCacheSet;hasRequired_listCacheSet=1;var e=require_assocIndexOf();function t(I,B){var tr=this.__data__,rr=e(tr,I);return rr<0?(++this.size,tr.push([I,B])):tr[rr][1]=B,this}return _listCacheSet=t,_listCacheSet}var _ListCache,hasRequired_ListCache;function require_ListCache(){if(hasRequired_ListCache)return _ListCache;hasRequired_ListCache=1;var e=require_listCacheClear(),t=require_listCacheDelete(),I=require_listCacheGet(),B=require_listCacheHas(),tr=require_listCacheSet();function rr(ir){var lr=-1,mr=ir==null?0:ir.length;for(this.clear();++lr<mr;){var dr=ir[lr];this.set(dr[0],dr[1])}}return rr.prototype.clear=e,rr.prototype.delete=t,rr.prototype.get=I,rr.prototype.has=B,rr.prototype.set=tr,_ListCache=rr,_ListCache}var _stackClear,hasRequired_stackClear;function require_stackClear(){if(hasRequired_stackClear)return _stackClear;hasRequired_stackClear=1;var e=require_ListCache();function t(){this.__data__=new e,this.size=0}return _stackClear=t,_stackClear}var _stackDelete,hasRequired_stackDelete;function require_stackDelete(){if(hasRequired_stackDelete)return _stackDelete;hasRequired_stackDelete=1;function e(t){var I=this.__data__,B=I.delete(t);return this.size=I.size,B}return _stackDelete=e,_stackDelete}var _stackGet,hasRequired_stackGet;function require_stackGet(){if(hasRequired_stackGet)return _stackGet;hasRequired_stackGet=1;function e(t){return this.__data__.get(t)}return _stackGet=e,_stackGet}var _stackHas,hasRequired_stackHas;function require_stackHas(){if(hasRequired_stackHas)return _stackHas;hasRequired_stackHas=1;function e(t){return this.__data__.has(t)}return _stackHas=e,_stackHas}var _freeGlobal,hasRequired_freeGlobal;function require_freeGlobal(){if(hasRequired_freeGlobal)return _freeGlobal;hasRequired_freeGlobal=1;var e=typeof commonjsGlobal=="object"&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal;return _freeGlobal=e,_freeGlobal}var _root,hasRequired_root;function require_root(){if(hasRequired_root)return _root;hasRequired_root=1;var e=require_freeGlobal(),t=typeof self=="object"&&self&&self.Object===Object&&self,I=e||t||Function("return this")();return _root=I,_root}var _Symbol,hasRequired_Symbol;function require_Symbol(){if(hasRequired_Symbol)return _Symbol;hasRequired_Symbol=1;var e=require_root(),t=e.Symbol;return _Symbol=t,_Symbol}var _getRawTag,hasRequired_getRawTag;function require_getRawTag(){if(hasRequired_getRawTag)return _getRawTag;hasRequired_getRawTag=1;var e=require_Symbol(),t=Object.prototype,I=t.hasOwnProperty,B=t.toString,tr=e?e.toStringTag:void 0;function rr(ir){var lr=I.call(ir,tr),mr=ir[tr];try{ir[tr]=void 0;var dr=!0}catch{}var _r=B.call(ir);return dr&&(lr?ir[tr]=mr:delete ir[tr]),_r}return _getRawTag=rr,_getRawTag}var _objectToString,hasRequired_objectToString;function require_objectToString(){if(hasRequired_objectToString)return _objectToString;hasRequired_objectToString=1;var e=Object.prototype,t=e.toString;function I(B){return t.call(B)}return _objectToString=I,_objectToString}var _baseGetTag,hasRequired_baseGetTag;function require_baseGetTag(){if(hasRequired_baseGetTag)return _baseGetTag;hasRequired_baseGetTag=1;var e=require_Symbol(),t=require_getRawTag(),I=require_objectToString(),B="[object Null]",tr="[object Undefined]",rr=e?e.toStringTag:void 0;function ir(lr){return lr==null?lr===void 0?tr:B:rr&&rr in Object(lr)?t(lr):I(lr)}return _baseGetTag=ir,_baseGetTag}var isObject_1,hasRequiredIsObject;function requireIsObject(){if(hasRequiredIsObject)return isObject_1;hasRequiredIsObject=1;function e(t){var I=typeof t;return t!=null&&(I=="object"||I=="function")}return isObject_1=e,isObject_1}var isFunction_1,hasRequiredIsFunction;function requireIsFunction(){if(hasRequiredIsFunction)return isFunction_1;hasRequiredIsFunction=1;var e=require_baseGetTag(),t=requireIsObject(),I="[object AsyncFunction]",B="[object Function]",tr="[object GeneratorFunction]",rr="[object Proxy]";function ir(lr){if(!t(lr))return!1;var mr=e(lr);return mr==B||mr==tr||mr==I||mr==rr}return isFunction_1=ir,isFunction_1}var _coreJsData,hasRequired_coreJsData;function require_coreJsData(){if(hasRequired_coreJsData)return _coreJsData;hasRequired_coreJsData=1;var e=require_root(),t=e["__core-js_shared__"];return _coreJsData=t,_coreJsData}var _isMasked,hasRequired_isMasked;function require_isMasked(){if(hasRequired_isMasked)return _isMasked;hasRequired_isMasked=1;var e=require_coreJsData(),t=(function(){var B=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return B?"Symbol(src)_1."+B:""})();function I(B){return!!t&&t in B}return _isMasked=I,_isMasked}var _toSource,hasRequired_toSource;function require_toSource(){if(hasRequired_toSource)return _toSource;hasRequired_toSource=1;var e=Function.prototype,t=e.toString;function I(B){if(B!=null){try{return t.call(B)}catch{}try{return B+""}catch{}}return""}return _toSource=I,_toSource}var _baseIsNative,hasRequired_baseIsNative;function require_baseIsNative(){if(hasRequired_baseIsNative)return _baseIsNative;hasRequired_baseIsNative=1;var e=requireIsFunction(),t=require_isMasked(),I=requireIsObject(),B=require_toSource(),tr=/[\\^$.*+?()[\]{}|]/g,rr=/^\[object .+?Constructor\]$/,ir=Function.prototype,lr=Object.prototype,mr=ir.toString,dr=lr.hasOwnProperty,_r=RegExp("^"+mr.call(dr).replace(tr,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function hr(fr){if(!I(fr)||t(fr))return!1;var yr=e(fr)?_r:rr;return yr.test(B(fr))}return _baseIsNative=hr,_baseIsNative}var _getValue,hasRequired_getValue;function require_getValue(){if(hasRequired_getValue)return _getValue;hasRequired_getValue=1;function e(t,I){return t?.[I]}return _getValue=e,_getValue}var _getNative,hasRequired_getNative;function require_getNative(){if(hasRequired_getNative)return _getNative;hasRequired_getNative=1;var e=require_baseIsNative(),t=require_getValue();function I(B,tr){var rr=t(B,tr);return e(rr)?rr:void 0}return _getNative=I,_getNative}var _Map,hasRequired_Map;function require_Map(){if(hasRequired_Map)return _Map;hasRequired_Map=1;var e=require_getNative(),t=require_root(),I=e(t,"Map");return _Map=I,_Map}var _nativeCreate,hasRequired_nativeCreate;function require_nativeCreate(){if(hasRequired_nativeCreate)return _nativeCreate;hasRequired_nativeCreate=1;var e=require_getNative(),t=e(Object,"create");return _nativeCreate=t,_nativeCreate}var _hashClear,hasRequired_hashClear;function require_hashClear(){if(hasRequired_hashClear)return _hashClear;hasRequired_hashClear=1;var e=require_nativeCreate();function t(){this.__data__=e?e(null):{},this.size=0}return _hashClear=t,_hashClear}var _hashDelete,hasRequired_hashDelete;function require_hashDelete(){if(hasRequired_hashDelete)return _hashDelete;hasRequired_hashDelete=1;function e(t){var I=this.has(t)&&delete this.__data__[t];return this.size-=I?1:0,I}return _hashDelete=e,_hashDelete}var _hashGet,hasRequired_hashGet;function require_hashGet(){if(hasRequired_hashGet)return _hashGet;hasRequired_hashGet=1;var e=require_nativeCreate(),t="__lodash_hash_undefined__",I=Object.prototype,B=I.hasOwnProperty;function tr(rr){var ir=this.__data__;if(e){var lr=ir[rr];return lr===t?void 0:lr}return B.call(ir,rr)?ir[rr]:void 0}return _hashGet=tr,_hashGet}var _hashHas,hasRequired_hashHas;function require_hashHas(){if(hasRequired_hashHas)return _hashHas;hasRequired_hashHas=1;var e=require_nativeCreate(),t=Object.prototype,I=t.hasOwnProperty;function B(tr){var rr=this.__data__;return e?rr[tr]!==void 0:I.call(rr,tr)}return _hashHas=B,_hashHas}var _hashSet,hasRequired_hashSet;function require_hashSet(){if(hasRequired_hashSet)return _hashSet;hasRequired_hashSet=1;var e=require_nativeCreate(),t="__lodash_hash_undefined__";function I(B,tr){var rr=this.__data__;return this.size+=this.has(B)?0:1,rr[B]=e&&tr===void 0?t:tr,this}return _hashSet=I,_hashSet}var _Hash,hasRequired_Hash;function require_Hash(){if(hasRequired_Hash)return _Hash;hasRequired_Hash=1;var e=require_hashClear(),t=require_hashDelete(),I=require_hashGet(),B=require_hashHas(),tr=require_hashSet();function rr(ir){var lr=-1,mr=ir==null?0:ir.length;for(this.clear();++lr<mr;){var dr=ir[lr];this.set(dr[0],dr[1])}}return rr.prototype.clear=e,rr.prototype.delete=t,rr.prototype.get=I,rr.prototype.has=B,rr.prototype.set=tr,_Hash=rr,_Hash}var _mapCacheClear,hasRequired_mapCacheClear;function require_mapCacheClear(){if(hasRequired_mapCacheClear)return _mapCacheClear;hasRequired_mapCacheClear=1;var e=require_Hash(),t=require_ListCache(),I=require_Map();function B(){this.size=0,this.__data__={hash:new e,map:new(I||t),string:new e}}return _mapCacheClear=B,_mapCacheClear}var _isKeyable,hasRequired_isKeyable;function require_isKeyable(){if(hasRequired_isKeyable)return _isKeyable;hasRequired_isKeyable=1;function e(t){var I=typeof t;return I=="string"||I=="number"||I=="symbol"||I=="boolean"?t!=="__proto__":t===null}return _isKeyable=e,_isKeyable}var _getMapData,hasRequired_getMapData;function require_getMapData(){if(hasRequired_getMapData)return _getMapData;hasRequired_getMapData=1;var e=require_isKeyable();function t(I,B){var tr=I.__data__;return e(B)?tr[typeof B=="string"?"string":"hash"]:tr.map}return _getMapData=t,_getMapData}var _mapCacheDelete,hasRequired_mapCacheDelete;function require_mapCacheDelete(){if(hasRequired_mapCacheDelete)return _mapCacheDelete;hasRequired_mapCacheDelete=1;var e=require_getMapData();function t(I){var B=e(this,I).delete(I);return this.size-=B?1:0,B}return _mapCacheDelete=t,_mapCacheDelete}var _mapCacheGet,hasRequired_mapCacheGet;function require_mapCacheGet(){if(hasRequired_mapCacheGet)return _mapCacheGet;hasRequired_mapCacheGet=1;var e=require_getMapData();function t(I){return e(this,I).get(I)}return _mapCacheGet=t,_mapCacheGet}var _mapCacheHas,hasRequired_mapCacheHas;function require_mapCacheHas(){if(hasRequired_mapCacheHas)return _mapCacheHas;hasRequired_mapCacheHas=1;var e=require_getMapData();function t(I){return e(this,I).has(I)}return _mapCacheHas=t,_mapCacheHas}var _mapCacheSet,hasRequired_mapCacheSet;function require_mapCacheSet(){if(hasRequired_mapCacheSet)return _mapCacheSet;hasRequired_mapCacheSet=1;var e=require_getMapData();function t(I,B){var tr=e(this,I),rr=tr.size;return tr.set(I,B),this.size+=tr.size==rr?0:1,this}return _mapCacheSet=t,_mapCacheSet}var _MapCache,hasRequired_MapCache;function require_MapCache(){if(hasRequired_MapCache)return _MapCache;hasRequired_MapCache=1;var e=require_mapCacheClear(),t=require_mapCacheDelete(),I=require_mapCacheGet(),B=require_mapCacheHas(),tr=require_mapCacheSet();function rr(ir){var lr=-1,mr=ir==null?0:ir.length;for(this.clear();++lr<mr;){var dr=ir[lr];this.set(dr[0],dr[1])}}return rr.prototype.clear=e,rr.prototype.delete=t,rr.prototype.get=I,rr.prototype.has=B,rr.prototype.set=tr,_MapCache=rr,_MapCache}var _stackSet,hasRequired_stackSet;function require_stackSet(){if(hasRequired_stackSet)return _stackSet;hasRequired_stackSet=1;var e=require_ListCache(),t=require_Map(),I=require_MapCache(),B=200;function tr(rr,ir){var lr=this.__data__;if(lr instanceof e){var mr=lr.__data__;if(!t||mr.length<B-1)return mr.push([rr,ir]),this.size=++lr.size,this;lr=this.__data__=new I(mr)}return lr.set(rr,ir),this.size=lr.size,this}return _stackSet=tr,_stackSet}var _Stack,hasRequired_Stack;function require_Stack(){if(hasRequired_Stack)return _Stack;hasRequired_Stack=1;var e=require_ListCache(),t=require_stackClear(),I=require_stackDelete(),B=require_stackGet(),tr=require_stackHas(),rr=require_stackSet();function ir(lr){var mr=this.__data__=new e(lr);this.size=mr.size}return ir.prototype.clear=t,ir.prototype.delete=I,ir.prototype.get=B,ir.prototype.has=tr,ir.prototype.set=rr,_Stack=ir,_Stack}var _arrayEach,hasRequired_arrayEach;function require_arrayEach(){if(hasRequired_arrayEach)return _arrayEach;hasRequired_arrayEach=1;function e(t,I){for(var B=-1,tr=t==null?0:t.length;++B<tr&&I(t[B],B,t)!==!1;);return t}return _arrayEach=e,_arrayEach}var _defineProperty,hasRequired_defineProperty;function require_defineProperty(){if(hasRequired_defineProperty)return _defineProperty;hasRequired_defineProperty=1;var e=require_getNative(),t=(function(){try{var I=e(Object,"defineProperty");return I({},"",{}),I}catch{}})();return _defineProperty=t,_defineProperty}var _baseAssignValue,hasRequired_baseAssignValue;function require_baseAssignValue(){if(hasRequired_baseAssignValue)return _baseAssignValue;hasRequired_baseAssignValue=1;var e=require_defineProperty();function t(I,B,tr){B=="__proto__"&&e?e(I,B,{configurable:!0,enumerable:!0,value:tr,writable:!0}):I[B]=tr}return _baseAssignValue=t,_baseAssignValue}var _assignValue,hasRequired_assignValue;function require_assignValue(){if(hasRequired_assignValue)return _assignValue;hasRequired_assignValue=1;var e=require_baseAssignValue(),t=requireEq(),I=Object.prototype,B=I.hasOwnProperty;function tr(rr,ir,lr){var mr=rr[ir];(!(B.call(rr,ir)&&t(mr,lr))||lr===void 0&&!(ir in rr))&&e(rr,ir,lr)}return _assignValue=tr,_assignValue}var _copyObject,hasRequired_copyObject;function require_copyObject(){if(hasRequired_copyObject)return _copyObject;hasRequired_copyObject=1;var e=require_assignValue(),t=require_baseAssignValue();function I(B,tr,rr,ir){var lr=!rr;rr||(rr={});for(var mr=-1,dr=tr.length;++mr<dr;){var _r=tr[mr],hr=ir?ir(rr[_r],B[_r],_r,rr,B):void 0;hr===void 0&&(hr=B[_r]),lr?t(rr,_r,hr):e(rr,_r,hr)}return rr}return _copyObject=I,_copyObject}var _baseTimes,hasRequired_baseTimes;function require_baseTimes(){if(hasRequired_baseTimes)return _baseTimes;hasRequired_baseTimes=1;function e(t,I){for(var B=-1,tr=Array(t);++B<t;)tr[B]=I(B);return tr}return _baseTimes=e,_baseTimes}var isObjectLike_1,hasRequiredIsObjectLike;function requireIsObjectLike(){if(hasRequiredIsObjectLike)return isObjectLike_1;hasRequiredIsObjectLike=1;function e(t){return t!=null&&typeof t=="object"}return isObjectLike_1=e,isObjectLike_1}var _baseIsArguments,hasRequired_baseIsArguments;function require_baseIsArguments(){if(hasRequired_baseIsArguments)return _baseIsArguments;hasRequired_baseIsArguments=1;var e=require_baseGetTag(),t=requireIsObjectLike(),I="[object Arguments]";function B(tr){return t(tr)&&e(tr)==I}return _baseIsArguments=B,_baseIsArguments}var isArguments_1,hasRequiredIsArguments$1;function requireIsArguments$1(){if(hasRequiredIsArguments$1)return isArguments_1;hasRequiredIsArguments$1=1;var e=require_baseIsArguments(),t=requireIsObjectLike(),I=Object.prototype,B=I.hasOwnProperty,tr=I.propertyIsEnumerable,rr=e((function(){return arguments})())?e:function(ir){return t(ir)&&B.call(ir,"callee")&&!tr.call(ir,"callee")};return isArguments_1=rr,isArguments_1}var isArray_1,hasRequiredIsArray;function requireIsArray(){if(hasRequiredIsArray)return isArray_1;hasRequiredIsArray=1;var e=Array.isArray;return isArray_1=e,isArray_1}var isBuffer={exports:{}},stubFalse_1,hasRequiredStubFalse;function requireStubFalse(){if(hasRequiredStubFalse)return stubFalse_1;hasRequiredStubFalse=1;function e(){return!1}return stubFalse_1=e,stubFalse_1}isBuffer.exports;var hasRequiredIsBuffer;function requireIsBuffer(){return hasRequiredIsBuffer||(hasRequiredIsBuffer=1,(function(e,t){var I=require_root(),B=requireStubFalse(),tr=t&&!t.nodeType&&t,rr=tr&&!0&&e&&!e.nodeType&&e,ir=rr&&rr.exports===tr,lr=ir?I.Buffer:void 0,mr=lr?lr.isBuffer:void 0,dr=mr||B;e.exports=dr})(isBuffer,isBuffer.exports)),isBuffer.exports}var _isIndex,hasRequired_isIndex;function require_isIndex(){if(hasRequired_isIndex)return _isIndex;hasRequired_isIndex=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function I(B,tr){var rr=typeof B;return tr=tr??e,!!tr&&(rr=="number"||rr!="symbol"&&t.test(B))&&B>-1&&B%1==0&&B<tr}return _isIndex=I,_isIndex}var isLength_1,hasRequiredIsLength;function requireIsLength(){if(hasRequiredIsLength)return isLength_1;hasRequiredIsLength=1;var e=9007199254740991;function t(I){return typeof I=="number"&&I>-1&&I%1==0&&I<=e}return isLength_1=t,isLength_1}var _baseIsTypedArray,hasRequired_baseIsTypedArray;function require_baseIsTypedArray(){if(hasRequired_baseIsTypedArray)return _baseIsTypedArray;hasRequired_baseIsTypedArray=1;var e=require_baseGetTag(),t=requireIsLength(),I=requireIsObjectLike(),B="[object Arguments]",tr="[object Array]",rr="[object Boolean]",ir="[object Date]",lr="[object Error]",mr="[object Function]",dr="[object Map]",_r="[object Number]",hr="[object Object]",fr="[object RegExp]",yr="[object Set]",Sr="[object String]",vr="[object WeakMap]",Mr="[object ArrayBuffer]",wr="[object DataView]",gr="[object Float32Array]",br="[object Float64Array]",xr="[object Int8Array]",Ar="[object Int16Array]",Pr="[object Int32Array]",Fr="[object Uint8Array]",Dr="[object Uint8ClampedArray]",$n="[object Uint16Array]",Ir="[object Uint32Array]",Or={};Or[gr]=Or[br]=Or[xr]=Or[Ar]=Or[Pr]=Or[Fr]=Or[Dr]=Or[$n]=Or[Ir]=!0,Or[B]=Or[tr]=Or[Mr]=Or[rr]=Or[wr]=Or[ir]=Or[lr]=Or[mr]=Or[dr]=Or[_r]=Or[hr]=Or[fr]=Or[yr]=Or[Sr]=Or[vr]=!1;function Gr(Xn){return I(Xn)&&t(Xn.length)&&!!Or[e(Xn)]}return _baseIsTypedArray=Gr,_baseIsTypedArray}var _baseUnary,hasRequired_baseUnary;function require_baseUnary(){if(hasRequired_baseUnary)return _baseUnary;hasRequired_baseUnary=1;function e(t){return function(I){return t(I)}}return _baseUnary=e,_baseUnary}var _nodeUtil={exports:{}};_nodeUtil.exports;var hasRequired_nodeUtil;function require_nodeUtil(){return hasRequired_nodeUtil||(hasRequired_nodeUtil=1,(function(e,t){var I=require_freeGlobal(),B=t&&!t.nodeType&&t,tr=B&&!0&&e&&!e.nodeType&&e,rr=tr&&tr.exports===B,ir=rr&&I.process,lr=(function(){try{var mr=tr&&tr.require&&tr.require("util").types;return mr||ir&&ir.binding&&ir.binding("util")}catch{}})();e.exports=lr})(_nodeUtil,_nodeUtil.exports)),_nodeUtil.exports}var isTypedArray_1,hasRequiredIsTypedArray;function requireIsTypedArray(){if(hasRequiredIsTypedArray)return isTypedArray_1;hasRequiredIsTypedArray=1;var e=require_baseIsTypedArray(),t=require_baseUnary(),I=require_nodeUtil(),B=I&&I.isTypedArray,tr=B?t(B):e;return isTypedArray_1=tr,isTypedArray_1}var _arrayLikeKeys,hasRequired_arrayLikeKeys;function require_arrayLikeKeys(){if(hasRequired_arrayLikeKeys)return _arrayLikeKeys;hasRequired_arrayLikeKeys=1;var e=require_baseTimes(),t=requireIsArguments$1(),I=requireIsArray(),B=requireIsBuffer(),tr=require_isIndex(),rr=requireIsTypedArray(),ir=Object.prototype,lr=ir.hasOwnProperty;function mr(dr,_r){var hr=I(dr),fr=!hr&&t(dr),yr=!hr&&!fr&&B(dr),Sr=!hr&&!fr&&!yr&&rr(dr),vr=hr||fr||yr||Sr,Mr=vr?e(dr.length,String):[],wr=Mr.length;for(var gr in dr)(_r||lr.call(dr,gr))&&!(vr&&(gr=="length"||yr&&(gr=="offset"||gr=="parent")||Sr&&(gr=="buffer"||gr=="byteLength"||gr=="byteOffset")||tr(gr,wr)))&&Mr.push(gr);return Mr}return _arrayLikeKeys=mr,_arrayLikeKeys}var _isPrototype,hasRequired_isPrototype;function require_isPrototype(){if(hasRequired_isPrototype)return _isPrototype;hasRequired_isPrototype=1;var e=Object.prototype;function t(I){var B=I&&I.constructor,tr=typeof B=="function"&&B.prototype||e;return I===tr}return _isPrototype=t,_isPrototype}var _overArg,hasRequired_overArg;function require_overArg(){if(hasRequired_overArg)return _overArg;hasRequired_overArg=1;function e(t,I){return function(B){return t(I(B))}}return _overArg=e,_overArg}var _nativeKeys,hasRequired_nativeKeys;function require_nativeKeys(){if(hasRequired_nativeKeys)return _nativeKeys;hasRequired_nativeKeys=1;var e=require_overArg(),t=e(Object.keys,Object);return _nativeKeys=t,_nativeKeys}var _baseKeys,hasRequired_baseKeys;function require_baseKeys(){if(hasRequired_baseKeys)return _baseKeys;hasRequired_baseKeys=1;var e=require_isPrototype(),t=require_nativeKeys(),I=Object.prototype,B=I.hasOwnProperty;function tr(rr){if(!e(rr))return t(rr);var ir=[];for(var lr in Object(rr))B.call(rr,lr)&&lr!="constructor"&&ir.push(lr);return ir}return _baseKeys=tr,_baseKeys}var isArrayLike_1,hasRequiredIsArrayLike;function requireIsArrayLike(){if(hasRequiredIsArrayLike)return isArrayLike_1;hasRequiredIsArrayLike=1;var e=requireIsFunction(),t=requireIsLength();function I(B){return B!=null&&t(B.length)&&!e(B)}return isArrayLike_1=I,isArrayLike_1}var keys_1,hasRequiredKeys;function requireKeys(){if(hasRequiredKeys)return keys_1;hasRequiredKeys=1;var e=require_arrayLikeKeys(),t=require_baseKeys(),I=requireIsArrayLike();function B(tr){return I(tr)?e(tr):t(tr)}return keys_1=B,keys_1}var _baseAssign,hasRequired_baseAssign;function require_baseAssign(){if(hasRequired_baseAssign)return _baseAssign;hasRequired_baseAssign=1;var e=require_copyObject(),t=requireKeys();function I(B,tr){return B&&e(tr,t(tr),B)}return _baseAssign=I,_baseAssign}var _nativeKeysIn,hasRequired_nativeKeysIn;function require_nativeKeysIn(){if(hasRequired_nativeKeysIn)return _nativeKeysIn;hasRequired_nativeKeysIn=1;function e(t){var I=[];if(t!=null)for(var B in Object(t))I.push(B);return I}return _nativeKeysIn=e,_nativeKeysIn}var _baseKeysIn,hasRequired_baseKeysIn;function require_baseKeysIn(){if(hasRequired_baseKeysIn)return _baseKeysIn;hasRequired_baseKeysIn=1;var e=requireIsObject(),t=require_isPrototype(),I=require_nativeKeysIn(),B=Object.prototype,tr=B.hasOwnProperty;function rr(ir){if(!e(ir))return I(ir);var lr=t(ir),mr=[];for(var dr in ir)dr=="constructor"&&(lr||!tr.call(ir,dr))||mr.push(dr);return mr}return _baseKeysIn=rr,_baseKeysIn}var keysIn_1,hasRequiredKeysIn;function requireKeysIn(){if(hasRequiredKeysIn)return keysIn_1;hasRequiredKeysIn=1;var e=require_arrayLikeKeys(),t=require_baseKeysIn(),I=requireIsArrayLike();function B(tr){return I(tr)?e(tr,!0):t(tr)}return keysIn_1=B,keysIn_1}var _baseAssignIn,hasRequired_baseAssignIn;function require_baseAssignIn(){if(hasRequired_baseAssignIn)return _baseAssignIn;hasRequired_baseAssignIn=1;var e=require_copyObject(),t=requireKeysIn();function I(B,tr){return B&&e(tr,t(tr),B)}return _baseAssignIn=I,_baseAssignIn}var _cloneBuffer={exports:{}};_cloneBuffer.exports;var hasRequired_cloneBuffer;function require_cloneBuffer(){return hasRequired_cloneBuffer||(hasRequired_cloneBuffer=1,(function(e,t){var I=require_root(),B=t&&!t.nodeType&&t,tr=B&&!0&&e&&!e.nodeType&&e,rr=tr&&tr.exports===B,ir=rr?I.Buffer:void 0,lr=ir?ir.allocUnsafe:void 0;function mr(dr,_r){if(_r)return dr.slice();var hr=dr.length,fr=lr?lr(hr):new dr.constructor(hr);return dr.copy(fr),fr}e.exports=mr})(_cloneBuffer,_cloneBuffer.exports)),_cloneBuffer.exports}var _copyArray,hasRequired_copyArray;function require_copyArray(){if(hasRequired_copyArray)return _copyArray;hasRequired_copyArray=1;function e(t,I){var B=-1,tr=t.length;for(I||(I=Array(tr));++B<tr;)I[B]=t[B];return I}return _copyArray=e,_copyArray}var _arrayFilter,hasRequired_arrayFilter;function require_arrayFilter(){if(hasRequired_arrayFilter)return _arrayFilter;hasRequired_arrayFilter=1;function e(t,I){for(var B=-1,tr=t==null?0:t.length,rr=0,ir=[];++B<tr;){var lr=t[B];I(lr,B,t)&&(ir[rr++]=lr)}return ir}return _arrayFilter=e,_arrayFilter}var stubArray_1,hasRequiredStubArray;function requireStubArray(){if(hasRequiredStubArray)return stubArray_1;hasRequiredStubArray=1;function e(){return[]}return stubArray_1=e,stubArray_1}var _getSymbols,hasRequired_getSymbols;function require_getSymbols(){if(hasRequired_getSymbols)return _getSymbols;hasRequired_getSymbols=1;var e=require_arrayFilter(),t=requireStubArray(),I=Object.prototype,B=I.propertyIsEnumerable,tr=Object.getOwnPropertySymbols,rr=tr?function(ir){return ir==null?[]:(ir=Object(ir),e(tr(ir),function(lr){return B.call(ir,lr)}))}:t;return _getSymbols=rr,_getSymbols}var _copySymbols,hasRequired_copySymbols;function require_copySymbols(){if(hasRequired_copySymbols)return _copySymbols;hasRequired_copySymbols=1;var e=require_copyObject(),t=require_getSymbols();function I(B,tr){return e(B,t(B),tr)}return _copySymbols=I,_copySymbols}var _arrayPush,hasRequired_arrayPush;function require_arrayPush(){if(hasRequired_arrayPush)return _arrayPush;hasRequired_arrayPush=1;function e(t,I){for(var B=-1,tr=I.length,rr=t.length;++B<tr;)t[rr+B]=I[B];return t}return _arrayPush=e,_arrayPush}var _getPrototype,hasRequired_getPrototype;function require_getPrototype(){if(hasRequired_getPrototype)return _getPrototype;hasRequired_getPrototype=1;var e=require_overArg(),t=e(Object.getPrototypeOf,Object);return _getPrototype=t,_getPrototype}var _getSymbolsIn,hasRequired_getSymbolsIn;function require_getSymbolsIn(){if(hasRequired_getSymbolsIn)return _getSymbolsIn;hasRequired_getSymbolsIn=1;var e=require_arrayPush(),t=require_getPrototype(),I=require_getSymbols(),B=requireStubArray(),tr=Object.getOwnPropertySymbols,rr=tr?function(ir){for(var lr=[];ir;)e(lr,I(ir)),ir=t(ir);return lr}:B;return _getSymbolsIn=rr,_getSymbolsIn}var _copySymbolsIn,hasRequired_copySymbolsIn;function require_copySymbolsIn(){if(hasRequired_copySymbolsIn)return _copySymbolsIn;hasRequired_copySymbolsIn=1;var e=require_copyObject(),t=require_getSymbolsIn();function I(B,tr){return e(B,t(B),tr)}return _copySymbolsIn=I,_copySymbolsIn}var _baseGetAllKeys,hasRequired_baseGetAllKeys;function require_baseGetAllKeys(){if(hasRequired_baseGetAllKeys)return _baseGetAllKeys;hasRequired_baseGetAllKeys=1;var e=require_arrayPush(),t=requireIsArray();function I(B,tr,rr){var ir=tr(B);return t(B)?ir:e(ir,rr(B))}return _baseGetAllKeys=I,_baseGetAllKeys}var _getAllKeys,hasRequired_getAllKeys;function require_getAllKeys(){if(hasRequired_getAllKeys)return _getAllKeys;hasRequired_getAllKeys=1;var e=require_baseGetAllKeys(),t=require_getSymbols(),I=requireKeys();function B(tr){return e(tr,I,t)}return _getAllKeys=B,_getAllKeys}var _getAllKeysIn,hasRequired_getAllKeysIn;function require_getAllKeysIn(){if(hasRequired_getAllKeysIn)return _getAllKeysIn;hasRequired_getAllKeysIn=1;var e=require_baseGetAllKeys(),t=require_getSymbolsIn(),I=requireKeysIn();function B(tr){return e(tr,I,t)}return _getAllKeysIn=B,_getAllKeysIn}var _DataView,hasRequired_DataView;function require_DataView(){if(hasRequired_DataView)return _DataView;hasRequired_DataView=1;var e=require_getNative(),t=require_root(),I=e(t,"DataView");return _DataView=I,_DataView}var _Promise,hasRequired_Promise;function require_Promise(){if(hasRequired_Promise)return _Promise;hasRequired_Promise=1;var e=require_getNative(),t=require_root(),I=e(t,"Promise");return _Promise=I,_Promise}var _Set,hasRequired_Set;function require_Set(){if(hasRequired_Set)return _Set;hasRequired_Set=1;var e=require_getNative(),t=require_root(),I=e(t,"Set");return _Set=I,_Set}var _WeakMap,hasRequired_WeakMap;function require_WeakMap(){if(hasRequired_WeakMap)return _WeakMap;hasRequired_WeakMap=1;var e=require_getNative(),t=require_root(),I=e(t,"WeakMap");return _WeakMap=I,_WeakMap}var _getTag,hasRequired_getTag;function require_getTag(){if(hasRequired_getTag)return _getTag;hasRequired_getTag=1;var e=require_DataView(),t=require_Map(),I=require_Promise(),B=require_Set(),tr=require_WeakMap(),rr=require_baseGetTag(),ir=require_toSource(),lr="[object Map]",mr="[object Object]",dr="[object Promise]",_r="[object Set]",hr="[object WeakMap]",fr="[object DataView]",yr=ir(e),Sr=ir(t),vr=ir(I),Mr=ir(B),wr=ir(tr),gr=rr;return(e&&gr(new e(new ArrayBuffer(1)))!=fr||t&&gr(new t)!=lr||I&&gr(I.resolve())!=dr||B&&gr(new B)!=_r||tr&&gr(new tr)!=hr)&&(gr=function(br){var xr=rr(br),Ar=xr==mr?br.constructor:void 0,Pr=Ar?ir(Ar):"";if(Pr)switch(Pr){case yr:return fr;case Sr:return lr;case vr:return dr;case Mr:return _r;case wr:return hr}return xr}),_getTag=gr,_getTag}var _initCloneArray,hasRequired_initCloneArray;function require_initCloneArray(){if(hasRequired_initCloneArray)return _initCloneArray;hasRequired_initCloneArray=1;var e=Object.prototype,t=e.hasOwnProperty;function I(B){var tr=B.length,rr=new B.constructor(tr);return tr&&typeof B[0]=="string"&&t.call(B,"index")&&(rr.index=B.index,rr.input=B.input),rr}return _initCloneArray=I,_initCloneArray}var _Uint8Array,hasRequired_Uint8Array;function require_Uint8Array(){if(hasRequired_Uint8Array)return _Uint8Array;hasRequired_Uint8Array=1;var e=require_root(),t=e.Uint8Array;return _Uint8Array=t,_Uint8Array}var _cloneArrayBuffer,hasRequired_cloneArrayBuffer;function require_cloneArrayBuffer(){if(hasRequired_cloneArrayBuffer)return _cloneArrayBuffer;hasRequired_cloneArrayBuffer=1;var e=require_Uint8Array();function t(I){var B=new I.constructor(I.byteLength);return new e(B).set(new e(I)),B}return _cloneArrayBuffer=t,_cloneArrayBuffer}var _cloneDataView,hasRequired_cloneDataView;function require_cloneDataView(){if(hasRequired_cloneDataView)return _cloneDataView;hasRequired_cloneDataView=1;var e=require_cloneArrayBuffer();function t(I,B){var tr=B?e(I.buffer):I.buffer;return new I.constructor(tr,I.byteOffset,I.byteLength)}return _cloneDataView=t,_cloneDataView}var _cloneRegExp,hasRequired_cloneRegExp;function require_cloneRegExp(){if(hasRequired_cloneRegExp)return _cloneRegExp;hasRequired_cloneRegExp=1;var e=/\w*$/;function t(I){var B=new I.constructor(I.source,e.exec(I));return B.lastIndex=I.lastIndex,B}return _cloneRegExp=t,_cloneRegExp}var _cloneSymbol,hasRequired_cloneSymbol;function require_cloneSymbol(){if(hasRequired_cloneSymbol)return _cloneSymbol;hasRequired_cloneSymbol=1;var e=require_Symbol(),t=e?e.prototype:void 0,I=t?t.valueOf:void 0;function B(tr){return I?Object(I.call(tr)):{}}return _cloneSymbol=B,_cloneSymbol}var _cloneTypedArray,hasRequired_cloneTypedArray;function require_cloneTypedArray(){if(hasRequired_cloneTypedArray)return _cloneTypedArray;hasRequired_cloneTypedArray=1;var e=require_cloneArrayBuffer();function t(I,B){var tr=B?e(I.buffer):I.buffer;return new I.constructor(tr,I.byteOffset,I.length)}return _cloneTypedArray=t,_cloneTypedArray}var _initCloneByTag,hasRequired_initCloneByTag;function require_initCloneByTag(){if(hasRequired_initCloneByTag)return _initCloneByTag;hasRequired_initCloneByTag=1;var e=require_cloneArrayBuffer(),t=require_cloneDataView(),I=require_cloneRegExp(),B=require_cloneSymbol(),tr=require_cloneTypedArray(),rr="[object Boolean]",ir="[object Date]",lr="[object Map]",mr="[object Number]",dr="[object RegExp]",_r="[object Set]",hr="[object String]",fr="[object Symbol]",yr="[object ArrayBuffer]",Sr="[object DataView]",vr="[object Float32Array]",Mr="[object Float64Array]",wr="[object Int8Array]",gr="[object Int16Array]",br="[object Int32Array]",xr="[object Uint8Array]",Ar="[object Uint8ClampedArray]",Pr="[object Uint16Array]",Fr="[object Uint32Array]";function Dr($n,Ir,Or){var Gr=$n.constructor;switch(Ir){case yr:return e($n);case rr:case ir:return new Gr(+$n);case Sr:return t($n,Or);case vr:case Mr:case wr:case gr:case br:case xr:case Ar:case Pr:case Fr:return tr($n,Or);case lr:return new Gr;case mr:case hr:return new Gr($n);case dr:return I($n);case _r:return new Gr;case fr:return B($n)}}return _initCloneByTag=Dr,_initCloneByTag}var _baseCreate,hasRequired_baseCreate;function require_baseCreate(){if(hasRequired_baseCreate)return _baseCreate;hasRequired_baseCreate=1;var e=requireIsObject(),t=Object.create,I=(function(){function B(){}return function(tr){if(!e(tr))return{};if(t)return t(tr);B.prototype=tr;var rr=new B;return B.prototype=void 0,rr}})();return _baseCreate=I,_baseCreate}var _initCloneObject,hasRequired_initCloneObject;function require_initCloneObject(){if(hasRequired_initCloneObject)return _initCloneObject;hasRequired_initCloneObject=1;var e=require_baseCreate(),t=require_getPrototype(),I=require_isPrototype();function B(tr){return typeof tr.constructor=="function"&&!I(tr)?e(t(tr)):{}}return _initCloneObject=B,_initCloneObject}var _baseIsMap,hasRequired_baseIsMap;function require_baseIsMap(){if(hasRequired_baseIsMap)return _baseIsMap;hasRequired_baseIsMap=1;var e=require_getTag(),t=requireIsObjectLike(),I="[object Map]";function B(tr){return t(tr)&&e(tr)==I}return _baseIsMap=B,_baseIsMap}var isMap_1,hasRequiredIsMap;function requireIsMap(){if(hasRequiredIsMap)return isMap_1;hasRequiredIsMap=1;var e=require_baseIsMap(),t=require_baseUnary(),I=require_nodeUtil(),B=I&&I.isMap,tr=B?t(B):e;return isMap_1=tr,isMap_1}var _baseIsSet,hasRequired_baseIsSet;function require_baseIsSet(){if(hasRequired_baseIsSet)return _baseIsSet;hasRequired_baseIsSet=1;var e=require_getTag(),t=requireIsObjectLike(),I="[object Set]";function B(tr){return t(tr)&&e(tr)==I}return _baseIsSet=B,_baseIsSet}var isSet_1,hasRequiredIsSet;function requireIsSet(){if(hasRequiredIsSet)return isSet_1;hasRequiredIsSet=1;var e=require_baseIsSet(),t=require_baseUnary(),I=require_nodeUtil(),B=I&&I.isSet,tr=B?t(B):e;return isSet_1=tr,isSet_1}var _baseClone,hasRequired_baseClone;function require_baseClone(){if(hasRequired_baseClone)return _baseClone;hasRequired_baseClone=1;var e=require_Stack(),t=require_arrayEach(),I=require_assignValue(),B=require_baseAssign(),tr=require_baseAssignIn(),rr=require_cloneBuffer(),ir=require_copyArray(),lr=require_copySymbols(),mr=require_copySymbolsIn(),dr=require_getAllKeys(),_r=require_getAllKeysIn(),hr=require_getTag(),fr=require_initCloneArray(),yr=require_initCloneByTag(),Sr=require_initCloneObject(),vr=requireIsArray(),Mr=requireIsBuffer(),wr=requireIsMap(),gr=requireIsObject(),br=requireIsSet(),xr=requireKeys(),Ar=requireKeysIn(),Pr=1,Fr=2,Dr=4,$n="[object Arguments]",Ir="[object Array]",Or="[object Boolean]",Gr="[object Date]",Xn="[object Error]",Cr="[object Function]",kr="[object GeneratorFunction]",qn="[object Map]",oi="[object Number]",ci="[object Object]",ei="[object RegExp]",Ur="[object Set]",ti="[object String]",si="[object Symbol]",Qr="[object WeakMap]",$r="[object ArrayBuffer]",zr="[object DataView]",Kn="[object Float32Array]",li="[object Float64Array]",ii="[object Int8Array]",ri="[object Int16Array]",ai="[object Int32Array]",pi="[object Uint8Array]",hi="[object Uint8ClampedArray]",_i="[object Uint16Array]",Jr="[object Uint32Array]",Zn={};Zn[$n]=Zn[Ir]=Zn[$r]=Zn[zr]=Zn[Or]=Zn[Gr]=Zn[Kn]=Zn[li]=Zn[ii]=Zn[ri]=Zn[ai]=Zn[qn]=Zn[oi]=Zn[ci]=Zn[ei]=Zn[Ur]=Zn[ti]=Zn[si]=Zn[pi]=Zn[hi]=Zn[_i]=Zn[Jr]=!0,Zn[Xn]=Zn[Cr]=Zn[Qr]=!1;function gi(fi,Mi,ni,vi,bi,Si){var yi,Hn=Mi&Pr,Yn=Mi&Fr,ui=Mi&Dr;if(ni&&(yi=bi?ni(fi,vi,bi,Si):ni(fi)),yi!==void 0)return yi;if(!gr(fi))return fi;var mi=vr(fi);if(mi){if(yi=fr(fi),!Hn)return ir(fi,yi)}else{var Jn=hr(fi),Lr=Jn==Cr||Jn==kr;if(Mr(fi))return rr(fi,Hn);if(Jn==ci||Jn==$n||Lr&&!bi){if(yi=Yn||Lr?{}:Sr(fi),!Hn)return Yn?mr(fi,tr(yi,fi)):lr(fi,B(yi,fi))}else{if(!Zn[Jn])return bi?fi:{};yi=yr(fi,Jn,Hn)}}Si||(Si=new e);var di=Si.get(fi);if(di)return di;Si.set(fi,yi),br(fi)?fi.forEach(function(qi){yi.add(gi(qi,Mi,ni,qi,fi,Si))}):wr(fi)&&fi.forEach(function(qi,xi){yi.set(xi,gi(qi,Mi,ni,xi,fi,Si))});var wi=ui?Yn?_r:dr:Yn?Ar:xr,Ei=mi?void 0:wi(fi);return t(Ei||fi,function(qi,xi){Ei&&(xi=qi,qi=fi[xi]),I(yi,xi,gi(qi,Mi,ni,xi,fi,Si))}),yi}return _baseClone=gi,_baseClone}var cloneDeep_1,hasRequiredCloneDeep;function requireCloneDeep(){if(hasRequiredCloneDeep)return cloneDeep_1;hasRequiredCloneDeep=1;var e=require_baseClone(),t=1,I=4;function B(tr){return e(tr,t|I)}return cloneDeep_1=B,cloneDeep_1}var identity_1,hasRequiredIdentity;function requireIdentity(){if(hasRequiredIdentity)return identity_1;hasRequiredIdentity=1;function e(t){return t}return identity_1=e,identity_1}var _apply,hasRequired_apply;function require_apply(){if(hasRequired_apply)return _apply;hasRequired_apply=1;function e(t,I,B){switch(B.length){case 0:return t.call(I);case 1:return t.call(I,B[0]);case 2:return t.call(I,B[0],B[1]);case 3:return t.call(I,B[0],B[1],B[2])}return t.apply(I,B)}return _apply=e,_apply}var _overRest,hasRequired_overRest;function require_overRest(){if(hasRequired_overRest)return _overRest;hasRequired_overRest=1;var e=require_apply(),t=Math.max;function I(B,tr,rr){return tr=t(tr===void 0?B.length-1:tr,0),function(){for(var ir=arguments,lr=-1,mr=t(ir.length-tr,0),dr=Array(mr);++lr<mr;)dr[lr]=ir[tr+lr];lr=-1;for(var _r=Array(tr+1);++lr<tr;)_r[lr]=ir[lr];return _r[tr]=rr(dr),e(B,this,_r)}}return _overRest=I,_overRest}var constant_1,hasRequiredConstant;function requireConstant(){if(hasRequiredConstant)return constant_1;hasRequiredConstant=1;function e(t){return function(){return t}}return constant_1=e,constant_1}var _baseSetToString,hasRequired_baseSetToString;function require_baseSetToString(){if(hasRequired_baseSetToString)return _baseSetToString;hasRequired_baseSetToString=1;var e=requireConstant(),t=require_defineProperty(),I=requireIdentity(),B=t?function(tr,rr){return t(tr,"toString",{configurable:!0,enumerable:!1,value:e(rr),writable:!0})}:I;return _baseSetToString=B,_baseSetToString}var _shortOut,hasRequired_shortOut;function require_shortOut(){if(hasRequired_shortOut)return _shortOut;hasRequired_shortOut=1;var e=800,t=16,I=Date.now;function B(tr){var rr=0,ir=0;return function(){var lr=I(),mr=t-(lr-ir);if(ir=lr,mr>0){if(++rr>=e)return arguments[0]}else rr=0;return tr.apply(void 0,arguments)}}return _shortOut=B,_shortOut}var _setToString,hasRequired_setToString;function require_setToString(){if(hasRequired_setToString)return _setToString;hasRequired_setToString=1;var e=require_baseSetToString(),t=require_shortOut(),I=t(e);return _setToString=I,_setToString}var _baseRest,hasRequired_baseRest;function require_baseRest(){if(hasRequired_baseRest)return _baseRest;hasRequired_baseRest=1;var e=requireIdentity(),t=require_overRest(),I=require_setToString();function B(tr,rr){return I(t(tr,rr,e),tr+"")}return _baseRest=B,_baseRest}var _isIterateeCall,hasRequired_isIterateeCall;function require_isIterateeCall(){if(hasRequired_isIterateeCall)return _isIterateeCall;hasRequired_isIterateeCall=1;var e=requireEq(),t=requireIsArrayLike(),I=require_isIndex(),B=requireIsObject();function tr(rr,ir,lr){if(!B(lr))return!1;var mr=typeof ir;return(mr=="number"?t(lr)&&I(ir,lr.length):mr=="string"&&ir in lr)?e(lr[ir],rr):!1}return _isIterateeCall=tr,_isIterateeCall}var defaults_1,hasRequiredDefaults;function requireDefaults(){if(hasRequiredDefaults)return defaults_1;hasRequiredDefaults=1;var e=require_baseRest(),t=requireEq(),I=require_isIterateeCall(),B=requireKeysIn(),tr=Object.prototype,rr=tr.hasOwnProperty,ir=e(function(lr,mr){lr=Object(lr);var dr=-1,_r=mr.length,hr=_r>2?mr[2]:void 0;for(hr&&I(mr[0],mr[1],hr)&&(_r=1);++dr<_r;)for(var fr=mr[dr],yr=B(fr),Sr=-1,vr=yr.length;++Sr<vr;){var Mr=yr[Sr],wr=lr[Mr];(wr===void 0||t(wr,tr[Mr])&&!rr.call(lr,Mr))&&(lr[Mr]=fr[Mr])}return lr});return defaults_1=ir,defaults_1}var _arrayMap,hasRequired_arrayMap;function require_arrayMap(){if(hasRequired_arrayMap)return _arrayMap;hasRequired_arrayMap=1;function e(t,I){for(var B=-1,tr=t==null?0:t.length,rr=Array(tr);++B<tr;)rr[B]=I(t[B],B,t);return rr}return _arrayMap=e,_arrayMap}var isSymbol_1,hasRequiredIsSymbol;function requireIsSymbol(){if(hasRequiredIsSymbol)return isSymbol_1;hasRequiredIsSymbol=1;var e=require_baseGetTag(),t=requireIsObjectLike(),I="[object Symbol]";function B(tr){return typeof tr=="symbol"||t(tr)&&e(tr)==I}return isSymbol_1=B,isSymbol_1}var _baseToString,hasRequired_baseToString;function require_baseToString(){if(hasRequired_baseToString)return _baseToString;hasRequired_baseToString=1;var e=require_Symbol(),t=require_arrayMap(),I=requireIsArray(),B=requireIsSymbol(),tr=e?e.prototype:void 0,rr=tr?tr.toString:void 0;function ir(lr){if(typeof lr=="string")return lr;if(I(lr))return t(lr,ir)+"";if(B(lr))return rr?rr.call(lr):"";var mr=lr+"";return mr=="0"&&1/lr==-1/0?"-0":mr}return _baseToString=ir,_baseToString}var toString_1,hasRequiredToString;function requireToString(){if(hasRequiredToString)return toString_1;hasRequiredToString=1;var e=require_baseToString();function t(I){return I==null?"":e(I)}return toString_1=t,toString_1}var uniqueId_1,hasRequiredUniqueId;function requireUniqueId(){if(hasRequiredUniqueId)return uniqueId_1;hasRequiredUniqueId=1;var e=requireToString(),t=0;function I(B){var tr=++t;return e(B)+tr}return uniqueId_1=I,uniqueId_1}var timeout={},hasRequiredTimeout;function requireTimeout(){if(hasRequiredTimeout)return timeout;hasRequiredTimeout=1;class e extends Error{constructor(B){super(B),this.name="KnexTimeoutError"}}function t(I,B){return new Promise(function(tr,rr){const ir=setTimeout(function(){rr(new e("operation timed out"))},B);function lr(dr){clearTimeout(ir),tr(dr)}function mr(dr){clearTimeout(ir),rr(dr)}I.then(lr,mr)})}return timeout.KnexTimeoutError=e,timeout.timeout=t,timeout}var ensureConnectionCallback_1,hasRequiredEnsureConnectionCallback;function requireEnsureConnectionCallback(){if(hasRequiredEnsureConnectionCallback)return ensureConnectionCallback_1;hasRequiredEnsureConnectionCallback=1;function e(I){I.client.emit("start",I.builder),I.builder.emit("start",I.builder);const B=I.builder.toSQL();return I.builder._debug&&I.client.logger.debug(B),Array.isArray(B)?I.queryArray(B):I.query(B)}function t(I,B){try{const tr=I.builder.toSQL();if(Array.isArray(tr)&&B.hasHandler)throw new Error("The stream may only be used with a single query statement.");return I.client.stream(I.connection,tr,B.stream,B.options)}catch(tr){throw B.stream.emit("error",tr),tr}}return ensureConnectionCallback_1={ensureConnectionCallback:e,ensureConnectionStreamCallback:t},ensureConnectionCallback_1}var runner,hasRequiredRunner;function requireRunner(){if(hasRequiredRunner)return runner;hasRequiredRunner=1;const{KnexTimeoutError:e}=requireTimeout(),{timeout:t}=requireTimeout(),{ensureConnectionCallback:I,ensureConnectionStreamCallback:B}=requireEnsureConnectionCallback();let tr;class rr{constructor(lr,mr){this.client=lr,this.builder=mr,this.queries=[],this.connection=void 0}async run(){const lr=this;try{const mr=await this.ensureConnection(I);return lr.builder.emit("end"),mr}catch(mr){throw lr.builder._events&&lr.builder._events.error&&lr.builder.emit("error",mr),mr}}stream(lr,mr){const dr=typeof lr=="function"&&arguments.length===1,_r=dr?{}:lr,hr=dr?lr:mr,fr=typeof hr=="function";tr=tr||require$$9.Transform;const yr=this.builder.queryContext(),Sr=new tr({objectMode:!0,transform:(Mr,wr,gr)=>{gr(null,this.client.postProcessResponse(Mr,yr))}});Sr.on("close",()=>{this.client.releaseConnection(this.connection)}),Sr.on("pipe",Mr=>{const wr=()=>{Mr.closed||Mr.destroy()};Sr.closed?wr():Sr.on("close",wr)});const vr=this.ensureConnection(B,{options:_r,hasHandler:fr,stream:Sr}).catch(Mr=>{this.connection||Sr.emit("error",Mr)});return fr?(hr(Sr),vr):Sr}pipe(lr,mr){return this.stream(mr).pipe(lr)}async query(lr){const{__knexUid:mr,__knexTxId:dr}=this.connection;this.builder.emit("query",Object.assign({__knexUid:mr,__knexTxId:dr},lr));const _r=this,hr=this.builder.queryContext();lr!==null&&typeof lr=="object"&&(lr.queryContext=hr);let fr=this.client.query(this.connection,lr);return lr.timeout&&(fr=t(fr,lr.timeout)),fr.then(yr=>this.client.processResponse(yr,_r)).then(yr=>{const Sr=this.client.postProcessResponse(yr,hr);return this.builder.emit("query-response",Sr,Object.assign({__knexUid:mr,__knexTxId:dr},lr),this.builder),this.client.emit("query-response",Sr,Object.assign({__knexUid:mr,__knexTxId:dr},lr),this.builder),Sr}).catch(yr=>{if(!(yr instanceof e))return Promise.reject(yr);const{timeout:Sr,sql:vr,bindings:Mr}=lr;let wr;return lr.cancelOnTimeout?wr=this.client.cancelQuery(this.connection):(this.connection.__knex__disposed=yr,wr=Promise.resolve()),wr.catch(gr=>{throw this.connection.__knex__disposed=yr,Object.assign(gr,{message:`After query timeout of ${Sr}ms exceeded, cancelling of query failed.`,sql:vr,bindings:Mr,timeout:Sr})}).then(()=>{throw Object.assign(yr,{message:`Defined query timeout of ${Sr}ms exceeded when running query.`,sql:vr,bindings:Mr,timeout:Sr})})}).catch(yr=>{throw this.builder.emit("query-error",yr,Object.assign({__knexUid:mr,__knexTxId:dr,queryContext:hr},lr)),yr})}async queryArray(lr){if(lr.length===1){const dr=lr[0];if(!dr.statementsProducer)return this.query(dr);const _r=await dr.statementsProducer(void 0,this.connection),hr=_r.sql.map(vr=>({sql:vr,bindings:dr.bindings})),fr=_r.pre.map(vr=>({sql:vr,bindings:dr.bindings})),yr=_r.post.map(vr=>({sql:vr,bindings:dr.bindings}));let Sr=[];await this.queryArray(fr);try{await this.client.transaction(async vr=>{const Mr=new rr(vr.client,this.builder);if(Mr.connection=this.connection,Sr=await Mr.queryArray(hr),_r.check&&(await vr.raw(_r.check)).length>0)throw new Error("FOREIGN KEY constraint failed")},{connection:this.connection})}finally{await this.queryArray(yr)}return Sr}const mr=[];for(const dr of lr)mr.push(await this.queryArray([dr]));return mr}async ensureConnection(lr,mr){if(this.builder._connection&&(this.connection=this.builder._connection),this.connection)return lr(this,mr);let dr;try{dr=await this.client.acquireConnection()}catch(_r){if(!(_r instanceof e))return Promise.reject(_r);throw this.builder&&(_r.sql=this.builder.sql,_r.bindings=this.builder.bindings),_r}try{return this.connection=dr,await lr(this,mr)}finally{await this.client.releaseConnection(dr)}}}return runner=rr,runner}var browser={exports:{}},ms,hasRequiredMs;function requireMs(){if(hasRequiredMs)return ms;hasRequiredMs=1;var e=1e3,t=e*60,I=t*60,B=I*24,tr=B*7,rr=B*365.25;ms=function(_r,hr){hr=hr||{};var fr=typeof _r;if(fr==="string"&&_r.length>0)return ir(_r);if(fr==="number"&&isFinite(_r))return hr.long?mr(_r):lr(_r);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(_r))};function ir(_r){if(_r=String(_r),!(_r.length>100)){var hr=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(_r);if(hr){var fr=parseFloat(hr[1]),yr=(hr[2]||"ms").toLowerCase();switch(yr){case"years":case"year":case"yrs":case"yr":case"y":return fr*rr;case"weeks":case"week":case"w":return fr*tr;case"days":case"day":case"d":return fr*B;case"hours":case"hour":case"hrs":case"hr":case"h":return fr*I;case"minutes":case"minute":case"mins":case"min":case"m":return fr*t;case"seconds":case"second":case"secs":case"sec":case"s":return fr*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return fr;default:return}}}}function lr(_r){var hr=Math.abs(_r);return hr>=B?Math.round(_r/B)+"d":hr>=I?Math.round(_r/I)+"h":hr>=t?Math.round(_r/t)+"m":hr>=e?Math.round(_r/e)+"s":_r+"ms"}function mr(_r){var hr=Math.abs(_r);return hr>=B?dr(_r,hr,B,"day"):hr>=I?dr(_r,hr,I,"hour"):hr>=t?dr(_r,hr,t,"minute"):hr>=e?dr(_r,hr,e,"second"):_r+" ms"}function dr(_r,hr,fr,yr){var Sr=hr>=fr*1.5;return Math.round(_r/fr)+" "+yr+(Sr?"s":"")}return ms}var common,hasRequiredCommon;function requireCommon(){if(hasRequiredCommon)return common;hasRequiredCommon=1;function e(t){B.debug=B,B.default=B,B.coerce=dr,B.disable=ir,B.enable=rr,B.enabled=lr,B.humanize=requireMs(),B.destroy=_r,Object.keys(t).forEach(hr=>{B[hr]=t[hr]}),B.names=[],B.skips=[],B.formatters={};function I(hr){let fr=0;for(let yr=0;yr<hr.length;yr++)fr=(fr<<5)-fr+hr.charCodeAt(yr),fr|=0;return B.colors[Math.abs(fr)%B.colors.length]}B.selectColor=I;function B(hr){let fr,yr=null,Sr,vr;function Mr(...wr){if(!Mr.enabled)return;const gr=Mr,br=Number(new Date),xr=br-(fr||br);gr.diff=xr,gr.prev=fr,gr.curr=br,fr=br,wr[0]=B.coerce(wr[0]),typeof wr[0]!="string"&&wr.unshift("%O");let Ar=0;wr[0]=wr[0].replace(/%([a-zA-Z%])/g,(Fr,Dr)=>{if(Fr==="%%")return"%";Ar++;const $n=B.formatters[Dr];if(typeof $n=="function"){const Ir=wr[Ar];Fr=$n.call(gr,Ir),wr.splice(Ar,1),Ar--}return Fr}),B.formatArgs.call(gr,wr),(gr.log||B.log).apply(gr,wr)}return Mr.namespace=hr,Mr.useColors=B.useColors(),Mr.color=B.selectColor(hr),Mr.extend=tr,Mr.destroy=B.destroy,Object.defineProperty(Mr,"enabled",{enumerable:!0,configurable:!1,get:()=>yr!==null?yr:(Sr!==B.namespaces&&(Sr=B.namespaces,vr=B.enabled(hr)),vr),set:wr=>{yr=wr}}),typeof B.init=="function"&&B.init(Mr),Mr}function tr(hr,fr){const yr=B(this.namespace+(typeof fr>"u"?":":fr)+hr);return yr.log=this.log,yr}function rr(hr){B.save(hr),B.namespaces=hr,B.names=[],B.skips=[];let fr;const yr=(typeof hr=="string"?hr:"").split(/[\s,]+/),Sr=yr.length;for(fr=0;fr<Sr;fr++)yr[fr]&&(hr=yr[fr].replace(/\*/g,".*?"),hr[0]==="-"?B.skips.push(new RegExp("^"+hr.slice(1)+"$")):B.names.push(new RegExp("^"+hr+"$")))}function ir(){const hr=[...B.names.map(mr),...B.skips.map(mr).map(fr=>"-"+fr)].join(",");return B.enable(""),hr}function lr(hr){if(hr[hr.length-1]==="*")return!0;let fr,yr;for(fr=0,yr=B.skips.length;fr<yr;fr++)if(B.skips[fr].test(hr))return!1;for(fr=0,yr=B.names.length;fr<yr;fr++)if(B.names[fr].test(hr))return!0;return!1}function mr(hr){return hr.toString().substring(2,hr.toString().length-2).replace(/\.\*\?$/,"*")}function dr(hr){return hr instanceof Error?hr.stack||hr.message:hr}function _r(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return B.enable(B.load()),B}return common=e,common}var hasRequiredBrowser;function requireBrowser(){return hasRequiredBrowser||(hasRequiredBrowser=1,(function(e,t){var I={};t.formatArgs=tr,t.save=rr,t.load=ir,t.useColors=B,t.storage=lr(),t.destroy=(()=>{let dr=!1;return()=>{dr||(dr=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function B(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function tr(dr){if(dr[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+dr[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const _r="color: "+this.color;dr.splice(1,0,_r,"color: inherit");let hr=0,fr=0;dr[0].replace(/%[a-zA-Z%]/g,yr=>{yr!=="%%"&&(hr++,yr==="%c"&&(fr=hr))}),dr.splice(fr,0,_r)}t.log=console.debug||console.log||(()=>{});function rr(dr){try{dr?t.storage.setItem("debug",dr):t.storage.removeItem("debug")}catch{}}function ir(){let dr;try{dr=t.storage.getItem("debug")}catch{}return!dr&&typeof process$1<"u"&&"env"in process$1&&(dr=I.DEBUG),dr}function lr(){try{return localStorage}catch{}}e.exports=requireCommon()(t);const{formatters:mr}=e.exports;mr.j=function(dr){try{return JSON.stringify(dr)}catch(_r){return"[UnexpectedJSONParseError]: "+_r.message}}})(browser,browser.exports)),browser.exports}var noop,hasRequiredNoop$1;function requireNoop$1(){return hasRequiredNoop$1||(hasRequiredNoop$1=1,noop=function(){}),noop}var FunctionHelper_1,hasRequiredFunctionHelper;function requireFunctionHelper(){if(hasRequiredFunctionHelper)return FunctionHelper_1;hasRequiredFunctionHelper=1;class e{constructor(I){this.client=I}now(I){return typeof I=="number"?this.client.raw(`CURRENT_TIMESTAMP(${I})`):this.client.raw("CURRENT_TIMESTAMP")}uuid(){switch(this.client.driverName){case"sqlite3":case"better-sqlite3":return this.client.raw("(lower(hex(randomblob(4))) || '-' || lower(hex(randomblob(2))) || '-4' || substr(lower(hex(randomblob(2))),2) || '-' || substr('89ab',abs(random()) % 4 + 1, 1) || substr(lower(hex(randomblob(2))),2) || '-' || lower(hex(randomblob(6))))");case"mssql":return this.client.raw("(NEWID())");case"pg":case"pgnative":case"cockroachdb":return this.client.raw("(gen_random_uuid())");case"oracle":case"oracledb":return this.client.raw("(random_uuid())");case"mysql":case"mysql2":return this.client.raw("(UUID())");default:throw new Error(`${this.client.driverName} does not have a uuid function`)}}uuidToBin(I,B=!0){const tr=Buffer.from(I.replace(/-/g,""),"hex");return B?Buffer.concat([tr.slice(6,8),tr.slice(4,6),tr.slice(0,4),tr.slice(8,16)]):Buffer.concat([tr.slice(0,4),tr.slice(4,6),tr.slice(6,8),tr.slice(8,16)])}binToUuid(I,B=!0){const tr=Buffer.from(I,"hex");return B?[tr.toString("hex",4,8),tr.toString("hex",2,4),tr.toString("hex",0,2),tr.toString("hex",8,10),tr.toString("hex",10,16)].join("-"):[tr.toString("hex",0,4),tr.toString("hex",4,6),tr.toString("hex",6,8),tr.toString("hex",8,10),tr.toString("hex",10,16)].join("-")}}return FunctionHelper_1=e,FunctionHelper_1}var methodConstants,hasRequiredMethodConstants;function requireMethodConstants(){return hasRequiredMethodConstants||(hasRequiredMethodConstants=1,methodConstants=["with","withRecursive","withMaterialized","withNotMaterialized","select","as","columns","column","from","fromJS","fromRaw","into","withSchema","table","distinct","join","joinRaw","innerJoin","leftJoin","leftOuterJoin","rightJoin","rightOuterJoin","outerJoin","fullOuterJoin","crossJoin","where","andWhere","orWhere","whereNot","orWhereNot","whereLike","andWhereLike","orWhereLike","whereILike","andWhereILike","orWhereILike","whereRaw","whereWrapped","havingWrapped","orWhereRaw","whereExists","orWhereExists","whereNotExists","orWhereNotExists","whereIn","orWhereIn","whereNotIn","orWhereNotIn","whereNull","orWhereNull","whereNotNull","orWhereNotNull","whereBetween","whereNotBetween","andWhereBetween","andWhereNotBetween","orWhereBetween","orWhereNotBetween","groupBy","groupByRaw","orderBy","orderByRaw","union","unionAll","intersect","except","having","havingRaw","orHaving","orHavingRaw","offset","limit","count","countDistinct","min","max","sum","sumDistinct","avg","avgDistinct","increment","decrement","first","debug","pluck","clearSelect","clearWhere","clearGroup","clearOrder","clearHaving","insert","update","returning","del","delete","truncate","transacting","connection","jsonExtract","jsonSet","jsonInsert","jsonRemove","whereJsonObject","orWhereJsonObject","andWhereJsonObject","whereNotJsonObject","orWhereNotJsonObject","andWhereNotJsonObject","whereJsonPath","orWhereJsonPath","andWhereJsonPath","whereJsonSupersetOf","orWhereJsonSupersetOf","andWhereJsonSupersetOf","whereJsonNotSupersetOf","orWhereJsonNotSupersetOf","andWhereJsonNotSupersetOf","whereJsonSubsetOf","orWhereJsonSubsetOf","andWhereJsonSubsetOf","whereJsonNotSubsetOf","orWhereJsonNotSubsetOf","andWhereJsonNotSubsetOf"]),methodConstants}var _assignMergeValue,hasRequired_assignMergeValue;function require_assignMergeValue(){if(hasRequired_assignMergeValue)return _assignMergeValue;hasRequired_assignMergeValue=1;var e=require_baseAssignValue(),t=requireEq();function I(B,tr,rr){(rr!==void 0&&!t(B[tr],rr)||rr===void 0&&!(tr in B))&&e(B,tr,rr)}return _assignMergeValue=I,_assignMergeValue}var _createBaseFor,hasRequired_createBaseFor;function require_createBaseFor(){if(hasRequired_createBaseFor)return _createBaseFor;hasRequired_createBaseFor=1;function e(t){return function(I,B,tr){for(var rr=-1,ir=Object(I),lr=tr(I),mr=lr.length;mr--;){var dr=lr[t?mr:++rr];if(B(ir[dr],dr,ir)===!1)break}return I}}return _createBaseFor=e,_createBaseFor}var _baseFor,hasRequired_baseFor;function require_baseFor(){if(hasRequired_baseFor)return _baseFor;hasRequired_baseFor=1;var e=require_createBaseFor(),t=e();return _baseFor=t,_baseFor}var isArrayLikeObject_1,hasRequiredIsArrayLikeObject;function requireIsArrayLikeObject(){if(hasRequiredIsArrayLikeObject)return isArrayLikeObject_1;hasRequiredIsArrayLikeObject=1;var e=requireIsArrayLike(),t=requireIsObjectLike();function I(B){return t(B)&&e(B)}return isArrayLikeObject_1=I,isArrayLikeObject_1}var isPlainObject_1,hasRequiredIsPlainObject;function requireIsPlainObject(){if(hasRequiredIsPlainObject)return isPlainObject_1;hasRequiredIsPlainObject=1;var e=require_baseGetTag(),t=require_getPrototype(),I=requireIsObjectLike(),B="[object Object]",tr=Function.prototype,rr=Object.prototype,ir=tr.toString,lr=rr.hasOwnProperty,mr=ir.call(Object);function dr(_r){if(!I(_r)||e(_r)!=B)return!1;var hr=t(_r);if(hr===null)return!0;var fr=lr.call(hr,"constructor")&&hr.constructor;return typeof fr=="function"&&fr instanceof fr&&ir.call(fr)==mr}return isPlainObject_1=dr,isPlainObject_1}var _safeGet,hasRequired_safeGet;function require_safeGet(){if(hasRequired_safeGet)return _safeGet;hasRequired_safeGet=1;function e(t,I){if(!(I==="constructor"&&typeof t[I]=="function")&&I!="__proto__")return t[I]}return _safeGet=e,_safeGet}var toPlainObject_1,hasRequiredToPlainObject;function requireToPlainObject(){if(hasRequiredToPlainObject)return toPlainObject_1;hasRequiredToPlainObject=1;var e=require_copyObject(),t=requireKeysIn();function I(B){return e(B,t(B))}return toPlainObject_1=I,toPlainObject_1}var _baseMergeDeep,hasRequired_baseMergeDeep;function require_baseMergeDeep(){if(hasRequired_baseMergeDeep)return _baseMergeDeep;hasRequired_baseMergeDeep=1;var e=require_assignMergeValue(),t=require_cloneBuffer(),I=require_cloneTypedArray(),B=require_copyArray(),tr=require_initCloneObject(),rr=requireIsArguments$1(),ir=requireIsArray(),lr=requireIsArrayLikeObject(),mr=requireIsBuffer(),dr=requireIsFunction(),_r=requireIsObject(),hr=requireIsPlainObject(),fr=requireIsTypedArray(),yr=require_safeGet(),Sr=requireToPlainObject();function vr(Mr,wr,gr,br,xr,Ar,Pr){var Fr=yr(Mr,gr),Dr=yr(wr,gr),$n=Pr.get(Dr);if($n){e(Mr,gr,$n);return}var Ir=Ar?Ar(Fr,Dr,gr+"",Mr,wr,Pr):void 0,Or=Ir===void 0;if(Or){var Gr=ir(Dr),Xn=!Gr&&mr(Dr),Cr=!Gr&&!Xn&&fr(Dr);Ir=Dr,Gr||Xn||Cr?ir(Fr)?Ir=Fr:lr(Fr)?Ir=B(Fr):Xn?(Or=!1,Ir=t(Dr,!0)):Cr?(Or=!1,Ir=I(Dr,!0)):Ir=[]:hr(Dr)||rr(Dr)?(Ir=Fr,rr(Fr)?Ir=Sr(Fr):(!_r(Fr)||dr(Fr))&&(Ir=tr(Dr))):Or=!1}Or&&(Pr.set(Dr,Ir),xr(Ir,Dr,br,Ar,Pr),Pr.delete(Dr)),e(Mr,gr,Ir)}return _baseMergeDeep=vr,_baseMergeDeep}var _baseMerge,hasRequired_baseMerge;function require_baseMerge(){if(hasRequired_baseMerge)return _baseMerge;hasRequired_baseMerge=1;var e=require_Stack(),t=require_assignMergeValue(),I=require_baseFor(),B=require_baseMergeDeep(),tr=requireIsObject(),rr=requireKeysIn(),ir=require_safeGet();function lr(mr,dr,_r,hr,fr){mr!==dr&&I(dr,function(yr,Sr){if(fr||(fr=new e),tr(yr))B(mr,dr,Sr,_r,lr,hr,fr);else{var vr=hr?hr(ir(mr,Sr),yr,Sr+"",mr,dr,fr):void 0;vr===void 0&&(vr=yr),t(mr,Sr,vr)}},rr)}return _baseMerge=lr,_baseMerge}var _createAssigner,hasRequired_createAssigner;function require_createAssigner(){if(hasRequired_createAssigner)return _createAssigner;hasRequired_createAssigner=1;var e=require_baseRest(),t=require_isIterateeCall();function I(B){return e(function(tr,rr){var ir=-1,lr=rr.length,mr=lr>1?rr[lr-1]:void 0,dr=lr>2?rr[2]:void 0;for(mr=B.length>3&&typeof mr=="function"?(lr--,mr):void 0,dr&&t(rr[0],rr[1],dr)&&(mr=lr<3?void 0:mr,lr=1),tr=Object(tr);++ir<lr;){var _r=rr[ir];_r&&B(tr,_r,ir,mr)}return tr})}return _createAssigner=I,_createAssigner}var merge_1,hasRequiredMerge;function requireMerge(){if(hasRequiredMerge)return merge_1;hasRequiredMerge=1;var e=require_baseMerge(),t=require_createAssigner(),I=t(function(B,tr,rr){e(B,tr,rr)});return merge_1=I,merge_1}var _baseSlice,hasRequired_baseSlice;function require_baseSlice(){if(hasRequired_baseSlice)return _baseSlice;hasRequired_baseSlice=1;function e(t,I,B){var tr=-1,rr=t.length;I<0&&(I=-I>rr?0:rr+I),B=B>rr?rr:B,B<0&&(B+=rr),rr=I>B?0:B-I>>>0,I>>>=0;for(var ir=Array(rr);++tr<rr;)ir[tr]=t[tr+I];return ir}return _baseSlice=e,_baseSlice}var _trimmedEndIndex,hasRequired_trimmedEndIndex;function require_trimmedEndIndex(){if(hasRequired_trimmedEndIndex)return _trimmedEndIndex;hasRequired_trimmedEndIndex=1;var e=/\s/;function t(I){for(var B=I.length;B--&&e.test(I.charAt(B)););return B}return _trimmedEndIndex=t,_trimmedEndIndex}var _baseTrim,hasRequired_baseTrim;function require_baseTrim(){if(hasRequired_baseTrim)return _baseTrim;hasRequired_baseTrim=1;var e=require_trimmedEndIndex(),t=/^\s+/;function I(B){return B&&B.slice(0,e(B)+1).replace(t,"")}return _baseTrim=I,_baseTrim}var toNumber_1,hasRequiredToNumber;function requireToNumber(){if(hasRequiredToNumber)return toNumber_1;hasRequiredToNumber=1;var e=require_baseTrim(),t=requireIsObject(),I=requireIsSymbol(),B=NaN,tr=/^[-+]0x[0-9a-f]+$/i,rr=/^0b[01]+$/i,ir=/^0o[0-7]+$/i,lr=parseInt;function mr(dr){if(typeof dr=="number")return dr;if(I(dr))return B;if(t(dr)){var _r=typeof dr.valueOf=="function"?dr.valueOf():dr;dr=t(_r)?_r+"":_r}if(typeof dr!="string")return dr===0?dr:+dr;dr=e(dr);var hr=rr.test(dr);return hr||ir.test(dr)?lr(dr.slice(2),hr?2:8):tr.test(dr)?B:+dr}return toNumber_1=mr,toNumber_1}var toFinite_1,hasRequiredToFinite;function requireToFinite(){if(hasRequiredToFinite)return toFinite_1;hasRequiredToFinite=1;var e=requireToNumber(),t=1/0,I=17976931348623157e292;function B(tr){if(!tr)return tr===0?tr:0;if(tr=e(tr),tr===t||tr===-t){var rr=tr<0?-1:1;return rr*I}return tr===tr?tr:0}return toFinite_1=B,toFinite_1}var toInteger_1,hasRequiredToInteger;function requireToInteger(){if(hasRequiredToInteger)return toInteger_1;hasRequiredToInteger=1;var e=requireToFinite();function t(I){var B=e(I),tr=B%1;return B===B?tr?B-tr:B:0}return toInteger_1=t,toInteger_1}var chunk_1,hasRequiredChunk;function requireChunk(){if(hasRequiredChunk)return chunk_1;hasRequiredChunk=1;var e=require_baseSlice(),t=require_isIterateeCall(),I=requireToInteger(),B=Math.ceil,tr=Math.max;function rr(ir,lr,mr){(mr?t(ir,lr,mr):lr===void 0)?lr=1:lr=tr(I(lr),0);var dr=ir==null?0:ir.length;if(!dr||lr<1)return[];for(var _r=0,hr=0,fr=Array(B(dr/lr));_r<dr;)fr[hr++]=e(ir,_r,_r+=lr);return fr}return chunk_1=rr,chunk_1}var _isFlattenable,hasRequired_isFlattenable;function require_isFlattenable(){if(hasRequired_isFlattenable)return _isFlattenable;hasRequired_isFlattenable=1;var e=require_Symbol(),t=requireIsArguments$1(),I=requireIsArray(),B=e?e.isConcatSpreadable:void 0;function tr(rr){return I(rr)||t(rr)||!!(B&&rr&&rr[B])}return _isFlattenable=tr,_isFlattenable}var _baseFlatten,hasRequired_baseFlatten;function require_baseFlatten(){if(hasRequired_baseFlatten)return _baseFlatten;hasRequired_baseFlatten=1;var e=require_arrayPush(),t=require_isFlattenable();function I(B,tr,rr,ir,lr){var mr=-1,dr=B.length;for(rr||(rr=t),lr||(lr=[]);++mr<dr;){var _r=B[mr];tr>0&&rr(_r)?tr>1?I(_r,tr-1,rr,ir,lr):e(lr,_r):ir||(lr[lr.length]=_r)}return lr}return _baseFlatten=I,_baseFlatten}var flatten_1,hasRequiredFlatten;function requireFlatten(){if(hasRequiredFlatten)return flatten_1;hasRequiredFlatten=1;var e=require_baseFlatten();function t(I){var B=I==null?0:I.length;return B?e(I,1):[]}return flatten_1=t,flatten_1}var delay,hasRequiredDelay;function requireDelay(){return hasRequiredDelay||(hasRequiredDelay=1,delay=e=>new Promise(t=>setTimeout(t,e))),delay}var is,hasRequiredIs;function requireIs(){if(hasRequiredIs)return is;hasRequiredIs=1;function e(ir){return typeof ir=="string"}function t(ir){return typeof ir=="number"}function I(ir){return typeof ir=="boolean"}function B(ir){return typeof ir>"u"}function tr(ir){return typeof ir=="object"&&ir!==null}function rr(ir){return typeof ir=="function"}return is={isString:e,isNumber:t,isBoolean:I,isUndefined:B,isObject:tr,isFunction:rr},is}var batchInsert_1,hasRequiredBatchInsert;function requireBatchInsert(){if(hasRequiredBatchInsert)return batchInsert_1;hasRequiredBatchInsert=1;const e=requireChunk(),t=requireFlatten(),I=requireDelay(),{isNumber:B}=requireIs();function tr(rr,ir,lr,mr=1e3){let dr,_r=null;if(!B(mr)||mr<1)throw new TypeError(`Invalid chunkSize: ${mr}`);if(!Array.isArray(lr))throw new TypeError(`Invalid batch: Expected array, got ${typeof lr}`);const hr=e(lr,mr),fr=yr=>_r?yr(_r):rr.transaction(yr);return Object.assign(Promise.resolve().then(async()=>(await I(1),fr(async yr=>{const Sr=[];for(const vr of hr)Sr.push(await yr(ir).insert(vr,dr));return t(Sr)}))),{returning(yr){return dr=yr,this},transacting(yr){return _r=yr,this}})}return batchInsert_1=tr,batchInsert_1}var security,hasRequiredSecurity;function requireSecurity(){if(hasRequiredSecurity)return security;hasRequiredSecurity=1;function e(t,I,B="password"){I||(I=t),Object.defineProperty(t,B,{enumerable:!1,value:I[B]})}return security={setHiddenProperty:e},security}var makeKnex_1,hasRequiredMakeKnex;function requireMakeKnex(){if(hasRequiredMakeKnex)return makeKnex_1;hasRequiredMakeKnex=1;const{EventEmitter:e}=requireEvents(),{Migrator:t}=requireNoop$1(),I=requireNoop$1(),B=requireFunctionHelper(),tr=requireMethodConstants(),rr=requireMerge(),ir=requireBatchInsert(),{isObject:lr}=requireIs(),{setHiddenProperty:mr}=requireSecurity(),dr={client:{get(){return this.context.client},set(gr){this.context.client=gr},configurable:!0},userParams:{get(){return this.context.userParams},set(gr){this.context.userParams=gr},configurable:!0},schema:{get(){return this.client.schemaBuilder()},configurable:!0},migrate:{get(){return new t(this)},configurable:!0},seed:{get(){return new I(this)},configurable:!0},fn:{get(){return new B(this.client)},configurable:!0}},_r=["raw","batchInsert","transaction","transactionProvider","initialize","destroy","ref","withUserParams","queryBuilder","disableProcessing","enableProcessing"];for(const gr of _r)dr[gr]={value:function(...br){return this.context[gr](...br)},configurable:!0};function hr(gr){function br(xr,Ar){return Mr(br.context,xr,Ar)}return Sr(br,gr),br}function fr(gr){const br=gr.context||{};Object.assign(br,{queryBuilder(){return this.client.queryBuilder()},raw(){return this.client.raw.apply(this.client,arguments)},batchInsert(xr,Ar,Pr=1e3){return ir(this,xr,Ar,Pr)},transaction(xr,Ar){!Ar&&lr(xr)&&(Ar=xr,xr=null);const Pr=Object.assign({},Ar);return Pr.userParams=this.userParams||{},Pr.doNotRejectOnRollback===void 0&&(Pr.doNotRejectOnRollback=!0),this._transaction(xr,Pr)},_transaction(xr,Ar,Pr=null){return xr?this.client.transaction(xr,Ar,Pr):new Promise((Fr,Dr)=>{this.client.transaction(Fr,Ar,Pr).catch(Dr)})},transactionProvider(xr){let Ar;return()=>(Ar||(Ar=this.transaction(void 0,xr)),Ar)},initialize(xr){return this.client.initializePool(xr)},destroy(xr){return this.client.destroy(xr)},ref(xr){return this.client.ref(xr)},disableProcessing(){this.userParams.isProcessingDisabled||(this.userParams.wrapIdentifier=this.client.config.wrapIdentifier,this.userParams.postProcessResponse=this.client.config.postProcessResponse,this.client.config.wrapIdentifier=null,this.client.config.postProcessResponse=null,this.userParams.isProcessingDisabled=!0)},enableProcessing(){this.userParams.isProcessingDisabled&&(this.client.config.wrapIdentifier=this.userParams.wrapIdentifier,this.client.config.postProcessResponse=this.userParams.postProcessResponse,this.userParams.isProcessingDisabled=!1)},withUserParams(xr){const Ar=wr(gr);return this.client&&(Ar.client=Object.create(this.client.constructor.prototype),rr(Ar.client,this.client),Ar.client.config=Object.assign({},this.client.config),this.client.config.password&&mr(Ar.client.config,this.client.config)),Sr(Ar,Ar.client),yr("query",gr,Ar),yr("query-error",gr,Ar),yr("query-response",gr,Ar),yr("start",gr,Ar),Ar.userParams=xr,Ar}}),gr.context||(gr.context=br)}function yr(gr,br,xr){br.listeners(gr).forEach(Pr=>{xr.on(gr,Pr)})}function Sr(gr,br){for(let Ar=0;Ar<tr.length;Ar++){const Pr=tr[Ar];gr[Pr]=function(){const Fr=this.queryBuilder();return Fr[Pr].apply(Fr,arguments)}}Object.defineProperties(gr,dr),fr(gr),gr.client=br,gr.userParams={};const xr=new e;for(const Ar in xr)gr[Ar]=xr[Ar];gr._internalListeners&&gr._internalListeners.forEach(({eventName:Ar,listener:Pr})=>{gr.client.removeListener(Ar,Pr)}),gr._internalListeners=[],vr(gr,"start",Ar=>{gr.emit("start",Ar)}),vr(gr,"query",Ar=>{gr.emit("query",Ar)}),vr(gr,"query-error",(Ar,Pr)=>{gr.emit("query-error",Ar,Pr)}),vr(gr,"query-response",(Ar,Pr,Fr)=>{gr.emit("query-response",Ar,Pr,Fr)})}function vr(gr,br,xr){gr.client.on(br,xr),gr._internalListeners.push({eventName:br,listener:xr})}function Mr(gr,br,xr){const Ar=gr.queryBuilder();return br||gr.client.logger.warn("calling knex without a tableName is deprecated. Use knex.queryBuilder() instead."),br?Ar.table(br,xr):Ar}function wr(gr){const br=Object.create(Object.getPrototypeOf(gr),Object.getOwnPropertyDescriptors(gr)),xr={},Pr=((Fr,Dr)=>Mr(xr,Fr,Dr)).bind(br);return Object.assign(Pr,gr),Pr.context=xr,Pr}return makeKnex_1=hr,makeKnex_1}var finallyMixin_1,hasRequiredFinallyMixin;function requireFinallyMixin(){if(hasRequiredFinallyMixin)return finallyMixin_1;hasRequiredFinallyMixin=1;const e=requireNoop$1(),t=I=>Object.assign(I,{finally(B){return this.then().finally(B)}});return finallyMixin_1=Promise.prototype.finally?t:e,finallyMixin_1}var transaction$5,hasRequiredTransaction$5;function requireTransaction$5(){if(hasRequiredTransaction$5)return transaction$5;hasRequiredTransaction$5=1;const{EventEmitter:e}=requireEvents(),t=requireBrowser(),I=requireUniqueId(),{callbackify:B}=requireUtil(),tr=requireMakeKnex(),{timeout:rr,KnexTimeoutError:ir}=requireTimeout(),lr=requireFinallyMixin(),mr=t("knex:tx");function dr(){return{userParams:{},doNotRejectOnRollback:!0}}const _r=["read uncommitted","read committed","snapshot","repeatable read","serializable"];class hr extends e{constructor(Mr,wr,gr=dr(),br=null){super(),this.userParams=gr.userParams,this.doNotRejectOnRollback=gr.doNotRejectOnRollback;const xr=this.txid=I("trx");this.client=Mr,this.logger=Mr.logger,this.outerTx=br,this.trxClient=void 0,this._completed=!1,this._debug=Mr.config&&Mr.config.debug,this.readOnly=gr.readOnly,gr.isolationLevel&&this.setIsolationLevel(gr.isolationLevel),mr("%s: Starting %s transaction",xr,br?"nested":"top level"),this._lastChild=Promise.resolve();const Pr=(br?br._lastChild:Promise.resolve()).then(()=>this._evaluateContainer(gr,wr));this._promise=Pr.then(Fr=>Fr),br&&(br._lastChild=Pr.catch(()=>{}))}isCompleted(){return this._completed||this.outerTx&&this.outerTx.isCompleted()||!1}begin(Mr){const wr=[this.isolationLevel?`ISOLATION LEVEL ${this.isolationLevel}`:"",this.readOnly?"READ ONLY":""].join(" ").trim();return wr.length===0?this.query(Mr,"BEGIN;"):this.query(Mr,`SET TRANSACTION ${wr};`).then(()=>this.query(Mr,"BEGIN;"))}savepoint(Mr){return this.query(Mr,`SAVEPOINT ${this.txid};`)}commit(Mr,wr){return this.query(Mr,"COMMIT;",1,wr)}release(Mr,wr){return this.query(Mr,`RELEASE SAVEPOINT ${this.txid};`,1,wr)}setIsolationLevel(Mr){if(!_r.includes(Mr))throw new Error(`Invalid isolationLevel, supported isolation levels are: ${JSON.stringify(_r)}`);return this.isolationLevel=Mr,this}rollback(Mr,wr){return rr(this.query(Mr,"ROLLBACK",2,wr),5e3).catch(gr=>{if(!(gr instanceof ir))return Promise.reject(gr);this._rejecter(wr)})}rollbackTo(Mr,wr){return rr(this.query(Mr,`ROLLBACK TO SAVEPOINT ${this.txid}`,2,wr),5e3).catch(gr=>{if(!(gr instanceof ir))return Promise.reject(gr);this._rejecter(wr)})}query(Mr,wr,gr,br){const xr=this.trxClient.query(Mr,wr).catch(Ar=>{gr=2,br=Ar,this._completed=!0,mr("%s error running transaction query",this.txid)}).then(Ar=>{if(gr===1&&this._resolver(br),gr===2){if(br===void 0){if(this.doNotRejectOnRollback&&/^ROLLBACK\b/i.test(wr)){this._resolver();return}br=new Error(`Transaction rejected with non-error: ${br}`)}this._rejecter(br)}return Ar});return(gr===1||gr===2)&&(this._completed=!0),xr}debug(Mr){return this._debug=arguments.length?Mr:!0,this}async _evaluateContainer(Mr,wr){return this.acquireConnection(Mr,gr=>{const br=this.trxClient=yr(this,this.client,gr),xr=this.client.transacting?this.savepoint(gr):this.begin(gr),Ar=new Promise((Pr,Fr)=>{this._resolver=Pr,this._rejecter=Fr});return xr.then(()=>fr(this,gr,br)).then(Pr=>{this.transactor=Pr,this.outerTx&&(Pr.parentTransaction=this.outerTx.transactor),Pr.executionPromise=Ar;let Fr;try{Fr=wr(Pr)}catch(Dr){Fr=Promise.reject(Dr)}return Fr&&Fr.then&&typeof Fr.then=="function"&&Fr.then(Dr=>Pr.commit(Dr)).catch(Dr=>Pr.rollback(Dr)),null}).catch(Pr=>this._rejecter(Pr)),Ar})}async acquireConnection(Mr,wr){const gr=Mr&&Mr.connection,br=gr||await this.client.acquireConnection();try{return br.__knexTxId=this.txid,await wr(br)}finally{gr?mr("%s: not releasing external connection",this.txid):(mr("%s: releasing connection",this.txid),this.client.releaseConnection(br))}}then(Mr,wr){return this._promise.then(Mr,wr)}catch(...Mr){return this._promise.catch(...Mr)}asCallback(Mr){return B(()=>this._promise)(Mr),this._promise}}lr(hr.prototype);function fr(vr,Mr,wr){const gr=tr(wr);return gr.context.withUserParams=()=>{throw new Error("Cannot set user params on a transaction - it can only inherit params from main knex instance")},gr.isTransaction=!0,gr.userParams=vr.userParams||{},gr.context.transaction=function(br,xr){return xr?xr.doNotRejectOnRollback===void 0&&(xr.doNotRejectOnRollback=!0):xr={doNotRejectOnRollback:!0},this._transaction(br,xr,vr)},gr.savepoint=function(br,xr){return gr.transaction(br,xr)},vr.client.transacting?(gr.commit=br=>vr.release(Mr,br),gr.rollback=br=>vr.rollbackTo(Mr,br)):(gr.commit=br=>vr.commit(Mr,br),gr.rollback=br=>vr.rollback(Mr,br)),gr.isCompleted=()=>vr.isCompleted(),gr}function yr(vr,Mr,wr){const gr=Object.create(Mr.constructor.prototype);gr.version=Mr.version,gr.config=Mr.config,gr.driver=Mr.driver,gr.connectionSettings=Mr.connectionSettings,gr.transacting=!0,gr.valueForUndefined=Mr.valueForUndefined,gr.logger=Mr.logger,gr.on("start",function(Ar){vr.emit("start",Ar),Mr.emit("start",Ar)}),gr.on("query",function(Ar){vr.emit("query",Ar),Mr.emit("query",Ar)}),gr.on("query-error",function(Ar,Pr){vr.emit("query-error",Ar,Pr),Mr.emit("query-error",Ar,Pr)}),gr.on("query-response",function(Ar,Pr,Fr){vr.emit("query-response",Ar,Pr,Fr),Mr.emit("query-response",Ar,Pr,Fr)});const br=gr.query;gr.query=function(Ar,Pr){const Fr=vr.isCompleted();return new Promise(function(Dr,$n){try{if(Ar!==wr)throw new Error("Invalid connection for transaction query.");Fr&&Sr(vr,Pr),Dr(br.call(gr,Ar,Pr))}catch(Ir){$n(Ir)}})};const xr=gr.stream;return gr.stream=function(Ar,Pr,Fr,Dr){const $n=vr.isCompleted();return new Promise(function(Ir,Or){try{if(Ar!==wr)throw new Error("Invalid connection for transaction query.");$n&&Sr(vr,Pr),Ir(xr.call(gr,Ar,Pr,Fr,Dr))}catch(Gr){Or(Gr)}})},gr.acquireConnection=function(){return Promise.resolve(wr)},gr.releaseConnection=function(){return Promise.resolve()},gr}function Sr(vr,Mr){const wr=typeof Mr=="string"?Mr:Mr&&Mr.sql;throw mr("%s: Transaction completed: %s",vr.txid,wr),new Error("Transaction query already complete, run with DEBUG=knex:tx for more info")}return transaction$5=hr,transaction$5}var queryExecutioner,hasRequiredQueryExecutioner;function requireQueryExecutioner(){if(hasRequiredQueryExecutioner)return queryExecutioner;hasRequiredQueryExecutioner=1;const e=requireBrowser()("knex:query"),t=requireBrowser()("knex:bindings"),I=(lr,mr)=>e(lr.replace(/%/g,"%%"),mr),{isString:B}=requireIs();function tr(lr,mr,dr,_r){mr=mr==null?[]:[].concat(mr);let hr=0;return lr.replace(/\\?\?/g,fr=>{if(fr==="\\?")return"?";if(hr===mr.length)return fr;const yr=mr[hr++];return _r._escapeBinding(yr,{timeZone:dr})})}function rr(lr,mr,dr){const _r=B(mr)?{sql:mr}:mr;_r.bindings=dr.prepBindings(_r.bindings),_r.sql=dr.positionBindings(_r.sql);const{__knexUid:hr,__knexTxId:fr}=lr;return dr.emit("query",Object.assign({__knexUid:hr,__knexTxId:fr},_r)),I(_r.sql,fr),t(_r.bindings,fr),_r}function ir(lr,mr,dr){return dr._query(lr,mr).catch(_r=>{throw dr.config&&dr.config.compileSqlOnError===!1?_r.message=mr.sql+" - "+_r.message:_r.message=tr(mr.sql,mr.bindings,void 0,dr)+" - "+_r.message,dr.emit("query-error",_r,Object.assign({__knexUid:lr.__knexUid,__knexTxId:lr.__knexUid},mr)),_r})}return queryExecutioner={enrichQueryObject:rr,executeQuery:ir,formatQuery:tr},queryExecutioner}var assert={exports:{}},errors={},hasRequiredErrors;function requireErrors(){if(hasRequiredErrors)return errors;hasRequiredErrors=1;function e(gr){"@babel/helpers - typeof";return e=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(br){return typeof br}:function(br){return br&&typeof Symbol=="function"&&br.constructor===Symbol&&br!==Symbol.prototype?"symbol":typeof br},e(gr)}function t(gr,br,xr){return Object.defineProperty(gr,"prototype",{writable:!1}),gr}function I(gr,br){if(!(gr instanceof br))throw new TypeError("Cannot call a class as a function")}function B(gr,br){if(typeof br!="function"&&br!==null)throw new TypeError("Super expression must either be null or a function");gr.prototype=Object.create(br&&br.prototype,{constructor:{value:gr,writable:!0,configurable:!0}}),Object.defineProperty(gr,"prototype",{writable:!1}),br&&tr(gr,br)}function tr(gr,br){return tr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(Ar,Pr){return Ar.__proto__=Pr,Ar},tr(gr,br)}function rr(gr){var br=mr();return function(){var Ar=dr(gr),Pr;if(br){var Fr=dr(this).constructor;Pr=Reflect.construct(Ar,arguments,Fr)}else Pr=Ar.apply(this,arguments);return ir(this,Pr)}}function ir(gr,br){if(br&&(e(br)==="object"||typeof br=="function"))return br;if(br!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return lr(gr)}function lr(gr){if(gr===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gr}function mr(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function dr(gr){return dr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(xr){return xr.__proto__||Object.getPrototypeOf(xr)},dr(gr)}var _r={},hr,fr;function yr(gr,br,xr){xr||(xr=Error);function Ar(Fr,Dr,$n){return typeof br=="string"?br:br(Fr,Dr,$n)}var Pr=(function(Fr){B($n,Fr);var Dr=rr($n);function $n(Ir,Or,Gr){var Xn;return I(this,$n),Xn=Dr.call(this,Ar(Ir,Or,Gr)),Xn.code=gr,Xn}return t($n)})(xr);_r[gr]=Pr}function Sr(gr,br){if(Array.isArray(gr)){var xr=gr.length;return gr=gr.map(function(Ar){return String(Ar)}),xr>2?"one of ".concat(br," ").concat(gr.slice(0,xr-1).join(", "),", or ")+gr[xr-1]:xr===2?"one of ".concat(br," ").concat(gr[0]," or ").concat(gr[1]):"of ".concat(br," ").concat(gr[0])}else return"of ".concat(br," ").concat(String(gr))}function vr(gr,br,xr){return gr.substr(0,br.length)===br}function Mr(gr,br,xr){return(xr===void 0||xr>gr.length)&&(xr=gr.length),gr.substring(xr-br.length,xr)===br}function wr(gr,br,xr){return typeof xr!="number"&&(xr=0),xr+br.length>gr.length?!1:gr.indexOf(br,xr)!==-1}return yr("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),yr("ERR_INVALID_ARG_TYPE",function(gr,br,xr){hr===void 0&&(hr=requireAssert()),hr(typeof gr=="string","'name' must be a string");var Ar;typeof br=="string"&&vr(br,"not ")?(Ar="must not be",br=br.replace(/^not /,"")):Ar="must be";var Pr;if(Mr(gr," argument"))Pr="The ".concat(gr," ").concat(Ar," ").concat(Sr(br,"type"));else{var Fr=wr(gr,".")?"property":"argument";Pr='The "'.concat(gr,'" ').concat(Fr," ").concat(Ar," ").concat(Sr(br,"type"))}return Pr+=". Received type ".concat(e(xr)),Pr},TypeError),yr("ERR_INVALID_ARG_VALUE",function(gr,br){var xr=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"is invalid";fr===void 0&&(fr=requireUtil());var Ar=fr.inspect(br);return Ar.length>128&&(Ar="".concat(Ar.slice(0,128),"...")),"The argument '".concat(gr,"' ").concat(xr,". Received ").concat(Ar)},TypeError),yr("ERR_INVALID_RETURN_VALUE",function(gr,br,xr){var Ar;return xr&&xr.constructor&&xr.constructor.name?Ar="instance of ".concat(xr.constructor.name):Ar="type ".concat(e(xr)),"Expected ".concat(gr,' to be returned from the "').concat(br,'"')+" function but got ".concat(Ar,".")},TypeError),yr("ERR_MISSING_ARGS",function(){for(var gr=arguments.length,br=new Array(gr),xr=0;xr<gr;xr++)br[xr]=arguments[xr];hr===void 0&&(hr=requireAssert()),hr(br.length>0,"At least one arg needs to be specified");var Ar="The ",Pr=br.length;switch(br=br.map(function(Fr){return'"'.concat(Fr,'"')}),Pr){case 1:Ar+="".concat(br[0]," argument");break;case 2:Ar+="".concat(br[0]," and ").concat(br[1]," arguments");break;default:Ar+=br.slice(0,Pr-1).join(", "),Ar+=", and ".concat(br[Pr-1]," arguments");break}return"".concat(Ar," must be specified")},TypeError),errors.codes=_r,errors}var assertion_error,hasRequiredAssertion_error;function requireAssertion_error(){if(hasRequiredAssertion_error)return assertion_error;hasRequiredAssertion_error=1;function e(ei,Ur){var ti=Object.keys(ei);if(Object.getOwnPropertySymbols){var si=Object.getOwnPropertySymbols(ei);Ur&&(si=si.filter(function(Qr){return Object.getOwnPropertyDescriptor(ei,Qr).enumerable})),ti.push.apply(ti,si)}return ti}function t(ei){for(var Ur=1;Ur<arguments.length;Ur++){var ti=arguments[Ur]!=null?arguments[Ur]:{};Ur%2?e(Object(ti),!0).forEach(function(si){I(ei,si,ti[si])}):Object.getOwnPropertyDescriptors?Object.defineProperties(ei,Object.getOwnPropertyDescriptors(ti)):e(Object(ti)).forEach(function(si){Object.defineProperty(ei,si,Object.getOwnPropertyDescriptor(ti,si))})}return ei}function I(ei,Ur,ti){return Ur=ir(Ur),Ur in ei?Object.defineProperty(ei,Ur,{value:ti,enumerable:!0,configurable:!0,writable:!0}):ei[Ur]=ti,ei}function B(ei,Ur){if(!(ei instanceof Ur))throw new TypeError("Cannot call a class as a function")}function tr(ei,Ur){for(var ti=0;ti<Ur.length;ti++){var si=Ur[ti];si.enumerable=si.enumerable||!1,si.configurable=!0,"value"in si&&(si.writable=!0),Object.defineProperty(ei,ir(si.key),si)}}function rr(ei,Ur,ti){return Ur&&tr(ei.prototype,Ur),Object.defineProperty(ei,"prototype",{writable:!1}),ei}function ir(ei){var Ur=lr(ei,"string");return gr(Ur)==="symbol"?Ur:String(Ur)}function lr(ei,Ur){if(gr(ei)!=="object"||ei===null)return ei;var ti=ei[Symbol.toPrimitive];if(ti!==void 0){var si=ti.call(ei,Ur);if(gr(si)!=="object")return si;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(ei)}function mr(ei,Ur){if(typeof Ur!="function"&&Ur!==null)throw new TypeError("Super expression must either be null or a function");ei.prototype=Object.create(Ur&&Ur.prototype,{constructor:{value:ei,writable:!0,configurable:!0}}),Object.defineProperty(ei,"prototype",{writable:!1}),Ur&&Mr(ei,Ur)}function dr(ei){var Ur=Sr();return function(){var si=wr(ei),Qr;if(Ur){var $r=wr(this).constructor;Qr=Reflect.construct(si,arguments,$r)}else Qr=si.apply(this,arguments);return _r(this,Qr)}}function _r(ei,Ur){if(Ur&&(gr(Ur)==="object"||typeof Ur=="function"))return Ur;if(Ur!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return hr(ei)}function hr(ei){if(ei===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ei}function fr(ei){var Ur=typeof Map=="function"?new Map:void 0;return fr=function(si){if(si===null||!vr(si))return si;if(typeof si!="function")throw new TypeError("Super expression must either be null or a function");if(typeof Ur<"u"){if(Ur.has(si))return Ur.get(si);Ur.set(si,Qr)}function Qr(){return yr(si,arguments,wr(this).constructor)}return Qr.prototype=Object.create(si.prototype,{constructor:{value:Qr,enumerable:!1,writable:!0,configurable:!0}}),Mr(Qr,si)},fr(ei)}function yr(ei,Ur,ti){return Sr()?yr=Reflect.construct.bind():yr=function(Qr,$r,zr){var Kn=[null];Kn.push.apply(Kn,$r);var li=Function.bind.apply(Qr,Kn),ii=new li;return zr&&Mr(ii,zr.prototype),ii},yr.apply(null,arguments)}function Sr(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function vr(ei){return Function.toString.call(ei).indexOf("[native code]")!==-1}function Mr(ei,Ur){return Mr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(si,Qr){return si.__proto__=Qr,si},Mr(ei,Ur)}function wr(ei){return wr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(ti){return ti.__proto__||Object.getPrototypeOf(ti)},wr(ei)}function gr(ei){"@babel/helpers - typeof";return gr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Ur){return typeof Ur}:function(Ur){return Ur&&typeof Symbol=="function"&&Ur.constructor===Symbol&&Ur!==Symbol.prototype?"symbol":typeof Ur},gr(ei)}var br=requireUtil(),xr=br.inspect,Ar=requireErrors(),Pr=Ar.codes.ERR_INVALID_ARG_TYPE;function Fr(ei,Ur,ti){return(ti===void 0||ti>ei.length)&&(ti=ei.length),ei.substring(ti-Ur.length,ti)===Ur}function Dr(ei,Ur){if(Ur=Math.floor(Ur),ei.length==0||Ur==0)return"";var ti=ei.length*Ur;for(Ur=Math.floor(Math.log(Ur)/Math.log(2));Ur;)ei+=ei,Ur--;return ei+=ei.substring(0,ti-ei.length),ei}var $n="",Ir="",Or="",Gr="",Xn={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"},Cr=10;function kr(ei){var Ur=Object.keys(ei),ti=Object.create(Object.getPrototypeOf(ei));return Ur.forEach(function(si){ti[si]=ei[si]}),Object.defineProperty(ti,"message",{value:ei.message}),ti}function qn(ei){return xr(ei,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function oi(ei,Ur,ti){var si="",Qr="",$r=0,zr="",Kn=!1,li=qn(ei),ii=li.split(`
12
+ `),ri=qn(Ur).split(`
13
+ `),ai=0,pi="";if(ti==="strictEqual"&&gr(ei)==="object"&&gr(Ur)==="object"&&ei!==null&&Ur!==null&&(ti="strictEqualObject"),ii.length===1&&ri.length===1&&ii[0]!==ri[0]){var hi=ii[0].length+ri[0].length;if(hi<=Cr){if((gr(ei)!=="object"||ei===null)&&(gr(Ur)!=="object"||Ur===null)&&(ei!==0||Ur!==0))return"".concat(Xn[ti],`
14
+
15
+ `)+"".concat(ii[0]," !== ").concat(ri[0],`
16
+ `)}else if(ti!=="strictEqualObject"){var _i=process$1.stderr&&process$1.stderr.isTTY?process$1.stderr.columns:80;if(hi<_i){for(;ii[0][ai]===ri[0][ai];)ai++;ai>2&&(pi=`
17
+ `.concat(Dr(" ",ai),"^"),ai=0)}}}for(var Jr=ii[ii.length-1],Zn=ri[ri.length-1];Jr===Zn&&(ai++<2?zr=`
18
+ `.concat(Jr).concat(zr):si=Jr,ii.pop(),ri.pop(),!(ii.length===0||ri.length===0));)Jr=ii[ii.length-1],Zn=ri[ri.length-1];var gi=Math.max(ii.length,ri.length);if(gi===0){var fi=li.split(`
19
+ `);if(fi.length>30)for(fi[26]="".concat($n,"...").concat(Gr);fi.length>27;)fi.pop();return"".concat(Xn.notIdentical,`
20
+
21
+ `).concat(fi.join(`
22
+ `),`
23
+ `)}ai>3&&(zr=`
24
+ `.concat($n,"...").concat(Gr).concat(zr),Kn=!0),si!==""&&(zr=`
25
+ `.concat(si).concat(zr),si="");var Mi=0,ni=Xn[ti]+`
26
+ `.concat(Ir,"+ actual").concat(Gr," ").concat(Or,"- expected").concat(Gr),vi=" ".concat($n,"...").concat(Gr," Lines skipped");for(ai=0;ai<gi;ai++){var bi=ai-$r;if(ii.length<ai+1)bi>1&&ai>2&&(bi>4?(Qr+=`
27
+ `.concat($n,"...").concat(Gr),Kn=!0):bi>3&&(Qr+=`
28
+ `.concat(ri[ai-2]),Mi++),Qr+=`
29
+ `.concat(ri[ai-1]),Mi++),$r=ai,si+=`
30
+ `.concat(Or,"-").concat(Gr," ").concat(ri[ai]),Mi++;else if(ri.length<ai+1)bi>1&&ai>2&&(bi>4?(Qr+=`
31
+ `.concat($n,"...").concat(Gr),Kn=!0):bi>3&&(Qr+=`
32
+ `.concat(ii[ai-2]),Mi++),Qr+=`
33
+ `.concat(ii[ai-1]),Mi++),$r=ai,Qr+=`
34
+ `.concat(Ir,"+").concat(Gr," ").concat(ii[ai]),Mi++;else{var Si=ri[ai],yi=ii[ai],Hn=yi!==Si&&(!Fr(yi,",")||yi.slice(0,-1)!==Si);Hn&&Fr(Si,",")&&Si.slice(0,-1)===yi&&(Hn=!1,yi+=","),Hn?(bi>1&&ai>2&&(bi>4?(Qr+=`
35
+ `.concat($n,"...").concat(Gr),Kn=!0):bi>3&&(Qr+=`
36
+ `.concat(ii[ai-2]),Mi++),Qr+=`
37
+ `.concat(ii[ai-1]),Mi++),$r=ai,Qr+=`
38
+ `.concat(Ir,"+").concat(Gr," ").concat(yi),si+=`
39
+ `.concat(Or,"-").concat(Gr," ").concat(Si),Mi+=2):(Qr+=si,si="",(bi===1||ai===0)&&(Qr+=`
40
+ `.concat(yi),Mi++))}if(Mi>20&&ai<gi-2)return"".concat(ni).concat(vi,`
41
+ `).concat(Qr,`
42
+ `).concat($n,"...").concat(Gr).concat(si,`
43
+ `)+"".concat($n,"...").concat(Gr)}return"".concat(ni).concat(Kn?vi:"",`
44
+ `).concat(Qr).concat(si).concat(zr).concat(pi)}var ci=(function(ei,Ur){mr(si,ei);var ti=dr(si);function si(Qr){var $r;if(B(this,si),gr(Qr)!=="object"||Qr===null)throw new Pr("options","Object",Qr);var zr=Qr.message,Kn=Qr.operator,li=Qr.stackStartFn,ii=Qr.actual,ri=Qr.expected,ai=Error.stackTraceLimit;if(Error.stackTraceLimit=0,zr!=null)$r=ti.call(this,String(zr));else if(process$1.stderr&&process$1.stderr.isTTY&&(process$1.stderr&&process$1.stderr.getColorDepth&&process$1.stderr.getColorDepth()!==1?($n="\x1B[34m",Ir="\x1B[32m",Gr="\x1B[39m",Or="\x1B[31m"):($n="",Ir="",Gr="",Or="")),gr(ii)==="object"&&ii!==null&&gr(ri)==="object"&&ri!==null&&"stack"in ii&&ii instanceof Error&&"stack"in ri&&ri instanceof Error&&(ii=kr(ii),ri=kr(ri)),Kn==="deepStrictEqual"||Kn==="strictEqual")$r=ti.call(this,oi(ii,ri,Kn));else if(Kn==="notDeepStrictEqual"||Kn==="notStrictEqual"){var pi=Xn[Kn],hi=qn(ii).split(`
45
+ `);if(Kn==="notStrictEqual"&&gr(ii)==="object"&&ii!==null&&(pi=Xn.notStrictEqualObject),hi.length>30)for(hi[26]="".concat($n,"...").concat(Gr);hi.length>27;)hi.pop();hi.length===1?$r=ti.call(this,"".concat(pi," ").concat(hi[0])):$r=ti.call(this,"".concat(pi,`
46
+
47
+ `).concat(hi.join(`
48
+ `),`
49
+ `))}else{var _i=qn(ii),Jr="",Zn=Xn[Kn];Kn==="notDeepEqual"||Kn==="notEqual"?(_i="".concat(Xn[Kn],`
50
+
51
+ `).concat(_i),_i.length>1024&&(_i="".concat(_i.slice(0,1021),"..."))):(Jr="".concat(qn(ri)),_i.length>512&&(_i="".concat(_i.slice(0,509),"...")),Jr.length>512&&(Jr="".concat(Jr.slice(0,509),"...")),Kn==="deepEqual"||Kn==="equal"?_i="".concat(Zn,`
52
+
53
+ `).concat(_i,`
54
+
55
+ should equal
56
+
57
+ `):Jr=" ".concat(Kn," ").concat(Jr)),$r=ti.call(this,"".concat(_i).concat(Jr))}return Error.stackTraceLimit=ai,$r.generatedMessage=!zr,Object.defineProperty(hr($r),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),$r.code="ERR_ASSERTION",$r.actual=ii,$r.expected=ri,$r.operator=Kn,Error.captureStackTrace&&Error.captureStackTrace(hr($r),li),$r.stack,$r.name="AssertionError",_r($r)}return rr(si,[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:Ur,value:function($r,zr){return xr(this,t(t({},zr),{},{customInspect:!1,depth:0}))}}]),si})(fr(Error),xr.custom);return assertion_error=ci,assertion_error}var isArguments,hasRequiredIsArguments;function requireIsArguments(){if(hasRequiredIsArguments)return isArguments;hasRequiredIsArguments=1;var e=Object.prototype.toString;return isArguments=function(I){var B=e.call(I),tr=B==="[object Arguments]";return tr||(tr=B!=="[object Array]"&&I!==null&&typeof I=="object"&&typeof I.length=="number"&&I.length>=0&&e.call(I.callee)==="[object Function]"),tr},isArguments}var implementation$3,hasRequiredImplementation$3;function requireImplementation$3(){if(hasRequiredImplementation$3)return implementation$3;hasRequiredImplementation$3=1;var e;if(!Object.keys){var t=Object.prototype.hasOwnProperty,I=Object.prototype.toString,B=requireIsArguments(),tr=Object.prototype.propertyIsEnumerable,rr=!tr.call({toString:null},"toString"),ir=tr.call(function(){},"prototype"),lr=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],mr=function(fr){var yr=fr.constructor;return yr&&yr.prototype===fr},dr={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},_r=(function(){if(typeof window>"u")return!1;for(var fr in window)try{if(!dr["$"+fr]&&t.call(window,fr)&&window[fr]!==null&&typeof window[fr]=="object")try{mr(window[fr])}catch{return!0}}catch{return!0}return!1})(),hr=function(fr){if(typeof window>"u"||!_r)return mr(fr);try{return mr(fr)}catch{return!1}};e=function(yr){var Sr=yr!==null&&typeof yr=="object",vr=I.call(yr)==="[object Function]",Mr=B(yr),wr=Sr&&I.call(yr)==="[object String]",gr=[];if(!Sr&&!vr&&!Mr)throw new TypeError("Object.keys called on a non-object");var br=ir&&vr;if(wr&&yr.length>0&&!t.call(yr,0))for(var xr=0;xr<yr.length;++xr)gr.push(String(xr));if(Mr&&yr.length>0)for(var Ar=0;Ar<yr.length;++Ar)gr.push(String(Ar));else for(var Pr in yr)!(br&&Pr==="prototype")&&t.call(yr,Pr)&&gr.push(String(Pr));if(rr)for(var Fr=hr(yr),Dr=0;Dr<lr.length;++Dr)!(Fr&&lr[Dr]==="constructor")&&t.call(yr,lr[Dr])&&gr.push(lr[Dr]);return gr}}return implementation$3=e,implementation$3}var objectKeys,hasRequiredObjectKeys;function requireObjectKeys(){if(hasRequiredObjectKeys)return objectKeys;hasRequiredObjectKeys=1;var e=Array.prototype.slice,t=requireIsArguments(),I=Object.keys,B=I?function(ir){return I(ir)}:requireImplementation$3(),tr=Object.keys;return B.shim=function(){if(Object.keys){var ir=(function(){var lr=Object.keys(arguments);return lr&&lr.length===arguments.length})(1,2);ir||(Object.keys=function(mr){return t(mr)?tr(e.call(mr)):tr(mr)})}else Object.keys=B;return Object.keys||B},objectKeys=B,objectKeys}var implementation$2,hasRequiredImplementation$2;function requireImplementation$2(){if(hasRequiredImplementation$2)return implementation$2;hasRequiredImplementation$2=1;var e=requireObjectKeys(),t=requireShams$1()(),I=requireCallBound$1(),B=requireEsObjectAtoms(),tr=I("Array.prototype.push"),rr=I("Object.prototype.propertyIsEnumerable"),ir=t?B.getOwnPropertySymbols:null;return implementation$2=function(mr,dr){if(mr==null)throw new TypeError("target must be an object");var _r=B(mr);if(arguments.length===1)return _r;for(var hr=1;hr<arguments.length;++hr){var fr=B(arguments[hr]),yr=e(fr),Sr=t&&(B.getOwnPropertySymbols||ir);if(Sr)for(var vr=Sr(fr),Mr=0;Mr<vr.length;++Mr){var wr=vr[Mr];rr(fr,wr)&&tr(yr,wr)}for(var gr=0;gr<yr.length;++gr){var br=yr[gr];if(rr(fr,br)){var xr=fr[br];_r[br]=xr}}}return _r},implementation$2}var polyfill$2,hasRequiredPolyfill$2;function requirePolyfill$2(){if(hasRequiredPolyfill$2)return polyfill$2;hasRequiredPolyfill$2=1;var e=requireImplementation$2(),t=function(){if(!Object.assign)return!1;for(var B="abcdefghijklmnopqrst",tr=B.split(""),rr={},ir=0;ir<tr.length;++ir)rr[tr[ir]]=tr[ir];var lr=Object.assign({},rr),mr="";for(var dr in lr)mr+=dr;return B!==mr},I=function(){if(!Object.assign||!Object.preventExtensions)return!1;var B=Object.preventExtensions({1:2});try{Object.assign(B,"xy")}catch{return B[1]==="y"}return!1};return polyfill$2=function(){return!Object.assign||t()||I()?e:Object.assign},polyfill$2}var implementation$1,hasRequiredImplementation$1;function requireImplementation$1(){if(hasRequiredImplementation$1)return implementation$1;hasRequiredImplementation$1=1;var e=function(t){return t!==t};return implementation$1=function(I,B){return I===0&&B===0?1/I===1/B:!!(I===B||e(I)&&e(B))},implementation$1}var polyfill$1,hasRequiredPolyfill$1;function requirePolyfill$1(){if(hasRequiredPolyfill$1)return polyfill$1;hasRequiredPolyfill$1=1;var e=requireImplementation$1();return polyfill$1=function(){return typeof Object.is=="function"?Object.is:e},polyfill$1}var callBound,hasRequiredCallBound;function requireCallBound(){if(hasRequiredCallBound)return callBound;hasRequiredCallBound=1;var e=requireGetIntrinsic(),t=requireCallBind(),I=t(e("String.prototype.indexOf"));return callBound=function(tr,rr){var ir=e(tr,!!rr);return typeof ir=="function"&&I(tr,".prototype.")>-1?t(ir):ir},callBound}var defineProperties_1,hasRequiredDefineProperties;function requireDefineProperties(){if(hasRequiredDefineProperties)return defineProperties_1;hasRequiredDefineProperties=1;var e=requireObjectKeys(),t=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",I=Object.prototype.toString,B=Array.prototype.concat,tr=requireDefineDataProperty(),rr=function(dr){return typeof dr=="function"&&I.call(dr)==="[object Function]"},ir=requireHasPropertyDescriptors()(),lr=function(dr,_r,hr,fr){if(_r in dr){if(fr===!0){if(dr[_r]===hr)return}else if(!rr(fr)||!fr())return}ir?tr(dr,_r,hr,!0):tr(dr,_r,hr)},mr=function(dr,_r){var hr=arguments.length>2?arguments[2]:{},fr=e(_r);t&&(fr=B.call(fr,Object.getOwnPropertySymbols(_r)));for(var yr=0;yr<fr.length;yr+=1)lr(dr,fr[yr],_r[fr[yr]],hr[fr[yr]])};return mr.supportsDescriptors=!!ir,defineProperties_1=mr,defineProperties_1}var shim$1,hasRequiredShim$1;function requireShim$1(){if(hasRequiredShim$1)return shim$1;hasRequiredShim$1=1;var e=requirePolyfill$1(),t=requireDefineProperties();return shim$1=function(){var B=e();return t(Object,{is:B},{is:function(){return Object.is!==B}}),B},shim$1}var objectIs,hasRequiredObjectIs;function requireObjectIs(){if(hasRequiredObjectIs)return objectIs;hasRequiredObjectIs=1;var e=requireDefineProperties(),t=requireCallBind(),I=requireImplementation$1(),B=requirePolyfill$1(),tr=requireShim$1(),rr=t(B(),Object);return e(rr,{getPolyfill:B,implementation:I,shim:tr}),objectIs=rr,objectIs}var implementation,hasRequiredImplementation;function requireImplementation(){return hasRequiredImplementation||(hasRequiredImplementation=1,implementation=function(t){return t!==t}),implementation}var polyfill,hasRequiredPolyfill;function requirePolyfill(){if(hasRequiredPolyfill)return polyfill;hasRequiredPolyfill=1;var e=requireImplementation();return polyfill=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:e},polyfill}var shim,hasRequiredShim;function requireShim(){if(hasRequiredShim)return shim;hasRequiredShim=1;var e=requireDefineProperties(),t=requirePolyfill();return shim=function(){var B=t();return e(Number,{isNaN:B},{isNaN:function(){return Number.isNaN!==B}}),B},shim}var isNan,hasRequiredIsNan;function requireIsNan(){if(hasRequiredIsNan)return isNan;hasRequiredIsNan=1;var e=requireCallBind(),t=requireDefineProperties(),I=requireImplementation(),B=requirePolyfill(),tr=requireShim(),rr=e(B(),Number);return t(rr,{getPolyfill:B,implementation:I,shim:tr}),isNan=rr,isNan}var comparisons,hasRequiredComparisons;function requireComparisons(){if(hasRequiredComparisons)return comparisons;hasRequiredComparisons=1;function e(Hn,Yn){return rr(Hn)||tr(Hn,Yn)||I(Hn,Yn)||t()}function t(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
58
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function I(Hn,Yn){if(Hn){if(typeof Hn=="string")return B(Hn,Yn);var ui=Object.prototype.toString.call(Hn).slice(8,-1);if(ui==="Object"&&Hn.constructor&&(ui=Hn.constructor.name),ui==="Map"||ui==="Set")return Array.from(Hn);if(ui==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ui))return B(Hn,Yn)}}function B(Hn,Yn){(Yn==null||Yn>Hn.length)&&(Yn=Hn.length);for(var ui=0,mi=new Array(Yn);ui<Yn;ui++)mi[ui]=Hn[ui];return mi}function tr(Hn,Yn){var ui=Hn==null?null:typeof Symbol<"u"&&Hn[Symbol.iterator]||Hn["@@iterator"];if(ui!=null){var mi,Jn,Lr,di,wi=[],Ei=!0,qi=!1;try{if(Lr=(ui=ui.call(Hn)).next,Yn!==0)for(;!(Ei=(mi=Lr.call(ui)).done)&&(wi.push(mi.value),wi.length!==Yn);Ei=!0);}catch(xi){qi=!0,Jn=xi}finally{try{if(!Ei&&ui.return!=null&&(di=ui.return(),Object(di)!==di))return}finally{if(qi)throw Jn}}return wi}}function rr(Hn){if(Array.isArray(Hn))return Hn}function ir(Hn){"@babel/helpers - typeof";return ir=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Yn){return typeof Yn}:function(Yn){return Yn&&typeof Symbol=="function"&&Yn.constructor===Symbol&&Yn!==Symbol.prototype?"symbol":typeof Yn},ir(Hn)}var lr=/a/g.flags!==void 0,mr=function(Yn){var ui=[];return Yn.forEach(function(mi){return ui.push(mi)}),ui},dr=function(Yn){var ui=[];return Yn.forEach(function(mi,Jn){return ui.push([Jn,mi])}),ui},_r=Object.is?Object.is:requireObjectIs(),hr=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},fr=Number.isNaN?Number.isNaN:requireIsNan();function yr(Hn){return Hn.call.bind(Hn)}var Sr=yr(Object.prototype.hasOwnProperty),vr=yr(Object.prototype.propertyIsEnumerable),Mr=yr(Object.prototype.toString),wr=requireUtil().types,gr=wr.isAnyArrayBuffer,br=wr.isArrayBufferView,xr=wr.isDate,Ar=wr.isMap,Pr=wr.isRegExp,Fr=wr.isSet,Dr=wr.isNativeError,$n=wr.isBoxedPrimitive,Ir=wr.isNumberObject,Or=wr.isStringObject,Gr=wr.isBooleanObject,Xn=wr.isBigIntObject,Cr=wr.isSymbolObject,kr=wr.isFloat32Array,qn=wr.isFloat64Array;function oi(Hn){if(Hn.length===0||Hn.length>10)return!0;for(var Yn=0;Yn<Hn.length;Yn++){var ui=Hn.charCodeAt(Yn);if(ui<48||ui>57)return!0}return Hn.length===10&&Hn>=Math.pow(2,32)}function ci(Hn){return Object.keys(Hn).filter(oi).concat(hr(Hn).filter(Object.prototype.propertyIsEnumerable.bind(Hn)))}function ei(Hn,Yn){if(Hn===Yn)return 0;for(var ui=Hn.length,mi=Yn.length,Jn=0,Lr=Math.min(ui,mi);Jn<Lr;++Jn)if(Hn[Jn]!==Yn[Jn]){ui=Hn[Jn],mi=Yn[Jn];break}return ui<mi?-1:mi<ui?1:0}var Ur=!0,ti=!1,si=0,Qr=1,$r=2,zr=3;function Kn(Hn,Yn){return lr?Hn.source===Yn.source&&Hn.flags===Yn.flags:RegExp.prototype.toString.call(Hn)===RegExp.prototype.toString.call(Yn)}function li(Hn,Yn){if(Hn.byteLength!==Yn.byteLength)return!1;for(var ui=0;ui<Hn.byteLength;ui++)if(Hn[ui]!==Yn[ui])return!1;return!0}function ii(Hn,Yn){return Hn.byteLength!==Yn.byteLength?!1:ei(new Uint8Array(Hn.buffer,Hn.byteOffset,Hn.byteLength),new Uint8Array(Yn.buffer,Yn.byteOffset,Yn.byteLength))===0}function ri(Hn,Yn){return Hn.byteLength===Yn.byteLength&&ei(new Uint8Array(Hn),new Uint8Array(Yn))===0}function ai(Hn,Yn){return Ir(Hn)?Ir(Yn)&&_r(Number.prototype.valueOf.call(Hn),Number.prototype.valueOf.call(Yn)):Or(Hn)?Or(Yn)&&String.prototype.valueOf.call(Hn)===String.prototype.valueOf.call(Yn):Gr(Hn)?Gr(Yn)&&Boolean.prototype.valueOf.call(Hn)===Boolean.prototype.valueOf.call(Yn):Xn(Hn)?Xn(Yn)&&BigInt.prototype.valueOf.call(Hn)===BigInt.prototype.valueOf.call(Yn):Cr(Yn)&&Symbol.prototype.valueOf.call(Hn)===Symbol.prototype.valueOf.call(Yn)}function pi(Hn,Yn,ui,mi){if(Hn===Yn)return Hn!==0?!0:ui?_r(Hn,Yn):!0;if(ui){if(ir(Hn)!=="object")return typeof Hn=="number"&&fr(Hn)&&fr(Yn);if(ir(Yn)!=="object"||Hn===null||Yn===null||Object.getPrototypeOf(Hn)!==Object.getPrototypeOf(Yn))return!1}else{if(Hn===null||ir(Hn)!=="object")return Yn===null||ir(Yn)!=="object"?Hn==Yn:!1;if(Yn===null||ir(Yn)!=="object")return!1}var Jn=Mr(Hn),Lr=Mr(Yn);if(Jn!==Lr)return!1;if(Array.isArray(Hn)){if(Hn.length!==Yn.length)return!1;var di=ci(Hn),wi=ci(Yn);return di.length!==wi.length?!1:_i(Hn,Yn,ui,mi,Qr,di)}if(Jn==="[object Object]"&&(!Ar(Hn)&&Ar(Yn)||!Fr(Hn)&&Fr(Yn)))return!1;if(xr(Hn)){if(!xr(Yn)||Date.prototype.getTime.call(Hn)!==Date.prototype.getTime.call(Yn))return!1}else if(Pr(Hn)){if(!Pr(Yn)||!Kn(Hn,Yn))return!1}else if(Dr(Hn)||Hn instanceof Error){if(Hn.message!==Yn.message||Hn.name!==Yn.name)return!1}else if(br(Hn)){if(!ui&&(kr(Hn)||qn(Hn))){if(!li(Hn,Yn))return!1}else if(!ii(Hn,Yn))return!1;var Ei=ci(Hn),qi=ci(Yn);return Ei.length!==qi.length?!1:_i(Hn,Yn,ui,mi,si,Ei)}else{if(Fr(Hn))return!Fr(Yn)||Hn.size!==Yn.size?!1:_i(Hn,Yn,ui,mi,$r);if(Ar(Hn))return!Ar(Yn)||Hn.size!==Yn.size?!1:_i(Hn,Yn,ui,mi,zr);if(gr(Hn)){if(!ri(Hn,Yn))return!1}else if($n(Hn)&&!ai(Hn,Yn))return!1}return _i(Hn,Yn,ui,mi,si)}function hi(Hn,Yn){return Yn.filter(function(ui){return vr(Hn,ui)})}function _i(Hn,Yn,ui,mi,Jn,Lr){if(arguments.length===5){Lr=Object.keys(Hn);var di=Object.keys(Yn);if(Lr.length!==di.length)return!1}for(var wi=0;wi<Lr.length;wi++)if(!Sr(Yn,Lr[wi]))return!1;if(ui&&arguments.length===5){var Ei=hr(Hn);if(Ei.length!==0){var qi=0;for(wi=0;wi<Ei.length;wi++){var xi=Ei[wi];if(vr(Hn,xi)){if(!vr(Yn,xi))return!1;Lr.push(xi),qi++}else if(vr(Yn,xi))return!1}var Ri=hr(Yn);if(Ei.length!==Ri.length&&hi(Yn,Ri).length!==qi)return!1}else{var Ai=hr(Yn);if(Ai.length!==0&&hi(Yn,Ai).length!==0)return!1}}if(Lr.length===0&&(Jn===si||Jn===Qr&&Hn.length===0||Hn.size===0))return!0;if(mi===void 0)mi={val1:new Map,val2:new Map,position:0};else{var Ii=mi.val1.get(Hn);if(Ii!==void 0){var Ci=mi.val2.get(Yn);if(Ci!==void 0)return Ii===Ci}mi.position++}mi.val1.set(Hn,mi.position),mi.val2.set(Yn,mi.position);var Ti=bi(Hn,Yn,ui,Lr,mi,Jn);return mi.val1.delete(Hn),mi.val2.delete(Yn),Ti}function Jr(Hn,Yn,ui,mi){for(var Jn=mr(Hn),Lr=0;Lr<Jn.length;Lr++){var di=Jn[Lr];if(pi(Yn,di,ui,mi))return Hn.delete(di),!0}return!1}function Zn(Hn){switch(ir(Hn)){case"undefined":return null;case"object":return;case"symbol":return!1;case"string":Hn=+Hn;case"number":if(fr(Hn))return!1}return!0}function gi(Hn,Yn,ui){var mi=Zn(ui);return mi??(Yn.has(mi)&&!Hn.has(mi))}function fi(Hn,Yn,ui,mi,Jn){var Lr=Zn(ui);if(Lr!=null)return Lr;var di=Yn.get(Lr);return di===void 0&&!Yn.has(Lr)||!pi(mi,di,!1,Jn)?!1:!Hn.has(Lr)&&pi(mi,di,!1,Jn)}function Mi(Hn,Yn,ui,mi){for(var Jn=null,Lr=mr(Hn),di=0;di<Lr.length;di++){var wi=Lr[di];if(ir(wi)==="object"&&wi!==null)Jn===null&&(Jn=new Set),Jn.add(wi);else if(!Yn.has(wi)){if(ui||!gi(Hn,Yn,wi))return!1;Jn===null&&(Jn=new Set),Jn.add(wi)}}if(Jn!==null){for(var Ei=mr(Yn),qi=0;qi<Ei.length;qi++){var xi=Ei[qi];if(ir(xi)==="object"&&xi!==null){if(!Jr(Jn,xi,ui,mi))return!1}else if(!ui&&!Hn.has(xi)&&!Jr(Jn,xi,ui,mi))return!1}return Jn.size===0}return!0}function ni(Hn,Yn,ui,mi,Jn,Lr){for(var di=mr(Hn),wi=0;wi<di.length;wi++){var Ei=di[wi];if(pi(ui,Ei,Jn,Lr)&&pi(mi,Yn.get(Ei),Jn,Lr))return Hn.delete(Ei),!0}return!1}function vi(Hn,Yn,ui,mi){for(var Jn=null,Lr=dr(Hn),di=0;di<Lr.length;di++){var wi=e(Lr[di],2),Ei=wi[0],qi=wi[1];if(ir(Ei)==="object"&&Ei!==null)Jn===null&&(Jn=new Set),Jn.add(Ei);else{var xi=Yn.get(Ei);if(xi===void 0&&!Yn.has(Ei)||!pi(qi,xi,ui,mi)){if(ui||!fi(Hn,Yn,Ei,qi,mi))return!1;Jn===null&&(Jn=new Set),Jn.add(Ei)}}}if(Jn!==null){for(var Ri=dr(Yn),Ai=0;Ai<Ri.length;Ai++){var Ii=e(Ri[Ai],2),Ci=Ii[0],Ti=Ii[1];if(ir(Ci)==="object"&&Ci!==null){if(!ni(Jn,Hn,Ci,Ti,ui,mi))return!1}else if(!ui&&(!Hn.has(Ci)||!pi(Hn.get(Ci),Ti,!1,mi))&&!ni(Jn,Hn,Ci,Ti,!1,mi))return!1}return Jn.size===0}return!0}function bi(Hn,Yn,ui,mi,Jn,Lr){var di=0;if(Lr===$r){if(!Mi(Hn,Yn,ui,Jn))return!1}else if(Lr===zr){if(!vi(Hn,Yn,ui,Jn))return!1}else if(Lr===Qr)for(;di<Hn.length;di++)if(Sr(Hn,di)){if(!Sr(Yn,di)||!pi(Hn[di],Yn[di],ui,Jn))return!1}else{if(Sr(Yn,di))return!1;for(var wi=Object.keys(Hn);di<wi.length;di++){var Ei=wi[di];if(!Sr(Yn,Ei)||!pi(Hn[Ei],Yn[Ei],ui,Jn))return!1}return wi.length===Object.keys(Yn).length}for(di=0;di<mi.length;di++){var qi=mi[di];if(!pi(Hn[qi],Yn[qi],ui,Jn))return!1}return!0}function Si(Hn,Yn){return pi(Hn,Yn,ti)}function yi(Hn,Yn){return pi(Hn,Yn,Ur)}return comparisons={isDeepEqual:Si,isDeepStrictEqual:yi},comparisons}var hasRequiredAssert;function requireAssert(){if(hasRequiredAssert)return assert.exports;hasRequiredAssert=1;function e($r){"@babel/helpers - typeof";return e=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(zr){return typeof zr}:function(zr){return zr&&typeof Symbol=="function"&&zr.constructor===Symbol&&zr!==Symbol.prototype?"symbol":typeof zr},e($r)}function t($r,zr,Kn){return Object.defineProperty($r,"prototype",{writable:!1}),$r}function I($r,zr){if(!($r instanceof zr))throw new TypeError("Cannot call a class as a function")}var B=requireErrors(),tr=B.codes,rr=tr.ERR_AMBIGUOUS_ARGUMENT,ir=tr.ERR_INVALID_ARG_TYPE,lr=tr.ERR_INVALID_ARG_VALUE,mr=tr.ERR_INVALID_RETURN_VALUE,dr=tr.ERR_MISSING_ARGS,_r=requireAssertion_error(),hr=requireUtil(),fr=hr.inspect,yr=requireUtil().types,Sr=yr.isPromise,vr=yr.isRegExp,Mr=requirePolyfill$2()(),wr=requirePolyfill$1()(),gr=requireCallBound()("RegExp.prototype.test"),br,xr;function Ar(){var $r=requireComparisons();br=$r.isDeepEqual,xr=$r.isDeepStrictEqual}var Pr=!1,Fr=assert.exports=Gr,Dr={};function $n($r){throw $r.message instanceof Error?$r.message:new _r($r)}function Ir($r,zr,Kn,li,ii){var ri=arguments.length,ai;if(ri===0)ai="Failed";else if(ri===1)Kn=$r,$r=void 0;else{if(Pr===!1){Pr=!0;var pi=process$1.emitWarning?process$1.emitWarning:console.warn.bind(console);pi("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094")}ri===2&&(li="!=")}if(Kn instanceof Error)throw Kn;var hi={actual:$r,expected:zr,operator:li===void 0?"fail":li,stackStartFn:ii||Ir};Kn!==void 0&&(hi.message=Kn);var _i=new _r(hi);throw ai&&(_i.message=ai,_i.generatedMessage=!0),_i}Fr.fail=Ir,Fr.AssertionError=_r;function Or($r,zr,Kn,li){if(!Kn){var ii=!1;if(zr===0)ii=!0,li="No value argument passed to `assert.ok()`";else if(li instanceof Error)throw li;var ri=new _r({actual:Kn,expected:!0,message:li,operator:"==",stackStartFn:$r});throw ri.generatedMessage=ii,ri}}function Gr(){for(var $r=arguments.length,zr=new Array($r),Kn=0;Kn<$r;Kn++)zr[Kn]=arguments[Kn];Or.apply(void 0,[Gr,zr.length].concat(zr))}Fr.ok=Gr,Fr.equal=function $r(zr,Kn,li){if(arguments.length<2)throw new dr("actual","expected");zr!=Kn&&$n({actual:zr,expected:Kn,message:li,operator:"==",stackStartFn:$r})},Fr.notEqual=function $r(zr,Kn,li){if(arguments.length<2)throw new dr("actual","expected");zr==Kn&&$n({actual:zr,expected:Kn,message:li,operator:"!=",stackStartFn:$r})},Fr.deepEqual=function $r(zr,Kn,li){if(arguments.length<2)throw new dr("actual","expected");br===void 0&&Ar(),br(zr,Kn)||$n({actual:zr,expected:Kn,message:li,operator:"deepEqual",stackStartFn:$r})},Fr.notDeepEqual=function $r(zr,Kn,li){if(arguments.length<2)throw new dr("actual","expected");br===void 0&&Ar(),br(zr,Kn)&&$n({actual:zr,expected:Kn,message:li,operator:"notDeepEqual",stackStartFn:$r})},Fr.deepStrictEqual=function $r(zr,Kn,li){if(arguments.length<2)throw new dr("actual","expected");br===void 0&&Ar(),xr(zr,Kn)||$n({actual:zr,expected:Kn,message:li,operator:"deepStrictEqual",stackStartFn:$r})},Fr.notDeepStrictEqual=Xn;function Xn($r,zr,Kn){if(arguments.length<2)throw new dr("actual","expected");br===void 0&&Ar(),xr($r,zr)&&$n({actual:$r,expected:zr,message:Kn,operator:"notDeepStrictEqual",stackStartFn:Xn})}Fr.strictEqual=function $r(zr,Kn,li){if(arguments.length<2)throw new dr("actual","expected");wr(zr,Kn)||$n({actual:zr,expected:Kn,message:li,operator:"strictEqual",stackStartFn:$r})},Fr.notStrictEqual=function $r(zr,Kn,li){if(arguments.length<2)throw new dr("actual","expected");wr(zr,Kn)&&$n({actual:zr,expected:Kn,message:li,operator:"notStrictEqual",stackStartFn:$r})};var Cr=t(function $r(zr,Kn,li){var ii=this;I(this,$r),Kn.forEach(function(ri){ri in zr&&(li!==void 0&&typeof li[ri]=="string"&&vr(zr[ri])&&gr(zr[ri],li[ri])?ii[ri]=li[ri]:ii[ri]=zr[ri])})});function kr($r,zr,Kn,li,ii,ri){if(!(Kn in $r)||!xr($r[Kn],zr[Kn])){if(!li){var ai=new Cr($r,ii),pi=new Cr(zr,ii,$r),hi=new _r({actual:ai,expected:pi,operator:"deepStrictEqual",stackStartFn:ri});throw hi.actual=$r,hi.expected=zr,hi.operator=ri.name,hi}$n({actual:$r,expected:zr,message:li,operator:ri.name,stackStartFn:ri})}}function qn($r,zr,Kn,li){if(typeof zr!="function"){if(vr(zr))return gr(zr,$r);if(arguments.length===2)throw new ir("expected",["Function","RegExp"],zr);if(e($r)!=="object"||$r===null){var ii=new _r({actual:$r,expected:zr,message:Kn,operator:"deepStrictEqual",stackStartFn:li});throw ii.operator=li.name,ii}var ri=Object.keys(zr);if(zr instanceof Error)ri.push("name","message");else if(ri.length===0)throw new lr("error",zr,"may not be an empty object");return br===void 0&&Ar(),ri.forEach(function(ai){typeof $r[ai]=="string"&&vr(zr[ai])&&gr(zr[ai],$r[ai])||kr($r,zr,ai,Kn,ri,li)}),!0}return zr.prototype!==void 0&&$r instanceof zr?!0:Error.isPrototypeOf(zr)?!1:zr.call({},$r)===!0}function oi($r){if(typeof $r!="function")throw new ir("fn","Function",$r);try{$r()}catch(zr){return zr}return Dr}function ci($r){return Sr($r)||$r!==null&&e($r)==="object"&&typeof $r.then=="function"&&typeof $r.catch=="function"}function ei($r){return Promise.resolve().then(function(){var zr;if(typeof $r=="function"){if(zr=$r(),!ci(zr))throw new mr("instance of Promise","promiseFn",zr)}else if(ci($r))zr=$r;else throw new ir("promiseFn",["Function","Promise"],$r);return Promise.resolve().then(function(){return zr}).then(function(){return Dr}).catch(function(Kn){return Kn})})}function Ur($r,zr,Kn,li){if(typeof Kn=="string"){if(arguments.length===4)throw new ir("error",["Object","Error","Function","RegExp"],Kn);if(e(zr)==="object"&&zr!==null){if(zr.message===Kn)throw new rr("error/message",'The error message "'.concat(zr.message,'" is identical to the message.'))}else if(zr===Kn)throw new rr("error/message",'The error "'.concat(zr,'" is identical to the message.'));li=Kn,Kn=void 0}else if(Kn!=null&&e(Kn)!=="object"&&typeof Kn!="function")throw new ir("error",["Object","Error","Function","RegExp"],Kn);if(zr===Dr){var ii="";Kn&&Kn.name&&(ii+=" (".concat(Kn.name,")")),ii+=li?": ".concat(li):".";var ri=$r.name==="rejects"?"rejection":"exception";$n({actual:void 0,expected:Kn,operator:$r.name,message:"Missing expected ".concat(ri).concat(ii),stackStartFn:$r})}if(Kn&&!qn(zr,Kn,li,$r))throw zr}function ti($r,zr,Kn,li){if(zr!==Dr){if(typeof Kn=="string"&&(li=Kn,Kn=void 0),!Kn||qn(zr,Kn)){var ii=li?": ".concat(li):".",ri=$r.name==="doesNotReject"?"rejection":"exception";$n({actual:zr,expected:Kn,operator:$r.name,message:"Got unwanted ".concat(ri).concat(ii,`
59
+ `)+'Actual message: "'.concat(zr&&zr.message,'"'),stackStartFn:$r})}throw zr}}Fr.throws=function $r(zr){for(var Kn=arguments.length,li=new Array(Kn>1?Kn-1:0),ii=1;ii<Kn;ii++)li[ii-1]=arguments[ii];Ur.apply(void 0,[$r,oi(zr)].concat(li))},Fr.rejects=function $r(zr){for(var Kn=arguments.length,li=new Array(Kn>1?Kn-1:0),ii=1;ii<Kn;ii++)li[ii-1]=arguments[ii];return ei(zr).then(function(ri){return Ur.apply(void 0,[$r,ri].concat(li))})},Fr.doesNotThrow=function $r(zr){for(var Kn=arguments.length,li=new Array(Kn>1?Kn-1:0),ii=1;ii<Kn;ii++)li[ii-1]=arguments[ii];ti.apply(void 0,[$r,oi(zr)].concat(li))},Fr.doesNotReject=function $r(zr){for(var Kn=arguments.length,li=new Array(Kn>1?Kn-1:0),ii=1;ii<Kn;ii++)li[ii-1]=arguments[ii];return ei(zr).then(function(ri){return ti.apply(void 0,[$r,ri].concat(li))})},Fr.ifError=function $r(zr){if(zr!=null){var Kn="ifError got unwanted exception: ";e(zr)==="object"&&typeof zr.message=="string"?zr.message.length===0&&zr.constructor?Kn+=zr.constructor.name:Kn+=zr.message:Kn+=fr(zr);var li=new _r({actual:zr,expected:null,operator:"ifError",message:Kn,stackStartFn:$r}),ii=zr.stack;if(typeof ii=="string"){var ri=ii.split(`
60
+ `);ri.shift();for(var ai=li.stack.split(`
61
+ `),pi=0;pi<ri.length;pi++){var hi=ai.indexOf(ri[pi]);if(hi!==-1){ai=ai.slice(0,hi);break}}li.stack="".concat(ai.join(`
62
+ `),`
63
+ `).concat(ri.join(`
64
+ `))}throw li}};function si($r,zr,Kn,li,ii){if(!vr(zr))throw new ir("regexp","RegExp",zr);var ri=ii==="match";if(typeof $r!="string"||gr(zr,$r)!==ri){if(Kn instanceof Error)throw Kn;var ai=!Kn;Kn=Kn||(typeof $r!="string"?'The "string" argument must be of type string. Received type '+"".concat(e($r)," (").concat(fr($r),")"):(ri?"The input did not match the regular expression ":"The input was expected to not match the regular expression ")+"".concat(fr(zr),`. Input:
65
+
66
+ `).concat(fr($r),`
67
+ `));var pi=new _r({actual:$r,expected:zr,message:Kn,operator:ii,stackStartFn:li});throw pi.generatedMessage=ai,pi}}Fr.match=function $r(zr,Kn,li){si(zr,Kn,li,$r,"match")},Fr.doesNotMatch=function $r(zr,Kn,li){si(zr,Kn,li,$r,"doesNotMatch")};function Qr(){for(var $r=arguments.length,zr=new Array($r),Kn=0;Kn<$r;Kn++)zr[Kn]=arguments[Kn];Or.apply(void 0,[Qr,zr.length].concat(zr))}return Fr.strict=Mr(Qr,Fr,{equal:Fr.strictEqual,deepEqual:Fr.deepStrictEqual,notEqual:Fr.notStrictEqual,notDeepEqual:Fr.notDeepStrictEqual}),Fr.strict.strict=Fr.strict,assert.exports}var assign_1,hasRequiredAssign;function requireAssign(){if(hasRequiredAssign)return assign_1;hasRequiredAssign=1;var e=require_assignValue(),t=require_copyObject(),I=require_createAssigner(),B=requireIsArrayLike(),tr=require_isPrototype(),rr=requireKeys(),ir=Object.prototype,lr=ir.hasOwnProperty,mr=I(function(dr,_r){if(tr(_r)||B(_r)){t(_r,rr(_r),dr);return}for(var hr in _r)lr.call(_r,hr)&&e(dr,hr,_r[hr])});return assign_1=mr,assign_1}var clone_1,hasRequiredClone;function requireClone(){if(hasRequiredClone)return clone_1;hasRequiredClone=1;var e=require_baseClone(),t=4;function I(B){return e(B,t)}return clone_1=I,clone_1}var _baseForOwn,hasRequired_baseForOwn;function require_baseForOwn(){if(hasRequired_baseForOwn)return _baseForOwn;hasRequired_baseForOwn=1;var e=require_baseFor(),t=requireKeys();function I(B,tr){return B&&e(B,tr,t)}return _baseForOwn=I,_baseForOwn}var _createBaseEach,hasRequired_createBaseEach;function require_createBaseEach(){if(hasRequired_createBaseEach)return _createBaseEach;hasRequired_createBaseEach=1;var e=requireIsArrayLike();function t(I,B){return function(tr,rr){if(tr==null)return tr;if(!e(tr))return I(tr,rr);for(var ir=tr.length,lr=B?ir:-1,mr=Object(tr);(B?lr--:++lr<ir)&&rr(mr[lr],lr,mr)!==!1;);return tr}}return _createBaseEach=t,_createBaseEach}var _baseEach,hasRequired_baseEach;function require_baseEach(){if(hasRequired_baseEach)return _baseEach;hasRequired_baseEach=1;var e=require_baseForOwn(),t=require_createBaseEach(),I=t(e);return _baseEach=I,_baseEach}var _castFunction,hasRequired_castFunction;function require_castFunction(){if(hasRequired_castFunction)return _castFunction;hasRequired_castFunction=1;var e=requireIdentity();function t(I){return typeof I=="function"?I:e}return _castFunction=t,_castFunction}var forEach_1,hasRequiredForEach;function requireForEach(){if(hasRequiredForEach)return forEach_1;hasRequiredForEach=1;var e=require_arrayEach(),t=require_baseEach(),I=require_castFunction(),B=requireIsArray();function tr(rr,ir){var lr=B(rr)?e:t;return lr(rr,I(ir))}return forEach_1=tr,forEach_1}var each,hasRequiredEach;function requireEach(){return hasRequiredEach||(hasRequiredEach=1,each=requireForEach()),each}var isEmpty_1,hasRequiredIsEmpty;function requireIsEmpty(){if(hasRequiredIsEmpty)return isEmpty_1;hasRequiredIsEmpty=1;var e=require_baseKeys(),t=require_getTag(),I=requireIsArguments$1(),B=requireIsArray(),tr=requireIsArrayLike(),rr=requireIsBuffer(),ir=require_isPrototype(),lr=requireIsTypedArray(),mr="[object Map]",dr="[object Set]",_r=Object.prototype,hr=_r.hasOwnProperty;function fr(yr){if(yr==null)return!0;if(tr(yr)&&(B(yr)||typeof yr=="string"||typeof yr.splice=="function"||rr(yr)||lr(yr)||I(yr)))return!yr.length;var Sr=t(yr);if(Sr==mr||Sr==dr)return!yr.size;if(ir(yr))return!e(yr).length;for(var vr in yr)if(hr.call(yr,vr))return!1;return!0}return isEmpty_1=fr,isEmpty_1}var last_1,hasRequiredLast;function requireLast(){if(hasRequiredLast)return last_1;hasRequiredLast=1;function e(t){var I=t==null?0:t.length;return I?t[I-1]:void 0}return last_1=e,last_1}var _baseFilter,hasRequired_baseFilter;function require_baseFilter(){if(hasRequired_baseFilter)return _baseFilter;hasRequired_baseFilter=1;var e=require_baseEach();function t(I,B){var tr=[];return e(I,function(rr,ir,lr){B(rr,ir,lr)&&tr.push(rr)}),tr}return _baseFilter=t,_baseFilter}var _setCacheAdd,hasRequired_setCacheAdd;function require_setCacheAdd(){if(hasRequired_setCacheAdd)return _setCacheAdd;hasRequired_setCacheAdd=1;var e="__lodash_hash_undefined__";function t(I){return this.__data__.set(I,e),this}return _setCacheAdd=t,_setCacheAdd}var _setCacheHas,hasRequired_setCacheHas;function require_setCacheHas(){if(hasRequired_setCacheHas)return _setCacheHas;hasRequired_setCacheHas=1;function e(t){return this.__data__.has(t)}return _setCacheHas=e,_setCacheHas}var _SetCache,hasRequired_SetCache;function require_SetCache(){if(hasRequired_SetCache)return _SetCache;hasRequired_SetCache=1;var e=require_MapCache(),t=require_setCacheAdd(),I=require_setCacheHas();function B(tr){var rr=-1,ir=tr==null?0:tr.length;for(this.__data__=new e;++rr<ir;)this.add(tr[rr])}return B.prototype.add=B.prototype.push=t,B.prototype.has=I,_SetCache=B,_SetCache}var _arraySome,hasRequired_arraySome;function require_arraySome(){if(hasRequired_arraySome)return _arraySome;hasRequired_arraySome=1;function e(t,I){for(var B=-1,tr=t==null?0:t.length;++B<tr;)if(I(t[B],B,t))return!0;return!1}return _arraySome=e,_arraySome}var _cacheHas,hasRequired_cacheHas;function require_cacheHas(){if(hasRequired_cacheHas)return _cacheHas;hasRequired_cacheHas=1;function e(t,I){return t.has(I)}return _cacheHas=e,_cacheHas}var _equalArrays,hasRequired_equalArrays;function require_equalArrays(){if(hasRequired_equalArrays)return _equalArrays;hasRequired_equalArrays=1;var e=require_SetCache(),t=require_arraySome(),I=require_cacheHas(),B=1,tr=2;function rr(ir,lr,mr,dr,_r,hr){var fr=mr&B,yr=ir.length,Sr=lr.length;if(yr!=Sr&&!(fr&&Sr>yr))return!1;var vr=hr.get(ir),Mr=hr.get(lr);if(vr&&Mr)return vr==lr&&Mr==ir;var wr=-1,gr=!0,br=mr&tr?new e:void 0;for(hr.set(ir,lr),hr.set(lr,ir);++wr<yr;){var xr=ir[wr],Ar=lr[wr];if(dr)var Pr=fr?dr(Ar,xr,wr,lr,ir,hr):dr(xr,Ar,wr,ir,lr,hr);if(Pr!==void 0){if(Pr)continue;gr=!1;break}if(br){if(!t(lr,function(Fr,Dr){if(!I(br,Dr)&&(xr===Fr||_r(xr,Fr,mr,dr,hr)))return br.push(Dr)})){gr=!1;break}}else if(!(xr===Ar||_r(xr,Ar,mr,dr,hr))){gr=!1;break}}return hr.delete(ir),hr.delete(lr),gr}return _equalArrays=rr,_equalArrays}var _mapToArray,hasRequired_mapToArray;function require_mapToArray(){if(hasRequired_mapToArray)return _mapToArray;hasRequired_mapToArray=1;function e(t){var I=-1,B=Array(t.size);return t.forEach(function(tr,rr){B[++I]=[rr,tr]}),B}return _mapToArray=e,_mapToArray}var _setToArray,hasRequired_setToArray;function require_setToArray(){if(hasRequired_setToArray)return _setToArray;hasRequired_setToArray=1;function e(t){var I=-1,B=Array(t.size);return t.forEach(function(tr){B[++I]=tr}),B}return _setToArray=e,_setToArray}var _equalByTag,hasRequired_equalByTag;function require_equalByTag(){if(hasRequired_equalByTag)return _equalByTag;hasRequired_equalByTag=1;var e=require_Symbol(),t=require_Uint8Array(),I=requireEq(),B=require_equalArrays(),tr=require_mapToArray(),rr=require_setToArray(),ir=1,lr=2,mr="[object Boolean]",dr="[object Date]",_r="[object Error]",hr="[object Map]",fr="[object Number]",yr="[object RegExp]",Sr="[object Set]",vr="[object String]",Mr="[object Symbol]",wr="[object ArrayBuffer]",gr="[object DataView]",br=e?e.prototype:void 0,xr=br?br.valueOf:void 0;function Ar(Pr,Fr,Dr,$n,Ir,Or,Gr){switch(Dr){case gr:if(Pr.byteLength!=Fr.byteLength||Pr.byteOffset!=Fr.byteOffset)return!1;Pr=Pr.buffer,Fr=Fr.buffer;case wr:return!(Pr.byteLength!=Fr.byteLength||!Or(new t(Pr),new t(Fr)));case mr:case dr:case fr:return I(+Pr,+Fr);case _r:return Pr.name==Fr.name&&Pr.message==Fr.message;case yr:case vr:return Pr==Fr+"";case hr:var Xn=tr;case Sr:var Cr=$n&ir;if(Xn||(Xn=rr),Pr.size!=Fr.size&&!Cr)return!1;var kr=Gr.get(Pr);if(kr)return kr==Fr;$n|=lr,Gr.set(Pr,Fr);var qn=B(Xn(Pr),Xn(Fr),$n,Ir,Or,Gr);return Gr.delete(Pr),qn;case Mr:if(xr)return xr.call(Pr)==xr.call(Fr)}return!1}return _equalByTag=Ar,_equalByTag}var _equalObjects,hasRequired_equalObjects;function require_equalObjects(){if(hasRequired_equalObjects)return _equalObjects;hasRequired_equalObjects=1;var e=require_getAllKeys(),t=1,I=Object.prototype,B=I.hasOwnProperty;function tr(rr,ir,lr,mr,dr,_r){var hr=lr&t,fr=e(rr),yr=fr.length,Sr=e(ir),vr=Sr.length;if(yr!=vr&&!hr)return!1;for(var Mr=yr;Mr--;){var wr=fr[Mr];if(!(hr?wr in ir:B.call(ir,wr)))return!1}var gr=_r.get(rr),br=_r.get(ir);if(gr&&br)return gr==ir&&br==rr;var xr=!0;_r.set(rr,ir),_r.set(ir,rr);for(var Ar=hr;++Mr<yr;){wr=fr[Mr];var Pr=rr[wr],Fr=ir[wr];if(mr)var Dr=hr?mr(Fr,Pr,wr,ir,rr,_r):mr(Pr,Fr,wr,rr,ir,_r);if(!(Dr===void 0?Pr===Fr||dr(Pr,Fr,lr,mr,_r):Dr)){xr=!1;break}Ar||(Ar=wr=="constructor")}if(xr&&!Ar){var $n=rr.constructor,Ir=ir.constructor;$n!=Ir&&"constructor"in rr&&"constructor"in ir&&!(typeof $n=="function"&&$n instanceof $n&&typeof Ir=="function"&&Ir instanceof Ir)&&(xr=!1)}return _r.delete(rr),_r.delete(ir),xr}return _equalObjects=tr,_equalObjects}var _baseIsEqualDeep,hasRequired_baseIsEqualDeep;function require_baseIsEqualDeep(){if(hasRequired_baseIsEqualDeep)return _baseIsEqualDeep;hasRequired_baseIsEqualDeep=1;var e=require_Stack(),t=require_equalArrays(),I=require_equalByTag(),B=require_equalObjects(),tr=require_getTag(),rr=requireIsArray(),ir=requireIsBuffer(),lr=requireIsTypedArray(),mr=1,dr="[object Arguments]",_r="[object Array]",hr="[object Object]",fr=Object.prototype,yr=fr.hasOwnProperty;function Sr(vr,Mr,wr,gr,br,xr){var Ar=rr(vr),Pr=rr(Mr),Fr=Ar?_r:tr(vr),Dr=Pr?_r:tr(Mr);Fr=Fr==dr?hr:Fr,Dr=Dr==dr?hr:Dr;var $n=Fr==hr,Ir=Dr==hr,Or=Fr==Dr;if(Or&&ir(vr)){if(!ir(Mr))return!1;Ar=!0,$n=!1}if(Or&&!$n)return xr||(xr=new e),Ar||lr(vr)?t(vr,Mr,wr,gr,br,xr):I(vr,Mr,Fr,wr,gr,br,xr);if(!(wr&mr)){var Gr=$n&&yr.call(vr,"__wrapped__"),Xn=Ir&&yr.call(Mr,"__wrapped__");if(Gr||Xn){var Cr=Gr?vr.value():vr,kr=Xn?Mr.value():Mr;return xr||(xr=new e),br(Cr,kr,wr,gr,xr)}}return Or?(xr||(xr=new e),B(vr,Mr,wr,gr,br,xr)):!1}return _baseIsEqualDeep=Sr,_baseIsEqualDeep}var _baseIsEqual,hasRequired_baseIsEqual;function require_baseIsEqual(){if(hasRequired_baseIsEqual)return _baseIsEqual;hasRequired_baseIsEqual=1;var e=require_baseIsEqualDeep(),t=requireIsObjectLike();function I(B,tr,rr,ir,lr){return B===tr?!0:B==null||tr==null||!t(B)&&!t(tr)?B!==B&&tr!==tr:e(B,tr,rr,ir,I,lr)}return _baseIsEqual=I,_baseIsEqual}var _baseIsMatch,hasRequired_baseIsMatch;function require_baseIsMatch(){if(hasRequired_baseIsMatch)return _baseIsMatch;hasRequired_baseIsMatch=1;var e=require_Stack(),t=require_baseIsEqual(),I=1,B=2;function tr(rr,ir,lr,mr){var dr=lr.length,_r=dr,hr=!mr;if(rr==null)return!_r;for(rr=Object(rr);dr--;){var fr=lr[dr];if(hr&&fr[2]?fr[1]!==rr[fr[0]]:!(fr[0]in rr))return!1}for(;++dr<_r;){fr=lr[dr];var yr=fr[0],Sr=rr[yr],vr=fr[1];if(hr&&fr[2]){if(Sr===void 0&&!(yr in rr))return!1}else{var Mr=new e;if(mr)var wr=mr(Sr,vr,yr,rr,ir,Mr);if(!(wr===void 0?t(vr,Sr,I|B,mr,Mr):wr))return!1}}return!0}return _baseIsMatch=tr,_baseIsMatch}var _isStrictComparable,hasRequired_isStrictComparable;function require_isStrictComparable(){if(hasRequired_isStrictComparable)return _isStrictComparable;hasRequired_isStrictComparable=1;var e=requireIsObject();function t(I){return I===I&&!e(I)}return _isStrictComparable=t,_isStrictComparable}var _getMatchData,hasRequired_getMatchData;function require_getMatchData(){if(hasRequired_getMatchData)return _getMatchData;hasRequired_getMatchData=1;var e=require_isStrictComparable(),t=requireKeys();function I(B){for(var tr=t(B),rr=tr.length;rr--;){var ir=tr[rr],lr=B[ir];tr[rr]=[ir,lr,e(lr)]}return tr}return _getMatchData=I,_getMatchData}var _matchesStrictComparable,hasRequired_matchesStrictComparable;function require_matchesStrictComparable(){if(hasRequired_matchesStrictComparable)return _matchesStrictComparable;hasRequired_matchesStrictComparable=1;function e(t,I){return function(B){return B==null?!1:B[t]===I&&(I!==void 0||t in Object(B))}}return _matchesStrictComparable=e,_matchesStrictComparable}var _baseMatches,hasRequired_baseMatches;function require_baseMatches(){if(hasRequired_baseMatches)return _baseMatches;hasRequired_baseMatches=1;var e=require_baseIsMatch(),t=require_getMatchData(),I=require_matchesStrictComparable();function B(tr){var rr=t(tr);return rr.length==1&&rr[0][2]?I(rr[0][0],rr[0][1]):function(ir){return ir===tr||e(ir,tr,rr)}}return _baseMatches=B,_baseMatches}var _isKey,hasRequired_isKey;function require_isKey(){if(hasRequired_isKey)return _isKey;hasRequired_isKey=1;var e=requireIsArray(),t=requireIsSymbol(),I=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,B=/^\w*$/;function tr(rr,ir){if(e(rr))return!1;var lr=typeof rr;return lr=="number"||lr=="symbol"||lr=="boolean"||rr==null||t(rr)?!0:B.test(rr)||!I.test(rr)||ir!=null&&rr in Object(ir)}return _isKey=tr,_isKey}var memoize_1,hasRequiredMemoize;function requireMemoize(){if(hasRequiredMemoize)return memoize_1;hasRequiredMemoize=1;var e=require_MapCache(),t="Expected a function";function I(B,tr){if(typeof B!="function"||tr!=null&&typeof tr!="function")throw new TypeError(t);var rr=function(){var ir=arguments,lr=tr?tr.apply(this,ir):ir[0],mr=rr.cache;if(mr.has(lr))return mr.get(lr);var dr=B.apply(this,ir);return rr.cache=mr.set(lr,dr)||mr,dr};return rr.cache=new(I.Cache||e),rr}return I.Cache=e,memoize_1=I,memoize_1}var _memoizeCapped,hasRequired_memoizeCapped;function require_memoizeCapped(){if(hasRequired_memoizeCapped)return _memoizeCapped;hasRequired_memoizeCapped=1;var e=requireMemoize(),t=500;function I(B){var tr=e(B,function(ir){return rr.size===t&&rr.clear(),ir}),rr=tr.cache;return tr}return _memoizeCapped=I,_memoizeCapped}var _stringToPath,hasRequired_stringToPath;function require_stringToPath(){if(hasRequired_stringToPath)return _stringToPath;hasRequired_stringToPath=1;var e=require_memoizeCapped(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,I=/\\(\\)?/g,B=e(function(tr){var rr=[];return tr.charCodeAt(0)===46&&rr.push(""),tr.replace(t,function(ir,lr,mr,dr){rr.push(mr?dr.replace(I,"$1"):lr||ir)}),rr});return _stringToPath=B,_stringToPath}var _castPath,hasRequired_castPath;function require_castPath(){if(hasRequired_castPath)return _castPath;hasRequired_castPath=1;var e=requireIsArray(),t=require_isKey(),I=require_stringToPath(),B=requireToString();function tr(rr,ir){return e(rr)?rr:t(rr,ir)?[rr]:I(B(rr))}return _castPath=tr,_castPath}var _toKey,hasRequired_toKey;function require_toKey(){if(hasRequired_toKey)return _toKey;hasRequired_toKey=1;var e=requireIsSymbol();function t(I){if(typeof I=="string"||e(I))return I;var B=I+"";return B=="0"&&1/I==-1/0?"-0":B}return _toKey=t,_toKey}var _baseGet,hasRequired_baseGet;function require_baseGet(){if(hasRequired_baseGet)return _baseGet;hasRequired_baseGet=1;var e=require_castPath(),t=require_toKey();function I(B,tr){tr=e(tr,B);for(var rr=0,ir=tr.length;B!=null&&rr<ir;)B=B[t(tr[rr++])];return rr&&rr==ir?B:void 0}return _baseGet=I,_baseGet}var get_1,hasRequiredGet;function requireGet(){if(hasRequiredGet)return get_1;hasRequiredGet=1;var e=require_baseGet();function t(I,B,tr){var rr=I==null?void 0:e(I,B);return rr===void 0?tr:rr}return get_1=t,get_1}var _baseHasIn,hasRequired_baseHasIn;function require_baseHasIn(){if(hasRequired_baseHasIn)return _baseHasIn;hasRequired_baseHasIn=1;function e(t,I){return t!=null&&I in Object(t)}return _baseHasIn=e,_baseHasIn}var _hasPath,hasRequired_hasPath;function require_hasPath(){if(hasRequired_hasPath)return _hasPath;hasRequired_hasPath=1;var e=require_castPath(),t=requireIsArguments$1(),I=requireIsArray(),B=require_isIndex(),tr=requireIsLength(),rr=require_toKey();function ir(lr,mr,dr){mr=e(mr,lr);for(var _r=-1,hr=mr.length,fr=!1;++_r<hr;){var yr=rr(mr[_r]);if(!(fr=lr!=null&&dr(lr,yr)))break;lr=lr[yr]}return fr||++_r!=hr?fr:(hr=lr==null?0:lr.length,!!hr&&tr(hr)&&B(yr,hr)&&(I(lr)||t(lr)))}return _hasPath=ir,_hasPath}var hasIn_1,hasRequiredHasIn;function requireHasIn(){if(hasRequiredHasIn)return hasIn_1;hasRequiredHasIn=1;var e=require_baseHasIn(),t=require_hasPath();function I(B,tr){return B!=null&&t(B,tr,e)}return hasIn_1=I,hasIn_1}var _baseMatchesProperty,hasRequired_baseMatchesProperty;function require_baseMatchesProperty(){if(hasRequired_baseMatchesProperty)return _baseMatchesProperty;hasRequired_baseMatchesProperty=1;var e=require_baseIsEqual(),t=requireGet(),I=requireHasIn(),B=require_isKey(),tr=require_isStrictComparable(),rr=require_matchesStrictComparable(),ir=require_toKey(),lr=1,mr=2;function dr(_r,hr){return B(_r)&&tr(hr)?rr(ir(_r),hr):function(fr){var yr=t(fr,_r);return yr===void 0&&yr===hr?I(fr,_r):e(hr,yr,lr|mr)}}return _baseMatchesProperty=dr,_baseMatchesProperty}var _baseProperty,hasRequired_baseProperty;function require_baseProperty(){if(hasRequired_baseProperty)return _baseProperty;hasRequired_baseProperty=1;function e(t){return function(I){return I?.[t]}}return _baseProperty=e,_baseProperty}var _basePropertyDeep,hasRequired_basePropertyDeep;function require_basePropertyDeep(){if(hasRequired_basePropertyDeep)return _basePropertyDeep;hasRequired_basePropertyDeep=1;var e=require_baseGet();function t(I){return function(B){return e(B,I)}}return _basePropertyDeep=t,_basePropertyDeep}var property_1,hasRequiredProperty;function requireProperty(){if(hasRequiredProperty)return property_1;hasRequiredProperty=1;var e=require_baseProperty(),t=require_basePropertyDeep(),I=require_isKey(),B=require_toKey();function tr(rr){return I(rr)?e(B(rr)):t(rr)}return property_1=tr,property_1}var _baseIteratee,hasRequired_baseIteratee;function require_baseIteratee(){if(hasRequired_baseIteratee)return _baseIteratee;hasRequired_baseIteratee=1;var e=require_baseMatches(),t=require_baseMatchesProperty(),I=requireIdentity(),B=requireIsArray(),tr=requireProperty();function rr(ir){return typeof ir=="function"?ir:ir==null?I:typeof ir=="object"?B(ir)?t(ir[0],ir[1]):e(ir):tr(ir)}return _baseIteratee=rr,_baseIteratee}var negate_1,hasRequiredNegate;function requireNegate(){if(hasRequiredNegate)return negate_1;hasRequiredNegate=1;var e="Expected a function";function t(I){if(typeof I!="function")throw new TypeError(e);return function(){var B=arguments;switch(B.length){case 0:return!I.call(this);case 1:return!I.call(this,B[0]);case 2:return!I.call(this,B[0],B[1]);case 3:return!I.call(this,B[0],B[1],B[2])}return!I.apply(this,B)}}return negate_1=t,negate_1}var reject_1,hasRequiredReject;function requireReject(){if(hasRequiredReject)return reject_1;hasRequiredReject=1;var e=require_arrayFilter(),t=require_baseFilter(),I=require_baseIteratee(),B=requireIsArray(),tr=requireNegate();function rr(ir,lr){var mr=B(ir)?e:t;return mr(ir,tr(I(lr,3)))}return reject_1=rr,reject_1}var tail_1,hasRequiredTail;function requireTail(){if(hasRequiredTail)return tail_1;hasRequiredTail=1;var e=require_baseSlice();function t(I){var B=I==null?0:I.length;return B?e(I,1,B):[]}return tail_1=t,tail_1}var isString_1,hasRequiredIsString;function requireIsString(){if(hasRequiredIsString)return isString_1;hasRequiredIsString=1;var e=require_baseGetTag(),t=requireIsArray(),I=requireIsObjectLike(),B="[object String]";function tr(rr){return typeof rr=="string"||!t(rr)&&I(rr)&&e(rr)==B}return isString_1=tr,isString_1}var _iteratorToArray,hasRequired_iteratorToArray;function require_iteratorToArray(){if(hasRequired_iteratorToArray)return _iteratorToArray;hasRequired_iteratorToArray=1;function e(t){for(var I,B=[];!(I=t.next()).done;)B.push(I.value);return B}return _iteratorToArray=e,_iteratorToArray}var _asciiToArray,hasRequired_asciiToArray;function require_asciiToArray(){if(hasRequired_asciiToArray)return _asciiToArray;hasRequired_asciiToArray=1;function e(t){return t.split("")}return _asciiToArray=e,_asciiToArray}var _hasUnicode,hasRequired_hasUnicode;function require_hasUnicode(){if(hasRequired_hasUnicode)return _hasUnicode;hasRequired_hasUnicode=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",I="\\ufe20-\\ufe2f",B="\\u20d0-\\u20ff",tr=t+I+B,rr="\\ufe0e\\ufe0f",ir="\\u200d",lr=RegExp("["+ir+e+tr+rr+"]");function mr(dr){return lr.test(dr)}return _hasUnicode=mr,_hasUnicode}var _unicodeToArray,hasRequired_unicodeToArray;function require_unicodeToArray(){if(hasRequired_unicodeToArray)return _unicodeToArray;hasRequired_unicodeToArray=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",I="\\ufe20-\\ufe2f",B="\\u20d0-\\u20ff",tr=t+I+B,rr="\\ufe0e\\ufe0f",ir="["+e+"]",lr="["+tr+"]",mr="\\ud83c[\\udffb-\\udfff]",dr="(?:"+lr+"|"+mr+")",_r="[^"+e+"]",hr="(?:\\ud83c[\\udde6-\\uddff]){2}",fr="[\\ud800-\\udbff][\\udc00-\\udfff]",yr="\\u200d",Sr=dr+"?",vr="["+rr+"]?",Mr="(?:"+yr+"(?:"+[_r,hr,fr].join("|")+")"+vr+Sr+")*",wr=vr+Sr+Mr,gr="(?:"+[_r+lr+"?",lr,hr,fr,ir].join("|")+")",br=RegExp(mr+"(?="+mr+")|"+gr+wr,"g");function xr(Ar){return Ar.match(br)||[]}return _unicodeToArray=xr,_unicodeToArray}var _stringToArray,hasRequired_stringToArray;function require_stringToArray(){if(hasRequired_stringToArray)return _stringToArray;hasRequired_stringToArray=1;var e=require_asciiToArray(),t=require_hasUnicode(),I=require_unicodeToArray();function B(tr){return t(tr)?I(tr):e(tr)}return _stringToArray=B,_stringToArray}var _baseValues,hasRequired_baseValues;function require_baseValues(){if(hasRequired_baseValues)return _baseValues;hasRequired_baseValues=1;var e=require_arrayMap();function t(I,B){return e(B,function(tr){return I[tr]})}return _baseValues=t,_baseValues}var values_1,hasRequiredValues;function requireValues(){if(hasRequiredValues)return values_1;hasRequiredValues=1;var e=require_baseValues(),t=requireKeys();function I(B){return B==null?[]:e(B,t(B))}return values_1=I,values_1}var toArray_1,hasRequiredToArray;function requireToArray(){if(hasRequiredToArray)return toArray_1;hasRequiredToArray=1;var e=require_Symbol(),t=require_copyArray(),I=require_getTag(),B=requireIsArrayLike(),tr=requireIsString(),rr=require_iteratorToArray(),ir=require_mapToArray(),lr=require_setToArray(),mr=require_stringToArray(),dr=requireValues(),_r="[object Map]",hr="[object Set]",fr=e?e.iterator:void 0;function yr(Sr){if(!Sr)return[];if(B(Sr))return tr(Sr)?mr(Sr):t(Sr);if(fr&&Sr[fr])return rr(Sr[fr]());var vr=I(Sr),Mr=vr==_r?ir:vr==hr?lr:dr;return Mr(Sr)}return toArray_1=yr,toArray_1}var constants$1,hasRequiredConstants$1;function requireConstants$1(){if(hasRequiredConstants$1)return constants$1;hasRequiredConstants$1=1;const e=Object.freeze({pg:"postgres",postgresql:"postgres",sqlite:"sqlite3"}),t=Object.freeze(["mssql","mysql","mysql2","oracledb","postgres","pgnative","redshift","sqlite3","cockroachdb","better-sqlite3"].concat(Object.keys(e))),I=Object.freeze({MsSQL:"mssql",MySQL:"mysql",MySQL2:"mysql2",Oracle:"oracledb",PostgreSQL:"pg",PgNative:"pgnative",Redshift:"pg-redshift",SQLite:"sqlite3",CockroachDB:"cockroachdb",BetterSQLite3:"better-sqlite3"}),B=Object.freeze(["maxWaitingClients","testOnBorrow","fifo","priorityRange","autostart","evictionRunIntervalMillis","numTestsPerRun","softIdleTimeoutMillis","Promise"]);return constants$1={CLIENT_ALIASES:e,SUPPORTED_CLIENTS:t,POOL_CONFIG_OPTIONS:B,COMMA_NO_PAREN_REGEX:/,[\s](?![^(]*\))/g,DRIVER_NAMES:I},constants$1}var helpers$1,hasRequiredHelpers$1;function requireHelpers$1(){if(hasRequiredHelpers$1)return helpers$1;hasRequiredHelpers$1=1;const e=requireIsPlainObject(),t=requireIsTypedArray(),{CLIENT_ALIASES:I}=requireConstants$1(),{isFunction:B}=requireIs();function tr(..._r){return Array.isArray(_r[0])?_r[0]:_r}function rr(_r){let hr=!1;if(t(_r))return!1;if(_r&&B(_r.toSQL))return hr;if(Array.isArray(_r))for(let fr=0;fr<_r.length&&!hr;fr++)hr=rr(_r[fr]);else e(_r)?Object.keys(_r).forEach(fr=>{hr||(hr=rr(_r[fr]))}):hr=_r===void 0;return hr}function ir(_r){const hr=[];return Array.isArray(_r)?_r.forEach((fr,yr)=>{rr(fr)&&hr.push(yr)}):e(_r)?Object.keys(_r).forEach(fr=>{rr(_r[fr])&&hr.push(fr)}):hr.push(0),hr}function lr(_r){_r.prototype.queryContext=function(hr){return hr===void 0?this._queryContext:(this._queryContext=hr,this)}}function mr(_r){return I[_r]||_r}function dr(_r,hr){if(_r==null)return hr;const fr=parseInt(_r,10);return isNaN(fr)?hr:fr}return helpers$1={addQueryContext:lr,containsUndefined:rr,getUndefinedIndices:ir,normalizeArr:tr,resolveClientNameWithAliases:mr,toNumber:dr},helpers$1}var joinclause,hasRequiredJoinclause;function requireJoinclause(){if(hasRequiredJoinclause)return joinclause;hasRequiredJoinclause=1;const e=requireAssert();function t(B,tr,rr,ir,lr){if(typeof rr=="function")return{type:"onWrapped",value:rr,bool:tr};switch(arguments.length){case 3:return{type:"onRaw",value:rr,bool:tr};case 4:return{type:B,column:rr,operator:"=",value:ir,bool:tr};default:return{type:B,column:rr,operator:ir,value:lr,bool:tr}}}class I{constructor(tr,rr,ir){this.schema=ir,this.table=tr,this.joinType=rr,this.and=this,this.clauses=[]}get or(){return this._bool("or")}on(tr){if(typeof tr=="object"&&typeof tr.toSQL!="function"){const ir=Object.keys(tr);let lr=-1;const mr=this._bool()==="or"?"orOn":"on";for(;++lr<ir.length;)this[mr](ir[lr],tr[ir[lr]]);return this}const rr=t("onBasic",this._bool(),...arguments);return rr&&this.clauses.push(rr),this}orOn(tr,rr,ir){return this._bool("or").on.apply(this,arguments)}onJsonPathEquals(tr,rr,ir,lr){return this.clauses.push({type:"onJsonPathEquals",columnFirst:tr,jsonPathFirst:rr,columnSecond:ir,jsonPathSecond:lr,bool:this._bool(),not:this._not()}),this}orOnJsonPathEquals(tr,rr,ir,lr){return this._bool("or").onJsonPathEquals.apply(this,arguments)}using(tr){return this.clauses.push({type:"onUsing",column:tr,bool:this._bool()})}onVal(tr){if(typeof tr=="object"&&typeof tr.toSQL!="function"){const ir=Object.keys(tr);let lr=-1;const mr=this._bool()==="or"?"orOnVal":"onVal";for(;++lr<ir.length;)this[mr](ir[lr],tr[ir[lr]]);return this}const rr=t("onVal",this._bool(),...arguments);return rr&&this.clauses.push(rr),this}andOnVal(){return this.onVal(...arguments)}orOnVal(){return this._bool("or").onVal(...arguments)}onBetween(tr,rr){return e(Array.isArray(rr),"The second argument to onBetween must be an array."),e(rr.length===2,"You must specify 2 values for the onBetween clause"),this.clauses.push({type:"onBetween",column:tr,value:rr,bool:this._bool(),not:this._not()}),this}onNotBetween(tr,rr){return this._not(!0).onBetween(tr,rr)}orOnBetween(tr,rr){return this._bool("or").onBetween(tr,rr)}orOnNotBetween(tr,rr){return this._bool("or")._not(!0).onBetween(tr,rr)}onIn(tr,rr){return Array.isArray(rr)&&rr.length===0?this.on(1,"=",0):(this.clauses.push({type:"onIn",column:tr,value:rr,not:this._not(),bool:this._bool()}),this)}onNotIn(tr,rr){return this._not(!0).onIn(tr,rr)}orOnIn(tr,rr){return this._bool("or").onIn(tr,rr)}orOnNotIn(tr,rr){return this._bool("or")._not(!0).onIn(tr,rr)}onNull(tr){return this.clauses.push({type:"onNull",column:tr,not:this._not(),bool:this._bool()}),this}orOnNull(tr){return this._bool("or").onNull(tr)}onNotNull(tr){return this._not(!0).onNull(tr)}orOnNotNull(tr){return this._not(!0)._bool("or").onNull(tr)}onExists(tr){return this.clauses.push({type:"onExists",value:tr,not:this._not(),bool:this._bool()}),this}orOnExists(tr){return this._bool("or").onExists(tr)}onNotExists(tr){return this._not(!0).onExists(tr)}orOnNotExists(tr){return this._not(!0)._bool("or").onExists(tr)}type(tr){return this.joinType=tr,this}_bool(tr){if(arguments.length===1)return this._boolFlag=tr,this;const rr=this._boolFlag||"and";return this._boolFlag="and",rr}_not(tr){if(arguments.length===1)return this._notFlag=tr,this;const rr=this._notFlag;return this._notFlag=!1,rr}}return Object.assign(I.prototype,{grouping:"join"}),I.prototype.andOn=I.prototype.on,I.prototype.andOnIn=I.prototype.onIn,I.prototype.andOnNotIn=I.prototype.onNotIn,I.prototype.andOnNull=I.prototype.onNull,I.prototype.andOnNotNull=I.prototype.onNotNull,I.prototype.andOnExists=I.prototype.onExists,I.prototype.andOnNotExists=I.prototype.onNotExists,I.prototype.andOnBetween=I.prototype.onBetween,I.prototype.andOnNotBetween=I.prototype.onNotBetween,I.prototype.andOnJsonPathEquals=I.prototype.onJsonPathEquals,joinclause=I,joinclause}var analytic,hasRequiredAnalytic;function requireAnalytic(){if(hasRequiredAnalytic)return analytic;hasRequiredAnalytic=1;const e=requireAssert();class t{constructor(B,tr,rr,ir,lr){this.schema=tr,this.type="analytic",this.method=B,this.order=ir||[],this.partitions=lr||[],this.alias=rr,this.and=this,this.grouping="columns"}partitionBy(B,tr){return e(Array.isArray(B)||typeof B=="string",`The argument to an analytic partitionBy function must be either a string
68
+ or an array of string.`),Array.isArray(B)?this.partitions=this.partitions.concat(B):this.partitions.push({column:B,order:tr}),this}orderBy(B,tr){return e(Array.isArray(B)||typeof B=="string",`The argument to an analytic orderBy function must be either a string
69
+ or an array of string.`),Array.isArray(B)?this.order=this.order.concat(B):this.order.push({column:B,order:tr}),this}}return analytic=t,analytic}var saveAsyncStack,hasRequiredSaveAsyncStack;function requireSaveAsyncStack(){return hasRequiredSaveAsyncStack||(hasRequiredSaveAsyncStack=1,saveAsyncStack=function(t,I){t.client.config.asyncStackTraces&&(t._asyncStack={error:new Error,lines:I})}),saveAsyncStack}var constants,hasRequiredConstants;function requireConstants(){return hasRequiredConstants||(hasRequiredConstants=1,constants={lockMode:{forShare:"forShare",forUpdate:"forUpdate",forNoKeyUpdate:"forNoKeyUpdate",forKeyShare:"forKeyShare"},waitMode:{skipLocked:"skipLocked",noWait:"noWait"}}),constants}var builderInterfaceAugmenter,hasRequiredBuilderInterfaceAugmenter;function requireBuilderInterfaceAugmenter(){if(hasRequiredBuilderInterfaceAugmenter)return builderInterfaceAugmenter;hasRequiredBuilderInterfaceAugmenter=1;const e=requireClone(),t=requireIsEmpty(),{callbackify:I}=requireUtil(),B=requireFinallyMixin(),{formatQuery:tr}=requireQueryExecutioner();function rr(ir){ir.prototype.toQuery=function(lr){let mr=this.toSQL(this._method,lr);return Array.isArray(mr)||(mr=[mr]),mr.length?mr.map(dr=>tr(dr.sql,dr.bindings,lr,this.client)).reduce((dr,_r)=>dr.concat(dr.endsWith(";")?`
70
+ `:`;
71
+ `,_r)):""},ir.prototype.then=function(){let lr=this.client.runner(this).run();return this.client.config.asyncStackTraces&&(lr=lr.catch(mr=>{mr.originalStack=mr.stack;const dr=mr.stack.split(`
72
+ `)[0],{error:_r,lines:hr}=this._asyncStack,yr=_r.stack.split(`
73
+ `).slice(hr);throw yr.unshift(dr),mr.stack=yr.join(`
74
+ `),mr})),lr.then.apply(lr,arguments)},ir.prototype.options=function(lr){return this._options=this._options||[],this._options.push(e(lr)||{}),this},ir.prototype.connection=function(lr){return this._connection=lr,this.client.processPassedConnection(lr),this},ir.prototype.debug=function(lr){return this._debug=arguments.length?lr:!0,this},ir.prototype.transacting=function(lr){if(lr&&lr.client&&(lr.client.transacting?this.client=lr.client:lr.client.logger.warn(`Invalid transaction value: ${lr.client}`)),t(lr))throw this.client.logger.error("Invalid value on transacting call, potential bug"),Error("Invalid transacting value (null, undefined or empty object)");return this},ir.prototype.stream=function(lr){return this.client.runner(this).stream(lr)},ir.prototype.pipe=function(lr,mr){return this.client.runner(this).pipe(lr,mr)},ir.prototype.asCallback=function(lr){const mr=this.then();return I(()=>mr)(lr),mr},ir.prototype.catch=function(lr){return this.then().catch(lr)},Object.defineProperty(ir.prototype,Symbol.toStringTag,{get:()=>"object"}),B(ir.prototype)}return builderInterfaceAugmenter={augmentWithBuilderInterface:rr},builderInterfaceAugmenter}var querybuilder,hasRequiredQuerybuilder;function requireQuerybuilder(){if(hasRequiredQuerybuilder)return querybuilder;hasRequiredQuerybuilder=1;const e=requireAssert(),{EventEmitter:t}=requireEvents(),I=requireAssign(),B=requireClone(),tr=requireEach(),rr=requireIsEmpty(),ir=requireIsPlainObject(),lr=requireLast(),mr=requireReject(),dr=requireTail(),_r=requireToArray(),{addQueryContext:hr,normalizeArr:fr}=requireHelpers$1(),yr=requireJoinclause(),Sr=requireAnalytic(),vr=requireSaveAsyncStack(),{isBoolean:Mr,isNumber:wr,isObject:gr,isString:br,isFunction:xr}=requireIs(),{lockMode:Ar,waitMode:Pr}=requireConstants(),{augmentWithBuilderInterface:Fr}=requireBuilderInterfaceAugmenter(),Dr=new Set(["pluck","first","select"]),$n=new Set(["with","select","columns","hintComments","where","union","join","group","order","having","limit","offset","counter","counters"]),Ir=new Set([Ar.forShare,Ar.forUpdate,Ar.forNoKeyUpdate,Ar.forKeyShare]);class Or extends t{constructor(Cr){super(),this.client=Cr,this.and=this,this._single={},this._comments=[],this._statements=[],this._method="select",Cr.config&&(vr(this,5),this._debug=Cr.config.debug),this._joinFlag="inner",this._boolFlag="and",this._notFlag=!1,this._asColumnFlag=!1}toString(){return this.toQuery()}toSQL(Cr,kr){return this.client.queryCompiler(this).toSQL(Cr||this._method,kr)}clone(){const Cr=new this.constructor(this.client);return Cr._method=this._method,Cr._single=B(this._single),Cr._comments=B(this._comments),Cr._statements=B(this._statements),Cr._debug=this._debug,this._options!==void 0&&(Cr._options=B(this._options)),this._queryContext!==void 0&&(Cr._queryContext=B(this._queryContext)),this._connection!==void 0&&(Cr._connection=this._connection),Cr}timeout(Cr,{cancel:kr}={}){return wr(Cr)&&Cr>0&&(this._timeout=Cr,kr&&(this.client.assertCanCancelQuery(),this._cancelOnTimeout=!0)),this}isValidStatementArg(Cr){return typeof Cr=="function"||Cr instanceof Or||Cr&&Cr.isRawInstance}_validateWithArgs(Cr,kr,qn,oi){const[ci,ei]=typeof qn>"u"?[kr,void 0]:[qn,kr];if(typeof Cr!="string")throw new Error(`${oi}() first argument must be a string`);if(this.isValidStatementArg(ci)&&typeof ei>"u")return;if(!(Array.isArray(ei)&&ei.length>0&&ei.every(ti=>typeof ti=="string")))throw new Error(`${oi}() second argument must be a statement or non-empty column name list.`);if(!this.isValidStatementArg(ci))throw new Error(`${oi}() third argument must be a function / QueryBuilder or a raw when its second argument is a column name list`)}with(Cr,kr,qn){return this._validateWithArgs(Cr,kr,qn,"with"),this.withWrapped(Cr,kr,qn)}withMaterialized(Cr,kr,qn){throw new Error("With materialized is not supported by this dialect")}withNotMaterialized(Cr,kr,qn){throw new Error("With materialized is not supported by this dialect")}withWrapped(Cr,kr,qn,oi){const[ci,ei]=typeof qn>"u"?[kr,void 0]:[qn,kr],Ur={grouping:"with",type:"withWrapped",alias:Cr,columnList:ei,value:ci};return oi!==void 0&&(Ur.materialized=oi),this._statements.push(Ur),this}withRecursive(Cr,kr,qn){return this._validateWithArgs(Cr,kr,qn,"withRecursive"),this.withRecursiveWrapped(Cr,kr,qn)}withRecursiveWrapped(Cr,kr,qn){return this.withWrapped(Cr,kr,qn),this._statements[this._statements.length-1].recursive=!0,this}columns(Cr){return!Cr&&Cr!==0?this:(this._statements.push({grouping:"columns",value:fr(...arguments)}),this)}comment(Cr){if(!br(Cr))throw new Error("Comment must be a string");const kr=["/*","*/","?"];if(kr.some(qn=>Cr.includes(qn)))throw new Error(`Cannot include ${kr.join(", ")} in comment`);return this._comments.push({comment:Cr}),this}as(Cr){return this._single.as=Cr,this}hintComment(Cr){if(Cr=Array.isArray(Cr)?Cr:[Cr],Cr.some(kr=>!br(kr)))throw new Error("Hint comment must be a string");if(Cr.some(kr=>kr.includes("/*")||kr.includes("*/")))throw new Error('Hint comment cannot include "/*" or "*/"');if(Cr.some(kr=>kr.includes("?")))throw new Error('Hint comment cannot include "?"');return this._statements.push({grouping:"hintComments",value:Cr}),this}withSchema(Cr){return this._single.schema=Cr,this}table(Cr,kr={}){return this._single.table=Cr,this._single.only=kr.only===!0,this}distinct(...Cr){return this._statements.push({grouping:"columns",value:fr(...Cr),distinct:!0}),this}distinctOn(...Cr){if(rr(Cr))throw new Error("distinctOn requires at least on argument");return this._statements.push({grouping:"columns",value:fr(...Cr),distinctOn:!0}),this}join(Cr,kr,...qn){let oi;const ci=Cr instanceof Or||typeof Cr=="function"?void 0:this._single.schema,ei=this._joinType();return typeof kr=="function"?(oi=new yr(Cr,ei,ci),kr.call(oi,oi)):ei==="raw"?oi=new yr(this.client.raw(Cr,kr),"raw"):(oi=new yr(Cr,ei,ci),kr&&oi.on(kr,...qn)),this._statements.push(oi),this}using(Cr){throw new Error("'using' function is only available in PostgreSQL dialect with Delete statements.")}innerJoin(...Cr){return this._joinType("inner").join(...Cr)}leftJoin(...Cr){return this._joinType("left").join(...Cr)}leftOuterJoin(...Cr){return this._joinType("left outer").join(...Cr)}rightJoin(...Cr){return this._joinType("right").join(...Cr)}rightOuterJoin(...Cr){return this._joinType("right outer").join(...Cr)}outerJoin(...Cr){return this._joinType("outer").join(...Cr)}fullOuterJoin(...Cr){return this._joinType("full outer").join(...Cr)}crossJoin(...Cr){return this._joinType("cross").join(...Cr)}joinRaw(...Cr){return this._joinType("raw").join(...Cr)}get or(){return this._bool("or")}get not(){return this._not(!0)}where(Cr,kr,qn){const oi=arguments.length;if(Cr===!1||Cr===!0)return this.where(1,"=",Cr?1:0);if(typeof Cr=="function")return this.whereWrapped(Cr);if(gr(Cr)&&!Cr.isRawInstance)return this._objectWhere(Cr);if(Cr&&Cr.isRawInstance&&oi===1)return this.whereRaw(Cr);if(oi===2&&(qn=kr,kr="=",qn===null))return this.whereNull(Cr);const ci=`${kr}`.toLowerCase().trim();if(oi===3){if(ci==="in"||ci==="not in")return this._not(ci==="not in").whereIn(Cr,qn);if(ci==="between"||ci==="not between")return this._not(ci==="not between").whereBetween(Cr,qn)}return qn===null&&(ci==="is"||ci==="is not")?this._not(ci==="is not").whereNull(Cr):(this._statements.push({grouping:"where",type:"whereBasic",column:Cr,operator:kr,value:qn,not:this._not(),bool:this._bool(),asColumn:this._asColumnFlag}),this)}whereColumn(...Cr){return this._asColumnFlag=!0,this.where(...Cr),this._asColumnFlag=!1,this}orWhere(Cr,...kr){this._bool("or");const qn=Cr;return gr(qn)&&!qn.isRawInstance?this.whereWrapped(function(){for(const oi in qn)this.andWhere(oi,qn[oi])}):this.where(Cr,...kr)}orWhereColumn(Cr,...kr){this._bool("or");const qn=Cr;return gr(qn)&&!qn.isRawInstance?this.whereWrapped(function(){for(const oi in qn)this.andWhereColumn(oi,"=",qn[oi])}):this.whereColumn(Cr,...kr)}whereNot(Cr,...kr){return kr.length>=2&&(kr[0]==="in"||kr[0]==="between")&&this.client.logger.warn('whereNot is not suitable for "in" and "between" type subqueries. You should use "not in" and "not between" instead.'),this._not(!0).where(Cr,...kr)}whereNotColumn(...Cr){return this._not(!0).whereColumn(...Cr)}orWhereNot(...Cr){return this._bool("or").whereNot(...Cr)}orWhereNotColumn(...Cr){return this._bool("or").whereNotColumn(...Cr)}_objectWhere(Cr){const kr=this._bool(),qn=this._not()?"Not":"";for(const oi in Cr)this[kr+"Where"+qn](oi,Cr[oi]);return this}whereRaw(Cr,kr){const qn=Cr.isRawInstance?Cr:this.client.raw(Cr,kr);return this._statements.push({grouping:"where",type:"whereRaw",value:qn,not:this._not(),bool:this._bool()}),this}orWhereRaw(Cr,kr){return this._bool("or").whereRaw(Cr,kr)}whereWrapped(Cr){return this._statements.push({grouping:"where",type:"whereWrapped",value:Cr,not:this._not(),bool:this._bool()}),this}whereExists(Cr){return this._statements.push({grouping:"where",type:"whereExists",value:Cr,not:this._not(),bool:this._bool()}),this}orWhereExists(Cr){return this._bool("or").whereExists(Cr)}whereNotExists(Cr){return this._not(!0).whereExists(Cr)}orWhereNotExists(Cr){return this._bool("or").whereNotExists(Cr)}whereIn(Cr,kr){return Array.isArray(kr)&&rr(kr)?this.where(this._not()):(this._statements.push({grouping:"where",type:"whereIn",column:Cr,value:kr,not:this._not(),bool:this._bool()}),this)}orWhereIn(Cr,kr){return this._bool("or").whereIn(Cr,kr)}whereNotIn(Cr,kr){return this._not(!0).whereIn(Cr,kr)}orWhereNotIn(Cr,kr){return this._bool("or")._not(!0).whereIn(Cr,kr)}whereNull(Cr){return this._statements.push({grouping:"where",type:"whereNull",column:Cr,not:this._not(),bool:this._bool()}),this}orWhereNull(Cr){return this._bool("or").whereNull(Cr)}whereNotNull(Cr){return this._not(!0).whereNull(Cr)}orWhereNotNull(Cr){return this._bool("or").whereNotNull(Cr)}whereBetween(Cr,kr){return e(Array.isArray(kr),"The second argument to whereBetween must be an array."),e(kr.length===2,"You must specify 2 values for the whereBetween clause"),this._statements.push({grouping:"where",type:"whereBetween",column:Cr,value:kr,not:this._not(),bool:this._bool()}),this}whereNotBetween(Cr,kr){return this._not(!0).whereBetween(Cr,kr)}orWhereBetween(Cr,kr){return this._bool("or").whereBetween(Cr,kr)}orWhereNotBetween(Cr,kr){return this._bool("or").whereNotBetween(Cr,kr)}_whereLike(Cr,kr,qn){return this._statements.push({grouping:"where",type:Cr,column:kr,value:qn,not:this._not(),bool:this._bool(),asColumn:this._asColumnFlag}),this}whereLike(Cr,kr){return this._whereLike("whereLike",Cr,kr)}orWhereLike(Cr,kr){return this._bool("or")._whereLike("whereLike",Cr,kr)}whereILike(Cr,kr){return this._whereLike("whereILike",Cr,kr)}orWhereILike(Cr,kr){return this._bool("or")._whereLike("whereILike",Cr,kr)}groupBy(Cr){return Cr&&Cr.isRawInstance?this.groupByRaw.apply(this,arguments):(this._statements.push({grouping:"group",type:"groupByBasic",value:fr(...arguments)}),this)}groupByRaw(Cr,kr){const qn=Cr.isRawInstance?Cr:this.client.raw(Cr,kr);return this._statements.push({grouping:"group",type:"groupByRaw",value:qn}),this}orderBy(Cr,kr,qn=""){return Array.isArray(Cr)?this._orderByArray(Cr):(this._statements.push({grouping:"order",type:"orderByBasic",value:Cr,direction:kr,nulls:qn}),this)}_orderByArray(Cr){for(let kr=0;kr<Cr.length;kr++){const qn=Cr[kr];gr(qn)?this._statements.push({grouping:"order",type:"orderByBasic",value:qn.column,direction:qn.order,nulls:qn.nulls}):(br(qn)||wr(qn))&&this._statements.push({grouping:"order",type:"orderByBasic",value:qn})}return this}orderByRaw(Cr,kr){const qn=Cr.isRawInstance?Cr:this.client.raw(Cr,kr);return this._statements.push({grouping:"order",type:"orderByRaw",value:qn}),this}_union(Cr,kr){let qn=kr[0],oi=kr[1];if(kr.length===1||kr.length===2&&Mr(oi)){Array.isArray(qn)||(qn=[qn]);for(let ci=0,ei=qn.length;ci<ei;ci++)this._statements.push({grouping:"union",clause:Cr,value:qn[ci],wrap:oi||!1})}else qn=_r(kr).slice(0,kr.length-1),oi=kr[kr.length-1],Mr(oi)||(qn.push(oi),oi=!1),this._union(Cr,[qn,oi]);return this}union(...Cr){return this._union("union",Cr)}unionAll(...Cr){return this._union("union all",Cr)}intersect(...Cr){return this._union("intersect",Cr)}except(...Cr){return this._union("except",Cr)}having(Cr,kr,qn){return Cr.isRawInstance&&arguments.length===1?this.havingRaw(Cr):typeof Cr=="function"?this.havingWrapped(Cr):(this._statements.push({grouping:"having",type:"havingBasic",column:Cr,operator:kr,value:qn,bool:this._bool(),not:this._not()}),this)}orHaving(Cr,...kr){this._bool("or");const qn=Cr;return gr(qn)&&!qn.isRawInstance?this.havingWrapped(function(){for(const oi in qn)this.andHaving(oi,qn[oi])}):this.having(Cr,...kr)}havingWrapped(Cr){return this._statements.push({grouping:"having",type:"havingWrapped",value:Cr,bool:this._bool(),not:this._not()}),this}havingNull(Cr){return this._statements.push({grouping:"having",type:"havingNull",column:Cr,not:this._not(),bool:this._bool()}),this}orHavingNull(Cr){return this._bool("or").havingNull(Cr)}havingNotNull(Cr){return this._not(!0).havingNull(Cr)}orHavingNotNull(Cr){return this._not(!0)._bool("or").havingNull(Cr)}havingExists(Cr){return this._statements.push({grouping:"having",type:"havingExists",value:Cr,not:this._not(),bool:this._bool()}),this}orHavingExists(Cr){return this._bool("or").havingExists(Cr)}havingNotExists(Cr){return this._not(!0).havingExists(Cr)}orHavingNotExists(Cr){return this._not(!0)._bool("or").havingExists(Cr)}havingBetween(Cr,kr){return e(Array.isArray(kr),"The second argument to havingBetween must be an array."),e(kr.length===2,"You must specify 2 values for the havingBetween clause"),this._statements.push({grouping:"having",type:"havingBetween",column:Cr,value:kr,not:this._not(),bool:this._bool()}),this}orHavingBetween(Cr,kr){return this._bool("or").havingBetween(Cr,kr)}havingNotBetween(Cr,kr){return this._not(!0).havingBetween(Cr,kr)}orHavingNotBetween(Cr,kr){return this._not(!0)._bool("or").havingBetween(Cr,kr)}havingIn(Cr,kr){return Array.isArray(kr)&&rr(kr)?this.where(this._not()):(this._statements.push({grouping:"having",type:"havingIn",column:Cr,value:kr,not:this._not(),bool:this._bool()}),this)}orHavingIn(Cr,kr){return this._bool("or").havingIn(Cr,kr)}havingNotIn(Cr,kr){return this._not(!0).havingIn(Cr,kr)}orHavingNotIn(Cr,kr){return this._bool("or")._not(!0).havingIn(Cr,kr)}havingRaw(Cr,kr){const qn=Cr.isRawInstance?Cr:this.client.raw(Cr,kr);return this._statements.push({grouping:"having",type:"havingRaw",value:qn,bool:this._bool(),not:this._not()}),this}orHavingRaw(Cr,kr){return this._bool("or").havingRaw(Cr,kr)}_setSkipBinding(Cr,kr){let qn=kr;gr(kr)&&(qn=kr.skipBinding),this._single.skipBinding=this._single.skipBinding||{},this._single.skipBinding[Cr]=qn}offset(Cr,kr){if(Cr==null||Cr.isRawInstance||Cr instanceof Or)this._single.offset=Cr;else{const qn=parseInt(Cr,10);if(isNaN(qn))this.client.logger.warn("A valid integer must be provided to offset");else{if(qn<0)throw new Error("A non-negative integer must be provided to offset.");this._single.offset=qn}}return this._setSkipBinding("offset",kr),this}limit(Cr,kr){const qn=parseInt(Cr,10);return isNaN(qn)?this.client.logger.warn("A valid integer must be provided to limit"):(this._single.limit=qn,this._setSkipBinding("limit",kr)),this}count(Cr,kr){return this._aggregate("count",Cr||"*",kr)}min(Cr,kr){return this._aggregate("min",Cr,kr)}max(Cr,kr){return this._aggregate("max",Cr,kr)}sum(Cr,kr){return this._aggregate("sum",Cr,kr)}avg(Cr,kr){return this._aggregate("avg",Cr,kr)}countDistinct(...Cr){let kr;return Cr.length>1&&ir(lr(Cr))&&([kr]=Cr.splice(Cr.length-1,1)),Cr.length?Cr.length===1&&(Cr=Cr[0]):Cr="*",this._aggregate("count",Cr,{...kr,distinct:!0})}sumDistinct(Cr,kr){return this._aggregate("sum",Cr,{...kr,distinct:!0})}avgDistinct(Cr,kr){return this._aggregate("avg",Cr,{...kr,distinct:!0})}increment(Cr,kr=1){if(gr(Cr)){for(const qn in Cr)this._counter(qn,Cr[qn]);return this}return this._counter(Cr,kr)}decrement(Cr,kr=1){if(gr(Cr)){for(const qn in Cr)this._counter(qn,-Cr[qn]);return this}return this._counter(Cr,-kr)}clearCounters(){return this._single.counter={},this}first(...Cr){if(this._method&&this._method!=="select")throw new Error(`Cannot chain .first() on "${this._method}" query`);return this.select(fr(...Cr)),this._method="first",this.limit(1),this}connection(Cr){return this._connection=Cr,this.client.processPassedConnection(Cr),this}pluck(Cr){if(this._method&&this._method!=="select")throw new Error(`Cannot chain .pluck() on "${this._method}" query`);return this._method="pluck",this._single.pluck=Cr,this._statements.push({grouping:"columns",type:"pluck",value:Cr}),this}clearSelect(){return this._clearGrouping("columns"),this}clearWhere(){return this._clearGrouping("where"),this}clearGroup(){return this._clearGrouping("group"),this}clearOrder(){return this._clearGrouping("order"),this}clearHaving(){return this._clearGrouping("having"),this}clear(Cr){if(!$n.has(Cr))throw new Error(`Knex Error: unknown statement '${Cr}'`);return Cr.startsWith("counter")?this.clearCounters():(Cr==="select"&&(Cr="columns"),this._clearGrouping(Cr),this)}insert(Cr,kr,qn){return this._method="insert",rr(kr)||this.returning(kr,qn),this._single.insert=Cr,this}update(Cr,kr,qn){let oi;const ci=this._single.update||{};if(this._method="update",br(Cr))ir(kr)?ci[Cr]=JSON.stringify(kr):ci[Cr]=kr,arguments.length>2&&(oi=arguments[2]);else{const ei=Object.keys(Cr);this._single.update&&this.client.logger.warn("Update called multiple times with objects.");let Ur=-1;for(;++Ur<ei.length;)ci[ei[Ur]]=Cr[ei[Ur]];oi=arguments[1]}return rr(oi)||this.returning(oi,qn),this._single.update=ci,this}returning(Cr,kr){return this._single.returning=Cr,this._single.options=kr,this}onConflict(Cr){return typeof Cr=="string"&&(Cr=[Cr]),new Gr(this,Cr||!0)}delete(Cr,kr){return this._method="del",rr(Cr)||this.returning(Cr,kr),this}truncate(Cr){return this._method="truncate",Cr&&(this._single.table=Cr),this}columnInfo(Cr){return this._method="columnInfo",this._single.columnInfo=Cr,this}forUpdate(...Cr){return this._single.lock=Ar.forUpdate,Cr.length===1&&Array.isArray(Cr[0])?this._single.lockTables=Cr[0]:this._single.lockTables=Cr,this}forShare(...Cr){return this._single.lock=Ar.forShare,this._single.lockTables=Cr,this}forNoKeyUpdate(...Cr){return this._single.lock=Ar.forNoKeyUpdate,this._single.lockTables=Cr,this}forKeyShare(...Cr){return this._single.lock=Ar.forKeyShare,this._single.lockTables=Cr,this}skipLocked(){if(!this._isSelectQuery())throw new Error(`Cannot chain .skipLocked() on "${this._method}" query!`);if(!this._hasLockMode())throw new Error(".skipLocked() can only be used after a call to .forShare() or .forUpdate()!");if(this._single.waitMode===Pr.noWait)throw new Error(".skipLocked() cannot be used together with .noWait()!");return this._single.waitMode=Pr.skipLocked,this}noWait(){if(!this._isSelectQuery())throw new Error(`Cannot chain .noWait() on "${this._method}" query!`);if(!this._hasLockMode())throw new Error(".noWait() can only be used after a call to .forShare() or .forUpdate()!");if(this._single.waitMode===Pr.skipLocked)throw new Error(".noWait() cannot be used together with .skipLocked()!");return this._single.waitMode=Pr.noWait,this}fromJS(Cr){return tr(Cr,(kr,qn)=>{typeof this[qn]!="function"&&this.client.logger.warn(`Knex Error: unknown key ${qn}`),Array.isArray(kr)?this[qn].apply(this,kr):this[qn](kr)}),this}fromRaw(Cr,kr){const qn=Cr.isRawInstance?Cr:this.client.raw(Cr,kr);return this.from(qn)}modify(Cr){return Cr.apply(this,[this].concat(dr(arguments))),this}upsert(Cr,kr,qn){throw new Error(`Upsert is not yet supported for dialect ${this.client.dialect}`)}_json(Cr,kr){return this._statements.push({grouping:"columns",type:"json",method:Cr,params:kr}),this}jsonExtract(){const Cr=arguments[0];let kr,qn,oi=!0;return arguments.length>=2&&(kr=arguments[1]),arguments.length>=3&&(qn=arguments[2]),arguments.length===4&&(oi=arguments[3]),arguments.length===2&&Array.isArray(arguments[0])&&Mr(arguments[1])&&(oi=arguments[1]),this._json("jsonExtract",{column:Cr,path:kr,alias:qn,singleValue:oi})}jsonSet(Cr,kr,qn,oi){return this._json("jsonSet",{column:Cr,path:kr,value:qn,alias:oi})}jsonInsert(Cr,kr,qn,oi){return this._json("jsonInsert",{column:Cr,path:kr,value:qn,alias:oi})}jsonRemove(Cr,kr,qn){return this._json("jsonRemove",{column:Cr,path:kr,alias:qn})}_isJsonObject(Cr){return gr(Cr)&&!(Cr instanceof Or)}_whereJsonWrappedValue(Cr,kr,qn){const oi={grouping:"where",type:Cr,column:kr,value:qn,not:this._not(),bool:this._bool(),asColumn:this._asColumnFlag};arguments[3]&&(oi.operator=arguments[3]),arguments[4]&&(oi.jsonPath=arguments[4]),this._statements.push(oi)}whereJsonObject(Cr,kr){return this._whereJsonWrappedValue("whereJsonObject",Cr,kr),this}orWhereJsonObject(Cr,kr){return this._bool("or").whereJsonObject(Cr,kr)}whereNotJsonObject(Cr,kr){return this._not(!0).whereJsonObject(Cr,kr)}orWhereNotJsonObject(Cr,kr){return this._bool("or").whereNotJsonObject(Cr,kr)}whereJsonPath(Cr,kr,qn,oi){return this._whereJsonWrappedValue("whereJsonPath",Cr,oi,qn,kr),this}orWhereJsonPath(Cr,kr,qn,oi){return this._bool("or").whereJsonPath(Cr,kr,qn,oi)}whereJsonSupersetOf(Cr,kr){return this._whereJsonWrappedValue("whereJsonSupersetOf",Cr,kr),this}whereJsonNotSupersetOf(Cr,kr){return this._not(!0).whereJsonSupersetOf(Cr,kr)}orWhereJsonSupersetOf(Cr,kr){return this._bool("or").whereJsonSupersetOf(Cr,kr)}orWhereJsonNotSupersetOf(Cr,kr){return this._bool("or").whereJsonNotSupersetOf(Cr,kr)}whereJsonSubsetOf(Cr,kr){return this._whereJsonWrappedValue("whereJsonSubsetOf",Cr,kr),this}whereJsonNotSubsetOf(Cr,kr){return this._not(!0).whereJsonSubsetOf(Cr,kr)}orWhereJsonSubsetOf(Cr,kr){return this._bool("or").whereJsonSubsetOf(Cr,kr)}orWhereJsonNotSubsetOf(Cr,kr){return this._bool("or").whereJsonNotSubsetOf(Cr,kr)}whereJsonHasNone(Cr,kr){return this._not(!0).whereJsonHasAll(Cr,kr),this}_analytic(Cr,kr,qn){let oi;const{schema:ci}=this._single,ei=this._analyticMethod();if(Cr=typeof Cr=="string"?Cr:null,e(typeof kr=="function"||kr.isRawInstance||Array.isArray(kr)||typeof kr=="string"||typeof kr=="object",`The second argument to an analytic function must be either a function, a raw,
75
+ an array of string or object, an object or a single string.`),qn&&e(Array.isArray(qn)||typeof qn=="string"||typeof qn=="object","The third argument to an analytic function must be either a string, an array of string or object or an object."),xr(kr))oi=new Sr(ei,ci,Cr),kr.call(oi,oi);else if(kr.isRawInstance)oi={grouping:"columns",type:"analytic",method:ei,raw:kr,alias:Cr};else{const Ur=Array.isArray(kr)?kr:[kr];let ti=qn||[];ti=Array.isArray(ti)?ti:[ti],oi={grouping:"columns",type:"analytic",method:ei,order:Ur,alias:Cr,partitions:ti}}return this._statements.push(oi),this}rank(...Cr){return this._analyticMethod("rank")._analytic(...Cr)}denseRank(...Cr){return this._analyticMethod("dense_rank")._analytic(...Cr)}rowNumber(...Cr){return this._analyticMethod("row_number")._analytic(...Cr)}_counter(Cr,kr){return kr=parseFloat(kr),this._method="update",this._single.counter=this._single.counter||{},this._single.counter[Cr]=kr,this}_bool(Cr){if(arguments.length===1)return this._boolFlag=Cr,this;const kr=this._boolFlag;return this._boolFlag="and",kr}_not(Cr){if(arguments.length===1)return this._notFlag=Cr,this;const kr=this._notFlag;return this._notFlag=!1,kr}_joinType(Cr){if(arguments.length===1)return this._joinFlag=Cr,this;const kr=this._joinFlag||"inner";return this._joinFlag="inner",kr}_analyticMethod(Cr){return arguments.length===1?(this._analyticFlag=Cr,this):this._analyticFlag||"row_number"}_aggregate(Cr,kr,qn={}){return this._statements.push({grouping:"columns",type:kr.isRawInstance?"aggregateRaw":"aggregate",method:Cr,value:kr,aggregateDistinct:qn.distinct||!1,alias:qn.as}),this}_clearGrouping(Cr){Cr in this._single?this._single[Cr]=void 0:this._statements=mr(this._statements,{grouping:Cr})}_isSelectQuery(){return Dr.has(this._method)}_hasLockMode(){return Ir.has(this._single.lock)}}Or.prototype.select=Or.prototype.columns,Or.prototype.column=Or.prototype.columns,Or.prototype.andWhereNot=Or.prototype.whereNot,Or.prototype.andWhereNotColumn=Or.prototype.whereNotColumn,Or.prototype.andWhere=Or.prototype.where,Or.prototype.andWhereColumn=Or.prototype.whereColumn,Or.prototype.andWhereRaw=Or.prototype.whereRaw,Or.prototype.andWhereBetween=Or.prototype.whereBetween,Or.prototype.andWhereNotBetween=Or.prototype.whereNotBetween,Or.prototype.andWhereJsonObject=Or.prototype.whereJsonObject,Or.prototype.andWhereNotJsonObject=Or.prototype.whereNotJsonObject,Or.prototype.andWhereJsonPath=Or.prototype.whereJsonPath,Or.prototype.andWhereLike=Or.prototype.whereLike,Or.prototype.andWhereILike=Or.prototype.whereILike,Or.prototype.andHaving=Or.prototype.having,Or.prototype.andHavingIn=Or.prototype.havingIn,Or.prototype.andHavingNotIn=Or.prototype.havingNotIn,Or.prototype.andHavingNull=Or.prototype.havingNull,Or.prototype.andHavingNotNull=Or.prototype.havingNotNull,Or.prototype.andHavingExists=Or.prototype.havingExists,Or.prototype.andHavingNotExists=Or.prototype.havingNotExists,Or.prototype.andHavingBetween=Or.prototype.havingBetween,Or.prototype.andHavingNotBetween=Or.prototype.havingNotBetween,Or.prototype.from=Or.prototype.table,Or.prototype.into=Or.prototype.table,Or.prototype.del=Or.prototype.delete,Fr(Or),hr(Or),Or.extend=(Xn,Cr)=>{if(Object.prototype.hasOwnProperty.call(Or.prototype,Xn))throw new Error(`Can't extend QueryBuilder with existing method ('${Xn}').`);I(Or.prototype,{[Xn]:Cr})};class Gr{constructor(Cr,kr){this.builder=Cr,this._columns=kr}ignore(){return this.builder._single.onConflict=this._columns,this.builder._single.ignore=!0,this.builder}merge(Cr){return this.builder._single.onConflict=this._columns,this.builder._single.merge={updates:Cr},this.builder}then(){throw new Error("Incomplete onConflict clause. .onConflict() must be directly followed by either .merge() or .ignore()")}}return querybuilder=Or,querybuilder}var _arrayReduce,hasRequired_arrayReduce;function require_arrayReduce(){if(hasRequired_arrayReduce)return _arrayReduce;hasRequired_arrayReduce=1;function e(t,I,B,tr){var rr=-1,ir=t==null?0:t.length;for(tr&&ir&&(B=t[++rr]);++rr<ir;)B=I(B,t[rr],rr,t);return B}return _arrayReduce=e,_arrayReduce}var _baseReduce,hasRequired_baseReduce;function require_baseReduce(){if(hasRequired_baseReduce)return _baseReduce;hasRequired_baseReduce=1;function e(t,I,B,tr,rr){return rr(t,function(ir,lr,mr){B=tr?(tr=!1,ir):I(B,ir,lr,mr)}),B}return _baseReduce=e,_baseReduce}var reduce_1,hasRequiredReduce;function requireReduce(){if(hasRequiredReduce)return reduce_1;hasRequiredReduce=1;var e=require_arrayReduce(),t=require_baseEach(),I=require_baseIteratee(),B=require_baseReduce(),tr=requireIsArray();function rr(ir,lr,mr){var dr=tr(ir)?e:B,_r=arguments.length<3;return dr(ir,I(lr,4),mr,_r,t)}return reduce_1=rr,reduce_1}var transform_1,hasRequiredTransform;function requireTransform(){if(hasRequiredTransform)return transform_1;hasRequiredTransform=1;var e=require_arrayEach(),t=require_baseCreate(),I=require_baseForOwn(),B=require_baseIteratee(),tr=require_getPrototype(),rr=requireIsArray(),ir=requireIsBuffer(),lr=requireIsFunction(),mr=requireIsObject(),dr=requireIsTypedArray();function _r(hr,fr,yr){var Sr=rr(hr),vr=Sr||ir(hr)||dr(hr);if(fr=B(fr,4),yr==null){var Mr=hr&&hr.constructor;vr?yr=Sr?new Mr:[]:mr(hr)?yr=lr(Mr)?t(tr(hr)):{}:yr={}}return(vr?e:I)(hr,function(wr,gr,br){return fr(yr,wr,gr,br)}),yr}return transform_1=_r,transform_1}var formatterUtils,hasRequiredFormatterUtils;function requireFormatterUtils(){if(hasRequiredFormatterUtils)return formatterUtils;hasRequiredFormatterUtils=1;const{isObject:e}=requireIs();function t(tr,rr,ir,lr){const mr=ir.queryBuilder();return tr.call(mr,mr),ir.queryCompiler(mr,lr.bindings).toSQL(rr||mr._method||"select")}function I(tr,rr,ir){const lr=rr.queryContext();return ir.wrapIdentifier((tr||"").trim(),lr)}function B(tr,rr,ir){return tr===void 0?"":tr===null?"null":tr&&tr.isRawInstance?tr.toQuery():rr==="bool"?(tr==="false"&&(tr=0),`'${tr?1:0}'`):(rr==="json"||rr==="jsonb")&&e(tr)?`'${JSON.stringify(tr)}'`:ir._escapeBinding(tr.toString())}return formatterUtils={compileCallback:t,wrapAsIdentifier:I,formatDefault:B},formatterUtils}var wrappingFormatter,hasRequiredWrappingFormatter;function requireWrappingFormatter(){if(hasRequiredWrappingFormatter)return wrappingFormatter;hasRequiredWrappingFormatter=1;const e=requireTransform(),t=requireQuerybuilder(),{compileCallback:I,wrapAsIdentifier:B}=requireFormatterUtils(),tr=["asc","desc"],rr=e(["=","<",">","<=",">=","<>","!=","like","not like","between","not between","ilike","not ilike","exists","not exist","rlike","not rlike","regexp","not regexp","match","&","|","^","<<",">>","~","~=","~*","!~","!~*","#","&&","@>","<@","||","&<","&>","-|-","@@","!!",["?","\\?"],["?|","\\?|"],["?&","\\?&"]],(vr,Mr)=>{Array.isArray(Mr)?vr[Mr[0]]=Mr[1]:vr[Mr]=Mr},{});function ir(vr,Mr,wr,gr){const br=Array.isArray(vr)?vr:[vr];let xr="",Ar=-1;for(;++Ar<br.length;)Ar>0&&(xr+=", "),xr+=lr(br[Ar],void 0,Mr,wr,gr);return xr}function lr(vr,Mr,wr,gr,br){const xr=mr(vr,Mr,wr,gr,br);if(xr)return xr;switch(typeof vr){case"function":return fr(I(vr,void 0,gr,br),!0,wr,gr);case"object":return hr(vr,wr,gr,br);case"number":return vr;default:return _r(vr+"",wr,gr)}}function mr(vr,Mr,wr,gr,br){let xr;if(vr instanceof t)return xr=gr.queryCompiler(vr).toSQL(),xr.bindings&&br.bindings.push(...xr.bindings),fr(xr,Mr,wr,gr);if(vr&&vr.isRawInstance)return vr.client=gr,wr._queryContext&&(vr.queryContext=()=>wr._queryContext),xr=vr.toSQL(),xr.bindings&&br.bindings.push(...xr.bindings),xr.sql;Mr&&br.bindings.push(vr)}function dr(vr,Mr,wr,gr){const br=mr(vr,void 0,Mr,wr,gr);if(br)return br;const xr=rr[(vr||"").toLowerCase()];if(!xr)throw new TypeError(`The operator "${vr}" is not permitted`);return xr}function _r(vr,Mr,wr){const gr=vr.toLowerCase().indexOf(" as ");if(gr!==-1){const Pr=vr.slice(0,gr),Fr=vr.slice(gr+4);return wr.alias(_r(Pr,Mr,wr),B(Fr,Mr,wr))}const br=[];let xr=-1;const Ar=vr.split(".");for(;++xr<Ar.length;)vr=Ar[xr],xr===0&&Ar.length>1?br.push(_r((vr||"").trim(),Mr,wr)):br.push(B(vr,Mr,wr));return br.join(".")}function hr(vr,Mr,wr,gr){const br=[];for(const xr in vr){const Ar=vr[xr];if(typeof Ar=="function"){const Pr=I(Ar,void 0,wr,gr);Pr.as=xr,br.push(fr(Pr,!0,Mr,wr))}else Ar instanceof t?br.push(wr.alias(`(${lr(Ar,void 0,Mr,wr,gr)})`,B(xr,Mr,wr))):br.push(wr.alias(lr(Ar,void 0,Mr,wr,gr),B(xr,Mr,wr)))}return br.join(", ")}function fr(vr,Mr,wr,gr){let br=vr.sql||"";return br&&(vr.method==="select"||vr.method==="first")&&(Mr||vr.as)&&(br=`(${br})`,vr.as)?gr.alias(br,_r(vr.as,wr,gr)):br}function yr(vr,Mr,wr,gr,br){return typeof vr=="function"?fr(I(vr,Mr,gr,br),void 0,wr,gr):mr(vr,void 0,wr,gr,br)||""}function Sr(vr,Mr,wr,gr){const br=mr(vr,void 0,Mr,wr,gr);return br||(tr.indexOf((vr||"").toLowerCase())!==-1?vr:"asc")}return wrappingFormatter={columnize:ir,direction:Sr,operator:dr,outputQuery:fr,rawOrFn:yr,unwrapRaw:mr,wrap:lr,wrapString:_r},wrappingFormatter}var rawFormatter,hasRequiredRawFormatter;function requireRawFormatter(){if(hasRequiredRawFormatter)return rawFormatter;hasRequiredRawFormatter=1;const{columnize:e}=requireWrappingFormatter();function t(B,tr){const rr={bindings:[]},ir=B,lr=B.bindings.length,mr=B.bindings;let dr=0;const _r=B.sql.replace(/\\?\?\??/g,function(hr){if(hr==="\\?")return hr;const fr=mr[dr++];return hr==="??"?e(fr,ir,tr,rr):tr.parameter(fr,ir,rr)});if(lr!==dr)throw new Error(`Expected ${lr} bindings, saw ${dr}`);return{method:"raw",sql:_r,bindings:rr.bindings}}function I(B,tr){const rr={bindings:[]},ir=B,lr=B.bindings,mr=/\\?(:(\w+):(?=::)|:(\w+):(?!:)|:(\w+))/g;return{method:"raw",sql:B.sql.replace(mr,function(_r,hr,fr,yr,Sr){if(_r!==hr)return hr;const vr=fr||yr||Sr,Mr=_r.trim(),wr=Mr[Mr.length-1]===":",gr=lr[vr];return gr===void 0?(Object.prototype.hasOwnProperty.call(lr,vr)&&rr.bindings.push(gr),_r):wr?_r.replace(hr,e(gr,ir,tr,rr)):_r.replace(hr,tr.parameter(gr,ir,rr))}),bindings:rr.bindings}}return rawFormatter={replaceKeyBindings:I,replaceRawArrBindings:t},rawFormatter}var nanoid_1,hasRequiredNanoid;function requireNanoid(){if(hasRequiredNanoid)return nanoid_1;hasRequiredNanoid=1;const e="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",t="0123456789";function I(tr=21){let rr="",ir=tr;for(;ir--;)rr+=e[Math.random()*64|0];return rr}function B(tr=21){let rr="",ir=tr;for(;ir--;)rr+=t[Math.random()*10|0];return rr}return nanoid_1={nanoid:I,nanonum:B},nanoid_1}var raw,hasRequiredRaw;function requireRaw(){if(hasRequiredRaw)return raw;hasRequiredRaw=1;const{EventEmitter:e}=requireEvents(),t=requireBrowser(),I=requireAssign(),B=requireIsPlainObject(),tr=requireReduce(),{replaceRawArrBindings:rr,replaceKeyBindings:ir}=requireRawFormatter(),lr=requireHelpers$1(),mr=requireSaveAsyncStack(),{nanoid:dr}=requireNanoid(),{isNumber:_r,isObject:hr}=requireIs(),{augmentWithBuilderInterface:fr}=requireBuilderInterfaceAugmenter(),yr=t("knex:bindings");class Sr extends e{constructor(Mr){super(),this.client=Mr,this.sql="",this.bindings=[],this._wrappedBefore=void 0,this._wrappedAfter=void 0,Mr&&Mr.config&&(this._debug=Mr.config.debug,mr(this,4))}set(Mr,wr){return this.sql=Mr,this.bindings=hr(wr)&&!wr.toSQL||wr===void 0?wr:[wr],this}timeout(Mr,{cancel:wr}={}){return _r(Mr)&&Mr>0&&(this._timeout=Mr,wr&&(this.client.assertCanCancelQuery(),this._cancelOnTimeout=!0)),this}wrap(Mr,wr){return this._wrappedBefore=Mr,this._wrappedAfter=wr,this}toString(){return this.toQuery()}toSQL(Mr,wr){let gr;if(Array.isArray(this.bindings)?gr=rr(this,this.client):this.bindings&&B(this.bindings)?gr=ir(this,this.client):gr={method:"raw",sql:this.sql,bindings:this.bindings===void 0?[]:[this.bindings]},this._wrappedBefore&&(gr.sql=this._wrappedBefore+gr.sql),this._wrappedAfter&&(gr.sql=gr.sql+this._wrappedAfter),gr.options=tr(this._options,I,{}),this._timeout&&(gr.timeout=this._timeout,this._cancelOnTimeout&&(gr.cancelOnTimeout=this._cancelOnTimeout)),gr.bindings=gr.bindings||[],lr.containsUndefined(gr.bindings)){const br=lr.getUndefinedIndices(this.bindings);throw yr(gr.bindings),new Error(`Undefined binding(s) detected for keys [${br}] when compiling RAW query: ${gr.sql}`)}return gr.__knexQueryUid=dr(),Object.defineProperties(gr,{toNative:{value:()=>({sql:this.client.positionBindings(gr.sql),bindings:this.client.prepBindings(gr.bindings)}),enumerable:!1}}),gr}}return Sr.prototype.isRawInstance=!0,fr(Sr),lr.addQueryContext(Sr),raw=Sr,raw}var compact_1,hasRequiredCompact;function requireCompact(){if(hasRequiredCompact)return compact_1;hasRequiredCompact=1;function e(t){for(var I=-1,B=t==null?0:t.length,tr=0,rr=[];++I<B;){var ir=t[I];ir&&(rr[tr++]=ir)}return rr}return compact_1=e,compact_1}var _arrayAggregator,hasRequired_arrayAggregator;function require_arrayAggregator(){if(hasRequired_arrayAggregator)return _arrayAggregator;hasRequired_arrayAggregator=1;function e(t,I,B,tr){for(var rr=-1,ir=t==null?0:t.length;++rr<ir;){var lr=t[rr];I(tr,lr,B(lr),t)}return tr}return _arrayAggregator=e,_arrayAggregator}var _baseAggregator,hasRequired_baseAggregator;function require_baseAggregator(){if(hasRequired_baseAggregator)return _baseAggregator;hasRequired_baseAggregator=1;var e=require_baseEach();function t(I,B,tr,rr){return e(I,function(ir,lr,mr){B(rr,ir,tr(ir),mr)}),rr}return _baseAggregator=t,_baseAggregator}var _createAggregator,hasRequired_createAggregator;function require_createAggregator(){if(hasRequired_createAggregator)return _createAggregator;hasRequired_createAggregator=1;var e=require_arrayAggregator(),t=require_baseAggregator(),I=require_baseIteratee(),B=requireIsArray();function tr(rr,ir){return function(lr,mr){var dr=B(lr)?e:t,_r=ir?ir():{};return dr(lr,rr,I(mr,2),_r)}}return _createAggregator=tr,_createAggregator}var groupBy_1,hasRequiredGroupBy;function requireGroupBy(){if(hasRequiredGroupBy)return groupBy_1;hasRequiredGroupBy=1;var e=require_baseAssignValue(),t=require_createAggregator(),I=Object.prototype,B=I.hasOwnProperty,tr=t(function(rr,ir,lr){B.call(rr,lr)?rr[lr].push(ir):e(rr,lr,[ir])});return groupBy_1=tr,groupBy_1}var _baseHas,hasRequired_baseHas;function require_baseHas(){if(hasRequired_baseHas)return _baseHas;hasRequired_baseHas=1;var e=Object.prototype,t=e.hasOwnProperty;function I(B,tr){return B!=null&&t.call(B,tr)}return _baseHas=I,_baseHas}var has_1,hasRequiredHas;function requireHas(){if(hasRequiredHas)return has_1;hasRequiredHas=1;var e=require_baseHas(),t=require_hasPath();function I(B,tr){return B!=null&&t(B,tr,e)}return has_1=I,has_1}var _baseMap,hasRequired_baseMap;function require_baseMap(){if(hasRequired_baseMap)return _baseMap;hasRequired_baseMap=1;var e=require_baseEach(),t=requireIsArrayLike();function I(B,tr){var rr=-1,ir=t(B)?Array(B.length):[];return e(B,function(lr,mr,dr){ir[++rr]=tr(lr,mr,dr)}),ir}return _baseMap=I,_baseMap}var map_1,hasRequiredMap;function requireMap(){if(hasRequiredMap)return map_1;hasRequiredMap=1;var e=require_arrayMap(),t=require_baseIteratee(),I=require_baseMap(),B=requireIsArray();function tr(rr,ir){var lr=B(rr)?e:I;return lr(rr,t(ir,3))}return map_1=tr,map_1}var _baseSet,hasRequired_baseSet;function require_baseSet(){if(hasRequired_baseSet)return _baseSet;hasRequired_baseSet=1;var e=require_assignValue(),t=require_castPath(),I=require_isIndex(),B=requireIsObject(),tr=require_toKey();function rr(ir,lr,mr,dr){if(!B(ir))return ir;lr=t(lr,ir);for(var _r=-1,hr=lr.length,fr=hr-1,yr=ir;yr!=null&&++_r<hr;){var Sr=tr(lr[_r]),vr=mr;if(Sr==="__proto__"||Sr==="constructor"||Sr==="prototype")return ir;if(_r!=fr){var Mr=yr[Sr];vr=dr?dr(Mr,Sr,yr):void 0,vr===void 0&&(vr=B(Mr)?Mr:I(lr[_r+1])?[]:{})}e(yr,Sr,vr),yr=yr[Sr]}return ir}return _baseSet=rr,_baseSet}var _basePickBy,hasRequired_basePickBy;function require_basePickBy(){if(hasRequired_basePickBy)return _basePickBy;hasRequired_basePickBy=1;var e=require_baseGet(),t=require_baseSet(),I=require_castPath();function B(tr,rr,ir){for(var lr=-1,mr=rr.length,dr={};++lr<mr;){var _r=rr[lr],hr=e(tr,_r);ir(hr,_r)&&t(dr,I(_r,tr),hr)}return dr}return _basePickBy=B,_basePickBy}var pickBy_1,hasRequiredPickBy;function requirePickBy(){if(hasRequiredPickBy)return pickBy_1;hasRequiredPickBy=1;var e=require_arrayMap(),t=require_baseIteratee(),I=require_basePickBy(),B=require_getAllKeysIn();function tr(rr,ir){if(rr==null)return{};var lr=e(B(rr),function(mr){return[mr]});return ir=t(ir),I(rr,lr,function(mr,dr){return ir(mr,dr[0])})}return pickBy_1=tr,pickBy_1}var omitBy_1,hasRequiredOmitBy;function requireOmitBy(){if(hasRequiredOmitBy)return omitBy_1;hasRequiredOmitBy=1;var e=require_baseIteratee(),t=requireNegate(),I=requirePickBy();function B(tr,rr){return I(tr,t(e(rr)))}return omitBy_1=B,omitBy_1}var querycompiler,hasRequiredQuerycompiler;function requireQuerycompiler(){if(hasRequiredQuerycompiler)return querycompiler;hasRequiredQuerycompiler=1;const e=requireHelpers$1(),t=requireRaw(),I=requireQuerybuilder(),B=requireJoinclause(),tr=requireBrowser(),rr=requireAssign(),ir=requireCompact(),lr=requireGroupBy(),mr=requireHas(),dr=requireIsEmpty(),_r=requireMap(),hr=requireOmitBy(),fr=requireReduce(),{nanoid:yr}=requireNanoid(),{isString:Sr,isUndefined:vr}=requireIs(),{columnize:Mr,direction:wr,operator:gr,wrap:br,unwrapRaw:xr,rawOrFn:Ar}=requireWrappingFormatter(),Pr=tr("knex:bindings"),Fr=["comments","columns","join","where","union","group","having","order","limit","offset","lock","waitMode"];class Dr{constructor(Ir,Or,Gr){this.client=Ir,this.method=Or._method||"select",this.options=Or._options,this.single=Or._single,this.queryComments=Or._comments,this.timeout=Or._timeout||!1,this.cancelOnTimeout=Or._cancelOnTimeout||!1,this.grouped=lr(Or._statements,"grouping"),this.formatter=Ir.formatter(Or),this._emptyInsertValue="default values",this.first=this.select,this.bindings=Gr||[],this.formatter.bindings=this.bindings,this.bindingsHolder=this,this.builder=this.formatter.builder}toSQL(Ir,Or){this._undefinedInWhereClause=!1,this.undefinedBindingsInfo=[],Ir=Ir||this.method;const Gr=this[Ir]()||"",Xn={method:Ir,options:fr(this.options,rr,{}),timeout:this.timeout,cancelOnTimeout:this.cancelOnTimeout,bindings:this.bindingsHolder.bindings||[],__knexQueryUid:yr()};if(Object.defineProperties(Xn,{toNative:{value:()=>({sql:this.client.positionBindings(Xn.sql),bindings:this.client.prepBindings(Xn.bindings)}),enumerable:!1}}),Sr(Gr)?Xn.sql=Gr:rr(Xn,Gr),(Ir==="select"||Ir==="first")&&this.single.as&&(Xn.as=this.single.as),this._undefinedInWhereClause)throw Pr(Xn.bindings),new Error(`Undefined binding(s) detected when compiling ${Ir.toUpperCase()}. Undefined column(s): [${this.undefinedBindingsInfo.join(", ")}] query: ${Xn.sql}`);return Xn}select(){let Ir=this.with(),Or="";const Gr=[],Xn=[];Fr.forEach(kr=>{const qn=this[kr](this);switch(kr){case"union":Or=qn;break;case"comments":case"columns":case"join":case"where":Gr.push(qn);break;default:Xn.push(qn);break}});const Cr=this.grouped.union&&this.grouped.union.map(kr=>kr.wrap).some(kr=>kr);if(this.onlyUnions()){const kr=ir(Gr.concat(Xn)).join(" ");Ir+=Or+(kr?" "+kr:"")}else{const kr=(Cr?"(":"")+ir(Gr).join(" ")+(Cr?")":""),qn=ir(Xn).join(" ");Ir+=kr+(Or?" "+Or:"")+(qn&&" "+qn)}return Ir}pluck(){let Ir=this.single.pluck;return Ir.indexOf(".")!==-1&&(Ir=Ir.split(".").slice(-1)[0]),{sql:this.select(),pluck:Ir}}insert(){const Ir=this.single.insert||[],Or=this.with()+`insert into ${this.tableName} `,Gr=this._insertBody(Ir);return Gr===""?"":Or+Gr}_onConflictClause(Ir){return Ir instanceof t?this.formatter.wrap(Ir):`(${this.formatter.columnize(Ir)})`}_buildInsertValues(Ir){let Or="",Gr=-1;for(;++Gr<Ir.values.length;)Gr!==0&&(Or+="), ("),Or+=this.client.parameterize(Ir.values[Gr],this.client.valueForUndefined,this.builder,this.bindingsHolder);return Or}_insertBody(Ir){let Or="";if(Array.isArray(Ir)){if(Ir.length===0)return""}else if(typeof Ir=="object"&&dr(Ir))return Or+this._emptyInsertValue;const Gr=this._prepInsert(Ir);return typeof Gr=="string"?Or+=Gr:Gr.columns.length?(Or+=`(${Mr(Gr.columns,this.builder,this.client,this.bindingsHolder)}`,Or+=") values ("+this._buildInsertValues(Gr)+")"):Ir.length===1&&Ir[0]?Or+=this._emptyInsertValue:Or="",Or}update(){const Ir=this.with(),{tableName:Or}=this,Gr=this._prepUpdate(this.single.update),Xn=this.where();return Ir+`update ${this.single.only?"only ":""}${Or} set `+Gr.join(", ")+(Xn?` ${Xn}`:"")}_hintComments(){let Ir=this.grouped.hintComments||[];return Ir=Ir.map(Or=>ir(Or.value).join(" ")),Ir=ir(Ir).join(" "),Ir?`/*+ ${Ir} */ `:""}columns(){let Ir="";if(this.onlyUnions())return"";const Or=this._hintComments(),Gr=this.grouped.columns||[];let Xn=-1,Cr=[];if(Gr)for(;++Xn<Gr.length;){const qn=Gr[Xn];if(qn.distinct&&(Ir="distinct "),qn.distinctOn){Ir=this.distinctOn(qn.value);continue}qn.type==="aggregate"?Cr.push(...this.aggregate(qn)):qn.type==="aggregateRaw"?Cr.push(this.aggregateRaw(qn)):qn.type==="analytic"?Cr.push(this.analytic(qn)):qn.type==="json"?Cr.push(this.json(qn)):qn.value&&qn.value.length>0&&Cr.push(Mr(qn.value,this.builder,this.client,this.bindingsHolder))}return Cr.length===0&&(Cr=["*"]),`${this.onlyJson()?"":"select "}${Or}${Ir}`+Cr.join(", ")+(this.tableName?` from ${this.single.only?"only ":""}${this.tableName}`:"")}comments(){return this.queryComments.length?this.queryComments.map(Ir=>`/* ${Ir.comment} */`).join(" "):""}_aggregate(Ir,{aliasSeparator:Or=" as ",distinctParentheses:Gr}={}){const Xn=Ir.value,Cr=Ir.method,kr=Ir.aggregateDistinct?"distinct ":"",qn=Qr=>br(Qr,void 0,this.builder,this.client,this.bindingsHolder),oi=(Qr,$r)=>$r?Qr+Or+qn($r):Qr,ci=(Qr,$r)=>{let zr=Qr.map(qn).join(", ");if(kr){const li=Gr?"(":" ",ii=Gr?")":"";zr=kr.trim()+li+zr+ii}const Kn=`${Cr}(${zr})`;return oi(Kn,$r)},ei=(Qr,$r)=>{const zr=`${Cr}(${kr+qn(Qr)})`;return oi(zr,$r)};if(Array.isArray(Xn))return[ci(Xn)];if(typeof Xn=="object"){if(Ir.alias)throw new Error("When using an object explicit alias can not be used");return Object.entries(Xn).map(([Qr,$r])=>Array.isArray($r)?ci($r,Qr):ei($r,Qr))}const Ur=Xn.toLowerCase().indexOf(" as ");let ti=Xn,{alias:si}=Ir;if(Ur!==-1){if(ti=Xn.slice(0,Ur),si)throw new Error(`Found multiple aliases for same column: ${ti}`);si=Xn.slice(Ur+4)}return[ei(ti,si)]}aggregate(Ir){return this._aggregate(Ir)}aggregateRaw(Ir){const Or=Ir.aggregateDistinct?"distinct ":"";return`${Ir.method}(${Or+xr(Ir.value,void 0,this.builder,this.client,this.bindingsHolder)})`}_joinTable(Ir){return Ir.schema&&!(Ir.table instanceof t)?`${Ir.schema}.${Ir.table}`:Ir.table}join(){let Ir="",Or=-1;const Gr=this.grouped.join;if(!Gr)return"";for(;++Or<Gr.length;){const Xn=Gr[Or],Cr=this._joinTable(Xn);if(Or>0&&(Ir+=" "),Xn.joinType==="raw")Ir+=xr(Xn.table,void 0,this.builder,this.client,this.bindingsHolder);else{Ir+=Xn.joinType+" join "+br(Cr,void 0,this.builder,this.client,this.bindingsHolder);let kr=-1;for(;++kr<Xn.clauses.length;){const qn=Xn.clauses[kr];kr>0?Ir+=` ${qn.bool} `:Ir+=` ${qn.type==="onUsing"?"using":"on"} `;const oi=this[qn.type](qn);oi&&(Ir+=oi)}}}return Ir}onBetween(Ir){return br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" "+this._not(Ir,"between")+" "+Ir.value.map(Or=>this.client.parameter(Or,this.builder,this.bindingsHolder)).join(" and ")}onNull(Ir){return br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" is "+this._not(Ir,"null")}onExists(Ir){return this._not(Ir,"exists")+" ("+Ar(Ir.value,void 0,this.builder,this.client,this.bindingsHolder)+")"}onIn(Ir){if(Array.isArray(Ir.column))return this.multiOnIn(Ir);let Or;return Ir.value instanceof t?Or=this.client.parameter(Ir.value,this.builder,this.formatter):Or=this.client.parameterize(Ir.value,void 0,this.builder,this.bindingsHolder),br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" "+this._not(Ir,"in ")+this.wrap(Or)}multiOnIn(Ir){let Or=-1,Gr=`(${Mr(Ir.column,this.builder,this.client,this.bindingsHolder)}) `;for(Gr+=this._not(Ir,"in ")+"((";++Or<Ir.value.length;)Or!==0&&(Gr+="),("),Gr+=this.client.parameterize(Ir.value[Or],void 0,this.builder,this.bindingsHolder);return Gr+"))"}where(){const Ir=this.grouped.where;if(!Ir)return;const Or=[];let Gr=-1;for(;++Gr<Ir.length;){const Xn=Ir[Gr];Object.prototype.hasOwnProperty.call(Xn,"value")&&e.containsUndefined(Xn.value)&&(this.undefinedBindingsInfo.push(Xn.column),this._undefinedInWhereClause=!0);const Cr=this[Xn.type](Xn);Cr&&(Or.length===0?Or[0]="where":Or.push(Xn.bool),Or.push(Cr))}return Or.length>1?Or.join(" "):""}group(){return this._groupsOrders("group")}order(){return this._groupsOrders("order")}having(){const Ir=this.grouped.having;if(!Ir)return"";const Or=["having"];for(let Gr=0,Xn=Ir.length;Gr<Xn;Gr++){const Cr=Ir[Gr],kr=this[Cr.type](Cr);kr&&(Or.length===0&&(Or[0]="where"),(Or.length>1||Or.length===1&&Or[0]!=="having")&&Or.push(Cr.bool),Or.push(kr))}return Or.length>1?Or.join(" "):""}havingRaw(Ir){return this._not(Ir,"")+xr(Ir.value,void 0,this.builder,this.client,this.bindingsHolder)}havingWrapped(Ir){const Or=Ar(Ir.value,"where",this.builder,this.client,this.bindingsHolder);return Or&&this._not(Ir,"")+"("+Or.slice(6)+")"||""}havingBasic(Ir){return this._not(Ir,"")+br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" "+gr(Ir.operator,this.builder,this.client,this.bindingsHolder)+" "+this.client.parameter(Ir.value,this.builder,this.bindingsHolder)}havingNull(Ir){return br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" is "+this._not(Ir,"null")}havingExists(Ir){return this._not(Ir,"exists")+" ("+Ar(Ir.value,void 0,this.builder,this.client,this.bindingsHolder)+")"}havingBetween(Ir){return br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" "+this._not(Ir,"between")+" "+Ir.value.map(Or=>this.client.parameter(Or,this.builder,this.bindingsHolder)).join(" and ")}havingIn(Ir){return Array.isArray(Ir.column)?this.multiHavingIn(Ir):br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" "+this._not(Ir,"in ")+this.wrap(this.client.parameterize(Ir.value,void 0,this.builder,this.bindingsHolder))}multiHavingIn(Ir){return this.multiOnIn(Ir)}union(){const Ir=this.onlyUnions(),Or=this.grouped.union;if(!Or)return"";let Gr="";for(let Xn=0,Cr=Or.length;Xn<Cr;Xn++){const kr=Or[Xn];Xn>0&&(Gr+=" "),(Xn>0||!Ir)&&(Gr+=kr.clause+" ");const qn=Ar(kr.value,void 0,this.builder,this.client,this.bindingsHolder);if(qn){const oi=kr.wrap;oi&&(Gr+="("),Gr+=qn,oi&&(Gr+=")")}}return Gr}onlyUnions(){return(!this.grouped.columns||!!this.grouped.columns[0].value)&&this.grouped.union&&!this.tableName}_getValueOrParameterFromAttribute(Ir,Or){return this.single.skipBinding[Ir]===!0?Or??this.single[Ir]:this.client.parameter(this.single[Ir],this.builder,this.bindingsHolder)}onlyJson(){return!this.tableName&&this.grouped.columns&&this.grouped.columns.length===1&&this.grouped.columns[0].type==="json"}limit(){return!this.single.limit&&this.single.limit!==0?"":`limit ${this._getValueOrParameterFromAttribute("limit")}`}offset(){return this.single.offset?`offset ${this._getValueOrParameterFromAttribute("offset")}`:""}del(){const{tableName:Ir}=this,Or=this.with(),Gr=this.where(),Xn=this.join(),Cr=Xn?Ir+" ":"";return Or+`delete ${Cr}from ${this.single.only?"only ":""}${Ir}`+(Xn?` ${Xn}`:"")+(Gr?` ${Gr}`:"")}truncate(){return`truncate ${this.tableName}`}lock(){if(this.single.lock)return this[this.single.lock]()}waitMode(){if(this.single.waitMode)return this[this.single.waitMode]()}skipLocked(){throw new Error(".skipLocked() is currently only supported on MySQL 8.0+ and PostgreSQL 9.5+")}noWait(){throw new Error(".noWait() is currently only supported on MySQL 8.0+, MariaDB 10.3.0+ and PostgreSQL 9.5+")}distinctOn(Ir){throw new Error(".distinctOn() is currently only supported on PostgreSQL")}onWrapped(Ir){const Or=this,Gr=new B;Ir.value.call(Gr,Gr);let Xn="";for(let Cr=0;Cr<Gr.clauses.length;Cr++){const kr=Gr.clauses[Cr];Cr>0&&(Xn+=` ${kr.bool} `);const qn=Or[kr.type](kr);qn&&(Xn+=qn)}return Xn.length?`(${Xn})`:""}onBasic(Ir){const Or=Ir.value instanceof I;return br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" "+gr(Ir.operator,this.builder,this.client,this.bindingsHolder)+" "+(Or?"(":"")+br(Ir.value,void 0,this.builder,this.client,this.bindingsHolder)+(Or?")":"")}onVal(Ir){return br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" "+gr(Ir.operator,this.builder,this.client,this.bindingsHolder)+" "+this.client.parameter(Ir.value,this.builder,this.bindingsHolder)}onRaw(Ir){return xr(Ir.value,void 0,this.builder,this.client,this.bindingsHolder)}onUsing(Ir){return"("+Mr(Ir.column,this.builder,this.client,this.bindingsHolder)+")"}_valueClause(Ir){return Ir.asColumn?br(Ir.value,void 0,this.builder,this.client,this.bindingsHolder):this.client.parameter(Ir.value,this.builder,this.bindingsHolder)}_columnClause(Ir){let Or;return Array.isArray(Ir.column)?Or=`(${Mr(Ir.column,this.builder,this.client,this.bindingsHolder)})`:Or=br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder),Or}whereIn(Ir){const Or=this.client.values(Ir.value,this.builder,this.bindingsHolder);return`${this._columnClause(Ir)} ${this._not(Ir,"in ")}${Or}`}whereLike(Ir){return`${this._columnClause(Ir)} ${this._not(Ir,"like ")}${this._valueClause(Ir)}`}whereILike(Ir){return`${this._columnClause(Ir)} ${this._not(Ir,"ilike ")}${this._valueClause(Ir)}`}whereNull(Ir){return br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" is "+this._not(Ir,"null")}whereBasic(Ir){return this._not(Ir,"")+br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" "+gr(Ir.operator,this.builder,this.client,this.bindingsHolder)+" "+this._valueClause(Ir)}whereExists(Ir){return this._not(Ir,"exists")+" ("+Ar(Ir.value,void 0,this.builder,this.client,this.bindingsHolder)+")"}whereWrapped(Ir){const Or=Ar(Ir.value,"where",this.builder,this.client,this.bindingsHolder);return Or&&this._not(Ir,"")+"("+Or.slice(6)+")"||""}whereBetween(Ir){return br(Ir.column,void 0,this.builder,this.client,this.bindingsHolder)+" "+this._not(Ir,"between")+" "+Ir.value.map(Or=>this.client.parameter(Or,this.builder,this.bindingsHolder)).join(" and ")}whereRaw(Ir){return this._not(Ir,"")+xr(Ir.value,void 0,this.builder,this.client,this.bindingsHolder)}_jsonWrapValue(Ir){if(!this.builder._isJsonObject(Ir))try{return JSON.stringify(JSON.parse(Ir.replace(/\n|\t/g,"")))}catch{return Ir}return JSON.stringify(Ir)}_jsonValueClause(Ir){return Ir.value=this._jsonWrapValue(Ir.value),this._valueClause(Ir)}whereJsonObject(Ir){return`${this._columnClause(Ir)} ${Ir.not?"!=":"="} ${this._jsonValueClause(Ir)}`}wrap(Ir){return Ir.charAt(0)!=="("?`(${Ir})`:Ir}json(Ir){return this[Ir.method](Ir.params)}analytic(Ir){let Or="";const Gr=this;return Or+=Ir.method+"() over (",Ir.raw?Or+=Ir.raw:(Ir.partitions.length&&(Or+="partition by ",Or+=_r(Ir.partitions,function(Xn){return Sr(Xn)?Gr.formatter.columnize(Xn):Gr.formatter.columnize(Xn.column)+(Xn.order?" "+Xn.order:"")}).join(", ")+" "),Or+="order by ",Or+=_r(Ir.order,function(Xn){return Sr(Xn)?Gr.formatter.columnize(Xn):Gr.formatter.columnize(Xn.column)+(Xn.order?" "+Xn.order:"")}).join(", ")),Or+=")",Ir.alias&&(Or+=" as "+Ir.alias),Or}with(){if(!this.grouped.with||!this.grouped.with.length)return"";const Ir=this.grouped.with;if(!Ir)return;const Or=[];let Gr=-1,Xn=!1;for(;++Gr<Ir.length;){const Cr=Ir[Gr];Cr.recursive&&(Xn=!0);const kr=this[Cr.type](Cr);Or.push(kr)}return`with ${Xn?"recursive ":""}${Or.join(", ")} `}withWrapped(Ir){const Or=Ar(Ir.value,void 0,this.builder,this.client,this.bindingsHolder),Gr=Ir.columnList?"("+Mr(Ir.columnList,this.builder,this.client,this.bindingsHolder)+")":"",Xn=Ir.materialized===void 0?"":Ir.materialized?"materialized ":"not materialized ";return Or&&Mr(Ir.alias,this.builder,this.client,this.bindingsHolder)+Gr+" as "+Xn+"("+Or+")"||""}_not(Ir,Or){return Ir.not?`not ${Or}`:Or}_prepInsert(Ir){const Or=Ar(Ir,void 0,this.builder,this.client,this.bindingsHolder);if(Or)return Or;let Gr=[];const Xn=[];Array.isArray(Ir)||(Ir=Ir?[Ir]:[]);let Cr=-1;for(;++Cr<Ir.length&&Ir[Cr]!=null;){Cr===0&&(Gr=Object.keys(Ir[Cr]).sort());const kr=new Array(Gr.length),qn=Object.keys(Ir[Cr]);let oi=-1;for(;++oi<qn.length;){const ci=qn[oi];let ei=Gr.indexOf(ci);if(ei===-1){Gr=Gr.concat(ci).sort(),ei=Gr.indexOf(ci);let Ur=-1;for(;++Ur<Xn.length;)Xn[Ur].splice(ei,0,void 0);kr.splice(ei,0,void 0)}kr[ei]=Ir[Cr][ci]}Xn.push(kr)}return{columns:Gr,values:Xn}}_prepUpdate(Ir={}){const{counter:Or={}}=this.single;for(const kr of Object.keys(Or)){if(mr(Ir,kr)){this.client.logger.warn("increment/decrement called for a column that has already been specified in main .update() call. Ignoring increment/decrement and using value from .update() call.");continue}let qn=Or[kr];const oi=qn<0?"-":"+";oi==="-"&&(qn=-qn),Ir[kr]=this.client.raw(`?? ${oi} ?`,[kr,qn])}Ir=hr(Ir,vr);const Gr=[],Xn=Object.keys(Ir);let Cr=-1;for(;++Cr<Xn.length;)Gr.push(br(Xn[Cr],void 0,this.builder,this.client,this.bindingsHolder)+" = "+this.client.parameter(Ir[Xn[Cr]],this.builder,this.bindingsHolder));if(dr(Gr))throw new Error(["Empty .update() call detected!","Update data does not contain any values to update.","This will result in a faulty query.",this.single.table?`Table: ${this.single.table}.`:"",this.single.update?`Columns: ${Object.keys(this.single.update)}.`:""].join(" "));return Gr}_formatGroupsItemValue(Ir,Or){const{formatter:Gr}=this;let Xn="";Or==="last"?Xn=" is null":Or==="first"&&(Xn=" is not null");let Cr;return Ir instanceof t?Cr=xr(Ir,void 0,this.builder,this.client,this.bindingsHolder):Ir instanceof I||Or?Cr="("+Gr.columnize(Ir)+Xn+")":Cr=Gr.columnize(Ir),Cr}_basicGroupOrder(Ir,Or){const Gr=this._formatGroupsItemValue(Ir.value,Ir.nulls),Xn=Or==="order"&&Ir.type!=="orderByRaw"?` ${wr(Ir.direction,this.builder,this.client,this.bindingsHolder)}`:"";return Gr+Xn}_groupOrder(Ir,Or){return this._basicGroupOrder(Ir,Or)}_groupOrderNulls(Ir,Or){const Gr=this._formatGroupsItemValue(Ir.value),Xn=Or==="order"&&Ir.type!=="orderByRaw"?` ${wr(Ir.direction,this.builder,this.client,this.bindingsHolder)}`:"";return Ir.nulls&&!(Ir.value instanceof t)?`${Gr}${Xn||""} nulls ${Ir.nulls}`:Gr+Xn}_groupsOrders(Ir){const Or=this.grouped[Ir];if(!Or)return"";const Gr=Or.map(Xn=>this._groupOrder(Xn,Ir));return Gr.length?Ir+" by "+Gr.join(", "):""}get tableName(){if(!this._tableName){let Ir=this.single.table;const Or=this.single.schema;if(Ir&&Or){const Gr=Ir instanceof I,Xn=Ir instanceof t;!Gr&&!Xn&&!(typeof Ir=="function")&&(Ir=`${Or}.${Ir}`)}this._tableName=Ir?br(Ir,Ir instanceof I,this.builder,this.client,this.bindingsHolder):""}return this._tableName}_jsonPathWrap(Ir){return this.client.parameter(Ir.path||Ir[1],this.builder,this.bindingsHolder)}_jsonExtract(Ir,Or){let Gr;return Array.isArray(Or.column)?Gr=Or.column:Gr=[Or],Array.isArray(Ir)||(Ir=[Ir]),Gr.map(Xn=>{let Cr=`${Mr(Xn.column||Xn[0],this.builder,this.client,this.bindingsHolder)}, ${this._jsonPathWrap(Xn)}`;Ir.forEach(qn=>{Cr=qn+"("+Cr+")"});const kr=Xn.alias||Xn[2];return kr?this.client.alias(Cr,this.formatter.wrap(kr)):Cr}).join(", ")}_jsonSet(Ir,Or){const Gr=`${Ir}(${Mr(Or.column,this.builder,this.client,this.bindingsHolder)}, ${this.client.parameter(Or.path,this.builder,this.bindingsHolder)}, ${this.client.parameter(Or.value,this.builder,this.bindingsHolder)})`;return Or.alias?this.client.alias(Gr,this.formatter.wrap(Or.alias)):Gr}_whereJsonPath(Ir,Or){return`${Ir}(${this._columnClause(Or)}, ${this._jsonPathWrap({path:Or.jsonPath})}) ${gr(Or.operator,this.builder,this.client,this.bindingsHolder)} ${this._jsonValueClause(Or)}`}_onJsonPathEquals(Ir,Or){return Ir+"("+br(Or.columnFirst,void 0,this.builder,this.client,this.bindingsHolder)+", "+this.client.parameter(Or.jsonPathFirst,this.builder,this.bindingsHolder)+") = "+Ir+"("+br(Or.columnSecond,void 0,this.builder,this.client,this.bindingsHolder)+", "+this.client.parameter(Or.jsonPathSecond,this.builder,this.bindingsHolder)+")"}}return querycompiler=Dr,querycompiler}var builder,hasRequiredBuilder;function requireBuilder(){if(hasRequiredBuilder)return builder;hasRequiredBuilder=1;const{EventEmitter:e}=requireEvents(),t=requireToArray(),I=requireAssign(),{addQueryContext:B}=requireHelpers$1(),tr=requireSaveAsyncStack(),{augmentWithBuilderInterface:rr}=requireBuilderInterfaceAugmenter();class ir extends e{constructor(mr){super(),this.client=mr,this._sequence=[],mr.config&&(this._debug=mr.config.debug,tr(this,4))}withSchema(mr){return this._schema=mr,this}toString(){return this.toQuery()}toSQL(){return this.client.schemaCompiler(this).toSQL()}async generateDdlCommands(){return await this.client.schemaCompiler(this).generateDdlCommands()}}return["createTable","createTableIfNotExists","createTableLike","createView","createViewOrReplace","createMaterializedView","refreshMaterializedView","dropView","dropViewIfExists","dropMaterializedView","dropMaterializedViewIfExists","createSchema","createSchemaIfNotExists","dropSchema","dropSchemaIfExists","createExtension","createExtensionIfNotExists","dropExtension","dropExtensionIfExists","table","alterTable","view","alterView","hasTable","hasColumn","dropTable","renameTable","renameView","dropTableIfExists","raw"].forEach(function(lr){ir.prototype[lr]=function(){return lr==="createTableIfNotExists"&&this.client.logger.warn(["Use async .hasTable to check if table exists and then use plain .createTable. Since ",'.createTableIfNotExists actually just generates plain "CREATE TABLE IF NOT EXIST..." ',"query it will not work correctly if there are any alter table queries generated for ","columns afterwards. To not break old migrations this function is left untouched for now",", but it should not be used when writing new code and it is removed from documentation."].join("")),lr==="table"&&(lr="alterTable"),lr==="view"&&(lr="alterView"),this._sequence.push({method:lr,args:t(arguments)}),this}}),ir.extend=(lr,mr)=>{if(Object.prototype.hasOwnProperty.call(ir.prototype,lr))throw new Error(`Can't extend SchemaBuilder with existing method ('${lr}').`);I(ir.prototype,{[lr]:mr})},rr(ir),B(ir),builder=ir,builder}var helpers,hasRequiredHelpers;function requireHelpers(){if(hasRequiredHelpers)return helpers;hasRequiredHelpers=1;const e=requireTail(),{isString:t}=requireIs();function I(rr){rr&&(t(rr)&&(rr={sql:rr}),rr.bindings||(rr.bindings=this.bindingsHolder.bindings),this.sequence.push(rr),this.formatter=this.client.formatter(this._commonBuilder),this.bindings=[],this.formatter.bindings=this.bindings)}function B(rr){const ir=new this.constructor(this.client,this.tableCompiler,this.columnBuilder);rr.call(ir,e(arguments)),this.sequence.additional=(this.sequence.additional||[]).concat(ir.sequence)}function tr(rr){rr&&(t(rr)&&(rr={sql:rr}),rr.bindings||(rr.bindings=this.bindingsHolder.bindings),this.sequence.unshift(rr),this.formatter=this.client.formatter(this._commonBuilder),this.bindings=[],this.formatter.bindings=this.bindings)}return helpers={pushAdditional:B,pushQuery:I,unshiftQuery:tr},helpers}var compiler$1,hasRequiredCompiler$1;function requireCompiler$1(){if(hasRequiredCompiler$1)return compiler$1;hasRequiredCompiler$1=1;const{pushQuery:e,pushAdditional:t,unshiftQuery:I}=requireHelpers();class B{constructor(_r,hr){this.builder=hr,this._commonBuilder=this.builder,this.client=_r,this.schema=hr._schema,this.bindings=[],this.bindingsHolder=this,this.formatter=_r.formatter(hr),this.formatter.bindings=this.bindings,this.sequence=[]}createSchema(){mr("createSchema")}createSchemaIfNotExists(){mr("createSchemaIfNotExists")}dropSchema(){mr("dropSchema")}dropSchemaIfExists(){mr("dropSchemaIfExists")}dropTable(_r){this.pushQuery(this.dropTablePrefix+this.formatter.wrap(lr(this.schema,_r)))}dropTableIfExists(_r){this.pushQuery(this.dropTablePrefix+"if exists "+this.formatter.wrap(lr(this.schema,_r)))}dropView(_r){this._dropView(_r,!1,!1)}dropViewIfExists(_r){this._dropView(_r,!0,!1)}dropMaterializedView(_r){throw new Error("materialized views are not supported by this dialect.")}dropMaterializedViewIfExists(_r){throw new Error("materialized views are not supported by this dialect.")}renameView(_r,hr){throw new Error("rename view is not supported by this dialect (instead drop then create another view).")}refreshMaterializedView(){throw new Error("materialized views are not supported by this dialect.")}_dropView(_r,hr,fr){this.pushQuery((fr?this.dropMaterializedViewPrefix:this.dropViewPrefix)+(hr?"if exists ":"")+this.formatter.wrap(lr(this.schema,_r)))}raw(_r,hr){this.sequence.push(this.client.raw(_r,hr).toSQL())}toSQL(){const _r=this.builder._sequence;for(let hr=0,fr=_r.length;hr<fr;hr++){const yr=_r[hr];this[yr.method].apply(this,yr.args)}return this.sequence}async generateDdlCommands(){const _r=this.toSQL();return{pre:[],sql:Array.isArray(_r)?_r:[_r],check:null,post:[]}}}B.prototype.dropTablePrefix="drop table ",B.prototype.dropViewPrefix="drop view ",B.prototype.dropMaterializedViewPrefix="drop materialized view ",B.prototype.alterViewPrefix="alter view ",B.prototype.alterTable=rr("alter"),B.prototype.createTable=rr("create"),B.prototype.createTableIfNotExists=rr("createIfNot"),B.prototype.createTableLike=rr("createLike"),B.prototype.createView=ir("create"),B.prototype.createViewOrReplace=ir("createOrReplace"),B.prototype.createMaterializedView=ir("createMaterializedView"),B.prototype.alterView=ir("alter"),B.prototype.pushQuery=e,B.prototype.pushAdditional=t,B.prototype.unshiftQuery=I;function tr(dr){const _r=this.builder.queryContext();_r!==void 0&&dr.queryContext()===void 0&&dr.queryContext(_r),dr.setSchema(this.schema);const hr=dr.toSQL();for(let fr=0,yr=hr.length;fr<yr;fr++)this.sequence.push(hr[fr])}function rr(dr){return dr==="createLike"?function(_r,hr,fr){const yr=this.client.tableBuilder(dr,_r,hr,fr);tr.call(this,yr)}:function(_r,hr){const fr=this.client.tableBuilder(dr,_r,null,hr);tr.call(this,fr)}}function ir(dr){return function(_r,hr){const fr=this.client.viewBuilder(dr,_r,hr);tr.call(this,fr)}}function lr(dr,_r){return dr?`${dr}.${_r}`:_r}function mr(dr){throw new Error(`${dr} is not supported for this dialect (only PostgreSQL supports it currently).`)}return compiler$1=B,compiler$1}var assignIn_1,hasRequiredAssignIn;function requireAssignIn(){if(hasRequiredAssignIn)return assignIn_1;hasRequiredAssignIn=1;var e=require_copyObject(),t=require_createAssigner(),I=requireKeysIn(),B=t(function(tr,rr){e(rr,I(rr),tr)});return assignIn_1=B,assignIn_1}var extend,hasRequiredExtend;function requireExtend(){return hasRequiredExtend||(hasRequiredExtend=1,extend=requireAssignIn()),extend}var tablebuilder,hasRequiredTablebuilder;function requireTablebuilder(){if(hasRequiredTablebuilder)return tablebuilder;hasRequiredTablebuilder=1;const e=requireEach(),t=requireExtend(),I=requireAssign(),B=requireToArray(),tr=requireHelpers$1(),{isString:rr,isFunction:ir,isObject:lr}=requireIs();class mr{constructor(yr,Sr,vr,Mr,wr){if(this.client=yr,this._fn=wr,this._method=Sr,this._schemaName=void 0,this._tableName=vr,this._tableNameLike=Mr,this._statements=[],this._single={},!Mr&&!ir(this._fn))throw new TypeError("A callback function must be supplied to calls against `.createTable` and `.table`")}setSchema(yr){this._schemaName=yr}toSQL(){return this._method==="alter"&&t(this,hr),this._fn&&this._fn.call(this,this),this.client.tableCompiler(this).toSQL()}timestamps(yr,Sr,vr){lr(yr)&&({useTimestamps:yr,defaultToNow:Sr,useCamelCase:vr}=yr);const Mr=yr===!0?"timestamp":"datetime",wr=this[Mr](vr?"createdAt":"created_at"),gr=this[Mr](vr?"updatedAt":"updated_at");if(Sr===!0){const br=this.client.raw("CURRENT_TIMESTAMP");wr.notNullable().defaultTo(br),gr.notNullable().defaultTo(br)}}comment(yr){if(typeof yr!="string")throw new TypeError("Table comment must be string");this._single.comment=yr}foreign(yr,Sr){const vr={column:yr,keyName:Sr};this._statements.push({grouping:"alterTable",method:"foreign",args:[vr]});let Mr={references(wr){let gr;return rr(wr)&&(gr=wr.split(".")),!gr||gr.length===1?(vr.references=gr?gr[0]:wr,{on(br){if(typeof br!="string")throw new TypeError(`Expected tableName to be a string, got: ${typeof br}`);return vr.inTable=br,Mr},inTable(){return this.on.apply(this,arguments)}}):(vr.inTable=gr[0],vr.references=gr[1],Mr)},withKeyName(wr){return vr.keyName=wr,Mr},onUpdate(wr){return vr.onUpdate=wr,Mr},onDelete(wr){return vr.onDelete=wr,Mr},deferrable:wr=>{if(["mysql","mssql","redshift","mysql2","oracledb"].indexOf(this.client.dialect)!==-1)throw new Error(`${this.client.dialect} does not support deferrable`);return vr.deferrable=wr,Mr},_columnBuilder(wr){return t(wr,Mr),Mr=wr,wr}};return Mr}check(yr,Sr,vr){return this._statements.push({grouping:"checks",args:[yr,Sr,vr]}),this}}["index","primary","unique","dropPrimary","dropUnique","dropIndex","dropForeign"].forEach(fr=>{mr.prototype[fr]=function(){return this._statements.push({grouping:"alterTable",method:fr,args:B(arguments)}),this}}),e({mysql:["engine","charset","collate"],postgresql:["inherits"]},function(fr,yr){fr.forEach(function(Sr){mr.prototype[Sr]=function(vr){if(this.client.dialect!==yr)throw new Error(`Knex only supports ${Sr} statement with ${yr}.`);if(this._method==="alter")throw new Error(`Knex does not support altering the ${Sr} outside of create table, please use knex.raw statement.`);this._single[Sr]=vr}})}),tr.addQueryContext(mr),["tinyint","smallint","mediumint","int","bigint","decimal","float","double","real","bit","boolean","serial","date","datetime","timestamp","time","year","geometry","geography","point","char","varchar","tinytext","tinyText","text","mediumtext","mediumText","longtext","longText","binary","varbinary","tinyblob","tinyBlob","mediumblob","mediumBlob","blob","longblob","longBlob","enum","set","bool","dateTime","increments","bigincrements","bigIncrements","integer","biginteger","bigInteger","string","json","jsonb","uuid","enu","specificType"].forEach(fr=>{mr.prototype[fr]=function(){const yr=B(arguments),Sr=this.client.columnBuilder(this,fr,yr);return this._statements.push({grouping:"columns",builder:Sr}),Sr}});const hr={renameColumn(fr,yr){return this._statements.push({grouping:"alterTable",method:"renameColumn",args:[fr,yr]}),this},dropTimestamps(){return this.dropColumns(arguments[0]===!0?["createdAt","updatedAt"]:["created_at","updated_at"])},setNullable(fr){return this._statements.push({grouping:"alterTable",method:"setNullable",args:[fr]}),this},check(fr,yr,Sr){this._statements.push({grouping:"alterTable",method:"check",args:[fr,yr,Sr]})},dropChecks(){this._statements.push({grouping:"alterTable",method:"dropChecks",args:B(arguments)})},dropNullable(fr){return this._statements.push({grouping:"alterTable",method:"dropNullable",args:[fr]}),this}};return hr.dropColumn=hr.dropColumns=function(){return this._statements.push({grouping:"alterTable",method:"dropColumn",args:B(arguments)}),this},mr.extend=(fr,yr)=>{if(Object.prototype.hasOwnProperty.call(mr.prototype,fr))throw new Error(`Can't extend TableBuilder with existing method ('${fr}').`);I(mr.prototype,{[fr]:yr})},tablebuilder=mr,tablebuilder}var _baseFindIndex,hasRequired_baseFindIndex;function require_baseFindIndex(){if(hasRequired_baseFindIndex)return _baseFindIndex;hasRequired_baseFindIndex=1;function e(t,I,B,tr){for(var rr=t.length,ir=B+(tr?1:-1);tr?ir--:++ir<rr;)if(I(t[ir],ir,t))return ir;return-1}return _baseFindIndex=e,_baseFindIndex}var _baseIsNaN,hasRequired_baseIsNaN;function require_baseIsNaN(){if(hasRequired_baseIsNaN)return _baseIsNaN;hasRequired_baseIsNaN=1;function e(t){return t!==t}return _baseIsNaN=e,_baseIsNaN}var _strictIndexOf,hasRequired_strictIndexOf;function require_strictIndexOf(){if(hasRequired_strictIndexOf)return _strictIndexOf;hasRequired_strictIndexOf=1;function e(t,I,B){for(var tr=B-1,rr=t.length;++tr<rr;)if(t[tr]===I)return tr;return-1}return _strictIndexOf=e,_strictIndexOf}var _baseIndexOf,hasRequired_baseIndexOf;function require_baseIndexOf(){if(hasRequired_baseIndexOf)return _baseIndexOf;hasRequired_baseIndexOf=1;var e=require_baseFindIndex(),t=require_baseIsNaN(),I=require_strictIndexOf();function B(tr,rr,ir){return rr===rr?I(tr,rr,ir):e(tr,t,ir)}return _baseIndexOf=B,_baseIndexOf}var indexOf_1,hasRequiredIndexOf;function requireIndexOf(){if(hasRequiredIndexOf)return indexOf_1;hasRequiredIndexOf=1;var e=require_baseIndexOf(),t=requireToInteger(),I=Math.max;function B(tr,rr,ir){var lr=tr==null?0:tr.length;if(!lr)return-1;var mr=ir==null?0:t(ir);return mr<0&&(mr=I(lr+mr,0)),e(tr,rr,mr)}return indexOf_1=B,indexOf_1}var tablecompiler,hasRequiredTablecompiler;function requireTablecompiler(){if(hasRequiredTablecompiler)return tablecompiler;hasRequiredTablecompiler=1;const{pushAdditional:e,pushQuery:t,unshiftQuery:I}=requireHelpers(),B=requireHelpers$1(),tr=requireGroupBy(),rr=requireIndexOf(),ir=requireIsEmpty(),lr=requireTail(),{normalizeArr:mr}=requireHelpers$1();class dr{constructor(hr,fr){this.client=hr,this.tableBuilder=fr,this._commonBuilder=this.tableBuilder,this.method=fr._method,this.schemaNameRaw=fr._schemaName,this.tableNameRaw=fr._tableName,this.tableNameLikeRaw=fr._tableNameLike,this.single=fr._single,this.grouped=tr(fr._statements,"grouping"),this.formatter=hr.formatter(fr),this.bindings=[],this.formatter.bindings=this.bindings,this.bindingsHolder=this,this.sequence=[],this._formatting=hr.config&&hr.config.formatting,this.checksCount=0}toSQL(){return this[this.method](),this.sequence}create(hr,fr){const Sr=this.getColumns().map(Mr=>Mr.toSQL()),vr=this.getColumnTypes(Sr);this.createAlterTableMethods&&this.alterTableForCreate(vr),this.createQuery(vr,hr,fr),this.columnQueries(Sr),delete this.single.comment,this.alterTable()}createIfNot(){this.create(!0)}createLike(){this.create(!1,!0)}createLikeIfNot(){this.create(!0,!0)}alter(){const fr=this.getColumns().map(wr=>wr.toSQL()),yr=this.getColumns("alter"),Sr=yr.map(wr=>wr.toSQL()),vr=this.getColumnTypes(fr),Mr=this.getColumnTypes(Sr);this.addColumns(vr),this.alterColumns(Mr,yr),this.columnQueries(fr),this.columnQueries(Sr),this.alterTable()}foreign(hr){if(hr.inTable&&hr.references){const fr=hr.keyName?this.formatter.wrap(hr.keyName):this._indexCommand("foreign",this.tableNameRaw,hr.column),yr=this.formatter.columnize(hr.column),Sr=this.formatter.columnize(hr.references),vr=this.formatter.wrap(hr.inTable),Mr=hr.onUpdate?(this.lowerCase?" on update ":" ON UPDATE ")+hr.onUpdate:"",wr=hr.onDelete?(this.lowerCase?" on delete ":" ON DELETE ")+hr.onDelete:"",gr=hr.deferrable?this.lowerCase?` deferrable initially ${hr.deferrable.toLowerCase()} `:` DEFERRABLE INITIALLY ${hr.deferrable.toUpperCase()} `:"";this.lowerCase?this.pushQuery((this.forCreate?"":`alter table ${this.tableName()} add `)+"constraint "+fr+" foreign key ("+yr+") references "+vr+" ("+Sr+")"+Mr+wr+gr):this.pushQuery((this.forCreate?"":`ALTER TABLE ${this.tableName()} ADD `)+"CONSTRAINT "+fr+" FOREIGN KEY ("+yr+") REFERENCES "+vr+" ("+Sr+")"+Mr+wr+gr)}}getColumnTypes(hr){return hr.reduce(function(fr,yr){const Sr=yr[0];return fr.sql.push(Sr.sql),fr.bindings.concat(Sr.bindings),fr},{sql:[],bindings:[]})}columnQueries(hr){const fr=hr.reduce(function(yr,Sr){const vr=lr(Sr);return ir(vr)?yr:yr.concat(vr)},[]);for(const yr of fr)this.pushQuery(yr)}addColumns(hr,fr){if(fr=fr||this.addColumnsPrefix,hr.sql.length>0){const yr=hr.sql.map(Sr=>fr+Sr);this.pushQuery({sql:(this.lowerCase?"alter table ":"ALTER TABLE ")+this.tableName()+" "+yr.join(", "),bindings:hr.bindings})}}alterColumns(hr,fr){hr.sql.length>0&&this.addColumns(hr,this.alterColumnsPrefix,fr)}getColumns(hr){const fr=this.grouped.columns||[];hr=hr||"add";const yr=this.tableBuilder.queryContext();return fr.filter(Sr=>Sr.builder._method===hr).map(Sr=>(yr!==void 0&&Sr.builder.queryContext()===void 0&&Sr.builder.queryContext(yr),this.client.columnCompiler(this,Sr.builder)))}tableName(){const hr=this.schemaNameRaw?`${this.schemaNameRaw}.${this.tableNameRaw}`:this.tableNameRaw;return this.formatter.wrap(hr)}tableNameLike(){const hr=this.schemaNameRaw?`${this.schemaNameRaw}.${this.tableNameLikeRaw}`:this.tableNameLikeRaw;return this.formatter.wrap(hr)}alterTable(){const hr=this.grouped.alterTable||[];for(let fr=0,yr=hr.length;fr<yr;fr++){const Sr=hr[fr];this[Sr.method]?this[Sr.method].apply(this,Sr.args):this.client.logger.error(`Debug: ${Sr.method} does not exist`)}for(const fr in this.single)typeof this[fr]=="function"&&this[fr](this.single[fr])}alterTableForCreate(hr){this.forCreate=!0;const fr=this.sequence,yr=this.grouped.alterTable||[];this.grouped.alterTable=[];for(let Sr=0,vr=yr.length;Sr<vr;Sr++){const Mr=yr[Sr];if(rr(this.createAlterTableMethods,Mr.method)<0){this.grouped.alterTable.push(Mr);continue}this[Mr.method]?(this.sequence=[],this[Mr.method].apply(this,Mr.args),hr.sql.push(this.sequence[0].sql)):this.client.logger.error(`Debug: ${Mr.method} does not exist`)}this.sequence=fr,this.forCreate=!1}dropIndex(hr){this.pushQuery(`drop index${hr}`)}dropUnique(){throw new Error("Method implemented in the dialect driver")}dropForeign(){throw new Error("Method implemented in the dialect driver")}dropColumn(){const hr=B.normalizeArr.apply(null,arguments),fr=(Array.isArray(hr)?hr:[hr]).map(yr=>this.dropColumnPrefix+this.formatter.wrap(yr));this.pushQuery((this.lowerCase?"alter table ":"ALTER TABLE ")+this.tableName()+" "+fr.join(", "))}_setNullableState(hr,fr){const yr=this.tableName(),Sr=this.formatter.columnize(hr),vr=this.alterColumnsPrefix;return this.pushQuery({sql:"SELECT 1",output:()=>this.client.queryBuilder().from(this.tableNameRaw).columnInfo(hr).then(Mr=>{if(ir(Mr))throw new Error(`.setNullable: Column ${Sr} does not exist in table ${yr}.`);const wr=fr?"null":"not null",gr=Mr.type+(Mr.maxLength?`(${Mr.maxLength})`:""),br=Mr.defaultValue!==null&&Mr.defaultValue!==void 0?`default '${Mr.defaultValue}'`:"",xr=`alter table ${yr} ${vr} ${Sr} ${gr} ${wr} ${br}`;return this.client.raw(xr)})})}setNullable(hr){return this._setNullableState(hr,!0)}dropNullable(hr){return this._setNullableState(hr,!1)}dropChecks(hr){if(hr===void 0)return"";hr=mr(hr);const yr=`alter table ${this.tableName()} ${hr.map(Sr=>`drop constraint ${Sr}`).join(", ")}`;this.pushQuery(yr)}check(hr,fr,yr){const Sr=this.tableName();let vr=yr;vr||(this.checksCount++,vr=Sr+"_"+this.checksCount);const Mr=`alter table ${Sr} add constraint ${vr} check(${hr})`;this.pushQuery(Mr)}_addChecks(){return this.grouped.checks?", "+this.grouped.checks.map(hr=>`${hr.args[2]?"constraint "+hr.args[2]+" ":""}check (${this.client.raw(hr.args[0],hr.args[1])})`).join(", "):""}_indexCommand(hr,fr,yr){Array.isArray(yr)||(yr=yr?[yr]:[]);const vr=(fr.replace(/\.|-/g,"_")+"_"+yr.join("_")+"_"+hr).toLowerCase();return this.formatter.wrap(vr)}_getPrimaryKeys(){return(this.grouped.alterTable||[]).filter(hr=>hr.method==="primary").flatMap(hr=>hr.args).flat()}_canBeAddPrimaryKey(hr){return hr.primaryKey&&this._getPrimaryKeys().length===0}_getIncrementsColumnNames(){return this.grouped.columns.filter(hr=>hr.builder._type==="increments").map(hr=>hr.builder._args[0])}_getBigIncrementsColumnNames(){return this.grouped.columns.filter(hr=>hr.builder._type==="bigincrements").map(hr=>hr.builder._args[0])}}return dr.prototype.pushQuery=t,dr.prototype.pushAdditional=e,dr.prototype.unshiftQuery=I,dr.prototype.lowerCase=!0,dr.prototype.createAlterTableMethods=null,dr.prototype.addColumnsPrefix="add column ",dr.prototype.alterColumnsPrefix="alter column ",dr.prototype.modifyColumnPrefix="modify column ",dr.prototype.dropColumnPrefix="drop column ",tablecompiler=dr,tablecompiler}var columnbuilder,hasRequiredColumnbuilder;function requireColumnbuilder(){if(hasRequiredColumnbuilder)return columnbuilder;hasRequiredColumnbuilder=1;const e=requireExtend(),t=requireAssign(),I=requireToArray(),{addQueryContext:B}=requireHelpers$1();class tr{constructor(_r,hr,fr,yr){this.client=_r,this._method="add",this._single={},this._modifiers={},this._statements=[],this._type=mr[fr]||fr,this._args=yr,this._tableBuilder=hr,hr._method==="alter"&&e(this,lr)}references(_r){return this._tableBuilder.foreign.call(this._tableBuilder,this._args[0],void 0,this)._columnBuilder(this).references(_r)}}const rr=["default","defaultsTo","defaultTo","unsigned","nullable","first","after","comment","collate","check","checkPositive","checkNegative","checkIn","checkNotIn","checkBetween","checkLength","checkRegex"],ir={default:"defaultTo",defaultsTo:"defaultTo"};rr.forEach(function(dr){const _r=ir[dr]||dr;tr.prototype[dr]=function(){return this._modifiers[_r]=I(arguments),this}}),B(tr),tr.prototype.notNull=tr.prototype.notNullable=function(){return this.nullable(!1)},["index","primary","unique"].forEach(function(dr){tr.prototype[dr]=function(){return this._type.toLowerCase().indexOf("increments")===-1&&this._tableBuilder[dr].apply(this._tableBuilder,[this._args[0]].concat(I(arguments))),this}}),tr.extend=(dr,_r)=>{if(Object.prototype.hasOwnProperty.call(tr.prototype,dr))throw new Error(`Can't extend ColumnBuilder with existing method ('${dr}').`);t(tr.prototype,{[dr]:_r})};const lr={};lr.drop=function(){return this._single.drop=!0,this},lr.alterType=function(dr){return this._statements.push({grouping:"alterType",value:dr}),this},lr.alter=function({alterNullable:dr=!0,alterType:_r=!0}={}){return this._method="alter",this.alterNullable=dr,this.alterType=_r,this};const mr={float:"floating",enum:"enu",boolean:"bool",string:"varchar",bigint:"bigInteger"};return columnbuilder=tr,columnbuilder}var head_1,hasRequiredHead;function requireHead(){if(hasRequiredHead)return head_1;hasRequiredHead=1;function e(t){return t&&t.length?t[0]:void 0}return head_1=e,head_1}var first,hasRequiredFirst;function requireFirst(){return hasRequiredFirst||(hasRequiredFirst=1,first=requireHead()),first}var columncompiler,hasRequiredColumncompiler;function requireColumncompiler(){if(hasRequiredColumncompiler)return columncompiler;hasRequiredColumncompiler=1;const e=requireHelpers(),t=requireGroupBy(),I=requireFirst(),B=requireHas(),tr=requireTail(),{toNumber:rr}=requireHelpers$1(),{formatDefault:ir}=requireFormatterUtils(),{operator:lr}=requireWrappingFormatter();class mr{constructor(_r,hr,fr){this.client=_r,this.tableCompiler=hr,this.columnBuilder=fr,this._commonBuilder=this.columnBuilder,this.args=fr._args,this.type=fr._type.toLowerCase(),this.grouped=t(fr._statements,"grouping"),this.modified=fr._modifiers,this.isIncrements=this.type.indexOf("increments")!==-1,this.formatter=_r.formatter(fr),this.bindings=[],this.formatter.bindings=this.bindings,this.bindingsHolder=this,this.sequence=[],this.modifiers=[],this.checksCount=0}_addCheckModifiers(){this.modifiers.push("check","checkPositive","checkNegative","checkIn","checkNotIn","checkBetween","checkLength","checkRegex")}defaults(_r){if(Object.prototype.hasOwnProperty.call(this._defaultMap,_r))return this._defaultMap[_r].bind(this)();throw new Error(`There is no default for the specified identifier ${_r}`)}toSQL(){return this.pushQuery(this.compileColumn()),this.sequence.additional&&(this.sequence=this.sequence.concat(this.sequence.additional)),this.sequence}compileColumn(){return this.formatter.wrap(this.getColumnName())+" "+this.getColumnType()+this.getModifiers()}getColumnName(){return I(this.args)||this.defaults("columnName")}getColumnType(){if(!this._columnType){const _r=this[this.type];this._columnType=typeof _r=="function"?_r.apply(this,tr(this.args)):_r}return this._columnType}getModifiers(){const _r=[];for(let hr=0,fr=this.modifiers.length;hr<fr;hr++){const yr=this.modifiers[hr];if((!this.isIncrements||this.isIncrements&&yr==="comment")&&B(this.modified,yr)){const Sr=this[yr].apply(this,this.modified[yr]);Sr&&_r.push(Sr)}}return _r.length>0?` ${_r.join(" ")}`:""}varchar(_r){return`varchar(${rr(_r,255)})`}floating(_r,hr){return`float(${rr(_r,8)}, ${rr(hr,2)})`}decimal(_r,hr){if(_r===null)throw new Error("Specifying no precision on decimal columns is not supported for that SQL dialect.");return`decimal(${rr(_r,8)}, ${rr(hr,2)})`}specifictype(_r){return _r}nullable(_r){return _r===!1?"not null":"null"}notNullable(){return this.nullable(!1)}defaultTo(_r){return`default ${ir(_r,this.type,this.client)}`}increments(_r={primaryKey:!0}){return"integer not null"+(this.tableCompiler._canBeAddPrimaryKey(_r)?" primary key":"")+" autoincrement"}bigincrements(_r={primaryKey:!0}){return this.increments(_r)}_pushAlterCheckQuery(_r,hr){let fr=hr;fr||(this.checksCount++,fr=this.tableCompiler.tableNameRaw+"_"+this.getColumnName()+"_"+this.checksCount),this.pushAdditional(function(){this.pushQuery(`alter table ${this.tableCompiler.tableName()} add constraint ${fr} check(${_r})`)})}_checkConstraintName(_r){return _r?`constraint ${_r} `:""}_check(_r,hr){return this.columnBuilder._method==="alter"?(this._pushAlterCheckQuery(_r,hr),""):`${this._checkConstraintName(hr)}check (${_r})`}checkPositive(_r){return this._check(`${this.formatter.wrap(this.getColumnName())} ${lr(">",this.columnBuilder,this.bindingsHolder)} 0`,_r)}checkNegative(_r){return this._check(`${this.formatter.wrap(this.getColumnName())} ${lr("<",this.columnBuilder,this.bindingsHolder)} 0`,_r)}_checkIn(_r,hr,fr){return this._check(`${this.formatter.wrap(this.getColumnName())} ${fr?"not ":""}in (${_r.map(yr=>this.client._escapeBinding(yr)).join(",")})`,hr)}checkIn(_r,hr){return this._checkIn(_r,hr)}checkNotIn(_r,hr){return this._checkIn(_r,hr,!0)}checkBetween(_r,hr){_r.length===2&&!Array.isArray(_r[0])&&!Array.isArray(_r[1])&&(_r=[_r]);const fr=_r.map(yr=>`${this.formatter.wrap(this.getColumnName())} between ${this.client._escapeBinding(yr[0])} and ${this.client._escapeBinding(yr[1])}`).join(" or ");return this._check(fr,hr)}checkLength(_r,hr,fr){return this._check(`length(${this.formatter.wrap(this.getColumnName())}) ${lr(_r,this.columnBuilder,this.bindingsHolder)} ${rr(hr)}`,fr)}}return mr.prototype.binary="blob",mr.prototype.bool="boolean",mr.prototype.date="date",mr.prototype.datetime="datetime",mr.prototype.time="time",mr.prototype.timestamp="timestamp",mr.prototype.geometry="geometry",mr.prototype.geography="geography",mr.prototype.point="point",mr.prototype.enu="varchar",mr.prototype.bit=mr.prototype.json="text",mr.prototype.uuid=({useBinaryUuid:dr=!1,primaryKey:_r=!1}={})=>dr?"binary(16)":"char(36)",mr.prototype.integer=mr.prototype.smallint=mr.prototype.mediumint="integer",mr.prototype.biginteger="bigint",mr.prototype.text="text",mr.prototype.tinyint="tinyint",mr.prototype.pushQuery=e.pushQuery,mr.prototype.pushAdditional=e.pushAdditional,mr.prototype.unshiftQuery=e.unshiftQuery,mr.prototype._defaultMap={columnName:function(){if(!this.isIncrements)throw new Error(`You did not specify a column name for the ${this.type} column.`);return"id"}},columncompiler=mr,columncompiler}var ref,hasRequiredRef;function requireRef(){if(hasRequiredRef)return ref;hasRequiredRef=1;const e=requireRaw();class t extends e{constructor(B,tr){super(B),this.ref=tr,this._schema=null,this._alias=null}withSchema(B){return this._schema=B,this}as(B){return this._alias=B,this}toSQL(){const B=this._schema?`${this._schema}.${this.ref}`:this.ref,tr=this.client.formatter(this),rr=tr.columnize(B),ir=this._alias?`${rr} as ${tr.wrap(this._alias)}`:rr;return this.set(ir,[]),super.toSQL(...arguments)}}return ref=t,ref}var formatter,hasRequiredFormatter;function requireFormatter(){if(hasRequiredFormatter)return formatter;hasRequiredFormatter=1;const{columnize:e,wrap:t}=requireWrappingFormatter();class I{constructor(tr,rr){this.client=tr,this.builder=rr,this.bindings=[]}columnize(tr){return e(tr,this.builder,this.client,this)}wrap(tr,rr){return t(tr,rr,this.builder,this.client,this)}}return formatter=I,formatter}var colorette={},hasRequiredColorette;function requireColorette(){if(hasRequiredColorette)return colorette;hasRequiredColorette=1,Object.defineProperty(colorette,"__esModule",{value:!0});var e=require$$9;function t(Hn){if(Hn&&Hn.__esModule)return Hn;var Yn=Object.create(null);return Hn&&Object.keys(Hn).forEach(function(ui){if(ui!=="default"){var mi=Object.getOwnPropertyDescriptor(Hn,ui);Object.defineProperty(Yn,ui,mi.get?mi:{enumerable:!0,get:function(){return Hn[ui]}})}}),Yn.default=Hn,Object.freeze(Yn)}var I=t(e);const{env:B={},argv:tr=[],platform:rr=""}=typeof process$1>"u"?{}:process$1,ir="NO_COLOR"in B||tr.includes("--no-color"),lr="FORCE_COLOR"in B||tr.includes("--color"),mr=rr==="win32",dr=B.TERM==="dumb",_r=I&&I.isatty&&I.isatty(1)&&B.TERM&&!dr,hr="CI"in B&&("GITHUB_ACTIONS"in B||"GITLAB_CI"in B||"CIRCLECI"in B),fr=!ir&&(lr||mr&&!dr||_r||hr),yr=(Hn,Yn,ui,mi,Jn=Yn.substring(0,Hn)+mi,Lr=Yn.substring(Hn+ui.length),di=Lr.indexOf(ui))=>Jn+(di<0?Lr:yr(di,Lr,ui,mi)),Sr=(Hn,Yn,ui,mi,Jn)=>Hn<0?ui+Yn+mi:ui+yr(Hn,Yn,mi,Jn)+mi,vr=(Hn,Yn,ui=Hn,mi=Hn.length+1)=>Jn=>Jn||!(Jn===""||Jn===void 0)?Sr((""+Jn).indexOf(Yn,mi),Jn,Hn,Yn,ui):"",Mr=(Hn,Yn,ui)=>vr(`\x1B[${Hn}m`,`\x1B[${Yn}m`,ui),wr={reset:Mr(0,0),bold:Mr(1,22,"\x1B[22m\x1B[1m"),dim:Mr(2,22,"\x1B[22m\x1B[2m"),italic:Mr(3,23),underline:Mr(4,24),inverse:Mr(7,27),hidden:Mr(8,28),strikethrough:Mr(9,29),black:Mr(30,39),red:Mr(31,39),green:Mr(32,39),yellow:Mr(33,39),blue:Mr(34,39),magenta:Mr(35,39),cyan:Mr(36,39),white:Mr(37,39),gray:Mr(90,39),bgBlack:Mr(40,49),bgRed:Mr(41,49),bgGreen:Mr(42,49),bgYellow:Mr(43,49),bgBlue:Mr(44,49),bgMagenta:Mr(45,49),bgCyan:Mr(46,49),bgWhite:Mr(47,49),blackBright:Mr(90,39),redBright:Mr(91,39),greenBright:Mr(92,39),yellowBright:Mr(93,39),blueBright:Mr(94,39),magentaBright:Mr(95,39),cyanBright:Mr(96,39),whiteBright:Mr(97,39),bgBlackBright:Mr(100,49),bgRedBright:Mr(101,49),bgGreenBright:Mr(102,49),bgYellowBright:Mr(103,49),bgBlueBright:Mr(104,49),bgMagentaBright:Mr(105,49),bgCyanBright:Mr(106,49),bgWhiteBright:Mr(107,49)},gr=({useColor:Hn=fr}={})=>Hn?wr:Object.keys(wr).reduce((Yn,ui)=>({...Yn,[ui]:String}),{}),{reset:br,bold:xr,dim:Ar,italic:Pr,underline:Fr,inverse:Dr,hidden:$n,strikethrough:Ir,black:Or,red:Gr,green:Xn,yellow:Cr,blue:kr,magenta:qn,cyan:oi,white:ci,gray:ei,bgBlack:Ur,bgRed:ti,bgGreen:si,bgYellow:Qr,bgBlue:$r,bgMagenta:zr,bgCyan:Kn,bgWhite:li,blackBright:ii,redBright:ri,greenBright:ai,yellowBright:pi,blueBright:hi,magentaBright:_i,cyanBright:Jr,whiteBright:Zn,bgBlackBright:gi,bgRedBright:fi,bgGreenBright:Mi,bgYellowBright:ni,bgBlueBright:vi,bgMagentaBright:bi,bgCyanBright:Si,bgWhiteBright:yi}=gr();return colorette.bgBlack=Ur,colorette.bgBlackBright=gi,colorette.bgBlue=$r,colorette.bgBlueBright=vi,colorette.bgCyan=Kn,colorette.bgCyanBright=Si,colorette.bgGreen=si,colorette.bgGreenBright=Mi,colorette.bgMagenta=zr,colorette.bgMagentaBright=bi,colorette.bgRed=ti,colorette.bgRedBright=fi,colorette.bgWhite=li,colorette.bgWhiteBright=yi,colorette.bgYellow=Qr,colorette.bgYellowBright=ni,colorette.black=Or,colorette.blackBright=ii,colorette.blue=kr,colorette.blueBright=hi,colorette.bold=xr,colorette.createColors=gr,colorette.cyan=oi,colorette.cyanBright=Jr,colorette.dim=Ar,colorette.gray=ei,colorette.green=Xn,colorette.greenBright=ai,colorette.hidden=$n,colorette.inverse=Dr,colorette.isColorSupported=fr,colorette.italic=Pr,colorette.magenta=qn,colorette.magentaBright=_i,colorette.red=Gr,colorette.redBright=ri,colorette.reset=br,colorette.strikethrough=Ir,colorette.underline=Fr,colorette.white=ci,colorette.whiteBright=Zn,colorette.yellow=Cr,colorette.yellowBright=pi,colorette}var logger,hasRequiredLogger;function requireLogger(){if(hasRequiredLogger)return logger;hasRequiredLogger=1;const e=requireColorette(),{inspect:t}=requireUtil(),{isString:I,isFunction:B}=requireIs();class tr{constructor(lr={}){const{log:{debug:mr,warn:dr,error:_r,deprecate:hr,inspectionDepth:fr,enableColors:yr}={}}=lr;this._inspectionDepth=fr||5,this._enableColors=rr(yr),this._debug=mr,this._warn=dr,this._error=_r,this._deprecate=hr}_log(lr,mr,dr){if(mr!=null&&!B(mr))throw new TypeError("Extensions to knex logger must be functions!");if(B(mr)){mr(lr);return}I(lr)||(lr=t(lr,{depth:this._inspectionDepth,colors:this._enableColors})),console.log(dr?dr(lr):lr)}debug(lr){this._log(lr,this._debug)}warn(lr){this._log(lr,this._warn,e.yellow)}error(lr){this._log(lr,this._error,e.red)}deprecate(lr,mr){const dr=`${lr} is deprecated, please use ${mr}`;this._log(dr,this._deprecate,e.yellow)}}function rr(ir){return ir??(process$1&&process$1.stdout?process$1.stdout.isTTY:!1)}return logger=tr,logger}var viewbuilder,hasRequiredViewbuilder;function requireViewbuilder(){if(hasRequiredViewbuilder)return viewbuilder;hasRequiredViewbuilder=1;const e=requireHelpers$1(),t=requireExtend(),I=requireAssign();class B{constructor(ir,lr,mr,dr){this.client=ir,this._method=lr,this._schemaName=void 0,this._columns=void 0,this._fn=dr,this._viewName=mr,this._statements=[],this._single={}}setSchema(ir){this._schemaName=ir}columns(ir){this._columns=ir}as(ir){this._selectQuery=ir}checkOption(){throw new Error("check option definition is not supported by this dialect.")}localCheckOption(){throw new Error("check option definition is not supported by this dialect.")}cascadedCheckOption(){throw new Error("check option definition is not supported by this dialect.")}toSQL(){return this._method==="alter"&&t(this,tr),this._fn.call(this,this),this.client.viewCompiler(this).toSQL()}}const tr={column(rr){const ir=this;return{rename:function(lr){return ir._statements.push({grouping:"alterView",method:"renameColumn",args:[rr,lr]}),this},defaultTo:function(lr){return ir._statements.push({grouping:"alterView",method:"defaultTo",args:[rr,lr]}),this}}}};return e.addQueryContext(B),B.extend=(rr,ir)=>{if(Object.prototype.hasOwnProperty.call(B.prototype,rr))throw new Error(`Can't extend ViewBuilder with existing method ('${rr}').`);I(B.prototype,{[rr]:ir})},viewbuilder=B,viewbuilder}var viewcompiler,hasRequiredViewcompiler;function requireViewcompiler(){if(hasRequiredViewcompiler)return viewcompiler;hasRequiredViewcompiler=1;const{pushQuery:e}=requireHelpers(),t=requireGroupBy(),{columnize:I}=requireWrappingFormatter();class B{constructor(rr,ir){this.client=rr,this.viewBuilder=ir,this._commonBuilder=this.viewBuilder,this.method=ir._method,this.schemaNameRaw=ir._schemaName,this.viewNameRaw=ir._viewName,this.single=ir._single,this.selectQuery=ir._selectQuery,this.columns=ir._columns,this.grouped=t(ir._statements,"grouping"),this.formatter=rr.formatter(ir),this.bindings=[],this.formatter.bindings=this.bindings,this.bindingsHolder=this,this.sequence=[]}toSQL(){return this[this.method](),this.sequence}create(){this.createQuery(this.columns,this.selectQuery)}createOrReplace(){throw new Error("replace views is not supported by this dialect.")}createMaterializedView(){throw new Error("materialized views are not supported by this dialect.")}createQuery(rr,ir,lr,mr){const dr="create "+(lr?"materialized ":"")+(mr?"or replace ":"")+"view ",_r=rr?" ("+I(rr,this.viewBuilder,this.client,this.bindingsHolder)+")":"";let hr=dr+this.viewName()+_r;switch(hr+=" as ",hr+=ir.toString(),this.single.checkOption){case"default_option":hr+=" with check option";break;case"local":hr+=" with local check option";break;case"cascaded":hr+=" with cascaded check option";break}this.pushQuery({sql:hr})}renameView(rr,ir){throw new Error("rename view is not supported by this dialect (instead drop, then create another view).")}refreshMaterializedView(){throw new Error("materialized views are not supported by this dialect.")}alter(){this.alterView()}alterView(){const rr=this.grouped.alterView||[];for(let ir=0,lr=rr.length;ir<lr;ir++){const mr=rr[ir];this[mr.method]?this[mr.method].apply(this,mr.args):this.client.logger.error(`Debug: ${mr.method} does not exist`)}for(const ir in this.single)typeof this[ir]=="function"&&this[ir](this.single[ir])}renameColumn(rr,ir){throw new Error("rename column of views is not supported by this dialect.")}defaultTo(rr,ir){throw new Error("change default values of views is not supported by this dialect.")}viewName(){const rr=this.schemaNameRaw?`${this.schemaNameRaw}.${this.viewNameRaw}`:this.viewNameRaw;return this.formatter.wrap(rr)}}return B.prototype.pushQuery=e,viewcompiler=B,viewcompiler}var client,hasRequiredClient;function requireClient(){if(hasRequiredClient)return client;hasRequiredClient=1;const{Pool:e,TimeoutError:t}=requireTarn(),{EventEmitter:I}=requireEvents(),{promisify:B}=requireUtil(),{makeEscape:tr}=requireString(),rr=requireCloneDeep(),ir=requireDefaults(),lr=requireUniqueId(),mr=requireRunner(),dr=requireTransaction$5(),{executeQuery:_r,enrichQueryObject:hr}=requireQueryExecutioner(),fr=requireQuerybuilder(),yr=requireQuerycompiler(),Sr=requireBuilder(),vr=requireCompiler$1(),Mr=requireTablebuilder(),wr=requireTablecompiler(),gr=requireColumnbuilder(),br=requireColumncompiler(),{KnexTimeoutError:xr}=requireTimeout(),{outputQuery:Ar,unwrapRaw:Pr}=requireWrappingFormatter(),{compileCallback:Fr}=requireFormatterUtils(),Dr=requireRaw(),$n=requireRef(),Ir=requireFormatter(),Or=requireLogger(),{POOL_CONFIG_OPTIONS:Gr}=requireConstants$1(),Xn=requireViewbuilder(),Cr=requireViewcompiler(),kr=requireIsPlainObject(),{setHiddenProperty:qn}=requireSecurity(),oi=requireBrowser()("knex:client");class ci extends I{constructor(Ur={}){if(super(),this.config=Ur,this.logger=new Or(Ur),this.config.connection&&this.config.connection.password&&qn(this.config.connection),this.dialect&&!this.config.client&&this.logger.warn("Using 'this.dialect' to identify the client is deprecated and support for it will be removed in the future. Please use configuration option 'client' instead."),!(this.config.client||this.dialect))throw new Error("knex: Required configuration option 'client' is missing.");Ur.version&&(this.version=Ur.version),Ur.connection&&Ur.connection instanceof Function?(this.connectionConfigProvider=Ur.connection,this.connectionConfigExpirationChecker=()=>!0):(this.connectionSettings=rr(Ur.connection||{}),Ur.connection&&Ur.connection.password&&qn(this.connectionSettings,Ur.connection),this.connectionConfigExpirationChecker=null),this.driverName&&Ur.connection&&(this.initializeDriver(),(!Ur.pool||Ur.pool&&Ur.pool.max!==0)&&this.initializePool(Ur)),this.valueForUndefined=this.raw("DEFAULT"),Ur.useNullAsDefault&&(this.valueForUndefined=null)}formatter(Ur){return new Ir(this,Ur)}queryBuilder(){return new fr(this)}queryCompiler(Ur,ti){return new yr(this,Ur,ti)}schemaBuilder(){return new Sr(this)}schemaCompiler(Ur){return new vr(this,Ur)}tableBuilder(Ur,ti,si,Qr){return new Mr(this,Ur,ti,si,Qr)}viewBuilder(Ur,ti,si){return new Xn(this,Ur,ti,si)}tableCompiler(Ur){return new wr(this,Ur)}viewCompiler(Ur){return new Cr(this,Ur)}columnBuilder(Ur,ti,si){return new gr(this,Ur,ti,si)}columnCompiler(Ur,ti){return new br(this,Ur,ti)}runner(Ur){return new mr(this,Ur)}transaction(Ur,ti,si){return new dr(this,Ur,ti,si)}raw(){return new Dr(this).set(...arguments)}ref(){return new $n(this,...arguments)}query(Ur,ti){const si=hr(Ur,ti,this);return _r(Ur,si,this)}stream(Ur,ti,si,Qr){const $r=hr(Ur,ti,this);return this._stream(Ur,$r,si,Qr)}prepBindings(Ur){return Ur}positionBindings(Ur){return Ur}postProcessResponse(Ur,ti){return this.config.postProcessResponse?this.config.postProcessResponse(Ur,ti):Ur}wrapIdentifier(Ur,ti){return this.customWrapIdentifier(Ur,this.wrapIdentifierImpl,ti)}customWrapIdentifier(Ur,ti,si){return this.config.wrapIdentifier?this.config.wrapIdentifier(Ur,ti,si):ti(Ur)}wrapIdentifierImpl(Ur){return Ur!=="*"?`"${Ur.replace(/"/g,'""')}"`:"*"}initializeDriver(){try{this.driver=this._driver()}catch(Ur){const ti=`Knex: run
76
+ $ npm install ${this.driverName} --save`;throw this.logger.error(`${ti}
77
+ ${Ur.message}
78
+ ${Ur.stack}`),new Error(`${ti}
79
+ ${Ur.message}`)}}poolDefaults(){return{min:2,max:10,propagateCreateError:!0}}getPoolSettings(Ur){Ur=ir({},Ur,this.poolDefaults()),Gr.forEach($r=>{$r in Ur&&this.logger.warn([`Pool config option "${$r}" is no longer supported.`,"See https://github.com/Vincit/tarn.js for possible pool config options."].join(" "))});const ti=6e4,si=[this.config.acquireConnectionTimeout,Ur.acquireTimeoutMillis].filter($r=>$r!==void 0);si.length||si.push(ti),Ur.acquireTimeoutMillis=Math.min(...si);const Qr=async()=>{if(!this.connectionConfigProvider||!this.connectionConfigExpirationChecker||!this.connectionConfigExpirationChecker())return;const $r=await this.connectionConfigProvider();$r.expirationChecker?(this.connectionConfigExpirationChecker=$r.expirationChecker,delete $r.expirationChecker):this.connectionConfigExpirationChecker=null,this.connectionSettings=$r};return Object.assign(Ur,{create:async()=>{await Qr();const $r=await this.acquireRawConnection();return $r.__knexUid=lr("__knexUid"),Ur.afterCreate&&await B(Ur.afterCreate)($r),$r},destroy:$r=>{if($r!==void 0)return this.destroyRawConnection($r)},validate:$r=>$r.__knex__disposed?(this.logger.warn(`Connection Error: ${$r.__knex__disposed}`),!1):this.validateConnection($r)})}initializePool(Ur=this.config){if(this.pool){this.logger.warn("The pool has already been initialized");return}const ti={...this.getPoolSettings(Ur.pool)};ti.afterCreate&&delete ti.afterCreate,this.pool=new e(ti)}validateConnection(Ur){return!0}async acquireConnection(){if(!this.pool)throw new Error("Unable to acquire a connection");try{const Ur=await this.pool.acquire().promise;return oi("acquired connection from pool: %s",Ur.__knexUid),Ur.config&&(Ur.config.password&&qn(Ur.config),Ur.config.authentication&&Ur.config.authentication.options&&Ur.config.authentication.options.password&&qn(Ur.config.authentication.options)),Ur}catch(Ur){let ti=Ur;throw Ur instanceof t&&(ti=new xr("Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?")),ti}}releaseConnection(Ur){return oi("releasing connection to pool: %s",Ur.__knexUid),this.pool.release(Ur)||oi("pool refused connection: %s",Ur.__knexUid),Promise.resolve()}async destroy(Ur){try{this.pool&&this.pool.destroy&&await this.pool.destroy(),this.pool=void 0,typeof Ur=="function"&&Ur()}catch(ti){if(typeof Ur=="function")return Ur(ti);throw ti}}database(){return this.connectionSettings.database}toString(){return"[object KnexClient]"}assertCanCancelQuery(){if(!this.canCancelQuery)throw new Error("Query cancelling not supported for this dialect")}cancelQuery(){throw new Error("Query cancelling not supported for this dialect")}alias(Ur,ti){return Ur+" as "+ti}parameter(Ur,ti,si){return typeof Ur=="function"?Ar(Fr(Ur,void 0,this,si),!0,ti,this):Pr(Ur,!0,ti,this,si)||"?"}parameterize(Ur,ti,si,Qr){if(typeof Ur=="function")return this.parameter(Ur,si,Qr);Ur=Array.isArray(Ur)?Ur:[Ur];let $r="",zr=-1;for(;++zr<Ur.length;){zr>0&&($r+=", ");let Kn=Ur[zr];kr(Kn)&&(Kn=JSON.stringify(Kn)),$r+=this.parameter(Kn===void 0?ti:Kn,si,Qr)}return $r}values(Ur,ti,si){return Array.isArray(Ur)?Array.isArray(Ur[0])?`(${Ur.map(Qr=>`(${this.parameterize(Qr,void 0,ti,si)})`).join(", ")})`:`(${this.parameterize(Ur,void 0,ti,si)})`:Ur&&Ur.isRawInstance?`(${this.parameter(Ur,ti,si)})`:this.parameter(Ur,ti,si)}processPassedConnection(Ur){}toPathForJson(Ur){return Ur}}return Object.assign(ci.prototype,{_escapeBinding:tr({escapeString(ei){return`'${ei.replace(/'/g,"''")}'`}}),canCancelQuery:!1}),client=ci,client}var pgConnectionString,hasRequiredPgConnectionString;function requirePgConnectionString(){if(hasRequiredPgConnectionString)return pgConnectionString;hasRequiredPgConnectionString=1;function e(t){if(t.charAt(0)==="/"){const mr=t.split(" ");return{host:mr[0],database:mr[1]}}const I={};let B,tr=!1;/ |%[^a-f0-9]|%[a-f0-9][^a-f0-9]/i.test(t)&&(t=encodeURI(t).replace(/\%25(\d\d)/g,"%$1"));try{B=new URL(t,"postgres://base")}catch{B=new URL(t.replace("@/","@___DUMMY___/"),"postgres://base"),tr=!0}for(const mr of B.searchParams.entries())I[mr[0]]=mr[1];if(I.user=I.user||decodeURIComponent(B.username),I.password=I.password||decodeURIComponent(B.password),B.protocol=="socket:")return I.host=decodeURI(B.pathname),I.database=B.searchParams.get("db"),I.client_encoding=B.searchParams.get("encoding"),I;const rr=tr?"":B.hostname;I.host?rr&&/^%2f/i.test(rr)&&(B.pathname=rr+B.pathname):I.host=decodeURIComponent(rr),I.port||(I.port=B.port);const ir=B.pathname.slice(1)||null;I.database=ir?decodeURI(ir):null,(I.ssl==="true"||I.ssl==="1")&&(I.ssl=!0),I.ssl==="0"&&(I.ssl=!1),(I.sslcert||I.sslkey||I.sslrootcert||I.sslmode)&&(I.ssl={});const lr=I.sslcert||I.sslkey||I.sslrootcert?require$$9:null;switch(I.sslcert&&(I.ssl.cert=lr.readFileSync(I.sslcert).toString()),I.sslkey&&(I.ssl.key=lr.readFileSync(I.sslkey).toString()),I.sslrootcert&&(I.ssl.ca=lr.readFileSync(I.sslrootcert).toString()),I.sslmode){case"disable":{I.ssl=!1;break}case"prefer":case"require":case"verify-ca":case"verify-full":break;case"no-verify":{I.ssl.rejectUnauthorized=!1;break}}return I}return pgConnectionString=e,e.parse=e,pgConnectionString}var parseConnection,hasRequiredParseConnection;function requireParseConnection(){if(hasRequiredParseConnection)return parseConnection;hasRequiredParseConnection=1;const{parse:e}=requirePgConnectionString(),t=e,I=process$1&&process$1.platform&&process$1.platform==="win32";function B(rr){try{return new URL(rr)}catch{return null}}parseConnection=function(ir){const lr=B(ir),mr=I&&lr&&lr.protocol.length===2;if(!lr||mr)return{client:"sqlite3",connection:{filename:ir}};let{protocol:dr}=lr;dr.slice(-1)===":"&&(dr=dr.slice(0,-1));const _r=["postgresql","postgres"].includes(dr);return{client:dr,connection:_r?t(ir):tr(lr)}};function tr(rr){const ir={};let lr=rr.pathname;if(lr[0]==="/"&&(lr=lr.slice(1)),ir.database=lr,rr.hostname&&(rr.protocol.indexOf("mssql")===0?ir.server=rr.hostname:ir.host=rr.hostname),rr.port&&(ir.port=rr.port),(rr.username||rr.password)&&(ir.user=decodeURIComponent(rr.username)),rr.password&&(ir.password=decodeURIComponent(rr.password)),rr.searchParams)for(const[mr,dr]of rr.searchParams.entries())if(["mysql:","mariadb:","mssql:"].includes(rr.protocol))try{ir[mr]=JSON.parse(dr)}catch{ir[mr]=dr}else ir[mr]=dr;return ir}return parseConnection}var dialects={},sqliteTransaction,hasRequiredSqliteTransaction;function requireSqliteTransaction(){if(hasRequiredSqliteTransaction)return sqliteTransaction;hasRequiredSqliteTransaction=1;const e=requireTransaction$5();class t extends e{begin(B){return this.isolationLevel&&this.client.logger.warn("sqlite3 only supports serializable transactions, ignoring the isolation level param"),this.readOnly&&this.client.logger.warn("sqlite3 implicitly handles read vs write transactions"),this.query(B,"BEGIN;")}}return sqliteTransaction=t,sqliteTransaction}var sqliteQuerycompiler,hasRequiredSqliteQuerycompiler;function requireSqliteQuerycompiler(){if(hasRequiredSqliteQuerycompiler)return sqliteQuerycompiler;hasRequiredSqliteQuerycompiler=1;const e=requireConstant(),t=requireEach(),I=requireIdentity(),B=requireIsEmpty(),tr=requireReduce(),rr=requireQuerycompiler(),ir=requireNoop$1(),{isString:lr}=requireIs(),{wrapString:mr,columnize:dr}=requireWrappingFormatter(),_r=e("");class hr extends rr{constructor(yr,Sr,vr){super(yr,Sr,vr),this.forShare=_r,this.forKeyShare=_r,this.forUpdate=_r,this.forNoKeyUpdate=_r}insert(){const yr=this.single.insert||[];let Sr=this.with()+`insert into ${this.tableName} `;if(Array.isArray(yr)){if(yr.length===0)return"";if(yr.length===1&&yr[0]&&B(yr[0]))return{sql:Sr+this._emptyInsertValue}}else if(typeof yr=="object"&&B(yr))return{sql:Sr+this._emptyInsertValue};const vr=this._prepInsert(yr);if(lr(vr))return{sql:Sr+vr};if(vr.columns.length===0)return{sql:""};if(Sr+=`(${this.formatter.columnize(vr.columns)})`,this.client.valueForUndefined!==null&&vr.values.forEach(Pr=>{t(Pr,Fr=>{if(Fr===void 0)throw new TypeError("`sqlite` does not support inserting default values. Specify values explicitly or use the `useNullAsDefault` config flag. (see docs https://knexjs.org/guide/query-builder.html#insert).")})}),vr.values.length===1){const Pr=this.client.parameterize(vr.values[0],this.client.valueForUndefined,this.builder,this.bindingsHolder);Sr+=` values (${Pr})`;const{onConflict:Fr,ignore:Dr,merge:$n}=this.single;if(Fr&&Dr)Sr+=this._ignore(Fr);else if(Fr&&$n){Sr+=this._merge($n.updates,Fr,yr);const Or=this.where();Or&&(Sr+=` ${Or}`)}const{returning:Ir}=this.single;return Ir&&(Sr+=this._returning(Ir)),{sql:Sr,returning:Ir}}const Mr=[];let wr=-1;for(;++wr<vr.values.length;){let Pr=-1;const Fr=Mr[wr]=[];let Dr=vr.values[wr];for(Dr=Dr===void 0?this.client.valueForUndefined:Dr;++Pr<vr.columns.length;)Fr.push(this.client.alias(this.client.parameter(Dr[Pr],this.builder,this.bindingsHolder),this.formatter.wrap(vr.columns[Pr])));Mr[wr]=Fr.join(", ")}Sr+=" select "+Mr.join(" union all select ");const{onConflict:gr,ignore:br,merge:xr}=this.single;gr&&br?Sr+=" where true"+this._ignore(gr):gr&&xr&&(Sr+=" where true"+this._merge(xr.updates,gr,yr));const{returning:Ar}=this.single;return Ar&&(Sr+=this._returning(Ar)),{sql:Sr,returning:Ar}}update(){const yr=this.with(),Sr=this._prepUpdate(this.single.update),vr=this.where(),{returning:Mr}=this.single;return{sql:yr+`update ${this.single.only?"only ":""}${this.tableName} set ${Sr.join(", ")}`+(vr?` ${vr}`:"")+this._returning(Mr),returning:Mr}}_ignore(yr){return yr===!0?" on conflict do nothing":` on conflict ${this._onConflictClause(yr)} do nothing`}_merge(yr,Sr,vr){let Mr=` on conflict ${this._onConflictClause(Sr)} do update set `;if(yr&&Array.isArray(yr))return Mr+=yr.map(wr=>mr(wr.split(".").pop(),this.formatter.builder,this.client,this.formatter)).map(wr=>`${wr} = excluded.${wr}`).join(", "),Mr;if(yr&&typeof yr=="object"){const wr=this._prepUpdate(yr);return typeof wr=="string"?Mr+=wr:Mr+=wr.join(","),Mr}else{const wr=this._prepInsert(vr);if(typeof wr=="string")throw new Error("If using merge with a raw insert query, then updates must be provided");return Mr+=wr.columns.map(gr=>mr(gr.split(".").pop(),this.builder,this.client)).map(gr=>`${gr} = excluded.${gr}`).join(", "),Mr}}_returning(yr){return yr?` returning ${this.formatter.columnize(yr)}`:""}truncate(){const{table:yr}=this.single;return{sql:`delete from ${this.tableName}`,output(){return this.query({sql:`delete from sqlite_sequence where name = '${yr}'`}).catch(ir)}}}columnInfo(){const yr=this.single.columnInfo;return{sql:`PRAGMA table_info(\`${this.client.customWrapIdentifier(this.single.table,I)}\`)`,output(vr){const Mr=/.*\((\d+)\)/,wr=tr(vr,function(gr,br){let{type:xr}=br,Ar=xr.match(Mr);return Ar&&(Ar=Ar[1]),xr=Ar?xr.split("(")[0]:xr,gr[br.name]={type:xr.toLowerCase(),maxLength:Ar,nullable:!br.notnull,defaultValue:br.dflt_value},gr},{});return yr&&wr[yr]||wr}}}limit(){const yr=!this.single.limit&&this.single.limit!==0;return yr&&!this.single.offset?"":(this.single.limit=yr?-1:this.single.limit,`limit ${this._getValueOrParameterFromAttribute("limit")}`)}jsonExtract(yr){return this._jsonExtract("json_extract",yr)}jsonSet(yr){return this._jsonSet("json_set",yr)}jsonInsert(yr){return this._jsonSet("json_insert",yr)}jsonRemove(yr){const Sr=`json_remove(${dr(yr.column,this.builder,this.client,this.bindingsHolder)},${this.client.parameter(yr.path,this.builder,this.bindingsHolder)})`;return yr.alias?this.client.alias(Sr,this.formatter.wrap(yr.alias)):Sr}whereJsonPath(yr){return this._whereJsonPath("json_extract",yr)}whereJsonSupersetOf(yr){throw new Error("Json superset where clause not actually supported by SQLite")}whereJsonSubsetOf(yr){throw new Error("Json subset where clause not actually supported by SQLite")}onJsonPathEquals(yr){return this._onJsonPathEquals("json_extract",yr)}}return sqliteQuerycompiler=hr,sqliteQuerycompiler}var _baseSome,hasRequired_baseSome;function require_baseSome(){if(hasRequired_baseSome)return _baseSome;hasRequired_baseSome=1;var e=require_baseEach();function t(I,B){var tr;return e(I,function(rr,ir,lr){return tr=B(rr,ir,lr),!tr}),!!tr}return _baseSome=t,_baseSome}var some_1,hasRequiredSome;function requireSome(){if(hasRequiredSome)return some_1;hasRequiredSome=1;var e=require_arraySome(),t=require_baseIteratee(),I=require_baseSome(),B=requireIsArray(),tr=require_isIterateeCall();function rr(ir,lr,mr){var dr=B(ir)?e:I;return mr&&tr(ir,lr,mr)&&(lr=void 0),dr(ir,t(lr,3))}return some_1=rr,some_1}var sqliteCompiler,hasRequiredSqliteCompiler;function requireSqliteCompiler(){if(hasRequiredSqliteCompiler)return sqliteCompiler;hasRequiredSqliteCompiler=1;const e=requireCompiler$1(),t=requireSome();class I extends e{constructor(tr,rr){super(tr,rr)}hasTable(tr){const rr=`select * from sqlite_master where type = 'table' and name = ${this.client.parameter(this.formatter.wrap(tr).replace(/`/g,""),this.builder,this.bindingsHolder)}`;this.pushQuery({sql:rr,output:ir=>ir.length>0})}hasColumn(tr,rr){this.pushQuery({sql:`PRAGMA table_info(${this.formatter.wrap(tr)})`,output(ir){return t(ir,lr=>this.client.wrapIdentifier(lr.name.toLowerCase())===this.client.wrapIdentifier(rr.toLowerCase()))}})}renameTable(tr,rr){this.pushQuery(`alter table ${this.formatter.wrap(tr)} rename to ${this.formatter.wrap(rr)}`)}async generateDdlCommands(){const tr=this.builder._sequence;for(let ir=0,lr=tr.length;ir<lr;ir++){const mr=tr[ir];this[mr.method].apply(this,mr.args)}const rr=this.sequence;if(rr.length===1&&rr[0].statementsProducer)return rr[0].statementsProducer();{const ir=[];for(const lr of rr){const mr=lr.sql;Array.isArray(mr)?ir.push(...mr):ir.push(mr)}return{pre:[],sql:ir,check:null,post:[]}}}}return sqliteCompiler=I,sqliteCompiler}var sqliteColumncompiler,hasRequiredSqliteColumncompiler;function requireSqliteColumncompiler(){if(hasRequiredSqliteColumncompiler)return sqliteColumncompiler;hasRequiredSqliteColumncompiler=1;const e=requireColumncompiler();class t extends e{constructor(){super(...arguments),this.modifiers=["nullable","defaultTo"],this._addCheckModifiers()}enu(B){return`text check (${this.formatter.wrap(this.args[0])} in ('${B.join("', '")}'))`}_pushAlterCheckQuery(B,tr){throw new Error("Alter table with to add constraints is not permitted in SQLite")}checkRegex(B,tr){return this._check(`${this.formatter.wrap(this.getColumnName())} REGEXP ${this.client._escapeBinding(B)}`,tr)}}return t.prototype.json="json",t.prototype.jsonb="json",t.prototype.double=t.prototype.decimal=t.prototype.floating="float",t.prototype.timestamp="datetime",t.prototype.increments=t.prototype.bigincrements="integer not null primary key autoincrement",sqliteColumncompiler=t,sqliteColumncompiler}var filter_1,hasRequiredFilter;function requireFilter(){if(hasRequiredFilter)return filter_1;hasRequiredFilter=1;var e=require_arrayFilter(),t=require_baseFilter(),I=require_baseIteratee(),B=requireIsArray();function tr(rr,ir){var lr=B(rr)?e:t;return lr(rr,I(ir,3))}return filter_1=tr,filter_1}var sqliteTablecompiler,hasRequiredSqliteTablecompiler;function requireSqliteTablecompiler(){if(hasRequiredSqliteTablecompiler)return sqliteTablecompiler;hasRequiredSqliteTablecompiler=1;const e=requireFilter(),t=requireValues(),I=requireIdentity(),{isObject:B}=requireIs(),tr=requireTablecompiler(),{formatDefault:rr}=requireFormatterUtils();class ir extends tr{constructor(){super(...arguments)}createQuery(mr,dr,_r){let fr=(dr?"create table if not exists ":"create table ")+this.tableName();_r&&this.tableNameLike()?fr+=" as select * from "+this.tableNameLike()+" where 0=1":(fr+=" ("+mr.sql.join(", "),fr+=this.foreignKeys()||"",fr+=this.primaryKeys()||"",fr+=this._addChecks(),fr+=")"),this.pushQuery(fr),_r&&this.addColumns(mr,this.addColumnsPrefix)}addColumns(mr,dr,_r){if(dr===this.alterColumnsPrefix){const hr=this,fr=_r.map(yr=>{const Sr=this.client.customWrapIdentifier(yr.getColumnName(),I,yr.columnBuilder.queryContext()),vr=yr.getColumnType(),Mr=yr.modified.defaultTo?rr(yr.modified.defaultTo[0],yr.type,this.client):null,wr=yr.modified.nullable&&yr.modified.nullable[0]===!1;return{name:Sr,type:vr,defaultTo:Mr,notNull:wr}});this.pushQuery({sql:`PRAGMA table_info(${this.tableName()})`,statementsProducer(yr,Sr){return hr.client.ddl(hr,yr,Sr).alterColumn(fr)}})}else for(let hr=0,fr=mr.sql.length;hr<fr;hr++)this.pushQuery({sql:`alter table ${this.tableName()} add column ${mr.sql[hr]}`,bindings:mr.bindings[hr]})}dropUnique(mr,dr){dr=dr?this.formatter.wrap(dr):this._indexCommand("unique",this.tableNameRaw,mr),this.pushQuery(`drop index ${dr}`)}dropForeign(mr,dr){const _r=this;mr=Array.isArray(mr)?mr:[mr],mr=mr.map(hr=>this.client.customWrapIdentifier(hr,I)),dr=this.client.customWrapIdentifier(dr,I),this.pushQuery({sql:`PRAGMA table_info(${this.tableName()})`,output(hr){return _r.client.ddl(_r,hr,this.connection).dropForeign(mr,dr)}})}dropPrimary(mr){const dr=this;mr=this.client.customWrapIdentifier(mr,I),this.pushQuery({sql:`PRAGMA table_info(${this.tableName()})`,output(_r){return dr.client.ddl(dr,_r,this.connection).dropPrimary(mr)}})}dropIndex(mr,dr){dr=dr?this.formatter.wrap(dr):this._indexCommand("index",this.tableNameRaw,mr),this.pushQuery(`drop index ${dr}`)}unique(mr,dr){let _r,hr;B(dr)&&({indexName:dr,deferrable:_r,predicate:hr}=dr),_r&&_r!=="not deferrable"&&this.client.logger.warn(`sqlite3: unique index \`${dr}\` will not be deferrable ${_r} because sqlite3 does not support deferred constraints.`),dr=dr?this.formatter.wrap(dr):this._indexCommand("unique",this.tableNameRaw,mr),mr=this.formatter.columnize(mr);const fr=hr?" "+this.client.queryCompiler(hr).where():"";this.pushQuery(`create unique index ${dr} on ${this.tableName()} (${mr})${fr}`)}index(mr,dr,_r){dr=dr?this.formatter.wrap(dr):this._indexCommand("index",this.tableNameRaw,mr),mr=this.formatter.columnize(mr);let hr;B(_r)&&({predicate:hr}=_r);const fr=hr?" "+this.client.queryCompiler(hr).where():"";this.pushQuery(`create index ${dr} on ${this.tableName()} (${mr})${fr}`)}primary(mr,dr){const _r=this;mr=Array.isArray(mr)?mr:[mr],mr=mr.map(fr=>this.client.customWrapIdentifier(fr,I));let hr;B(dr)&&({constraintName:dr,deferrable:hr}=dr),hr&&hr!=="not deferrable"&&this.client.logger.warn(`sqlite3: primary key constraint \`${dr}\` will not be deferrable ${hr} because sqlite3 does not support deferred constraints.`),dr=this.client.customWrapIdentifier(dr,I),this.method!=="create"&&this.method!=="createIfNot"&&this.pushQuery({sql:`PRAGMA table_info(${this.tableName()})`,output(fr){return _r.client.ddl(_r,fr,this.connection).primary(mr,dr)}})}foreign(mr){const dr=this;this.method!=="create"&&this.method!=="createIfNot"&&(mr.column=Array.isArray(mr.column)?mr.column:[mr.column],mr.column=mr.column.map(_r=>this.client.customWrapIdentifier(_r,I)),mr.inTable=this.client.customWrapIdentifier(mr.inTable,I),mr.references=Array.isArray(mr.references)?mr.references:[mr.references],mr.references=mr.references.map(_r=>this.client.customWrapIdentifier(_r,I)),this.pushQuery({sql:`PRAGMA table_info(${this.tableName()})`,statementsProducer(_r,hr){return dr.client.ddl(dr,_r,hr).foreign(mr)}}))}primaryKeys(){const mr=e(this.grouped.alterTable||[],{method:"primary"});if(mr.length>0&&mr[0].args.length>0){const dr=mr[0].args[0];let _r=mr[0].args[1]||"";_r&&(_r=" constraint "+this.formatter.wrap(_r));const hr=this.grouped.columns.filter(fr=>fr.builder._type==="increments").length>0;return`,${_r} ${hr?"unique":"primary key"} (${this.formatter.columnize(dr)})`}}foreignKeys(){let mr="";const dr=e(this.grouped.alterTable||[],{method:"foreign"});for(let _r=0,hr=dr.length;_r<hr;_r++){const fr=dr[_r].args[0],yr=this.formatter.columnize(fr.column),Sr=this.formatter.columnize(fr.references),vr=this.formatter.wrap(fr.inTable);let Mr=fr.keyName||"";Mr&&(Mr=" constraint "+this.formatter.wrap(Mr)),mr+=`,${Mr} foreign key(${yr}) references ${vr}(${Sr})`,fr.onDelete&&(mr+=` on delete ${fr.onDelete}`),fr.onUpdate&&(mr+=` on update ${fr.onUpdate}`)}return mr}createTableBlock(){return this.getColumns().concat().join(",")}renameColumn(mr,dr){this.pushQuery({sql:`alter table ${this.tableName()} rename ${this.formatter.wrap(mr)} to ${this.formatter.wrap(dr)}`})}_setNullableState(mr,dr){const _r=this;this.pushQuery({sql:`PRAGMA table_info(${this.tableName()})`,statementsProducer(hr,fr){return _r.client.ddl(_r,hr,fr).setNullable(mr,dr)}})}dropColumn(){const mr=this,_r=t(arguments).map(hr=>this.client.customWrapIdentifier(hr,I));this.pushQuery({sql:`PRAGMA table_info(${this.tableName()})`,output(hr){return mr.client.ddl(mr,hr,this.connection).dropColumn(_r)}})}}return sqliteTablecompiler=ir,sqliteTablecompiler}var sqliteViewcompiler,hasRequiredSqliteViewcompiler;function requireSqliteViewcompiler(){if(hasRequiredSqliteViewcompiler)return sqliteViewcompiler;hasRequiredSqliteViewcompiler=1;const e=requireViewcompiler(),{columnize:t}=requireWrappingFormatter();class I extends e{constructor(tr,rr){super(tr,rr)}createOrReplace(){const tr=this.columns,rr=this.selectQuery.toString(),ir=this.viewName(),lr=tr?" ("+t(tr,this.viewBuilder,this.client,this.bindingsHolder)+")":"",mr=`drop view if exists ${ir}`,dr=`create view ${ir}${lr} as ${rr}`;this.pushQuery({sql:mr}),this.pushQuery({sql:dr})}}return sqliteViewcompiler=I,sqliteViewcompiler}var sqliteDdlOperations,hasRequiredSqliteDdlOperations;function requireSqliteDdlOperations(){if(hasRequiredSqliteDdlOperations)return sqliteDdlOperations;hasRequiredSqliteDdlOperations=1;function e(lr,mr,dr){return`INSERT INTO "${mr}" SELECT ${dr===void 0?"*":dr.map(_r=>`"${_r}"`).join(", ")} FROM "${lr}";`}function t(lr){return`DROP TABLE "${lr}"`}function I(lr,mr){return`ALTER TABLE "${lr}" RENAME TO "${mr}"`}function B(lr){return`SELECT type, sql FROM sqlite_master WHERE (type='table' OR (type='index' AND sql IS NOT NULL)) AND lower(tbl_name)='${lr.toLowerCase()}'`}function tr(){return"PRAGMA foreign_keys"}function rr(lr){return`PRAGMA foreign_keys = ${lr?"ON":"OFF"}`}function ir(){return"PRAGMA foreign_key_check"}return sqliteDdlOperations={copyData:e,dropOriginal:t,renameTable:I,getTableSql:B,isForeignCheckEnabled:tr,setForeignCheck:rr,executeForeignCheck:ir},sqliteDdlOperations}var tokenizer,hasRequiredTokenizer;function requireTokenizer(){if(hasRequiredTokenizer)return tokenizer;hasRequiredTokenizer=1;function e(t,I){const B=new RegExp(Object.entries(I).map(([ir,lr])=>`(?<${ir}>${lr.source})`).join("|"),"yi");let tr=0;const rr=[];for(;tr<t.length;){B.lastIndex=tr;const ir=t.match(B);if(ir!==null){const[lr,mr]=Object.entries(ir.groups).find(([dr,_r])=>_r!==void 0);tr+=mr.length,lr.startsWith("_")||rr.push({type:lr,text:mr})}else throw new Error(`No matching tokenizer rule found at: [${t.substring(tr)}]`)}return rr}return tokenizer={tokenize:e},tokenizer}var parserCombinator,hasRequiredParserCombinator;function requireParserCombinator(){if(hasRequiredParserCombinator)return parserCombinator;hasRequiredParserCombinator=1;function e(dr,_r=hr=>hr){return function({index:hr=0,input:fr}){let yr=hr;const Sr=[];for(const vr of dr){const Mr=vr({index:yr,input:fr});if(Mr.success)yr=Mr.index,Sr.push(Mr.ast);else return Mr}return{success:!0,ast:_r(Sr),index:yr,input:fr}}}function t(dr,_r=hr=>hr){return function({index:hr=0,input:fr}){for(const yr of dr){const Sr=yr({index:hr,input:fr});if(Sr.success)return{success:!0,ast:_r(Sr.ast),index:Sr.index,input:fr}}return{success:!1,ast:null,index:hr,input:fr}}}function I(dr,_r=hr=>hr){return function({index:hr=0,input:fr}){let yr={},Sr=hr;const vr=[];do yr=dr({index:Sr,input:fr}),yr.success&&(Sr=yr.index,vr.push(yr.ast));while(yr.success);return vr.length>0?{success:!0,ast:_r(vr),index:Sr,input:fr}:{success:!1,ast:null,index:Sr,input:fr}}}function B(dr,_r=hr=>hr){return function({index:hr=0,input:fr}){const yr=dr({index:hr,input:fr});return yr.success?{success:!0,ast:_r(yr.ast),index:yr.index,input:fr}:{success:!0,ast:_r(null),index:hr,input:fr}}}function tr(dr,_r=hr=>hr){return function({index:hr=0,input:fr}){const yr=dr.do({index:hr,input:fr});return yr.success&&dr.next({index:yr.index,input:fr}).success?{success:!0,ast:_r(yr.ast),index:yr.index,input:fr}:{success:!1,ast:null,index:hr,input:fr}}}function rr(dr,_r=hr=>hr){return function({index:hr=0,input:fr}){const yr=dr.do({index:hr,input:fr});return yr.success&&!dr.not({index:hr,input:fr}).success?{success:!0,ast:_r(yr.ast),index:yr.index,input:fr}:{success:!1,ast:null,index:hr,input:fr}}}function ir(dr,_r=hr=>hr.text){return function({index:hr=0,input:fr}){const yr=fr[hr];return yr!==void 0&&(dr.type===void 0||dr.type===yr.type)&&(dr.text===void 0||dr.text.toUpperCase()===yr.text.toUpperCase())?{success:!0,ast:_r(yr),index:hr+1,input:fr}:{success:!1,ast:null,index:hr,input:fr}}}return parserCombinator={s:e,a:t,m:I,o:B,l:tr,n:rr,t:ir,e:function({index:dr=0,input:_r}){return{success:!0,ast:null,index:dr,input:_r}},f:function({index:dr=0,input:_r}){return{success:dr===_r.length,ast:null,index:dr,input:_r}}},parserCombinator}var parser,hasRequiredParser;function requireParser(){if(hasRequiredParser)return parser;hasRequiredParser=1;const{tokenize:e}=requireTokenizer(),{s:t,a:I,m:B,o:tr,l:rr,n:ir,t:lr,e:mr,f:dr}=requireParserCombinator(),_r={keyword:/(?:ABORT|ACTION|ADD|AFTER|ALL|ALTER|ALWAYS|ANALYZE|AND|AS|ASC|ATTACH|AUTOINCREMENT|BEFORE|BEGIN|BETWEEN|BY|CASCADE|CASE|CAST|CHECK|COLLATE|COLUMN|COMMIT|CONFLICT|CONSTRAINT|CREATE|CROSS|CURRENT|CURRENT_DATE|CURRENT_TIME|CURRENT_TIMESTAMP|DATABASE|DEFAULT|DEFERRED|DEFERRABLE|DELETE|DESC|DETACH|DISTINCT|DO|DROP|END|EACH|ELSE|ESCAPE|EXCEPT|EXCLUSIVE|EXCLUDE|EXISTS|EXPLAIN|FAIL|FILTER|FIRST|FOLLOWING|FOR|FOREIGN|FROM|FULL|GENERATED|GLOB|GROUP|GROUPS|HAVING|IF|IGNORE|IMMEDIATE|IN|INDEX|INDEXED|INITIALLY|INNER|INSERT|INSTEAD|INTERSECT|INTO|IS|ISNULL|JOIN|KEY|LAST|LEFT|LIKE|LIMIT|MATCH|MATERIALIZED|NATURAL|NO|NOT|NOTHING|NOTNULL|NULL|NULLS|OF|OFFSET|ON|OR|ORDER|OTHERS|OUTER|OVER|PARTITION|PLAN|PRAGMA|PRECEDING|PRIMARY|QUERY|RAISE|RANGE|RECURSIVE|REFERENCES|REGEXP|REINDEX|RELEASE|RENAME|REPLACE|RESTRICT|RETURNING|RIGHT|ROLLBACK|ROW|ROWS|SAVEPOINT|SELECT|SET|TABLE|TEMP|TEMPORARY|THEN|TIES|TO|TRANSACTION|TRIGGER|UNBOUNDED|UNION|UNIQUE|UPDATE|USING|VACUUM|VALUES|VIEW|VIRTUAL|WHEN|WHERE|WINDOW|WITH|WITHOUT)(?=\s+|-|\(|\)|;|\+|\*|\/|%|==|=|<=|<>|<<|<|>=|>>|>|!=|,|&|~|\|\||\||\.)/,id:/"[^"]*(?:""[^"]*)*"|`[^`]*(?:``[^`]*)*`|\[[^[\]]*\]|[a-z_][a-z0-9_$]*/,string:/'[^']*(?:''[^']*)*'/,blob:/x'(?:[0-9a-f][0-9a-f])+'/,numeric:/(?:\d+(?:\.\d*)?|\.\d+)(?:e(?:\+|-)?\d+)?|0x[0-9a-f]+/,variable:/\?\d*|[@$:][a-z0-9_$]+/,operator:/-|\(|\)|;|\+|\*|\/|%|==|=|<=|<>|<<|<|>=|>>|>|!=|,|&|~|\|\||\||\./,_ws:/\s+/};function hr(Jn){const Lr=yr({input:e(Jn,_r)});if(!Lr.success)throw new Error(`Parsing CREATE TABLE failed at [${Lr.input.slice(Lr.index).map(di=>di.text).join(" ")}] of "${Jn}"`);return Lr.ast}function fr(Jn){const Lr=ai({input:e(Jn,_r)});if(!Lr.success)throw new Error(`Parsing CREATE INDEX failed at [${Lr.input.slice(Lr.index).map(di=>di.text).join(" ")}] of "${Jn}"`);return Lr.ast}function yr(Jn){return t([lr({text:"CREATE"},Lr=>null),Sr,lr({text:"TABLE"},Lr=>null),hi,_i,Zn,lr({text:"("},Lr=>null),Mr,kr,lr({text:")"},Lr=>null),vr,dr],Lr=>Object.assign({},...Lr.filter(di=>di!==null)))(Jn)}function Sr(Jn){return I([lr({text:"TEMP"}),lr({text:"TEMPORARY"}),mr],Lr=>({temporary:Lr!==null}))(Jn)}function vr(Jn){return tr(t([lr({text:"WITHOUT"}),lr({text:"ROWID"})]),Lr=>({rowid:Lr!==null}))(Jn)}function Mr(Jn){return I([t([wr,lr({text:","}),Mr],Lr=>({columns:[Lr[0]].concat(Lr[2].columns)})),t([wr],Lr=>({columns:[Lr[0]]}))])(Jn)}function wr(Jn){return t([t([Hn],Lr=>({name:Lr[0]})),gr,br],Lr=>Object.assign({},...Lr))(Jn)}function gr(Jn){return tr(t([B(lr({type:"id"})),I([t([lr({text:"("}),mi,lr({text:","}),mi,lr({text:")"})],Lr=>`(${Lr[1]}, ${Lr[3]})`),t([lr({text:"("}),mi,lr({text:")"})],Lr=>`(${Lr[1]})`),mr])],Lr=>`${Lr[0].join(" ")}${Lr[1]||""}`),Lr=>({type:Lr}))(Jn)}function br(Jn){return tr(B(xr),Lr=>({constraints:Object.assign({primary:null,notnull:null,null:null,unique:null,check:null,default:null,collate:null,references:null,as:null},...Lr||[])}))(Jn)}function xr(Jn){return I([Ar,Fr,Dr,$n,Ir,Or,Gr,Xn,Cr])(Jn)}function Ar(Jn){return t([ri,lr({text:"PRIMARY"},Lr=>null),lr({text:"KEY"},Lr=>null),bi,ei,Pr],Lr=>({primary:Object.assign({},...Lr.filter(di=>di!==null))}))(Jn)}function Pr(Jn){return tr(lr({text:"AUTOINCREMENT"}),Lr=>({autoincrement:Lr!==null}))(Jn)}function Fr(Jn){return t([ri,lr({text:"NOT"},Lr=>null),lr({text:"NULL"},Lr=>null),ei],Lr=>({notnull:Object.assign({},...Lr.filter(di=>di!==null))}))(Jn)}function Dr(Jn){return t([ri,lr({text:"NULL"},Lr=>null),ei],Lr=>({null:Object.assign({},...Lr.filter(di=>di!==null))}))(Jn)}function $n(Jn){return t([ri,lr({text:"UNIQUE"},Lr=>null),ei],Lr=>({unique:Object.assign({},...Lr.filter(di=>di!==null))}))(Jn)}function Ir(Jn){return t([ri,lr({text:"CHECK"},Lr=>null),lr({text:"("},Lr=>null),t([yi],Lr=>({expression:Lr[0]})),lr({text:")"},Lr=>null)],Lr=>({check:Object.assign({},...Lr.filter(di=>di!==null))}))(Jn)}function Or(Jn){return t([ri,lr({text:"DEFAULT"},Lr=>null),I([t([lr({text:"("}),yi,lr({text:")"})],Lr=>({value:Lr[1],expression:!0})),t([ui],Lr=>({value:Lr[0],expression:!1})),t([mi],Lr=>({value:Lr[0],expression:!1}))])],Lr=>({default:Object.assign({},...Lr.filter(di=>di!==null))}))(Jn)}function Gr(Jn){return t([ri,lr({text:"COLLATE"},Lr=>null),lr({type:"id"},Lr=>({collation:Lr.text}))],Lr=>({collate:Object.assign({},...Lr.filter(di=>di!==null))}))(Jn)}function Xn(Jn){return t([ri,t([si],Lr=>Lr[0].references)],Lr=>({references:Object.assign({},...Lr.filter(di=>di!==null))}))(Jn)}function Cr(Jn){return t([ri,tr(t([lr({text:"GENERATED"}),lr({text:"ALWAYS"})]),Lr=>({generated:Lr!==null})),lr({text:"AS"},Lr=>null),lr({text:"("},Lr=>null),t([yi],Lr=>({expression:Lr[0]})),lr({text:")"},Lr=>null),I([lr({text:"STORED"}),lr({text:"VIRTUAL"}),mr],Lr=>({mode:Lr?Lr.toUpperCase():null}))],Lr=>({as:Object.assign({},...Lr.filter(di=>di!==null))}))(Jn)}function kr(Jn){return tr(B(t([lr({text:","}),qn],Lr=>Lr[1])),Lr=>({constraints:Lr||[]}))(Jn)}function qn(Jn){return I([oi,ci,Ur,ti])(Jn)}function oi(Jn){return t([ri,lr({text:"PRIMARY"},Lr=>null),lr({text:"KEY"},Lr=>null),lr({text:"("},Lr=>null),fi,lr({text:")"},Lr=>null),ei],Lr=>Object.assign({type:"PRIMARY KEY"},...Lr.filter(di=>di!==null)))(Jn)}function ci(Jn){return t([ri,lr({text:"UNIQUE"},Lr=>null),lr({text:"("},Lr=>null),fi,lr({text:")"},Lr=>null),ei],Lr=>Object.assign({type:"UNIQUE"},...Lr.filter(di=>di!==null)))(Jn)}function ei(Jn){return tr(t([lr({text:"ON"}),lr({text:"CONFLICT"}),I([lr({text:"ROLLBACK"}),lr({text:"ABORT"}),lr({text:"FAIL"}),lr({text:"IGNORE"}),lr({text:"REPLACE"})])],Lr=>Lr[2]),Lr=>({conflict:Lr?Lr.toUpperCase():null}))(Jn)}function Ur(Jn){return t([ri,lr({text:"CHECK"},Lr=>null),lr({text:"("},Lr=>null),t([yi],Lr=>({expression:Lr[0]})),lr({text:")"},Lr=>null)],Lr=>Object.assign({type:"CHECK"},...Lr.filter(di=>di!==null)))(Jn)}function ti(Jn){return t([ri,lr({text:"FOREIGN"},Lr=>null),lr({text:"KEY"},Lr=>null),lr({text:"("},Lr=>null),$r,lr({text:")"},Lr=>null),si],Lr=>Object.assign({type:"FOREIGN KEY"},...Lr.filter(di=>di!==null)))(Jn)}function si(Jn){return t([lr({text:"REFERENCES"},Lr=>null),Zn,Qr,tr(B(I([zr,Kn,li])),Lr=>Object.assign({delete:null,update:null,match:null},...Lr||[])),ii],Lr=>({references:Object.assign({},...Lr.filter(di=>di!==null))}))(Jn)}function Qr(Jn){return tr(t([lr({text:"("}),$r,lr({text:")"})],Lr=>Lr[1]),Lr=>({columns:Lr?Lr.columns:[]}))(Jn)}function $r(Jn){return t([tr(B(t([Hn,lr({text:","})],Lr=>Lr[0])),Lr=>Lr!==null?Lr:[]),Hn],Lr=>({columns:Lr[0].concat([Lr[1]])}))(Jn)}function zr(Jn){return t([lr({text:"ON"}),lr({text:"DELETE"}),Yn],Lr=>({delete:Lr[2]}))(Jn)}function Kn(Jn){return t([lr({text:"ON"}),lr({text:"UPDATE"}),Yn],Lr=>({update:Lr[2]}))(Jn)}function li(Jn){return t([lr({text:"MATCH"}),I([lr({type:"keyword"}),lr({type:"id"})])],Lr=>({match:Lr[1]}))(Jn)}function ii(Jn){return tr(t([tr(lr({text:"NOT"})),lr({text:"DEFERRABLE"}),tr(t([lr({text:"INITIALLY"}),I([lr({text:"DEFERRED"}),lr({text:"IMMEDIATE"})])],Lr=>Lr[1].toUpperCase()))]),Lr=>({deferrable:Lr?{not:Lr[0]!==null,initially:Lr[2]}:null}))(Jn)}function ri(Jn){return tr(t([lr({text:"CONSTRAINT"}),Hn],Lr=>Lr[1]),Lr=>({name:Lr}))(Jn)}function ai(Jn){return t([lr({text:"CREATE"},Lr=>null),pi,lr({text:"INDEX"},Lr=>null),hi,_i,Jr,lr({text:"ON"},Lr=>null),Zn,lr({text:"("},Lr=>null),fi,lr({text:")"},Lr=>null),gi,dr],Lr=>Object.assign({},...Lr.filter(di=>di!==null)))(Jn)}function pi(Jn){return tr(lr({text:"UNIQUE"}),Lr=>({unique:Lr!==null}))(Jn)}function hi(Jn){return tr(t([lr({text:"IF"}),lr({text:"NOT"}),lr({text:"EXISTS"})]),Lr=>({exists:Lr!==null}))(Jn)}function _i(Jn){return tr(t([Hn,lr({text:"."})],Lr=>Lr[0]),Lr=>({schema:Lr}))(Jn)}function Jr(Jn){return t([Hn],Lr=>({index:Lr[0]}))(Jn)}function Zn(Jn){return t([Hn],Lr=>({table:Lr[0]}))(Jn)}function gi(Jn){return tr(t([lr({text:"WHERE"}),yi],Lr=>Lr[1]),Lr=>({where:Lr}))(Jn)}function fi(Jn){return I([t([Mi,lr({text:","}),fi],Lr=>({columns:[Lr[0]].concat(Lr[2].columns)})),t([ni,lr({text:","}),fi],Lr=>({columns:[Lr[0]].concat(Lr[2].columns)})),rr({do:Mi,next:lr({text:")"})},Lr=>({columns:[Lr]})),rr({do:ni,next:lr({text:")"})},Lr=>({columns:[Lr]}))])(Jn)}function Mi(Jn){return t([t([Hn],Lr=>({name:Lr[0],expression:!1})),vi,bi],Lr=>Object.assign({},...Lr.filter(di=>di!==null)))(Jn)}function ni(Jn){return t([t([Si],Lr=>({name:Lr[0],expression:!0})),vi,bi],Lr=>Object.assign({},...Lr.filter(di=>di!==null)))(Jn)}function vi(Jn){return tr(t([lr({text:"COLLATE"}),lr({type:"id"})],Lr=>Lr[1]),Lr=>({collation:Lr}))(Jn)}function bi(Jn){return I([lr({text:"ASC"}),lr({text:"DESC"}),mr],Lr=>({order:Lr?Lr.toUpperCase():null}))(Jn)}function Si(Jn){return B(I([ir({do:lr({type:"keyword"}),not:I([lr({text:"COLLATE"}),lr({text:"ASC"}),lr({text:"DESC"})])}),lr({type:"id"}),lr({type:"string"}),lr({type:"blob"}),lr({type:"numeric"}),lr({type:"variable"}),ir({do:lr({type:"operator"}),not:I([lr({text:"("}),lr({text:")"}),lr({text:","})])}),t([lr({text:"("}),tr(yi),lr({text:")"})],Lr=>Lr[1]||[])]))(Jn)}function yi(Jn){return B(I([lr({type:"keyword"}),lr({type:"id"}),lr({type:"string"}),lr({type:"blob"}),lr({type:"numeric"}),lr({type:"variable"}),ir({do:lr({type:"operator"}),not:I([lr({text:"("}),lr({text:")"})])}),t([lr({text:"("}),tr(yi),lr({text:")"})],Lr=>Lr[1]||[])]))(Jn)}function Hn(Jn){return I([lr({type:"id"}),lr({type:"string"})],Lr=>/^["`['][^]*["`\]']$/.test(Lr)?Lr.substring(1,Lr.length-1):Lr)(Jn)}function Yn(Jn){return I([t([lr({text:"SET"}),lr({text:"NULL"})],Lr=>`${Lr[0]} ${Lr[1]}`),t([lr({text:"SET"}),lr({text:"DEFAULT"})],Lr=>`${Lr[0]} ${Lr[1]}`),lr({text:"CASCADE"}),lr({text:"RESTRICT"}),t([lr({text:"NO"}),lr({text:"ACTION"})],Lr=>`${Lr[0]} ${Lr[1]}`)],Lr=>Lr.toUpperCase())(Jn)}function ui(Jn){return I([lr({type:"numeric"}),lr({type:"string"}),lr({type:"id"}),lr({type:"blob"}),lr({text:"NULL"}),lr({text:"TRUE"}),lr({text:"FALSE"}),lr({text:"CURRENT_TIME"}),lr({text:"CURRENT_DATE"}),lr({text:"CURRENT_TIMESTAMP"})])(Jn)}function mi(Jn){return t([I([lr({text:"+"}),lr({text:"-"}),mr]),lr({type:"numeric"})],Lr=>`${Lr[0]||""}${Lr[1]}`)(Jn)}return parser={parseCreateTable:hr,parseCreateIndex:fr},parser}var compiler,hasRequiredCompiler;function requireCompiler(){if(hasRequiredCompiler)return compiler;hasRequiredCompiler=1;function e(Jr,Zn=gi=>gi){return I(Jr,Zn)}function t(Jr,Zn=gi=>gi){return ei(Jr,Zn)}function I(Jr,Zn){return`CREATE${B(Jr)} TABLE${ti(Jr)} ${si(Jr,Zn)}${$r(Jr,Zn)} (${rr(Jr,Zn)}${br(Jr,Zn)})${tr(Jr)}`}function B(Jr,Zn){return Jr.temporary?" TEMP":""}function tr(Jr,Zn){return Jr.rowid?" WITHOUT ROWID":""}function rr(Jr,Zn){return Jr.columns.map(gi=>ir(gi,Zn)).join(", ")}function ir(Jr,Zn){return`${_i(Jr.name,Zn)}${lr(Jr)}${mr(Jr.constraints,Zn)}`}function lr(Jr,Zn){return Jr.type!==null?` ${Jr.type}`:""}function mr(Jr,Zn){return`${dr(Jr,Zn)}${hr(Jr,Zn)}${fr(Jr,Zn)}${yr(Jr,Zn)}${Sr(Jr,Zn)}${vr(Jr,Zn)}${Mr(Jr,Zn)}${wr(Jr,Zn)}${gr(Jr,Zn)}`}function dr(Jr,Zn){return Jr.primary!==null?` ${ci(Jr.primary,Zn)}PRIMARY KEY${ai(Jr.primary)}${Fr(Jr.primary)}${_r(Jr.primary)}`:""}function _r(Jr,Zn){return Jr.autoincrement?" AUTOINCREMENT":""}function hr(Jr,Zn){return Jr.notnull!==null?` ${ci(Jr.notnull,Zn)}NOT NULL${Fr(Jr.notnull)}`:""}function fr(Jr,Zn){return Jr.null!==null?` ${ci(Jr.null,Zn)}NULL${Fr(Jr.null)}`:""}function yr(Jr,Zn){return Jr.unique!==null?` ${ci(Jr.unique,Zn)}UNIQUE${Fr(Jr.unique)}`:""}function Sr(Jr,Zn){return Jr.check!==null?` ${ci(Jr.check,Zn)}CHECK (${hi(Jr.check.expression)})`:""}function vr(Jr,Zn){return Jr.default!==null?` ${ci(Jr.default,Zn)}DEFAULT ${Jr.default.expression?`(${hi(Jr.default.value)})`:Jr.default.value}`:""}function Mr(Jr,Zn){return Jr.collate!==null?` ${ci(Jr.collate,Zn)}COLLATE ${Jr.collate.collation}`:""}function wr(Jr,Zn){return Jr.references!==null?` ${ci(Jr.references,Zn)}${Ir(Jr.references,Zn)}`:""}function gr(Jr,Zn){return Jr.as!==null?` ${ci(Jr.as,Zn)}${Jr.as.generated?"GENERATED ALWAYS ":""}AS (${hi(Jr.as.expression)})${Jr.as.mode!==null?` ${Jr.as.mode}`:""}`:""}function br(Jr,Zn){return Jr.constraints.reduce((gi,fi)=>`${gi}, ${xr(fi,Zn)}`,"")}function xr(Jr,Zn){switch(Jr.type){case"PRIMARY KEY":return Ar(Jr,Zn);case"UNIQUE":return Pr(Jr,Zn);case"CHECK":return Dr(Jr,Zn);case"FOREIGN KEY":return $n(Jr,Zn)}}function Ar(Jr,Zn){return`${ci(Jr,Zn)}PRIMARY KEY (${Kn(Jr,Zn)})${Fr(Jr)}`}function Pr(Jr,Zn){return`${ci(Jr,Zn)}UNIQUE (${Kn(Jr,Zn)})${Fr(Jr)}`}function Fr(Jr,Zn){return Jr.conflict!==null?` ON CONFLICT ${Jr.conflict}`:""}function Dr(Jr,Zn){return`${ci(Jr,Zn)}CHECK (${hi(Jr.expression)})`}function $n(Jr,Zn){return`${ci(Jr,Zn)}FOREIGN KEY (${Gr(Jr,Zn)}) ${Ir(Jr.references,Zn)}`}function Ir(Jr,Zn){return`REFERENCES ${$r(Jr,Zn)}${Or(Jr,Zn)}${Xn(Jr)}${oi(Jr.deferrable)}`}function Or(Jr,Zn){return Jr.columns.length>0?` (${Gr(Jr,Zn)})`:""}function Gr(Jr,Zn){return Jr.columns.map(gi=>_i(gi,Zn)).join(", ")}function Xn(Jr,Zn){return`${Cr(Jr)}${kr(Jr)}${qn(Jr)}`}function Cr(Jr,Zn){return Jr.delete!==null?` ON DELETE ${Jr.delete}`:""}function kr(Jr,Zn){return Jr.update!==null?` ON UPDATE ${Jr.update}`:""}function qn(Jr,Zn){return Jr.match!==null?` MATCH ${Jr.match}`:""}function oi(Jr,Zn){return Jr!==null?` ${Jr.not?"NOT ":""}DEFERRABLE${Jr.initially!==null?` INITIALLY ${Jr.initially}`:""}`:""}function ci(Jr,Zn){return Jr.name!==null?`CONSTRAINT ${_i(Jr.name,Zn)} `:""}function ei(Jr,Zn){return`CREATE${Ur(Jr)} INDEX${ti(Jr)} ${si(Jr,Zn)}${Qr(Jr,Zn)} on ${$r(Jr,Zn)} (${Kn(Jr,Zn)})${zr(Jr)}`}function Ur(Jr,Zn){return Jr.unique?" UNIQUE":""}function ti(Jr,Zn){return Jr.exists?" IF NOT EXISTS":""}function si(Jr,Zn){return Jr.schema!==null?`${_i(Jr.schema,Zn)}.`:""}function Qr(Jr,Zn){return _i(Jr.index,Zn)}function $r(Jr,Zn){return _i(Jr.table,Zn)}function zr(Jr,Zn){return Jr.where!==null?` where ${hi(Jr.where)}`:""}function Kn(Jr,Zn){return Jr.columns.map(gi=>gi.expression?ii(gi):li(gi,Zn)).join(", ")}function li(Jr,Zn){return`${_i(Jr.name,Zn)}${ri(Jr)}${ai(Jr)}`}function ii(Jr,Zn){return`${pi(Jr.name)}${ri(Jr)}${ai(Jr)}`}function ri(Jr,Zn){return Jr.collation!==null?` COLLATE ${Jr.collation}`:""}function ai(Jr,Zn){return Jr.order!==null?` ${Jr.order}`:""}function pi(Jr,Zn){return hi(Jr)}function hi(Jr,Zn){return Jr.reduce((gi,fi)=>Array.isArray(fi)?`${gi}(${hi(fi)})`:gi?`${gi} ${fi}`:fi,"")}function _i(Jr,Zn){return Zn(Jr)}return compiler={compileCreateTable:e,compileCreateIndex:t},compiler}var utils$2,hasRequiredUtils$2;function requireUtils$2(){if(hasRequiredUtils$2)return utils$2;hasRequiredUtils$2=1;function e(I,B){return I.toLowerCase()===B.toLowerCase()}function t(I,B){return I.some(tr=>e(tr,B))}return utils$2={isEqualId:e,includesId:t},utils$2}var ddl,hasRequiredDdl;function requireDdl(){if(hasRequiredDdl)return ddl;hasRequiredDdl=1;const e=requireIdentity(),{nanonum:t}=requireNanoid(),{copyData:I,dropOriginal:B,renameTable:tr,getTableSql:rr,isForeignCheckEnabled:ir,setForeignCheck:lr,executeForeignCheck:mr}=requireSqliteDdlOperations(),{parseCreateTable:dr,parseCreateIndex:_r}=requireParser(),{compileCreateTable:hr,compileCreateIndex:fr}=requireCompiler(),{isEqualId:yr,includesId:Sr}=requireUtils$2();class vr{constructor(wr,gr,br,xr){this.client=wr,this.tableCompiler=gr,this.pragma=br,this.tableNameRaw=this.tableCompiler.tableNameRaw,this.alteredName=`_knex_temp_alter${t(3)}`,this.connection=xr,this.formatter=Ar=>this.client.customWrapIdentifier(Ar,e),this.wrap=Ar=>this.client.wrapIdentifierImpl(Ar)}tableName(){return this.formatter(this.tableNameRaw)}getTableSql(){const wr=this.tableName();return this.client.transaction(async gr=>{gr.disableProcessing();const br=await gr.raw(rr(wr));return gr.enableProcessing(),{createTable:br.filter(xr=>xr.type==="table")[0].sql,createIndices:br.filter(xr=>xr.type==="index").map(xr=>xr.sql)}},{connection:this.connection})}async isForeignCheckEnabled(){return(await this.client.raw(ir()).connection(this.connection))[0].foreign_keys===1}async setForeignCheck(wr){await this.client.raw(lr(wr)).connection(this.connection)}renameTable(wr){return wr.raw(tr(this.alteredName,this.tableName()))}dropOriginal(wr){return wr.raw(B(this.tableName()))}copyData(wr,gr){return wr.raw(I(this.tableName(),this.alteredName,gr))}async alterColumn(wr){const{createTable:gr,createIndices:br}=await this.getTableSql(),xr=dr(gr);xr.table=this.alteredName,xr.columns=xr.columns.map(Pr=>{const Fr=wr.find(Dr=>yr(Dr.name,Pr.name));return Fr&&(Pr.type=Fr.type,Pr.constraints.default=Fr.defaultTo!==null?{name:null,value:Fr.defaultTo,expression:!1}:null,Pr.constraints.notnull=Fr.notNull?{name:null,conflict:null}:null,Pr.constraints.null=Fr.notNull?null:Pr.constraints.null),Pr});const Ar=hr(xr,this.wrap);return this.generateAlterCommands(Ar,br)}async dropColumn(wr){const{createTable:gr,createIndices:br}=await this.getTableSql(),xr=dr(gr);if(xr.table=this.alteredName,xr.columns=xr.columns.filter(Dr=>Dr.expression||!Sr(wr,Dr.name)),xr.columns.length===0)throw new Error("Unable to drop last column from table");xr.constraints=xr.constraints.filter(Dr=>Dr.type==="PRIMARY KEY"||Dr.type==="UNIQUE"?Dr.columns.every($n=>$n.expression||!Sr(wr,$n.name)):Dr.type==="FOREIGN KEY"?Dr.columns.every($n=>!Sr(wr,$n))&&(Dr.references.table!==xr.table||Dr.references.columns.every($n=>!Sr(wr,$n))):!0);const Ar=xr.columns.map(Dr=>Dr.name),Pr=hr(xr,this.wrap),Fr=[];for(const Dr of br){const $n=_r(Dr);$n.columns=$n.columns.filter(Ir=>Ir.expression||!Sr(wr,Ir.name)),$n.columns.length>0&&Fr.push(fr($n,this.wrap))}return this.alter(Pr,Fr,Ar)}async dropForeign(wr,gr){const{createTable:br,createIndices:xr}=await this.getTableSql(),Ar=dr(br);Ar.table=this.alteredName,gr||(Ar.columns=Ar.columns.map(Fr=>({...Fr,references:Sr(wr,Fr.name)?null:Fr.references}))),Ar.constraints=Ar.constraints.filter(Fr=>Fr.type==="FOREIGN KEY"?gr?!Fr.name||!yr(Fr.name,gr):Fr.columns.every(Dr=>!Sr(wr,Dr)):!0);const Pr=hr(Ar,this.wrap);return this.alter(Pr,xr)}async dropPrimary(wr){const{createTable:gr,createIndices:br}=await this.getTableSql(),xr=dr(gr);xr.table=this.alteredName,xr.columns=xr.columns.map(Pr=>({...Pr,primary:null})),xr.constraints=xr.constraints.filter(Pr=>Pr.type==="PRIMARY KEY"?wr?!Pr.name||!yr(Pr.name,wr):!1:!0);const Ar=hr(xr,this.wrap);return this.alter(Ar,br)}async primary(wr,gr){const{createTable:br,createIndices:xr}=await this.getTableSql(),Ar=dr(br);Ar.table=this.alteredName,Ar.columns=Ar.columns.map(Fr=>({...Fr,primary:null})),Ar.constraints=Ar.constraints.filter(Fr=>Fr.type!=="PRIMARY KEY"),Ar.constraints.push({type:"PRIMARY KEY",name:gr||null,columns:wr.map(Fr=>({name:Fr,expression:!1,collation:null,order:null})),conflict:null});const Pr=hr(Ar,this.wrap);return this.alter(Pr,xr)}async foreign(wr){const{createTable:gr,createIndices:br}=await this.getTableSql(),xr=dr(gr);xr.table=this.alteredName,xr.constraints.push({type:"FOREIGN KEY",name:wr.keyName||null,columns:wr.column,references:{table:wr.inTable,columns:wr.references,delete:wr.onDelete||null,update:wr.onUpdate||null,match:null,deferrable:null}});const Ar=hr(xr,this.wrap);return this.generateAlterCommands(Ar,br)}async setNullable(wr,gr){const{createTable:br,createIndices:xr}=await this.getTableSql(),Ar=dr(br);Ar.table=this.alteredName;const Pr=Ar.columns.find(Dr=>yr(wr,Dr.name));if(!Pr)throw new Error(`.setNullable: Column ${wr} does not exist in table ${this.tableName()}.`);Pr.constraints.notnull=gr?null:{name:null,conflict:null},Pr.constraints.null=gr?Pr.constraints.null:null;const Fr=hr(Ar,this.wrap);return this.generateAlterCommands(Fr,xr)}async alter(wr,gr,br){const xr=await this.isForeignCheckEnabled();xr&&await this.setForeignCheck(!1);try{await this.client.transaction(async Ar=>{await Ar.raw(wr),await this.copyData(Ar,br),await this.dropOriginal(Ar),await this.renameTable(Ar);for(const Pr of gr)await Ar.raw(Pr);if(xr&&(await Ar.raw(mr())).length>0)throw new Error("FOREIGN KEY constraint failed")},{connection:this.connection})}finally{xr&&await this.setForeignCheck(!0)}}async generateAlterCommands(wr,gr,br){const xr=[],Ar=[],Pr=[];let Fr=null;xr.push(wr),xr.push(I(this.tableName(),this.alteredName,br)),xr.push(B(this.tableName())),xr.push(tr(this.alteredName,this.tableName()));for(const $n of gr)xr.push($n);return await this.isForeignCheckEnabled()&&(Ar.push(lr(!1)),Pr.push(lr(!0)),Fr=mr()),{pre:Ar,sql:xr,check:Fr,post:Pr}}}return ddl=vr,ddl}var sqliteQuerybuilder,hasRequiredSqliteQuerybuilder;function requireSqliteQuerybuilder(){if(hasRequiredSqliteQuerybuilder)return sqliteQuerybuilder;hasRequiredSqliteQuerybuilder=1;const e=requireQuerybuilder();return sqliteQuerybuilder=class extends e{withMaterialized(I,B,tr){return this._validateWithArgs(I,B,tr,"with"),this.withWrapped(I,B,tr,!0)}withNotMaterialized(I,B,tr){return this._validateWithArgs(I,B,tr,"with"),this.withWrapped(I,B,tr,!1)}},sqliteQuerybuilder}var sqlite3,hasRequiredSqlite3;function requireSqlite3(){if(hasRequiredSqlite3)return sqlite3;hasRequiredSqlite3=1;const e=requireDefaults(),t=requireMap(),{promisify:I}=requireUtil(),B=requireClient(),tr=requireRaw(),rr=requireSqliteTransaction(),ir=requireSqliteQuerycompiler(),lr=requireSqliteCompiler(),mr=requireSqliteColumncompiler(),dr=requireSqliteTablecompiler(),_r=requireSqliteViewcompiler(),hr=requireDdl(),fr=requireFormatter(),yr=requireSqliteQuerybuilder();class Sr extends B{constructor(Mr){super(Mr),Mr.connection&&Mr.connection.filename===void 0&&this.logger.warn("Could not find `connection.filename` in config. Please specify the database path and name to avoid errors. (see docs https://knexjs.org/guide/#configuration-options)"),Mr.useNullAsDefault===void 0&&this.logger.warn("sqlite does not support inserting default values. Set the `useNullAsDefault` flag to hide this warning. (see docs https://knexjs.org/guide/query-builder.html#insert).")}_driver(){return require$$9}schemaCompiler(){return new lr(this,...arguments)}transaction(){return new rr(this,...arguments)}queryCompiler(Mr,wr){return new ir(this,Mr,wr)}queryBuilder(){return new yr(this)}viewCompiler(Mr,wr){return new _r(this,Mr,wr)}columnCompiler(){return new mr(this,...arguments)}tableCompiler(){return new dr(this,...arguments)}ddl(Mr,wr,gr){return new hr(this,Mr,wr,gr)}wrapIdentifierImpl(Mr){return Mr!=="*"?`\`${Mr.replace(/`/g,"``")}\``:"*"}acquireRawConnection(){return new Promise((Mr,wr)=>{let gr=this.driver.OPEN_READWRITE|this.driver.OPEN_CREATE;if(this.connectionSettings.flags){if(!Array.isArray(this.connectionSettings.flags))throw new Error("flags must be an array of strings");this.connectionSettings.flags.forEach(xr=>{if(!xr.startsWith("OPEN_")||!this.driver[xr])throw new Error(`flag ${xr} not supported by node-sqlite3`);gr=gr|this.driver[xr]})}const br=new this.driver.Database(this.connectionSettings.filename,gr,xr=>{if(xr)return wr(xr);Mr(br)})})}async destroyRawConnection(Mr){return I(gr=>Mr.close(gr))()}_query(Mr,wr){if(!wr.sql)throw new Error("The query is empty");const{method:gr}=wr;let br;switch(gr){case"insert":case"update":br=wr.returning?"all":"run";break;case"counter":case"del":br="run";break;default:br="all"}return new Promise(function(xr,Ar){if(!Mr||!Mr[br])return Ar(new Error(`Error calling ${br} on connection.`));Mr[br](wr.sql,wr.bindings,function(Pr,Fr){return Pr?Ar(Pr):(wr.response=Fr,wr.context=this,xr(wr))})})}_stream(Mr,wr,gr){if(!wr.sql)throw new Error("The query is empty");const br=this;return new Promise(function(xr,Ar){return gr.on("error",Ar),gr.on("end",xr),br._query(Mr,wr).then(Pr=>Pr.response).then(Pr=>Pr.forEach(Fr=>gr.write(Fr))).catch(function(Pr){gr.emit("error",Pr)}).then(function(){gr.end()})})}processResponse(Mr,wr){const gr=Mr.context,{response:br,returning:xr}=Mr;if(Mr.output)return Mr.output.call(wr,br);switch(Mr.method){case"select":return br;case"first":return br[0];case"pluck":return t(br,Mr.pluck);case"insert":return xr&&br?br:[gr.lastID];case"update":return xr&&br?br:gr.changes;case"del":case"counter":return gr.changes;default:return br}}poolDefaults(){return e({min:1,max:1},super.poolDefaults())}formatter(Mr){return new fr(this,Mr)}values(Mr,wr,gr){return Array.isArray(Mr)?Array.isArray(Mr[0])?`( values ${Mr.map(br=>`(${this.parameterize(br,void 0,wr,gr)})`).join(", ")})`:`(${this.parameterize(Mr,void 0,wr,gr)})`:Mr instanceof tr?`(${this.parameter(Mr,wr,gr)})`:this.parameter(Mr,wr,gr)}}return Object.assign(Sr.prototype,{dialect:"sqlite3",driverName:"sqlite3"}),sqlite3=Sr,sqlite3}var betterSqlite3,hasRequiredBetterSqlite3;function requireBetterSqlite3(){if(hasRequiredBetterSqlite3)return betterSqlite3;hasRequiredBetterSqlite3=1;const e=requireSqlite3();class t extends e{_driver(){return require$$9}async acquireRawConnection(){const B=this.connectionSettings.options||{};return new this.driver(this.connectionSettings.filename,{nativeBinding:B.nativeBinding,readonly:!!B.readonly})}async destroyRawConnection(B){return B.close()}async _query(B,tr){if(!tr.sql)throw new Error("The query is empty");if(!B)throw new Error("No connection provided");const rr=B.prepare(tr.sql),ir=this._formatBindings(tr.bindings);if(rr.reader){const mr=await rr.all(ir);return tr.response=mr,tr}const lr=await rr.run(ir);return tr.response=lr,tr.context={lastID:lr.lastInsertRowid,changes:lr.changes},tr}_formatBindings(B){return B?B.map(tr=>tr instanceof Date?tr.valueOf():typeof tr=="boolean"?Number(tr):tr):[]}}return Object.assign(t.prototype,{driverName:"better-sqlite3"}),betterSqlite3=t,betterSqlite3}var pgTransaction,hasRequiredPgTransaction;function requirePgTransaction(){if(hasRequiredPgTransaction)return pgTransaction;hasRequiredPgTransaction=1;const e=requireTransaction$5();class t extends e{begin(B){const tr=[this.isolationLevel?`ISOLATION LEVEL ${this.isolationLevel}`:"",this.readOnly?"READ ONLY":""].join(" ").trim();return tr.length===0?this.query(B,"BEGIN;"):this.query(B,`BEGIN TRANSACTION ${tr};`)}}return pgTransaction=t,pgTransaction}var pgQuerycompiler,hasRequiredPgQuerycompiler;function requirePgQuerycompiler(){if(hasRequiredPgQuerycompiler)return pgQuerycompiler;hasRequiredPgQuerycompiler=1;const e=requireIdentity(),t=requireReduce(),I=requireQuerycompiler(),{wrapString:B,columnize:tr,operator:rr,wrap:ir}=requireWrappingFormatter();class lr extends I{constructor(dr,_r,hr){super(dr,_r,hr),this._defaultInsertValue="default"}truncate(){return`truncate ${this.tableName} restart identity`}insert(){let dr=super.insert();if(dr==="")return dr;const{returning:_r,onConflict:hr,ignore:fr,merge:yr,insert:Sr}=this.single;if(hr&&fr&&(dr+=this._ignore(hr)),hr&&yr){dr+=this._merge(yr.updates,hr,Sr);const vr=this.where();vr&&(dr+=` ${vr}`)}return _r&&(dr+=this._returning(_r)),{sql:dr,returning:_r}}update(){const dr=this.with(),_r=this._prepUpdate(this.single.update),hr=this.where(),{returning:fr,updateFrom:yr}=this.single;return{sql:dr+`update ${this.single.only?"only ":""}${this.tableName} set ${_r.join(", ")}`+this._updateFrom(yr)+(hr?` ${hr}`:"")+this._returning(fr),returning:fr}}using(){const dr=this.single.using;if(!dr)return;let _r="using ";return Array.isArray(dr)?_r+=dr.map(hr=>this.formatter.wrap(hr)).join(","):_r+=this.formatter.wrap(dr),_r}del(){const{tableName:dr}=this,_r=this.with();let hr=this.where()||"",fr=this.using()||"";const yr=this.grouped.join,Sr=[];if(Array.isArray(yr)){for(const wr of yr){Sr.push(ir(this._joinTable(wr),void 0,this.builder,this.client,this.bindingsHolder));const gr=[];for(const br of wr.clauses)gr.push(this.whereBasic({column:br.column,operator:"=",value:br.value,asColumn:!0}));gr.length>0&&(hr+=(hr?" and ":"where ")+gr.join(" and "))}Sr.length>0&&(fr+=(fr?",":"using ")+Sr.join(","))}const vr=_r+`delete from ${this.single.only?"only ":""}${dr}`+(fr?` ${fr}`:"")+(hr?` ${hr}`:""),{returning:Mr}=this.single;return{sql:vr+this._returning(Mr),returning:Mr}}aggregate(dr){return this._aggregate(dr,{distinctParentheses:!0})}_returning(dr){return dr?` returning ${this.formatter.columnize(dr)}`:""}_updateFrom(dr){return dr?` from ${this.formatter.wrap(dr)}`:""}_ignore(dr){return dr===!0?" on conflict do nothing":` on conflict ${this._onConflictClause(dr)} do nothing`}_merge(dr,_r,hr){let fr=` on conflict ${this._onConflictClause(_r)} do update set `;if(dr&&Array.isArray(dr))return fr+=dr.map(yr=>B(yr.split(".").pop(),this.formatter.builder,this.client,this.formatter)).map(yr=>`${yr} = excluded.${yr}`).join(", "),fr;if(dr&&typeof dr=="object"){const yr=this._prepUpdate(dr);return typeof yr=="string"?fr+=yr:fr+=yr.join(","),fr}else{const yr=this._prepInsert(hr);if(typeof yr=="string")throw new Error("If using merge with a raw insert query, then updates must be provided");return fr+=yr.columns.map(Sr=>B(Sr.split(".").pop(),this.builder,this.client)).map(Sr=>`${Sr} = excluded.${Sr}`).join(", "),fr}}_tableNames(dr){const _r=this.single.schema,hr=[];for(let fr=0;fr<dr.length;fr++){let yr=dr[fr];yr&&(_r&&(yr=`${_r}.${yr}`),hr.push(this.formatter.wrap(yr)))}return hr.join(", ")}_lockingClause(dr){const _r=this.single.lockTables||[];return dr+(_r.length?" of "+this._tableNames(_r):"")}_groupOrder(dr,_r){return super._groupOrderNulls(dr,_r)}forUpdate(){return this._lockingClause("for update")}forShare(){return this._lockingClause("for share")}forNoKeyUpdate(){return this._lockingClause("for no key update")}forKeyShare(){return this._lockingClause("for key share")}skipLocked(){return"skip locked"}noWait(){return"nowait"}columnInfo(){const dr=this.single.columnInfo;let _r=this.single.schema;const hr=this.client.customWrapIdentifier(this.single.table,e);_r&&(_r=this.client.customWrapIdentifier(_r,e));const fr="select * from information_schema.columns where table_name = ? and table_catalog = current_database()",yr=[hr];return this._buildColumnInfoQuery(_r,fr,yr,dr)}_buildColumnInfoQuery(dr,_r,hr,fr){return dr?(_r+=" and table_schema = ?",hr.push(dr)):_r+=" and table_schema = current_schema()",{sql:_r,bindings:hr,output(yr){const Sr=t(yr.rows,function(vr,Mr){return vr[Mr.column_name]={type:Mr.data_type,maxLength:Mr.character_maximum_length,nullable:Mr.is_nullable==="YES",defaultValue:Mr.column_default},vr},{});return fr&&Sr[fr]||Sr}}}distinctOn(dr){return"distinct on ("+this.formatter.columnize(dr)+") "}jsonExtract(dr){return this._jsonExtract("jsonb_path_query",dr)}jsonSet(dr){return this._jsonSet("jsonb_set",Object.assign({},dr,{path:this.client.toPathForJson(dr.path)}))}jsonInsert(dr){return this._jsonSet("jsonb_insert",Object.assign({},dr,{path:this.client.toPathForJson(dr.path)}))}jsonRemove(dr){const _r=`${tr(dr.column,this.builder,this.client,this.bindingsHolder)} #- ${this.client.parameter(this.client.toPathForJson(dr.path),this.builder,this.bindingsHolder)}`;return dr.alias?this.client.alias(_r,this.formatter.wrap(dr.alias)):_r}whereJsonPath(dr){let _r="";return!isNaN(dr.value)&&parseInt(dr.value)?_r="::int":!isNaN(dr.value)&&parseFloat(dr.value)?_r="::float":_r=" #>> '{}'",`jsonb_path_query_first(${this._columnClause(dr)}, ${this.client.parameter(dr.jsonPath,this.builder,this.bindingsHolder)})${_r} ${rr(dr.operator,this.builder,this.client,this.bindingsHolder)} ${this._jsonValueClause(dr)}`}whereJsonSupersetOf(dr){return this._not(dr,`${ir(dr.column,void 0,this.builder,this.client,this.bindingsHolder)} @> ${this._jsonValueClause(dr)}`)}whereJsonSubsetOf(dr){return this._not(dr,`${tr(dr.column,this.builder,this.client,this.bindingsHolder)} <@ ${this._jsonValueClause(dr)}`)}onJsonPathEquals(dr){return this._onJsonPathEquals("jsonb_path_query_first",dr)}}return pgQuerycompiler=lr,pgQuerycompiler}var pgQuerybuilder,hasRequiredPgQuerybuilder;function requirePgQuerybuilder(){if(hasRequiredPgQuerybuilder)return pgQuerybuilder;hasRequiredPgQuerybuilder=1;const e=requireQuerybuilder();return pgQuerybuilder=class extends e{updateFrom(I){return this._single.updateFrom=I,this}using(I){return this._single.using=I,this}withMaterialized(I,B,tr){return this._validateWithArgs(I,B,tr,"with"),this.withWrapped(I,B,tr,!0)}withNotMaterialized(I,B,tr){return this._validateWithArgs(I,B,tr,"with"),this.withWrapped(I,B,tr,!1)}},pgQuerybuilder}var pgColumncompiler,hasRequiredPgColumncompiler;function requirePgColumncompiler(){if(hasRequiredPgColumncompiler)return pgColumncompiler;hasRequiredPgColumncompiler=1;const e=requireColumncompiler(),{isObject:t}=requireIs(),{toNumber:I}=requireHelpers$1(),B=new RegExp("(?<!')'(?!')","g");class tr extends e{constructor(lr,mr,dr){super(lr,mr,dr),this.modifiers=["nullable","defaultTo","comment"],this._addCheckModifiers()}bit(lr){return lr.length!==!1?`bit(${lr.length})`:"bit"}enu(lr,mr){mr=mr||{};const dr=mr.useNative&&mr.existingType?void 0:lr.join("', '");if(mr.useNative){let _r="";const hr=mr.schemaName||this.tableCompiler.schemaNameRaw;return hr&&(_r+=`"${hr}".`),_r+=`"${mr.enumName}"`,mr.existingType||this.tableCompiler.unshiftQuery(`create type ${_r} as enum ('${dr}')`),_r}return`text check (${this.formatter.wrap(this.args[0])} in ('${dr}'))`}decimal(lr,mr){return lr===null?"decimal":`decimal(${I(lr,8)}, ${I(mr,2)})`}json(lr){return lr&&this.client.logger.deprecate("json(true)","jsonb()"),rr(this.client,lr)}jsonb(){return rr(this.client,!0)}checkRegex(lr,mr){return this._check(`${this.formatter.wrap(this.getColumnName())} ~ ${this.client._escapeBinding(lr)}`,mr)}datetime(lr=!1,mr){let dr;return t(lr)?{useTz:dr,precision:mr}=lr:dr=!lr,dr=typeof dr=="boolean"?dr:!0,mr=mr!=null?"("+mr+")":"",`${dr?"timestamptz":"timestamp"}${mr}`}timestamp(lr=!1,mr){return this.datetime(lr,mr)}comment(lr){const mr=this.args[0]||this.defaults("columnName"),dr=lr?`'${lr.replace(B,"''")}'`:"NULL";this.pushAdditional(function(){this.pushQuery(`comment on column ${this.tableCompiler.tableName()}.`+this.formatter.wrap(mr)+` is ${dr}`)},lr)}increments(lr={primaryKey:!0}){return"serial"+(this.tableCompiler._canBeAddPrimaryKey(lr)?" primary key":"")}bigincrements(lr={primaryKey:!0}){return"bigserial"+(this.tableCompiler._canBeAddPrimaryKey(lr)?" primary key":"")}uuid(lr={primaryKey:!1}){return"uuid"+(this.tableCompiler._canBeAddPrimaryKey(lr)?" primary key":"")}}tr.prototype.bigint="bigint",tr.prototype.binary="bytea",tr.prototype.bool="boolean",tr.prototype.double="double precision",tr.prototype.floating="real",tr.prototype.smallint="smallint",tr.prototype.tinyint="smallint";function rr(ir,lr){return!ir.version||ir.config.client==="cockroachdb"||ir.config.jsonbSupport===!0||parseFloat(ir.version)>=9.2?lr?"jsonb":"json":"text"}return pgColumncompiler=tr,pgColumncompiler}var pgTablecompiler,hasRequiredPgTablecompiler;function requirePgTablecompiler(){if(hasRequiredPgTablecompiler)return pgTablecompiler;hasRequiredPgTablecompiler=1;const e=requireHas(),t=requireTablecompiler(),{isObject:I,isString:B}=requireIs();class tr extends t{constructor(ir,lr){super(ir,lr)}renameColumn(ir,lr){return this.pushQuery({sql:`alter table ${this.tableName()} rename ${this.formatter.wrap(ir)} to ${this.formatter.wrap(lr)}`})}_setNullableState(ir,lr){const mr=lr?"drop not null":"set not null",dr=`alter table ${this.tableName()} alter column ${this.formatter.wrap(ir)} ${mr}`;return this.pushQuery({sql:dr})}compileAdd(ir){const lr=this.formatter.wrap(ir),mr=this.prefixArray("add column",this.getColumns(ir));return this.pushQuery({sql:`alter table ${lr} ${mr.join(", ")}`})}createQuery(ir,lr,mr){const dr=lr?"create table if not exists ":"create table ",_r=` (${ir.sql.join(", ")}${this.primaryKeys()||""}${this._addChecks()})`;let hr=dr+this.tableName()+(mr&&this.tableNameLike()?" (like "+this.tableNameLike()+" including all"+(ir.sql.length?", "+ir.sql.join(", "):"")+")":_r);this.single.inherits&&(hr+=` inherits (${this.formatter.wrap(this.single.inherits)})`),this.pushQuery({sql:hr,bindings:ir.bindings}),e(this.single,"comment")&&this.comment(this.single.comment)}primaryKeys(){const ir=(this.grouped.alterTable||[]).filter(lr=>lr.method==="primary");if(ir.length>0&&ir[0].args.length>0){const lr=ir[0].args[0];let mr=ir[0].args[1]||"",dr;return I(mr)&&({constraintName:mr,deferrable:dr}=mr),dr=dr?` deferrable initially ${dr}`:"",mr=mr?this.formatter.wrap(mr):this.formatter.wrap(`${this.tableNameRaw}_pkey`),`, constraint ${mr} primary key (${this.formatter.columnize(lr)})${dr}`}}addColumns(ir,lr,mr){if(lr===this.alterColumnsPrefix)for(const dr of mr)this._addColumn(dr);else super.addColumns(ir,lr)}_addColumn(ir){const lr=this.tableName(),mr=ir.getColumnType(),dr=this.client.wrapIdentifier(ir.getColumnName(),ir.columnBuilder.queryContext()),_r=ir.type==="enu";this.pushQuery({sql:`alter table ${lr} alter column ${dr} drop default`,bindings:[]});const hr=ir.columnBuilder.alterNullable;hr&&this.pushQuery({sql:`alter table ${lr} alter column ${dr} drop not null`,bindings:[]}),ir.columnBuilder.alterType&&this.pushQuery({sql:`alter table ${lr} alter column ${dr} type ${mr} using (${dr}${_r?"::text::":"::"}${mr})`,bindings:[]});const yr=ir.modified.defaultTo;if(yr){const Sr=ir.defaultTo.apply(ir,yr);this.pushQuery({sql:`alter table ${lr} alter column ${dr} set ${Sr}`,bindings:[]})}if(hr){const Sr=ir.modified.nullable;Sr&&Sr[0]===!1&&this.pushQuery({sql:`alter table ${lr} alter column ${dr} set not null`,bindings:[]})}}comment(ir){this.pushQuery(`comment on table ${this.tableName()} is '${this.single.comment}'`)}primary(ir,lr){let mr;I(lr)&&({constraintName:lr,deferrable:mr}=lr),mr=mr?` deferrable initially ${mr}`:"",lr=lr?this.formatter.wrap(lr):this.formatter.wrap(`${this.tableNameRaw}_pkey`),this.method!=="create"&&this.method!=="createIfNot"&&this.pushQuery(`alter table ${this.tableName()} add constraint ${lr} primary key (${this.formatter.columnize(ir)})${mr}`)}unique(ir,lr){let mr,dr=!0,_r;if(I(lr)&&({indexName:lr,deferrable:mr,useConstraint:dr,predicate:_r}=lr,dr===void 0&&(dr=!!mr||!_r)),!dr&&mr&&mr!=="not deferrable")throw new Error("postgres cannot create deferrable index");if(dr&&_r)throw new Error("postgres cannot create constraint with predicate");if(mr=mr?` deferrable initially ${mr}`:"",lr=lr?this.formatter.wrap(lr):this._indexCommand("unique",this.tableNameRaw,ir),dr)this.pushQuery(`alter table ${this.tableName()} add constraint ${lr} unique (`+this.formatter.columnize(ir)+")"+mr);else{const hr=_r?" "+this.client.queryCompiler(_r).where():"";this.pushQuery(`create unique index ${lr} on ${this.tableName()} (${this.formatter.columnize(ir)})${hr}`)}}index(ir,lr,mr){lr=lr?this.formatter.wrap(lr):this._indexCommand("index",this.tableNameRaw,ir);let dr,_r,hr;B(mr)?_r=mr:I(mr)&&({indexType:hr,storageEngineIndexType:_r,predicate:dr}=mr);const fr=dr?" "+this.client.queryCompiler(dr).where():"";this.pushQuery(`create${typeof hr=="string"&&hr.toLowerCase()==="unique"?" unique":""} index ${lr} on ${this.tableName()}${_r&&` using ${_r}`||""} (`+this.formatter.columnize(ir)+`)${fr}`)}dropPrimary(ir){ir=ir?this.formatter.wrap(ir):this.formatter.wrap(this.tableNameRaw+"_pkey"),this.pushQuery(`alter table ${this.tableName()} drop constraint ${ir}`)}dropIndex(ir,lr){lr=lr?this.formatter.wrap(lr):this._indexCommand("index",this.tableNameRaw,ir),lr=this.schemaNameRaw?`${this.formatter.wrap(this.schemaNameRaw)}.${lr}`:lr,this.pushQuery(`drop index ${lr}`)}dropUnique(ir,lr){lr=lr?this.formatter.wrap(lr):this._indexCommand("unique",this.tableNameRaw,ir),this.pushQuery(`alter table ${this.tableName()} drop constraint ${lr}`)}dropForeign(ir,lr){lr=lr?this.formatter.wrap(lr):this._indexCommand("foreign",this.tableNameRaw,ir),this.pushQuery(`alter table ${this.tableName()} drop constraint ${lr}`)}}return pgTablecompiler=tr,pgTablecompiler}var pgViewcompiler,hasRequiredPgViewcompiler;function requirePgViewcompiler(){if(hasRequiredPgViewcompiler)return pgViewcompiler;hasRequiredPgViewcompiler=1;const e=requireViewcompiler();class t extends e{constructor(B,tr){super(B,tr)}renameColumn(B,tr){return this.pushQuery({sql:`alter view ${this.viewName()} rename ${this.formatter.wrap(B)} to ${this.formatter.wrap(tr)}`})}defaultTo(B,tr){return this.pushQuery({sql:`alter view ${this.viewName()} alter ${this.formatter.wrap(B)} set default ${tr}`})}createOrReplace(){this.createQuery(this.columns,this.selectQuery,!1,!0)}createMaterializedView(){this.createQuery(this.columns,this.selectQuery,!0)}}return pgViewcompiler=t,pgViewcompiler}var pgViewbuilder,hasRequiredPgViewbuilder;function requirePgViewbuilder(){if(hasRequiredPgViewbuilder)return pgViewbuilder;hasRequiredPgViewbuilder=1;const e=requireViewbuilder();class t extends e{constructor(){super(...arguments)}checkOption(){this._single.checkOption="default_option"}localCheckOption(){this._single.checkOption="local"}cascadedCheckOption(){this._single.checkOption="cascaded"}}return pgViewbuilder=t,pgViewbuilder}var pgCompiler,hasRequiredPgCompiler;function requirePgCompiler(){if(hasRequiredPgCompiler)return pgCompiler;hasRequiredPgCompiler=1;const e=requireCompiler$1();class t extends e{constructor(B,tr){super(B,tr)}hasTable(B){let tr="select * from information_schema.tables where table_name = ?";const rr=[B];this.schema?(tr+=" and table_schema = ?",rr.push(this.schema)):tr+=" and table_schema = current_schema()",this.pushQuery({sql:tr,bindings:rr,output(ir){return ir.rows.length>0}})}hasColumn(B,tr){let rr="select * from information_schema.columns where table_name = ? and column_name = ?";const ir=[B,tr];this.schema?(rr+=" and table_schema = ?",ir.push(this.schema)):rr+=" and table_schema = current_schema()",this.pushQuery({sql:rr,bindings:ir,output(lr){return lr.rows.length>0}})}qualifiedTableName(B){const tr=this.schema?`${this.schema}.${B}`:B;return this.formatter.wrap(tr)}renameTable(B,tr){this.pushQuery(`alter table ${this.qualifiedTableName(B)} rename to ${this.formatter.wrap(tr)}`)}createSchema(B){this.pushQuery(`create schema ${this.formatter.wrap(B)}`)}createSchemaIfNotExists(B){this.pushQuery(`create schema if not exists ${this.formatter.wrap(B)}`)}dropSchema(B,tr=!1){this.pushQuery(`drop schema ${this.formatter.wrap(B)}${tr?" cascade":""}`)}dropSchemaIfExists(B,tr=!1){this.pushQuery(`drop schema if exists ${this.formatter.wrap(B)}${tr?" cascade":""}`)}dropExtension(B){this.pushQuery(`drop extension ${this.formatter.wrap(B)}`)}dropExtensionIfExists(B){this.pushQuery(`drop extension if exists ${this.formatter.wrap(B)}`)}createExtension(B){this.pushQuery(`create extension ${this.formatter.wrap(B)}`)}createExtensionIfNotExists(B){this.pushQuery(`create extension if not exists ${this.formatter.wrap(B)}`)}renameView(B,tr){this.pushQuery(this.alterViewPrefix+`${this.formatter.wrap(B)} rename to ${this.formatter.wrap(tr)}`)}refreshMaterializedView(B,tr=!1){this.pushQuery({sql:`refresh materialized view${tr?" concurrently":""} ${this.formatter.wrap(B)}`})}dropMaterializedView(B){this._dropView(B,!1,!0)}dropMaterializedViewIfExists(B){this._dropView(B,!0,!0)}}return pgCompiler=t,pgCompiler}var postgres,hasRequiredPostgres;function requirePostgres(){if(hasRequiredPostgres)return postgres;hasRequiredPostgres=1;const e=requireExtend(),t=requireMap(),{promisify:I}=requireUtil(),B=requireClient(),tr=requirePgTransaction(),rr=requirePgQuerycompiler(),ir=requirePgQuerybuilder(),lr=requirePgColumncompiler(),mr=requirePgTablecompiler(),dr=requirePgViewcompiler(),_r=requirePgViewbuilder(),hr=requirePgCompiler(),{makeEscape:fr}=requireString(),{isString:yr}=requireIs();class Sr extends B{constructor(wr){super(wr),wr.returning&&(this.defaultReturning=wr.returning),wr.searchPath&&(this.searchPath=wr.searchPath)}transaction(){return new tr(this,...arguments)}queryBuilder(){return new ir(this)}queryCompiler(wr,gr){return new rr(this,wr,gr)}columnCompiler(){return new lr(this,...arguments)}schemaCompiler(){return new hr(this,...arguments)}tableCompiler(){return new mr(this,...arguments)}viewCompiler(){return new dr(this,...arguments)}viewBuilder(){return new _r(this,...arguments)}_driver(){return require$$9}wrapIdentifierImpl(wr){if(wr==="*")return wr;let gr="";const br=wr.match(/(.*?)(\[[0-9]+\])/);return br&&(wr=br[1],gr=br[2]),`"${wr.replace(/"/g,'""')}"${gr}`}_acquireOnlyConnection(){const wr=new this.driver.Client(this.connectionSettings);return wr.on("error",gr=>{wr.__knex__disposed=gr}),wr.on("end",gr=>{wr.__knex__disposed=gr||"Connection ended unexpectedly"}),wr.connect().then(()=>wr)}acquireRawConnection(){const wr=this;return this._acquireOnlyConnection().then(function(gr){return wr.version?gr:wr.checkVersion(gr).then(function(br){return wr.version=br,gr})}).then(async function(br){return await wr.setSchemaSearchPath(br),br})}async destroyRawConnection(wr){return I(br=>wr.end(br))()}checkVersion(wr){return new Promise((gr,br)=>{wr.query("select version();",(xr,Ar)=>{if(xr)return br(xr);gr(this._parseVersion(Ar.rows[0].version))})})}_parseVersion(wr){return/^PostgreSQL (.*?)( |$)/.exec(wr)[1]}positionBindings(wr){let gr=0;return wr.replace(/(\\*)(\?)/g,function(br,xr){return xr.length%2?"?":(gr++,`$${gr}`)})}setSchemaSearchPath(wr,gr){let br=gr||this.searchPath;if(!br)return Promise.resolve(!0);if(!Array.isArray(br)&&!yr(br))throw new TypeError(`knex: Expected searchPath to be Array/String, got: ${typeof br}`);if(yr(br)){if(br.includes(",")){const Ar=`[${br.split(",").map(Pr=>`'${Pr}'`).join(", ")}]`;this.logger.warn(`Detected comma in searchPath "${br}".If you are trying to specify multiple schemas, use Array syntax: ${Ar}`)}br=[br]}return br=br.map(xr=>`"${xr}"`).join(","),new Promise(function(xr,Ar){wr.query(`set search_path to ${br}`,function(Pr){if(Pr)return Ar(Pr);xr(!0)})})}_stream(wr,gr,br,xr){if(!gr.sql)throw new Error("The query is empty");const Ar=process$1.browser?void 0:require$$9,Pr=gr.sql;return new Promise(function(Fr,Dr){const $n=wr.query(new Ar(Pr,gr.bindings,xr),Ir=>{Dr(Ir)});$n.on("error",function(Ir){Dr(Ir),br.emit("error",Ir)}),br.on("end",Fr),$n.pipe(br)})}_query(wr,gr){if(!gr.sql)throw new Error("The query is empty");let br={text:gr.sql,values:gr.bindings||[]};return gr.options&&(br=e(br,gr.options)),new Promise(function(xr,Ar){wr.query(br,function(Pr,Fr){if(Pr)return Ar(Pr);gr.response=Fr,xr(gr)})})}processResponse(wr,gr){const br=wr.response;if(wr.output)return wr.output.call(gr,br);if(wr.method==="raw")return br;const{returning:xr}=wr;if(br.command==="SELECT")return wr.method==="first"?br.rows[0]:wr.method==="pluck"?t(br.rows,wr.pluck):br.rows;if(xr){const Ar=[];for(let Pr=0,Fr=br.rows.length;Pr<Fr;Pr++){const Dr=br.rows[Pr];Ar[Pr]=Dr}return Ar}return br.command==="UPDATE"||br.command==="DELETE"?br.rowCount:br}async cancelQuery(wr){const gr=await this.acquireRawConnection();try{return await this._wrappedCancelQueryCall(gr,wr)}finally{await this.destroyRawConnection(gr).catch(br=>{this.logger.warn(`Connection Error: ${br}`)})}}_wrappedCancelQueryCall(wr,gr){return this._query(wr,{sql:"SELECT pg_cancel_backend($1);",bindings:[gr.processID],options:{}})}toPathForJson(wr){const gr=/^{.*}$/;return wr.match(gr)?wr:"{"+wr.replace(/^(\$\.)/,"").replace(".",",").replace(/\[([0-9]+)]/,",$1")+"}"}}Object.assign(Sr.prototype,{dialect:"postgresql",driverName:"pg",canCancelQuery:!0,_escapeBinding:fr({escapeArray(Mr,wr){return wr(vr(Mr,wr))},escapeString(Mr){let wr=!1,gr="'";for(let br=0;br<Mr.length;br++){const xr=Mr[br];xr==="'"?gr+=xr+xr:xr==="\\"?(gr+=xr+xr,wr=!0):gr+=xr}return gr+="'",wr===!0&&(gr="E"+gr),gr},escapeObject(Mr,wr,gr,br=[]){if(Mr&&typeof Mr.toPostgres=="function"){if(br=br||[],br.indexOf(Mr)!==-1)throw new Error(`circular reference detected while preparing "${Mr}" for query`);return br.push(Mr),wr(Mr.toPostgres(wr),br)}return JSON.stringify(Mr)}})});function vr(Mr,wr){let gr="{";for(let br=0;br<Mr.length;br++){br>0&&(gr+=",");const xr=Mr[br];xr===null||typeof xr>"u"?gr+="NULL":Array.isArray(xr)?gr+=vr(xr,wr):typeof xr=="number"?gr+=xr:gr+=JSON.stringify(typeof xr=="string"?xr:wr(xr))}return gr+"}"}return postgres=Sr,postgres}var crdbQuerycompiler,hasRequiredCrdbQuerycompiler;function requireCrdbQuerycompiler(){if(hasRequiredCrdbQuerycompiler)return crdbQuerycompiler;hasRequiredCrdbQuerycompiler=1;const e=requirePgQuerycompiler(),{columnize:t,wrap:I,operator:B}=requireWrappingFormatter();class tr extends e{truncate(){return`truncate ${this.tableName}`}upsert(){let ir=this._upsert();if(ir==="")return ir;const{returning:lr}=this.single;return lr&&(ir+=this._returning(lr)),{sql:ir,returning:lr}}_upsert(){const ir=this.single.upsert||[],lr=this.with()+`upsert into ${this.tableName} `,mr=this._insertBody(ir);return mr===""?"":lr+mr}_groupOrder(ir,lr){return this._basicGroupOrder(ir,lr)}whereJsonPath(ir){let lr="";return!isNaN(ir.value)&&parseInt(ir.value)?lr="::int":!isNaN(ir.value)&&parseFloat(ir.value)?lr="::float":lr=" #>> '{}'",`json_extract_path(${this._columnClause(ir)}, ${this.client.toArrayPathFromJsonPath(ir.jsonPath,this.builder,this.bindingsHolder)})${lr} ${B(ir.operator,this.builder,this.client,this.bindingsHolder)} ${this._jsonValueClause(ir)}`}_jsonExtract(ir,lr){let mr;return Array.isArray(lr.column)?mr=lr.column:mr=[lr],mr.map(dr=>{const _r=`json_extract_path(${t(dr.column||dr[0],this.builder,this.client,this.bindingsHolder)}, ${this.client.toArrayPathFromJsonPath(dr.path||dr[1],this.builder,this.bindingsHolder)})`,hr=dr.alias||dr[2];return hr?this.client.alias(_r,this.formatter.wrap(hr)):_r}).join(", ")}_onJsonPathEquals(ir,lr){return"json_extract_path("+I(lr.columnFirst,void 0,this.builder,this.client,this.bindingsHolder)+", "+this.client.toArrayPathFromJsonPath(lr.jsonPathFirst,this.builder,this.bindingsHolder)+") = json_extract_path("+I(lr.columnSecond,void 0,this.builder,this.client,this.bindingsHolder)+", "+this.client.toArrayPathFromJsonPath(lr.jsonPathSecond,this.builder,this.bindingsHolder)+")"}}return crdbQuerycompiler=tr,crdbQuerycompiler}var crdbColumncompiler,hasRequiredCrdbColumncompiler;function requireCrdbColumncompiler(){if(hasRequiredCrdbColumncompiler)return crdbColumncompiler;hasRequiredCrdbColumncompiler=1;const e=requirePgColumncompiler();class t extends e{uuid(B={primaryKey:!1}){return"uuid"+(this.tableCompiler._canBeAddPrimaryKey(B)?" primary key default gen_random_uuid()":"")}}return crdbColumncompiler=t,crdbColumncompiler}var crdbTablecompiler,hasRequiredCrdbTablecompiler;function requireCrdbTablecompiler(){if(hasRequiredCrdbTablecompiler)return crdbTablecompiler;hasRequiredCrdbTablecompiler=1;const e=requirePgTablecompiler();class t extends e{constructor(B,tr){super(B,tr)}addColumns(B,tr,rr){if(tr===this.alterColumnsPrefix)for(const ir of rr)this.client.logger.warn("Experimental alter column in use, see issue: https://github.com/cockroachdb/cockroach/issues/49329"),this.pushQuery({sql:"SET enable_experimental_alter_column_type_general = true",bindings:[]}),super._addColumn(ir);else super.addColumns(B,tr)}dropUnique(B,tr){tr=tr?this.formatter.wrap(tr):this._indexCommand("unique",this.tableNameRaw,B),this.pushQuery(`drop index ${this.tableName()}@${tr} cascade `)}}return crdbTablecompiler=t,crdbTablecompiler}var crdbViewcompiler,hasRequiredCrdbViewcompiler;function requireCrdbViewcompiler(){if(hasRequiredCrdbViewcompiler)return crdbViewcompiler;hasRequiredCrdbViewcompiler=1;const e=requirePgViewcompiler();class t extends e{renameColumn(B,tr){throw new Error("rename column of views is not supported by this dialect.")}defaultTo(B,tr){throw new Error("change default values of views is not supported by this dialect.")}}return crdbViewcompiler=t,crdbViewcompiler}var crdbQuerybuilder,hasRequiredCrdbQuerybuilder;function requireCrdbQuerybuilder(){if(hasRequiredCrdbQuerybuilder)return crdbQuerybuilder;hasRequiredCrdbQuerybuilder=1;const e=requireQuerybuilder(),t=requireIsEmpty();return crdbQuerybuilder=class extends e{upsert(B,tr,rr){return this._method="upsert",t(tr)||this.returning(tr,rr),this._single.upsert=B,this}},crdbQuerybuilder}var cockroachdb,hasRequiredCockroachdb;function requireCockroachdb(){if(hasRequiredCockroachdb)return cockroachdb;hasRequiredCockroachdb=1;const e=requirePostgres(),t=requirePgTransaction(),I=requireCrdbQuerycompiler(),B=requireCrdbColumncompiler(),tr=requireCrdbTablecompiler(),rr=requireCrdbViewcompiler(),ir=requireCrdbQuerybuilder();class lr extends e{transaction(){return new t(this,...arguments)}queryCompiler(dr,_r){return new I(this,dr,_r)}columnCompiler(){return new B(this,...arguments)}tableCompiler(){return new tr(this,...arguments)}viewCompiler(){return new rr(this,...arguments)}queryBuilder(){return new ir(this)}_parseVersion(dr){return dr.split(" ")[2]}async cancelQuery(dr){try{return await this._wrappedCancelQueryCall(null,dr)}catch(_r){throw this.logger.warn(`Connection Error: ${_r}`),_r}}_wrappedCancelQueryCall(dr,_r){if(!(_r.activeQuery.processID===0&&_r.activeQuery.secretKey===0))return _r.cancel(_r,_r.activeQuery)}toArrayPathFromJsonPath(dr,_r,hr){return dr.replace(/^(\$\.)/,"").replace(/\[([0-9]+)]/,".$1").split(".").map((function(fr){return this.parameter(fr,_r,hr)}).bind(this)).join(", ")}}return Object.assign(lr.prototype,{driverName:"cockroachdb"}),cockroachdb=lr,cockroachdb}var isNil_1,hasRequiredIsNil;function requireIsNil(){if(hasRequiredIsNil)return isNil_1;hasRequiredIsNil=1;function e(t){return t==null}return isNil_1=e,isNil_1}var mssqlFormatter,hasRequiredMssqlFormatter;function requireMssqlFormatter(){if(hasRequiredMssqlFormatter)return mssqlFormatter;hasRequiredMssqlFormatter=1;const e=requireFormatter();class t extends e{columnizeWithPrefix(B,tr){const rr=typeof tr=="string"?[tr]:tr;let ir="",lr=-1;for(;++lr<rr.length;)lr>0&&(ir+=", "),ir+=B+this.wrap(rr[lr]);return ir}escapingStringDelimiters(B){return(B||"").replace(/'/g,"''")}}return mssqlFormatter=t,mssqlFormatter}var transaction$4,hasRequiredTransaction$4;function requireTransaction$4(){if(hasRequiredTransaction$4)return transaction$4;hasRequiredTransaction$4=1;const e=requireTransaction$5(),t=requireBrowser()("knex:tx");class I extends e{begin(lr){return t("transaction::begin id=%s",this.txid),new Promise((mr,dr)=>{lr.beginTransaction(_r=>{if(_r)return t("transaction::begin error id=%s message=%s",this.txid,_r.message),dr(_r);mr()},this.outerTx?this.txid:void 0,B(this.isolationLevel))}).then(this._resolver,this._rejecter)}savepoint(lr){return t("transaction::savepoint id=%s",this.txid),new Promise((mr,dr)=>{lr.saveTransaction(_r=>{if(_r)return t("transaction::savepoint id=%s message=%s",this.txid,_r.message),dr(_r);this.trxClient.emit("query",{__knexUid:this.trxClient.__knexUid,__knexTxId:this.trxClient.__knexTxId,autogenerated:!0,sql:this.outerTx?`SAVE TRANSACTION [${this.txid}]`:"SAVE TRANSACTION"}),mr()},this.outerTx?this.txid:void 0)})}commit(lr,mr){return t("transaction::commit id=%s",this.txid),new Promise((dr,_r)=>{lr.commitTransaction(hr=>{if(hr)return t("transaction::commit error id=%s message=%s",this.txid,hr.message),_r(hr);this._completed=!0,dr(mr)},this.outerTx?this.txid:void 0)}).then(()=>this._resolver(mr),this._rejecter)}release(lr,mr){return this._resolver(mr)}rollback(lr,mr){return this._completed=!0,t("transaction::rollback id=%s",this.txid),new Promise((dr,_r)=>{if(!lr.inTransaction)return _r(mr||new Error("Transaction rejected with non-error: undefined"));if(lr.state.name!=="LoggedIn")return _r(new Error("Can't rollback transaction. There is a request in progress"));lr.rollbackTransaction(hr=>{hr&&t("transaction::rollback error id=%s message=%s",this.txid,hr.message),_r(hr||mr||new Error("Transaction rejected with non-error: undefined"))},this.outerTx?this.txid:void 0)}).catch(dr=>{if(!mr&&this.doNotRejectOnRollback){this._resolver();return}if(mr)try{dr.originalError=mr}catch{}this._rejecter(dr)})}rollbackTo(lr,mr){return this.rollback(lr,mr).then(()=>{this.trxClient.emit("query",{__knexUid:this.trxClient.__knexUid,__knexTxId:this.trxClient.__knexTxId,autogenerated:!0,sql:"ROLLBACK TRANSACTION"})})}}transaction$4=I;function B(ir){if(!ir)return;ir=ir.toUpperCase().replace(" ","_");const lr=tr[ir];if(!lr)throw new Error(`Unknown Isolation level, was expecting one of: ${JSON.stringify(rr)}`);return lr}const tr={READ_UNCOMMITTED:1,READ_COMMITTED:2,REPEATABLE_READ:3,SERIALIZABLE:4,SNAPSHOT:5},rr=Object.keys(tr).map(ir=>ir.toLowerCase().replace("_"," "));return transaction$4}var mssqlQuerycompiler,hasRequiredMssqlQuerycompiler;function requireMssqlQuerycompiler(){if(hasRequiredMssqlQuerycompiler)return mssqlQuerycompiler;hasRequiredMssqlQuerycompiler=1;const e=requireQuerycompiler(),t=requireCompact(),I=requireIdentity(),B=requireIsEmpty(),tr=requireRaw(),{columnize:rr}=requireWrappingFormatter(),ir=["comments","columns","join","lock","where","union","group","having","order","limit","offset"];class lr extends e{constructor(dr,_r,hr){super(dr,_r,hr);const{onConflict:fr}=this.single;if(fr)throw new Error(".onConflict() is not supported for mssql.");this._emptyInsertValue="default values"}with(){const dr=[];if(this.grouped.with)for(const hr of this.grouped.with)hr.recursive&&(dr.push(hr),hr.recursive=!1);const _r=super.with();for(const hr of dr)hr.recursive=!0;return _r}select(){const dr=this.with(),_r=ir.map(hr=>this[hr](this));return dr+t(_r).join(" ")}insert(){return this.single.options&&this.single.options.includeTriggerModifications?this.insertWithTriggers():this.standardInsert()}insertWithTriggers(){const dr=this.single.insert||[],{returning:_r}=this.single;let hr=this.with()+`${this._buildTempTable(_r)}insert into ${this.tableName} `;const fr=_r?this._returning("insert",_r,!0)+" ":"";if(Array.isArray(dr)){if(dr.length===0)return""}else if(typeof dr=="object"&&B(dr))return{sql:hr+fr+this._emptyInsertValue+this._buildReturningSelect(_r),returning:_r};return hr+=this._buildInsertData(dr,fr),_r&&(hr+=this._buildReturningSelect(_r)),{sql:hr,returning:_r}}_buildInsertData(dr,_r){let hr="";const fr=this._prepInsert(dr);if(typeof fr=="string")hr+=fr;else if(fr.columns.length)hr+=`(${this.formatter.columnize(fr.columns)}`,hr+=`) ${_r}values (`+this._buildInsertValues(fr)+")";else if(dr.length===1&&dr[0])hr+=_r+this._emptyInsertValue;else return"";return hr}standardInsert(){const dr=this.single.insert||[];let _r=this.with()+`insert into ${this.tableName} `;const{returning:hr}=this.single,fr=hr?this._returning("insert",hr)+" ":"";if(Array.isArray(dr)){if(dr.length===0)return""}else if(typeof dr=="object"&&B(dr))return{sql:_r+fr+this._emptyInsertValue,returning:hr};return _r+=this._buildInsertData(dr,fr),{sql:_r,returning:hr}}update(){return this.single.options&&this.single.options.includeTriggerModifications?this.updateWithTriggers():this.standardUpdate()}updateWithTriggers(){const dr=this.top(),_r=this.with(),hr=this._prepUpdate(this.single.update),fr=this.join(),yr=this.where(),Sr=this.order(),{returning:vr}=this.single,Mr=this._buildTempTable(vr);return{sql:_r+Mr+`update ${dr?dr+" ":""}${this.tableName} set `+hr.join(", ")+(vr?` ${this._returning("update",vr,!0)}`:"")+(fr?` from ${this.tableName} ${fr}`:"")+(yr?` ${yr}`:"")+(Sr?` ${Sr}`:"")+(vr?this._buildReturningSelect(vr):this._returning("rowcount","@@rowcount")),returning:vr||"@@rowcount"}}_formatGroupsItemValue(dr,_r){const hr=super._formatGroupsItemValue(dr);if(_r&&!(dr instanceof tr)){const fr=`IIF(${hr} is null,`;if(_r==="first")return`${fr}0,1)`;if(_r==="last")return`${fr}1,0)`}return hr}standardUpdate(){const dr=this.top(),_r=this.with(),hr=this._prepUpdate(this.single.update),fr=this.join(),yr=this.where(),Sr=this.order(),{returning:vr}=this.single;return{sql:_r+`update ${dr?dr+" ":""}${this.tableName} set `+hr.join(", ")+(vr?` ${this._returning("update",vr)}`:"")+(fr?` from ${this.tableName} ${fr}`:"")+(yr?` ${yr}`:"")+(Sr?` ${Sr}`:"")+(vr?"":this._returning("rowcount","@@rowcount")),returning:vr||"@@rowcount"}}del(){return this.single.options&&this.single.options.includeTriggerModifications?this.deleteWithTriggers():this.standardDelete()}deleteWithTriggers(){const dr=this.with(),{tableName:_r}=this,hr=this.where(),fr=this.join(),{returning:yr}=this.single,Sr=yr?` ${this._returning("del",yr,!0)}`:"",vr=fr?`${_r}${Sr} `:"";return{sql:dr+`${this._buildTempTable(yr)}delete ${vr}from ${_r}`+(fr?"":Sr)+(fr?` ${fr}`:"")+(hr?` ${hr}`:"")+(yr?this._buildReturningSelect(yr):this._returning("rowcount","@@rowcount")),returning:yr||"@@rowcount"}}standardDelete(){const dr=this.with(),{tableName:_r}=this,hr=this.where(),fr=this.join(),{returning:yr}=this.single,Sr=yr?` ${this._returning("del",yr)}`:"",vr=fr?`${_r}${Sr} `:"";return{sql:dr+`delete ${vr}from ${_r}`+(fr?"":Sr)+(fr?` ${fr}`:"")+(hr?` ${hr}`:"")+(yr?"":this._returning("rowcount","@@rowcount")),returning:yr||"@@rowcount"}}columns(){let dr="";if(this.onlyUnions())return"";const _r=this.top(),hr=this._hintComments(),fr=this.grouped.columns||[];let yr=-1,Sr=[];if(fr)for(;++yr<fr.length;){const Mr=fr[yr];if(Mr.distinct&&(dr="distinct "),Mr.distinctOn){dr=this.distinctOn(Mr.value);continue}Mr.type==="aggregate"?Sr.push(...this.aggregate(Mr)):Mr.type==="aggregateRaw"?Sr.push(this.aggregateRaw(Mr)):Mr.type==="analytic"?Sr.push(this.analytic(Mr)):Mr.type==="json"?Sr.push(this.json(Mr)):Mr.value&&Mr.value.length>0&&Sr.push(this.formatter.columnize(Mr.value))}return Sr.length===0&&(Sr=["*"]),`${this.onlyJson()?"":"select "}${hr}${dr}`+(_r?_r+" ":"")+Sr.join(", ")+(this.tableName?` from ${this.tableName}`:"")}_returning(dr,_r,hr){switch(dr){case"update":case"insert":return _r?`output ${this.formatter.columnizeWithPrefix("inserted.",_r)}${hr?" into #out":""}`:"";case"del":return _r?`output ${this.formatter.columnizeWithPrefix("deleted.",_r)}${hr?" into #out":""}`:"";case"rowcount":return _r?";select @@rowcount":""}}_buildTempTable(dr){if(dr&&dr.length>0){let _r="";Array.isArray(dr)?_r=dr.map(fr=>`[t].${this.formatter.columnize(fr)}`).join(","):_r=`[t].${this.formatter.columnize(dr)}`;let hr=`select top(0) ${_r} into #out `;return hr+=`from ${this.tableName} as t `,hr+=`left join ${this.tableName} on 0=1;`,hr}return""}_buildReturningSelect(dr){if(dr&&dr.length>0){let _r="";Array.isArray(dr)?_r=dr.map(fr=>`${this.formatter.columnize(fr)}`).join(","):_r=this.formatter.columnize(dr);let hr=`; select ${_r} from #out; `;return hr+="drop table #out;",hr}return""}truncate(){return`truncate table ${this.tableName}`}forUpdate(){return"with (UPDLOCK)"}forShare(){return"with (HOLDLOCK)"}columnInfo(){const dr=this.single.columnInfo;let _r=this.single.schema;const hr=this.client.customWrapIdentifier(this.single.table,I);_r&&(_r=this.client.customWrapIdentifier(_r,I));let fr="select [COLUMN_NAME], [COLUMN_DEFAULT], [DATA_TYPE], [CHARACTER_MAXIMUM_LENGTH], [IS_NULLABLE] from INFORMATION_SCHEMA.COLUMNS where table_name = ? and table_catalog = ?";const yr=[hr,this.client.database()];return _r?(fr+=" and table_schema = ?",yr.push(_r)):fr+=" and table_schema = 'dbo'",{sql:fr,bindings:yr,output(Sr){const vr=Sr.reduce((Mr,wr)=>(Mr[wr[0].value]={defaultValue:wr[1].value,type:wr[2].value,maxLength:wr[3].value,nullable:wr[4].value==="YES"},Mr),{});return dr&&vr[dr]||vr}}}top(){const dr=!this.single.limit&&this.single.limit!==0,_r=!this.single.offset;return dr||!_r?"":`top (${this._getValueOrParameterFromAttribute("limit")})`}limit(){return""}offset(){const dr=!this.single.limit&&this.single.limit!==0,_r=!this.single.offset;if(_r)return"";let hr=`offset ${_r?"0":this._getValueOrParameterFromAttribute("offset")} rows`;return dr||(hr+=` fetch next ${this._getValueOrParameterFromAttribute("limit")} rows only`),hr}whereLike(dr){return`${this._columnClause(dr)} collate SQL_Latin1_General_CP1_CS_AS ${this._not(dr,"like ")}${this._valueClause(dr)}`}whereILike(dr){return`${this._columnClause(dr)} collate SQL_Latin1_General_CP1_CI_AS ${this._not(dr,"like ")}${this._valueClause(dr)}`}jsonExtract(dr){return this._jsonExtract(dr.singleValue?"JSON_VALUE":"JSON_QUERY",dr)}jsonSet(dr){return this._jsonSet("JSON_MODIFY",dr)}jsonInsert(dr){return this._jsonSet("JSON_MODIFY",dr)}jsonRemove(dr){const _r=`JSON_MODIFY(${rr(dr.column,this.builder,this.client,this.bindingsHolder)},${this.client.parameter(dr.path,this.builder,this.bindingsHolder)}, NULL)`;return dr.alias?this.client.alias(_r,this.formatter.wrap(dr.alias)):_r}whereJsonPath(dr){return this._whereJsonPath("JSON_VALUE",dr)}whereJsonSupersetOf(dr){throw new Error("Json superset where clause not actually supported by MSSQL")}whereJsonSubsetOf(dr){throw new Error("Json subset where clause not actually supported by MSSQL")}_getExtracts(dr,_r){const hr=rr(dr.column,this.builder,this.client,this.bindingsHolder);return(Array.isArray(dr.values)?dr.values:[dr.values]).map(function(fr){return"JSON_VALUE("+hr+","+this.client.parameter(fr,this.builder,this.bindingsHolder)+")"},this).join(_r)}onJsonPathEquals(dr){return this._onJsonPathEquals("JSON_VALUE",dr)}}return mssqlQuerycompiler=lr,mssqlQuerycompiler}var mssqlCompiler,hasRequiredMssqlCompiler;function requireMssqlCompiler(){if(hasRequiredMssqlCompiler)return mssqlCompiler;hasRequiredMssqlCompiler=1;const e=requireCompiler$1();class t extends e{constructor(tr,rr){super(tr,rr)}dropTableIfExists(tr){const rr=this.formatter.wrap(I(this.schema,tr));this.pushQuery(`if object_id('${rr}', 'U') is not null DROP TABLE ${rr}`)}dropViewIfExists(tr){const rr=this.formatter.wrap(I(this.schema,tr));this.pushQuery(`if object_id('${rr}', 'V') is not null DROP VIEW ${rr}`)}renameTable(tr,rr){this.pushQuery(`exec sp_rename ${this.client.parameter(I(this.schema,tr),this.builder,this.bindingsHolder)}, ${this.client.parameter(rr,this.builder,this.bindingsHolder)}`)}renameView(tr,rr){this.pushQuery(`exec sp_rename ${this.client.parameter(I(this.schema,tr),this.builder,this.bindingsHolder)}, ${this.client.parameter(rr,this.builder,this.bindingsHolder)}`)}hasTable(tr){const rr=this.client.parameter(I(this.schema,tr),this.builder,this.bindingsHolder),ir=[tr];let lr=`SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = ${rr}`;this.schema&&(lr+=" AND TABLE_SCHEMA = ?",ir.push(this.schema)),this.pushQuery({sql:lr,bindings:ir,output:mr=>mr.length>0})}hasColumn(tr,rr){const ir=this.client.parameter(rr,this.builder,this.bindingsHolder),lr=this.client.parameter(this.formatter.wrap(I(this.schema,tr)),this.builder,this.bindingsHolder),mr=`select object_id from sys.columns where name = ${ir} and object_id = object_id(${lr})`;this.pushQuery({sql:mr,output:dr=>dr.length>0})}}t.prototype.dropTablePrefix="DROP TABLE ";function I(B,tr){return B?`${B}.${tr}`:tr}return mssqlCompiler=t,mssqlCompiler}var mssqlTablecompiler,hasRequiredMssqlTablecompiler;function requireMssqlTablecompiler(){if(hasRequiredMssqlTablecompiler)return mssqlTablecompiler;hasRequiredMssqlTablecompiler=1;const e=requireTablecompiler(),t=requireHelpers$1(),{isObject:I}=requireIs();class B extends e{constructor(rr,ir){super(rr,ir)}createQuery(rr,ir,lr){let mr=ir?`if object_id('${this.tableName()}', 'U') is null `:"";lr?mr+=`SELECT * INTO ${this.tableName()} FROM ${this.tableNameLike()} WHERE 0=1`:mr+="CREATE TABLE "+this.tableName()+(this._formatting?` (
80
+ `:" (")+rr.sql.join(this._formatting?`,
81
+ `:", ")+this._addChecks()+")",this.pushQuery(mr),this.single.comment&&this.comment(this.single.comment),lr&&this.addColumns(rr,this.addColumnsPrefix)}comment(rr){if(!rr)return;rr.length>7500/2&&this.client.logger.warn("Your comment might be longer than the max comment length for MSSQL of 7,500 bytes.");const ir=this.formatter.escapingStringDelimiters(rr),lr=this.formatter.escapingStringDelimiters(this.schemaNameRaw||"dbo"),mr=this.formatter.escapingStringDelimiters(this.tableNameRaw),dr=`N'MS_Description', N'${ir}', N'Schema', N'${lr}', N'Table', N'${mr}'`,_r=`EXISTS(SELECT * FROM sys.fn_listextendedproperty(N'MS_Description', N'Schema', N'${lr}', N'Table', N'${mr}', NULL, NULL))`;this.pushQuery(`IF ${_r}
82
+ EXEC sys.sp_updateextendedproperty ${dr}
83
+ ELSE
84
+ EXEC sys.sp_addextendedproperty ${dr}`)}addColumns(rr,ir){ir=ir||this.addColumnsPrefix,rr.sql.length>0&&this.pushQuery({sql:(this.lowerCase?"alter table ":"ALTER TABLE ")+this.tableName()+" "+ir+rr.sql.join(", "),bindings:rr.bindings})}alterColumns(rr,ir){for(let lr=0,mr=ir.length;lr<mr;lr++){const dr=ir[lr];if(dr.modified.defaultTo){const hr=`
85
+ DECLARE @constraint varchar(100) = (SELECT default_constraints.name
86
+ FROM sys.all_columns
87
+ INNER JOIN sys.tables
88
+ ON all_columns.object_id = tables.object_id
89
+ INNER JOIN sys.schemas
90
+ ON tables.schema_id = schemas.schema_id
91
+ INNER JOIN sys.default_constraints
92
+ ON all_columns.default_object_id = default_constraints.object_id
93
+ WHERE schemas.name = '${this.schemaNameRaw||"dbo"}'
94
+ AND tables.name = '${this.tableNameRaw}'
95
+ AND all_columns.name = '${dr.getColumnName()}')
96
+
97
+ IF @constraint IS NOT NULL EXEC('ALTER TABLE ${this.tableNameRaw} DROP CONSTRAINT ' + @constraint)`;this.pushQuery(hr)}}rr.sql.forEach(lr=>{this.pushQuery({sql:(this.lowerCase?"alter table ":"ALTER TABLE ")+this.tableName()+" "+(this.lowerCase?this.alterColumnPrefix.toLowerCase():this.alterColumnPrefix)+lr,bindings:rr.bindings})})}dropColumn(){const rr=this,ir=t.normalizeArr.apply(null,arguments),mr=(Array.isArray(ir)?ir:[ir]).map(_r=>rr.formatter.wrap(_r)),dr=this.schemaNameRaw||"dbo";for(const _r of ir){const hr=`
98
+ DECLARE @constraint varchar(100) = (SELECT default_constraints.name
99
+ FROM sys.all_columns
100
+ INNER JOIN sys.tables
101
+ ON all_columns.object_id = tables.object_id
102
+ INNER JOIN sys.schemas
103
+ ON tables.schema_id = schemas.schema_id
104
+ INNER JOIN sys.default_constraints
105
+ ON all_columns.default_object_id = default_constraints.object_id
106
+ WHERE schemas.name = '${dr}'
107
+ AND tables.name = '${this.tableNameRaw}'
108
+ AND all_columns.name = '${_r}')
109
+
110
+ IF @constraint IS NOT NULL EXEC('ALTER TABLE ${this.tableNameRaw} DROP CONSTRAINT ' + @constraint)`;this.pushQuery(hr)}this.pushQuery((this.lowerCase?"alter table ":"ALTER TABLE ")+this.tableName()+" "+this.dropColumnPrefix+mr.join(", "))}changeType(){}renameColumn(rr,ir){this.pushQuery(`exec sp_rename ${this.client.parameter(this.tableName()+"."+rr,this.tableBuilder,this.bindingsHolder)}, ${this.client.parameter(ir,this.tableBuilder,this.bindingsHolder)}, 'COLUMN'`)}dropFKRefs(rr,ir){const lr=this.client.formatter(this.tableBuilder);return Promise.all(ir.map(function(mr){const dr=lr.wrap(mr.CONSTRAINT_NAME),_r=lr.wrap(mr.TABLE_NAME);return rr.query({sql:`ALTER TABLE ${_r} DROP CONSTRAINT ${dr}`})}))}createFKRefs(rr,ir){const lr=this.client.formatter(this.tableBuilder);return Promise.all(ir.map(function(mr){const dr=lr.wrap(mr.TABLE_NAME),_r=lr.wrap(mr.CONSTRAINT_NAME),hr=lr.columnize(mr.COLUMN_NAME),fr=lr.columnize(mr.REFERENCED_COLUMN_NAME),yr=lr.wrap(mr.REFERENCED_TABLE_NAME),Sr=` ON UPDATE ${mr.UPDATE_RULE}`,vr=` ON DELETE ${mr.DELETE_RULE}`;return rr.query({sql:`ALTER TABLE ${dr} ADD CONSTRAINT ${_r} FOREIGN KEY (`+hr+") REFERENCES "+yr+" ("+fr+")"+Sr+vr})}))}index(rr,ir,lr){ir=ir?this.formatter.wrap(ir):this._indexCommand("index",this.tableNameRaw,rr);let mr;I(lr)&&({predicate:mr}=lr);const dr=mr?" "+this.client.queryCompiler(mr).where():"";this.pushQuery(`CREATE INDEX ${ir} ON ${this.tableName()} (${this.formatter.columnize(rr)})${dr}`)}primary(rr,ir){let lr;I(ir)&&({constraintName:ir,deferrable:lr}=ir),lr&&lr!=="not deferrable"&&this.client.logger.warn(`mssql: primary key constraint [${ir}] will not be deferrable ${lr} because mssql does not support deferred constraints.`),ir=ir?this.formatter.wrap(ir):this.formatter.wrap(`${this.tableNameRaw}_pkey`),this.forCreate?this.pushQuery(`CONSTRAINT ${ir} PRIMARY KEY (${this.formatter.columnize(rr)})`):this.pushQuery(`ALTER TABLE ${this.tableName()} ADD CONSTRAINT ${ir} PRIMARY KEY (${this.formatter.columnize(rr)})`)}unique(rr,ir){let lr,mr=!1,dr;if(I(ir)&&({indexName:ir,deferrable:lr,useConstraint:mr,predicate:dr}=ir),lr&&lr!=="not deferrable"&&this.client.logger.warn(`mssql: unique index [${ir}] will not be deferrable ${lr} because mssql does not support deferred constraints.`),mr&&dr)throw new Error("mssql cannot create constraint with predicate");if(ir=ir?this.formatter.wrap(ir):this._indexCommand("unique",this.tableNameRaw,rr),Array.isArray(rr)||(rr=[rr]),mr)this.pushQuery(`ALTER TABLE ${this.tableName()} ADD CONSTRAINT ${ir} UNIQUE (${this.formatter.columnize(rr)})`);else{const _r=dr?" "+this.client.queryCompiler(dr).where():" WHERE "+rr.map(hr=>this.formatter.columnize(hr)+" IS NOT NULL").join(" AND ");this.pushQuery(`CREATE UNIQUE INDEX ${ir} ON ${this.tableName()} (${this.formatter.columnize(rr)})${_r}`)}}dropIndex(rr,ir){ir=ir?this.formatter.wrap(ir):this._indexCommand("index",this.tableNameRaw,rr),this.pushQuery(`DROP INDEX ${ir} ON ${this.tableName()}`)}dropForeign(rr,ir){ir=ir?this.formatter.wrap(ir):this._indexCommand("foreign",this.tableNameRaw,rr),this.pushQuery(`ALTER TABLE ${this.tableName()} DROP CONSTRAINT ${ir}`)}dropPrimary(rr){rr=rr?this.formatter.wrap(rr):this.formatter.wrap(`${this.tableNameRaw}_pkey`),this.pushQuery(`ALTER TABLE ${this.tableName()} DROP CONSTRAINT ${rr}`)}dropUnique(rr,ir){ir=ir?this.formatter.wrap(ir):this._indexCommand("unique",this.tableNameRaw,rr),this.pushQuery(`DROP INDEX ${ir} ON ${this.tableName()}`)}}return B.prototype.createAlterTableMethods=["foreign","primary"],B.prototype.lowerCase=!1,B.prototype.addColumnsPrefix="ADD ",B.prototype.dropColumnPrefix="DROP COLUMN ",B.prototype.alterColumnPrefix="ALTER COLUMN ",mssqlTablecompiler=B,mssqlTablecompiler}var mssqlViewcompiler,hasRequiredMssqlViewcompiler;function requireMssqlViewcompiler(){if(hasRequiredMssqlViewcompiler)return mssqlViewcompiler;hasRequiredMssqlViewcompiler=1;const e=requireViewcompiler(),{columnize:t}=requireWrappingFormatter();class I extends e{constructor(tr,rr){super(tr,rr)}createQuery(tr,rr,ir,lr){let dr="CREATE "+(lr?"OR ALTER ":"")+"VIEW "+this.viewName();const _r=tr?" ("+t(tr,this.viewBuilder,this.client,this.bindingsHolder)+")":"";dr+=_r,dr+=" AS ",dr+=rr.toString(),this.pushQuery({sql:dr})}renameColumn(tr,rr){this.pushQuery(`exec sp_rename ${this.client.parameter(this.viewName()+"."+tr,this.viewBuilder,this.bindingsHolder)}, ${this.client.parameter(rr,this.viewBuilder,this.bindingsHolder)}, 'COLUMN'`)}createOrReplace(){this.createQuery(this.columns,this.selectQuery,!1,!0)}}return mssqlViewcompiler=I,mssqlViewcompiler}var mssqlColumncompiler,hasRequiredMssqlColumncompiler;function requireMssqlColumncompiler(){if(hasRequiredMssqlColumncompiler)return mssqlColumncompiler;hasRequiredMssqlColumncompiler=1;const e=requireColumncompiler(),{toNumber:t}=requireHelpers$1(),{formatDefault:I}=requireFormatterUtils(),{operator:B}=requireWrappingFormatter();class tr extends e{constructor(ir,lr,mr){super(ir,lr,mr),this.modifiers=["nullable","defaultTo","first","after","comment"],this._addCheckModifiers()}double(ir,lr){return"float"}floating(ir,lr){return"float"}integer(){return"int"}tinyint(){return"tinyint"}varchar(ir){return`nvarchar(${t(ir,255)})`}timestamp({useTz:ir=!1}={}){return ir?"datetimeoffset":"datetime2"}bit(ir){return ir>1&&this.client.logger.warn("Bit field is exactly 1 bit length for MSSQL"),"bit"}binary(ir){return ir?`varbinary(${t(ir)})`:"varbinary(max)"}first(){return this.client.logger.warn("Column first modifier not available for MSSQL"),""}after(ir){return this.client.logger.warn("Column after modifier not available for MSSQL"),""}defaultTo(ir,{constraintName:lr}={}){const mr=I(ir,this.type,this.client);return lr=typeof lr<"u"?lr:`${this.tableCompiler.tableNameRaw}_${this.getColumnName()}_default`.toLowerCase(),this.columnBuilder._method==="alter"?(this.pushAdditional(function(){this.pushQuery(`ALTER TABLE ${this.tableCompiler.tableName()} ADD CONSTRAINT ${this.formatter.wrap(lr)} DEFAULT ${mr} FOR ${this.formatter.wrap(this.getColumnName())}`)}),""):lr?`CONSTRAINT ${this.formatter.wrap(lr)} DEFAULT ${mr}`:`DEFAULT ${mr}`}comment(ir){if(!ir)return;ir&&ir.length>7500/2&&this.client.logger.warn("Your comment might be longer than the max comment length for MSSQL of 7,500 bytes.");const lr=this.formatter.escapingStringDelimiters(ir),mr=this.tableCompiler.schemaNameRaw||"dbo",dr=this.formatter.escapingStringDelimiters(this.tableCompiler.tableNameRaw),_r=this.formatter.escapingStringDelimiters(this.args[0]||this.defaults("columnName")),hr=`N'MS_Description', N'${lr}', N'Schema', N'${mr}', N'Table', N'${dr}', N'Column', N'${_r}'`;return this.pushAdditional(function(){const fr=`EXISTS(SELECT * FROM sys.fn_listextendedproperty(N'MS_Description', N'Schema', N'${mr}', N'Table', N'${dr}', N'Column', N'${_r}'))`;this.pushQuery(`IF ${fr}
111
+ EXEC sys.sp_updateextendedproperty ${hr}
112
+ ELSE
113
+ EXEC sys.sp_addextendedproperty ${hr}`)}),""}checkLength(ir,lr,mr){return this._check(`LEN(${this.formatter.wrap(this.getColumnName())}) ${B(ir,this.columnBuilder,this.bindingsHolder)} ${t(lr)}`,mr)}checkRegex(ir,lr){return this._check(`${this.formatter.wrap(this.getColumnName())} LIKE ${this.client._escapeBinding("%"+ir+"%")}`,lr)}increments(ir={primaryKey:!0}){return"int identity(1,1) not null"+(this.tableCompiler._canBeAddPrimaryKey(ir)?" primary key":"")}bigincrements(ir={primaryKey:!0}){return"bigint identity(1,1) not null"+(this.tableCompiler._canBeAddPrimaryKey(ir)?" primary key":"")}}return tr.prototype.bigint="bigint",tr.prototype.mediumint="int",tr.prototype.smallint="smallint",tr.prototype.text="nvarchar(max)",tr.prototype.mediumtext="nvarchar(max)",tr.prototype.longtext="nvarchar(max)",tr.prototype.json=tr.prototype.jsonb="nvarchar(max)",tr.prototype.enu="nvarchar(100)",tr.prototype.uuid=({useBinaryUuid:rr=!1}={})=>rr?"binary(16)":"uniqueidentifier",tr.prototype.datetime="datetime2",tr.prototype.bool="bit",mssqlColumncompiler=tr,mssqlColumncompiler}var mssql,hasRequiredMssql;function requireMssql(){if(hasRequiredMssql)return mssql;hasRequiredMssql=1;const e=requireMap(),t=requireIsNil(),I=requireClient(),B=requireMssqlFormatter(),tr=requireTransaction$4(),rr=requireMssqlQuerycompiler(),ir=requireMssqlCompiler(),lr=requireMssqlTablecompiler(),mr=requireMssqlViewcompiler(),dr=requireMssqlColumncompiler(),_r=requireQuerybuilder(),{setHiddenProperty:hr}=requireSecurity(),fr=requireBrowser()("knex:mssql"),yr={MIN:-2147483648,MAX:2147483647},Sr={MIN:-9007199254740991,MAX:9007199254740991};class vr extends I{constructor(wr={}){super(wr)}_generateConnection(){const wr=this.connectionSettings;wr.options=wr.options||{};const gr={authentication:{type:wr.type||"default",options:{userName:wr.userName||wr.user,password:wr.password,domain:wr.domain,token:wr.token,clientId:wr.clientId,clientSecret:wr.clientSecret,tenantId:wr.tenantId,msiEndpoint:wr.msiEndpoint}},server:wr.server||wr.host,options:{database:wr.database,encrypt:wr.encrypt||!1,port:wr.port||1433,connectTimeout:wr.connectionTimeout||wr.timeout||15e3,requestTimeout:t(wr.requestTimeout)?15e3:wr.requestTimeout,rowCollectionOnDone:!1,rowCollectionOnRequestCompletion:!1,useColumnNames:!1,tdsVersion:wr.options.tdsVersion||"7_4",appName:wr.options.appName||"knex",trustServerCertificate:!1,...wr.options}};return gr.authentication.options.password&&hr(gr.authentication.options),gr.options.instanceName&&delete gr.options.port,isNaN(gr.options.requestTimeout)&&(gr.options.requestTimeout=15e3),gr.options.requestTimeout===1/0&&(gr.options.requestTimeout=0),gr.options.requestTimeout<0&&(gr.options.requestTimeout=0),wr.debug&&(gr.options.debug={packet:!0,token:!0,data:!0,payload:!0}),gr}_driver(){return require$$9}formatter(){return new B(this,...arguments)}transaction(){return new tr(this,...arguments)}queryCompiler(){return new rr(this,...arguments)}schemaCompiler(){return new ir(this,...arguments)}tableCompiler(){return new lr(this,...arguments)}viewCompiler(){return new mr(this,...arguments)}queryBuilder(){return new _r(this)}columnCompiler(){return new dr(this,...arguments)}wrapIdentifierImpl(wr){return wr==="*"?"*":`[${wr.replace(/[[\]]+/g,"")}]`}acquireRawConnection(){return new Promise((wr,gr)=>{fr("connection::connection new connection requested");const br=this._driver(),xr=Object.assign({},this._generateConnection()),Ar=new br.Connection(xr);Ar.connect(Pr=>Pr?(fr("connection::connect error: %s",Pr.message),gr(Pr)):(fr("connection::connect connected to server"),Ar.connected=!0,Ar.on("error",Fr=>{fr("connection::error message=%s",Fr.message),Ar.__knex__disposed=Fr,Ar.connected=!1}),Ar.once("end",()=>{Ar.connected=!1,Ar.__knex__disposed="Connection to server was terminated.",fr("connection::end connection ended.")}),wr(Ar)))})}validateConnection(wr){return wr&&wr.connected}destroyRawConnection(wr){return fr("connection::destroy"),new Promise(gr=>{wr.once("end",()=>{gr()}),wr.close()})}positionBindings(wr){let gr=-1;return wr.replace(/\\?\?/g,br=>br==="\\?"?"?":(gr+=1,`@p${gr}`))}_chomp(wr){if(wr.state.name==="LoggedIn"){const gr=this.requestQueue.pop();gr&&(fr("connection::query executing query, %d more in queue",this.requestQueue.length),wr.execSql(gr))}}_enqueueRequest(wr,gr){this.requestQueue.push(wr),this._chomp(gr)}_makeRequest(wr,gr){const br=this._driver(),xr=typeof wr=="string"?wr:wr.sql;let Ar=0;if(!xr)throw new Error("The query is empty");fr("request::request sql=%s",xr);const Pr=new br.Request(xr,(Fr,Dr)=>{if(Fr)return fr("request::error message=%s",Fr.message),gr(Fr);Ar=Dr,fr("request::callback rowCount=%d",Ar)});return Pr.on("prepared",()=>{fr("request %s::request prepared",this.id)}),Pr.on("done",(Fr,Dr)=>{fr("request::done rowCount=%d more=%s",Fr,Dr)}),Pr.on("doneProc",(Fr,Dr)=>{fr("request::doneProc id=%s rowCount=%d more=%s",Pr.id,Fr,Dr)}),Pr.on("doneInProc",(Fr,Dr)=>{fr("request::doneInProc id=%s rowCount=%d more=%s",Pr.id,Fr,Dr)}),Pr.once("requestCompleted",()=>(fr("request::completed id=%s",Pr.id),gr(null,Ar))),Pr.on("error",Fr=>(fr("request::error id=%s message=%s",Pr.id,Fr.message),gr(Fr))),Pr}_stream(wr,gr,br){return new Promise((xr,Ar)=>{const Pr=this._makeRequest(gr,Fr=>{if(Fr)return br.emit("error",Fr),Ar(Fr);xr()});Pr.on("row",Fr=>{br.write(Fr.reduce((Dr,$n)=>({...Dr,[$n.metadata.colName]:$n.value}),{}))}),Pr.on("error",Fr=>{br.emit("error",Fr),Ar(Fr)}),Pr.once("requestCompleted",()=>{br.end(),xr()}),this._assignBindings(Pr,gr.bindings),this._enqueueRequest(Pr,wr)})}_assignBindings(wr,gr){if(Array.isArray(gr))for(let br=0;br<gr.length;br++){const xr=gr[br];this._setReqInput(wr,br,xr)}}_scaleForBinding(wr){if(wr%1===0)throw new Error(`The binding value ${wr} must be a decimal number.`);return{scale:10}}_typeForBinding(wr){const gr=this._driver();if(this.connectionSettings.options&&this.connectionSettings.options.mapBinding){const br=this.connectionSettings.options.mapBinding(wr);if(br)return[br.value,br.type]}switch(typeof wr){case"string":return[wr,gr.TYPES.NVarChar];case"boolean":return[wr,gr.TYPES.Bit];case"number":{if(wr%1!==0)return[wr,gr.TYPES.Float];if(wr<yr.MIN||wr>yr.MAX){if(wr<Sr.MIN||wr>Sr.MAX)throw new Error(`Bigint must be safe integer or must be passed as string, saw ${wr}`);return[wr,gr.TYPES.BigInt]}return[wr,gr.TYPES.Int]}default:return wr instanceof Date?[wr,gr.TYPES.DateTime]:wr instanceof Buffer?[wr,gr.TYPES.VarBinary]:[wr,gr.TYPES.NVarChar]}}_query(wr,gr){return new Promise((br,xr)=>{const Ar=[],Pr=this._makeRequest(gr,(Fr,Dr)=>{if(Fr)return xr(Fr);gr.response=Ar,process$1.nextTick(()=>this._chomp(wr)),br(gr)});Pr.on("row",Fr=>{fr("request::row"),Ar.push(Fr)}),this._assignBindings(Pr,gr.bindings),this._enqueueRequest(Pr,wr)})}_setReqInput(wr,gr,br){const[xr,Ar]=this._typeForBinding(br),Pr="p".concat(gr);let Fr;typeof xr=="number"&&xr%1!==0&&(Fr=this._scaleForBinding(xr)),fr("request::binding pos=%d type=%s value=%s",gr,Ar.name,xr),Buffer.isBuffer(xr)&&(Fr={length:"max"}),wr.addParameter(Pr,Ar,xr,Fr)}processResponse(wr,gr){if(wr==null)return;let{response:br}=wr;const{method:xr}=wr;if(wr.output||(br=br.map(Ar=>Ar.reduce((Pr,Fr)=>{const Dr=Fr.metadata.colName;return Pr[Dr]?(Array.isArray(Pr[Dr])||(Pr[Dr]=[Pr[Dr]]),Pr[Dr].push(Fr.value)):Pr[Dr]=Fr.value,Pr},{})),wr.output))return wr.output.call(gr,br);switch(xr){case"select":return br;case"first":return br[0];case"pluck":return e(br,wr.pluck);case"insert":case"del":case"update":case"counter":return wr.returning&&wr.returning==="@@rowcount"?br[0][""]:br;default:return br}}}return Object.assign(vr.prototype,{requestQueue:[],dialect:"mssql",driverName:"mssql"}),mssql=vr,mssql}var _baseDelay,hasRequired_baseDelay;function require_baseDelay(){if(hasRequired_baseDelay)return _baseDelay;hasRequired_baseDelay=1;var e="Expected a function";function t(I,B,tr){if(typeof I!="function")throw new TypeError(e);return setTimeout(function(){I.apply(void 0,tr)},B)}return _baseDelay=t,_baseDelay}var defer_1,hasRequiredDefer;function requireDefer(){if(hasRequiredDefer)return defer_1;hasRequiredDefer=1;var e=require_baseDelay(),t=require_baseRest(),I=t(function(B,tr){return e(B,1,tr)});return defer_1=I,defer_1}var transaction$3,hasRequiredTransaction$3;function requireTransaction$3(){if(hasRequiredTransaction$3)return transaction$3;hasRequiredTransaction$3=1;const e=requireTransaction$5(),I=requireBrowser()("knex:tx");class B extends e{query(rr,ir,lr,mr){const dr=this,_r=this.trxClient.query(rr,ir).catch(hr=>{if(hr.errno===1305){this.trxClient.logger.warn("Transaction was implicitly committed, do not mix transactions and DDL with MySQL (#805)");return}lr=2,mr=hr,dr._completed=!0,I("%s error running transaction query",dr.txid)}).then(function(hr){if(lr===1&&dr._resolver(mr),lr===2){if(mr===void 0){if(dr.doNotRejectOnRollback&&/^ROLLBACK\b/i.test(ir)){dr._resolver();return}mr=new Error(`Transaction rejected with non-error: ${mr}`)}dr._rejecter(mr)}return hr});return(lr===1||lr===2)&&(dr._completed=!0),_r}}return transaction$3=B,transaction$3}var mysqlQuerybuilder,hasRequiredMysqlQuerybuilder;function requireMysqlQuerybuilder(){if(hasRequiredMysqlQuerybuilder)return mysqlQuerybuilder;hasRequiredMysqlQuerybuilder=1;const e=requireQuerybuilder(),t=requireIsEmpty();return mysqlQuerybuilder=class extends e{upsert(B,tr,rr){return this._method="upsert",t(tr)||this.returning(tr,rr),this._single.upsert=B,this}},mysqlQuerybuilder}var mysqlQuerycompiler,hasRequiredMysqlQuerycompiler;function requireMysqlQuerycompiler(){if(hasRequiredMysqlQuerycompiler)return mysqlQuerycompiler;hasRequiredMysqlQuerycompiler=1;const e=requireAssert(),t=requireIdentity(),I=requireIsPlainObject(),B=requireIsEmpty(),tr=requireQuerycompiler(),{wrapAsIdentifier:rr}=requireFormatterUtils(),{columnize:ir,wrap:lr}=requireWrappingFormatter(),mr=_r=>I(_r)||Array.isArray(_r);class dr extends tr{constructor(hr,fr,yr){super(hr,fr,yr);const{returning:Sr}=this.single;Sr&&this.client.logger.warn(".returning() is not supported by mysql and will not have any effect."),this._emptyInsertValue="() values ()"}del(){const hr=super.del();if(hr==="")return hr;const fr=this.comments();return(fr===""?"":fr+" ")+hr}insert(){let hr=super.insert();if(hr==="")return hr;const fr=this.comments();hr=(fr===""?"":fr+" ")+hr;const{ignore:yr,merge:Sr,insert:vr}=this.single;if(yr&&(hr=hr.replace("insert into","insert ignore into")),Sr&&(hr+=this._merge(Sr.updates,vr),this.where()))throw new Error(".onConflict().merge().where() is not supported for mysql");return hr}upsert(){const hr=this.single.upsert||[],fr=this.with()+`replace into ${this.tableName} `,yr=this._insertBody(hr);return yr===""?"":fr+yr}_merge(hr,fr){const yr=" on duplicate key update ";if(hr&&Array.isArray(hr))return yr+hr.map(Sr=>rr(Sr,this.formatter.builder,this.client)).map(Sr=>`${Sr} = values(${Sr})`).join(", ");if(hr&&typeof hr=="object"){const Sr=this._prepUpdate(hr);return yr+Sr.join(",")}else{const Sr=this._prepInsert(fr);if(typeof Sr=="string")throw new Error("If using merge with a raw insert query, then updates must be provided");return yr+Sr.columns.map(vr=>rr(vr,this.builder,this.client)).map(vr=>`${vr} = values(${vr})`).join(", ")}}update(){const hr=this.comments(),fr=this.with(),yr=this.join(),Sr=this._prepUpdate(this.single.update),vr=this.where(),Mr=this.order(),wr=this.limit();return(hr===""?"":hr+" ")+fr+`update ${this.tableName}`+(yr?` ${yr}`:"")+" set "+Sr.join(", ")+(vr?` ${vr}`:"")+(Mr?` ${Mr}`:"")+(wr?` ${wr}`:"")}forUpdate(){return"for update"}forShare(){return"lock in share mode"}skipLocked(){return"skip locked"}noWait(){return"nowait"}columnInfo(){const hr=this.single.columnInfo;return{sql:"select * from information_schema.columns where table_name = ? and table_schema = ?",bindings:[this.client.customWrapIdentifier(this.single.table,t),this.client.database()],output(yr){const Sr=yr.reduce(function(vr,Mr){return vr[Mr.COLUMN_NAME]={defaultValue:Mr.COLUMN_DEFAULT==="NULL"?null:Mr.COLUMN_DEFAULT,type:Mr.DATA_TYPE,maxLength:Mr.CHARACTER_MAXIMUM_LENGTH,nullable:Mr.IS_NULLABLE==="YES"},vr},{});return hr&&Sr[hr]||Sr}}}limit(){const hr=!this.single.limit&&this.single.limit!==0;return hr&&!this.single.offset?"":`limit ${this.single.offset&&hr?"18446744073709551615":this._getValueOrParameterFromAttribute("limit")}`}whereBasic(hr){return e(!mr(hr.value),"The values in where clause must not be object or array."),super.whereBasic(hr)}whereRaw(hr){return e(B(hr.value.bindings)||!Object.values(hr.value.bindings).some(mr),"The values in where clause must not be object or array."),super.whereRaw(hr)}whereLike(hr){return`${this._columnClause(hr)} ${this._not(hr,"like ")}${this._valueClause(hr)} COLLATE utf8_bin`}whereILike(hr){return`${this._columnClause(hr)} ${this._not(hr,"like ")}${this._valueClause(hr)}`}jsonExtract(hr){return this._jsonExtract(["json_extract","json_unquote"],hr)}jsonSet(hr){return this._jsonSet("json_set",hr)}jsonInsert(hr){return this._jsonSet("json_insert",hr)}jsonRemove(hr){const fr=`json_remove(${ir(hr.column,this.builder,this.client,this.bindingsHolder)},${this.client.parameter(hr.path,this.builder,this.bindingsHolder)})`;return hr.alias?this.client.alias(fr,this.formatter.wrap(hr.alias)):fr}whereJsonObject(hr){return this._not(hr,`json_contains(${this._columnClause(hr)}, ${this._jsonValueClause(hr)})`)}whereJsonPath(hr){return this._whereJsonPath("json_extract",hr)}whereJsonSupersetOf(hr){return this._not(hr,`json_contains(${lr(hr.column,void 0,this.builder,this.client,this.bindingsHolder)},${this._jsonValueClause(hr)})`)}whereJsonSubsetOf(hr){return this._not(hr,`json_contains(${this._jsonValueClause(hr)},${lr(hr.column,void 0,this.builder,this.client,this.bindingsHolder)})`)}onJsonPathEquals(hr){return this._onJsonPathEquals("json_extract",hr)}}return mysqlQuerycompiler=dr,mysqlQuerycompiler}var mysqlCompiler,hasRequiredMysqlCompiler;function requireMysqlCompiler(){if(hasRequiredMysqlCompiler)return mysqlCompiler;hasRequiredMysqlCompiler=1;const e=requireCompiler$1();class t extends e{constructor(B,tr){super(B,tr)}renameTable(B,tr){this.pushQuery(`rename table ${this.formatter.wrap(B)} to ${this.formatter.wrap(tr)}`)}renameView(B,tr){this.renameTable(B,tr)}hasTable(B){let tr="select * from information_schema.tables where table_name = ?";const rr=[B];this.schema?(tr+=" and table_schema = ?",rr.push(this.schema)):tr+=" and table_schema = database()",this.pushQuery({sql:tr,bindings:rr,output:function(lr){return lr.length>0}})}hasColumn(B,tr){this.pushQuery({sql:`show columns from ${this.formatter.wrap(B)}`,output(rr){return rr.some(ir=>this.client.wrapIdentifier(ir.Field.toLowerCase())===this.client.wrapIdentifier(tr.toLowerCase()))}})}}return mysqlCompiler=t,mysqlCompiler}var mysqlTablecompiler,hasRequiredMysqlTablecompiler;function requireMysqlTablecompiler(){if(hasRequiredMysqlTablecompiler)return mysqlTablecompiler;hasRequiredMysqlTablecompiler=1;const e=requireTablecompiler(),{isObject:t,isString:I}=requireIs();class B extends e{constructor(rr,ir){super(rr,ir)}createQuery(rr,ir,lr){const mr=ir?"create table if not exists ":"create table ",{client:dr}=this;let _r={},hr=" ("+rr.sql.join(", ");hr+=this.primaryKeys()||"",hr+=this._addChecks(),hr+=")";let fr=mr+this.tableName()+(lr&&this.tableNameLike()?" like "+this.tableNameLike():hr);dr.connectionSettings&&(_r=dr.connectionSettings);const yr=this.single.charset||_r.charset||"",Sr=this.single.collate||_r.collate||"",vr=this.single.engine||"";if(yr&&!lr&&(fr+=` default character set ${yr}`),Sr&&(fr+=` collate ${Sr}`),vr&&(fr+=` engine = ${vr}`),this.single.comment){const Mr=this.single.comment||"",wr=1024;Mr.length>wr&&this.client.logger.warn(`The max length for a table comment is ${wr} characters`),fr+=` comment = '${Mr}'`}this.pushQuery(fr),lr&&this.addColumns(rr,this.addColumnsPrefix)}comment(rr){this.pushQuery(`alter table ${this.tableName()} comment = '${rr}'`)}changeType(){}renameColumn(rr,ir){const lr=this,mr=this.tableName(),dr=this.formatter.wrap(rr)+" "+this.formatter.wrap(ir);this.pushQuery({sql:`show full fields from ${mr} where field = `+this.client.parameter(rr,this.tableBuilder,this.bindingsHolder),output(_r){const hr=_r[0],fr=this;return lr.getFKRefs(fr).then(([yr])=>new Promise((Sr,vr)=>{try{yr.length||Sr(),Sr(lr.dropFKRefs(fr,yr))}catch(Mr){vr(Mr)}}).then(function(){let Sr=`alter table ${mr} change ${dr} ${hr.Type}`;return String(hr.Null).toUpperCase()!=="YES"?Sr+=" NOT NULL":Sr+=" NULL",hr.Default!==void 0&&hr.Default!==null&&(Sr+=` DEFAULT '${hr.Default}'`),hr.Collation!==void 0&&hr.Collation!==null&&(Sr+=` COLLATE '${hr.Collation}'`),hr.Extra=="auto_increment"&&(Sr+=" AUTO_INCREMENT"),fr.query({sql:Sr})}).then(function(){if(yr.length)return lr.createFKRefs(fr,yr.map(function(Sr){return Sr.REFERENCED_COLUMN_NAME===rr&&(Sr.REFERENCED_COLUMN_NAME=ir),Sr.COLUMN_NAME===rr&&(Sr.COLUMN_NAME=ir),Sr}))}))}})}primaryKeys(){const rr=(this.grouped.alterTable||[]).filter(ir=>ir.method==="primary");if(rr.length>0&&rr[0].args.length>0){const ir=rr[0].args[0];let lr=rr[0].args[1]||"";if(lr&&(lr=" constraint "+this.formatter.wrap(lr)),this.grouped.columns){const mr=this._getIncrementsColumnNames();mr.length&&mr.forEach(_r=>{ir.includes(_r)||ir.unshift(_r)});const dr=this._getBigIncrementsColumnNames();dr.length&&dr.forEach(_r=>{ir.includes(_r)||ir.unshift(_r)})}return`,${lr} primary key (${this.formatter.columnize(ir)})`}}getFKRefs(rr){const ir={bindings:[]},lr="SELECT KCU.CONSTRAINT_NAME, KCU.TABLE_NAME, KCU.COLUMN_NAME, KCU.REFERENCED_TABLE_NAME, KCU.REFERENCED_COLUMN_NAME, RC.UPDATE_RULE, RC.DELETE_RULE FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE AS KCU JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS AS RC USING(CONSTRAINT_NAME)WHERE KCU.REFERENCED_TABLE_NAME = "+this.client.parameter(this.tableNameRaw,this.tableBuilder,ir)+" AND KCU.CONSTRAINT_SCHEMA = "+this.client.parameter(this.client.database(),this.tableBuilder,ir)+" AND RC.CONSTRAINT_SCHEMA = "+this.client.parameter(this.client.database(),this.tableBuilder,ir);return rr.query({sql:lr,bindings:ir.bindings})}dropFKRefs(rr,ir){const lr=this.client.formatter(this.tableBuilder);return Promise.all(ir.map(function(mr){const dr=lr.wrap(mr.CONSTRAINT_NAME),_r=lr.wrap(mr.TABLE_NAME);return rr.query({sql:`alter table ${_r} drop foreign key ${dr}`})}))}createFKRefs(rr,ir){const lr=this.client.formatter(this.tableBuilder);return Promise.all(ir.map(function(mr){const dr=lr.wrap(mr.TABLE_NAME),_r=lr.wrap(mr.CONSTRAINT_NAME),hr=lr.columnize(mr.COLUMN_NAME),fr=lr.columnize(mr.REFERENCED_COLUMN_NAME),yr=lr.wrap(mr.REFERENCED_TABLE_NAME),Sr=` ON UPDATE ${mr.UPDATE_RULE}`,vr=` ON DELETE ${mr.DELETE_RULE}`;return rr.query({sql:`alter table ${dr} add constraint ${_r} foreign key (`+hr+") references "+yr+" ("+fr+")"+Sr+vr})}))}index(rr,ir,lr){let mr,dr;I(lr)?dr=lr:t(lr)&&({indexType:dr,storageEngineIndexType:mr}=lr),ir=ir?this.formatter.wrap(ir):this._indexCommand("index",this.tableNameRaw,rr),mr=mr?` using ${mr}`:"",this.pushQuery(`alter table ${this.tableName()} add${dr?` ${dr}`:""} index ${ir}(${this.formatter.columnize(rr)})${mr}`)}primary(rr,ir){let lr;t(ir)&&({constraintName:ir,deferrable:lr}=ir),lr&&lr!=="not deferrable"&&this.client.logger.warn(`mysql: primary key constraint \`${ir}\` will not be deferrable ${lr} because mysql does not support deferred constraints.`),ir=ir?this.formatter.wrap(ir):this.formatter.wrap(`${this.tableNameRaw}_pkey`);const mr=rr;let dr=[],_r=[];this.grouped.columns&&(dr=this._getIncrementsColumnNames(),dr&&dr.forEach(hr=>{mr.includes(hr)||mr.unshift(hr)}),_r=this._getBigIncrementsColumnNames(),_r&&_r.forEach(hr=>{mr.includes(hr)||mr.unshift(hr)})),this.method!=="create"&&this.method!=="createIfNot"&&this.pushQuery(`alter table ${this.tableName()} add primary key ${ir}(${this.formatter.columnize(mr)})`),dr.length&&this.pushQuery(`alter table ${this.tableName()} modify column ${this.formatter.columnize(dr)} int unsigned not null auto_increment`),_r.length&&this.pushQuery(`alter table ${this.tableName()} modify column ${this.formatter.columnize(_r)} bigint unsigned not null auto_increment`)}unique(rr,ir){let lr,mr;t(ir)&&({indexName:ir,deferrable:mr,storageEngineIndexType:lr}=ir),mr&&mr!=="not deferrable"&&this.client.logger.warn(`mysql: unique index \`${ir}\` will not be deferrable ${mr} because mysql does not support deferred constraints.`),ir=ir?this.formatter.wrap(ir):this._indexCommand("unique",this.tableNameRaw,rr),lr=lr?` using ${lr}`:"",this.pushQuery(`alter table ${this.tableName()} add unique ${ir}(${this.formatter.columnize(rr)})${lr}`)}dropIndex(rr,ir){ir=ir?this.formatter.wrap(ir):this._indexCommand("index",this.tableNameRaw,rr),this.pushQuery(`alter table ${this.tableName()} drop index ${ir}`)}dropForeign(rr,ir){ir=ir?this.formatter.wrap(ir):this._indexCommand("foreign",this.tableNameRaw,rr),this.pushQuery(`alter table ${this.tableName()} drop foreign key ${ir}`)}dropPrimary(){this.pushQuery(`alter table ${this.tableName()} drop primary key`)}dropUnique(rr,ir){ir=ir?this.formatter.wrap(ir):this._indexCommand("unique",this.tableNameRaw,rr),this.pushQuery(`alter table ${this.tableName()} drop index ${ir}`)}}return B.prototype.addColumnsPrefix="add ",B.prototype.alterColumnsPrefix="modify ",B.prototype.dropColumnPrefix="drop ",mysqlTablecompiler=B,mysqlTablecompiler}var mysqlColumncompiler,hasRequiredMysqlColumncompiler;function requireMysqlColumncompiler(){if(hasRequiredMysqlColumncompiler)return mysqlColumncompiler;hasRequiredMysqlColumncompiler=1;const e=requireColumncompiler(),{isObject:t}=requireIs(),{toNumber:I}=requireHelpers$1(),B=new RegExp("(?<!\\\\)'","g");class tr extends e{constructor(ir,lr,mr){super(ir,lr,mr),this.modifiers=["unsigned","nullable","defaultTo","comment","collate","first","after"],this._addCheckModifiers()}double(ir,lr){return ir?`double(${I(ir,8)}, ${I(lr,2)})`:"double"}integer(ir){return ir=ir?`(${I(ir,11)})`:"",`int${ir}`}tinyint(ir){return ir=ir?`(${I(ir,1)})`:"",`tinyint${ir}`}text(ir){switch(ir){case"medium":case"mediumtext":return"mediumtext";case"long":case"longtext":return"longtext";default:return"text"}}mediumtext(){return this.text("medium")}longtext(){return this.text("long")}enu(ir){return`enum('${ir.join("', '")}')`}datetime(ir){return t(ir)&&({precision:ir}=ir),typeof ir=="number"?`datetime(${ir})`:"datetime"}timestamp(ir){return t(ir)&&({precision:ir}=ir),typeof ir=="number"?`timestamp(${ir})`:"timestamp"}time(ir){return t(ir)&&({precision:ir}=ir),typeof ir=="number"?`time(${ir})`:"time"}bit(ir){return ir?`bit(${I(ir)})`:"bit"}binary(ir){return ir?`varbinary(${I(ir)})`:"blob"}json(){return"json"}jsonb(){return"json"}defaultTo(ir){if(ir==null)return;if((this.type==="json"||this.type==="jsonb")&&t(ir))return`default ('${JSON.stringify(ir)}')`;const lr=super.defaultTo.apply(this,arguments);return this.type!=="blob"&&this.type.indexOf("text")===-1?lr:""}unsigned(){return"unsigned"}comment(ir){return ir&&ir.length>255&&this.client.logger.warn("Your comment is longer than the max comment length for MySQL"),ir&&`comment '${ir.replace(B,"\\'")}'`}first(){return"first"}after(ir){return`after ${this.formatter.wrap(ir)}`}collate(ir){return ir&&`collate '${ir}'`}checkRegex(ir,lr){return this._check(`${this.formatter.wrap(this.getColumnName())} REGEXP ${this.client._escapeBinding(ir)}`,lr)}increments(ir={primaryKey:!0}){return"int unsigned not null"+(this.tableCompiler._canBeAddPrimaryKey(ir)?" auto_increment primary key":"")}bigincrements(ir={primaryKey:!0}){return"bigint unsigned not null"+(this.tableCompiler._canBeAddPrimaryKey(ir)?" auto_increment primary key":"")}}return tr.prototype.bigint="bigint",tr.prototype.mediumint="mediumint",tr.prototype.smallint="smallint",mysqlColumncompiler=tr,mysqlColumncompiler}var mysqlViewcompiler,hasRequiredMysqlViewcompiler;function requireMysqlViewcompiler(){if(hasRequiredMysqlViewcompiler)return mysqlViewcompiler;hasRequiredMysqlViewcompiler=1;const e=requireViewcompiler();class t extends e{constructor(B,tr){super(B,tr)}createOrReplace(){this.createQuery(this.columns,this.selectQuery,!1,!0)}}return mysqlViewcompiler=t,mysqlViewcompiler}var mysqlViewbuilder,hasRequiredMysqlViewbuilder;function requireMysqlViewbuilder(){if(hasRequiredMysqlViewbuilder)return mysqlViewbuilder;hasRequiredMysqlViewbuilder=1;const e=requireViewbuilder();class t extends e{constructor(){super(...arguments)}checkOption(){this._single.checkOption="default_option"}localCheckOption(){this._single.checkOption="local"}cascadedCheckOption(){this._single.checkOption="cascaded"}}return mysqlViewbuilder=t,mysqlViewbuilder}var mysql,hasRequiredMysql;function requireMysql(){if(hasRequiredMysql)return mysql;hasRequiredMysql=1;const e=requireDefer(),t=requireMap(),{promisify:I}=requireUtil(),B=requireClient(),tr=requireTransaction$3(),rr=requireMysqlQuerybuilder(),ir=requireMysqlQuerycompiler(),lr=requireMysqlCompiler(),mr=requireMysqlTablecompiler(),dr=requireMysqlColumncompiler(),{makeEscape:_r}=requireString(),hr=requireMysqlViewcompiler(),fr=requireMysqlViewbuilder();class yr extends B{_driver(){return require$$9}queryBuilder(){return new rr(this)}queryCompiler(vr,Mr){return new ir(this,vr,Mr)}schemaCompiler(){return new lr(this,...arguments)}tableCompiler(){return new mr(this,...arguments)}viewCompiler(){return new hr(this,...arguments)}viewBuilder(){return new fr(this,...arguments)}columnCompiler(){return new dr(this,...arguments)}transaction(){return new tr(this,...arguments)}wrapIdentifierImpl(vr){return vr!=="*"?`\`${vr.replace(/`/g,"``")}\``:"*"}acquireRawConnection(){return new Promise((vr,Mr)=>{const wr=this.driver.createConnection(this.connectionSettings);wr.on("error",gr=>{wr.__knex__disposed=gr}),wr.connect(gr=>{if(gr)return wr.removeAllListeners(),Mr(gr);vr(wr)})})}async destroyRawConnection(vr){try{return await I(wr=>vr.end(wr))()}catch(Mr){vr.__knex__disposed=Mr}finally{e(()=>vr.removeAllListeners())}}validateConnection(vr){return vr.state==="connected"||vr.state==="authenticated"}_stream(vr,Mr,wr,gr){if(!Mr.sql)throw new Error("The query is empty");gr=gr||{};const br=Object.assign({sql:Mr.sql},Mr.options);return new Promise((xr,Ar)=>{wr.on("error",Ar),wr.on("end",xr);const Pr=vr.query(br,Mr.bindings).stream(gr);Pr.on("error",Fr=>{Ar(Fr),wr.emit("error",Fr)}),Pr.pipe(wr)})}_query(vr,Mr){if((!Mr||typeof Mr=="string")&&(Mr={sql:Mr}),!Mr.sql)throw new Error("The query is empty");return new Promise(function(wr,gr){if(!Mr.sql){wr();return}const br=Object.assign({sql:Mr.sql},Mr.options);vr.query(br,Mr.bindings,function(xr,Ar,Pr){if(xr)return gr(xr);Mr.response=[Ar,Pr],wr(Mr)})})}processResponse(vr,Mr){if(vr==null)return;const{response:wr}=vr,{method:gr}=vr,br=wr[0],xr=wr[1];if(vr.output)return vr.output.call(Mr,br,xr);switch(gr){case"select":return br;case"first":return br[0];case"pluck":return t(br,vr.pluck);case"insert":return[br.insertId];case"del":case"update":case"counter":return br.affectedRows;default:return wr}}async cancelQuery(vr){const Mr=await this.acquireRawConnection();try{return await this._wrappedCancelQueryCall(Mr,vr)}finally{await this.destroyRawConnection(Mr),Mr.__knex__disposed&&this.logger.warn(`Connection Error: ${Mr.__knex__disposed}`)}}_wrappedCancelQueryCall(vr,Mr){return this._query(vr,{sql:"KILL QUERY ?",bindings:[Mr.threadId],options:{}})}}return Object.assign(yr.prototype,{dialect:"mysql",driverName:"mysql",_escapeBinding:_r(),canCancelQuery:!0}),mysql=yr,mysql}var transaction$2,hasRequiredTransaction$2;function requireTransaction$2(){if(hasRequiredTransaction$2)return transaction$2;hasRequiredTransaction$2=1;const e=requireTransaction$5(),t=requireBrowser()("knex:tx");class I extends e{query(tr,rr,ir,lr){const mr=this,dr=this.trxClient.query(tr,rr).catch(_r=>{if(_r.code==="ER_SP_DOES_NOT_EXIST"){this.trxClient.logger.warn("Transaction was implicitly committed, do not mix transactions and DDL with MySQL (#805)");return}ir=2,lr=_r,mr._completed=!0,t("%s error running transaction query",mr.txid)}).then(function(_r){if(ir===1&&mr._resolver(lr),ir===2){if(lr===void 0){if(mr.doNotRejectOnRollback&&/^ROLLBACK\b/i.test(rr)){mr._resolver();return}lr=new Error(`Transaction rejected with non-error: ${lr}`)}return mr._rejecter(lr),_r}});return(ir===1||ir===2)&&(mr._completed=!0),dr}}return transaction$2=I,transaction$2}var mysql2,hasRequiredMysql2;function requireMysql2(){if(hasRequiredMysql2)return mysql2;hasRequiredMysql2=1;const e=requireMysql(),t=requireTransaction$2();class I extends e{transaction(){return new t(this,...arguments)}_driver(){return require$$9}initializeDriver(){try{this.driver=this._driver()}catch(tr){let rr=`Knex: run
114
+ $ npm install ${this.driverName}`;throw process$1.version.replace(/^v/,"").split(".")[0]<=12&&(rr+="@3.2.0",this.logger.error("Mysql2 version 3.2.0 is the latest version to support Node.js 12 or lower.")),rr+=" --save",this.logger.error(`${rr}
115
+ ${tr.message}
116
+ ${tr.stack}`),new Error(`${rr}
117
+ ${tr.message}`)}}validateConnection(tr){return tr&&!tr._fatalError&&!tr._protocolError&&!tr._closing&&!tr.stream.destroyed}}return Object.assign(I.prototype,{driverName:"mysql2"}),mysql2=I,mysql2}var utils$1,hasRequiredUtils$1;function requireUtils$1(){if(hasRequiredUtils$1)return utils$1;hasRequiredUtils$1=1;class e{constructor(rr){this.oracleVersion=rr;const ir=rr.split(".").map(lr=>parseInt(lr));ir[0]>12||ir[0]===12&&ir[1]>=2?this.limit=128:this.limit=30}generateCombinedName(rr,ir,lr,mr){const dr=require$$9;Array.isArray(mr)||(mr=mr?[mr]:[]);const _r=lr.replace(/\.|-/g,"_"),hr=mr.join("_");let fr=`${_r}_${hr.length?hr+"_":""}${ir}`.toLowerCase();return fr.length>this.limit&&(rr.warn(`Automatically generated name "${fr}" exceeds ${this.limit} character limit for Oracle Database ${this.oracleVersion}. Using base64 encoded sha1 of that name instead.`),fr=dr.createHash("sha1").update(fr).digest("base64").replace("=","")),fr}}function t(tr,rr){return`begin execute immediate '${tr.replace(/'/g,"''")}'; exception when others then if sqlcode != ${rr} then raise; end if; end;`}function I(tr){this.columnName=tr}I.prototype.toString=function(){return`[object ReturningHelper:${this.columnName}]`};function B(tr){return["DPI-1010","DPI-1080","ORA-03114","ORA-03113","ORA-03135","ORA-12514","ORA-00022","ORA-00028","ORA-00031","ORA-00045","ORA-00378","ORA-00602","ORA-00603","ORA-00609","ORA-01012","ORA-01041","ORA-01043","ORA-01089","ORA-01092","ORA-02396","ORA-03122","ORA-12153","ORA-12537","ORA-12547","ORA-12570","ORA-12583","ORA-27146","ORA-28511","ORA-56600","NJS-024","NJS-003"].some(function(rr){return tr.message.indexOf(rr)===0})}return utils$1={NameHelper:e,isConnectionError:B,wrapSqlWithCatch:t,ReturningHelper:I},utils$1}var trigger,hasRequiredTrigger;function requireTrigger(){if(hasRequiredTrigger)return trigger;hasRequiredTrigger=1;const{NameHelper:e}=requireUtils$1();class t{constructor(B){this.nameHelper=new e(B)}renameColumnTrigger(B,tr,rr,ir){const lr=this.nameHelper.generateCombinedName(B,"autoinc_trg",tr),mr=this.nameHelper.generateCombinedName(B,"seq",tr);return`DECLARE PK_NAME VARCHAR(200); IS_AUTOINC NUMBER := 0; BEGIN EXECUTE IMMEDIATE ('ALTER TABLE "${tr}" RENAME COLUMN "${rr}" TO "${ir}"'); SELECT COUNT(*) INTO IS_AUTOINC from "USER_TRIGGERS" where trigger_name = '${lr}'; IF (IS_AUTOINC > 0) THEN SELECT cols.column_name INTO PK_NAME FROM all_constraints cons, all_cons_columns cols WHERE cons.constraint_type = 'P' AND cons.constraint_name = cols.constraint_name AND cons.owner = cols.owner AND cols.table_name = '${tr}'; IF ('${ir}' = PK_NAME) THEN EXECUTE IMMEDIATE ('DROP TRIGGER "${lr}"'); EXECUTE IMMEDIATE ('create or replace trigger "${lr}" BEFORE INSERT on "${tr}" for each row declare checking number := 1; begin if (:new."${ir}" is null) then while checking >= 1 loop select "${mr}".nextval into :new."${ir}" from dual; select count("${ir}") into checking from "${tr}" where "${ir}" = :new."${ir}"; end loop; end if; end;'); end if; end if;END;`}createAutoIncrementTrigger(B,tr,rr){const ir=`"${tr}"`,lr=tr,mr=rr?`"${rr}".`:"",dr=rr?`'${rr}'`:"cols.owner",_r=this.nameHelper.generateCombinedName(B,"autoinc_trg",tr),fr=`"${this.nameHelper.generateCombinedName(B,"seq",tr)}"`;return`DECLARE PK_NAME VARCHAR(200); BEGIN EXECUTE IMMEDIATE ('CREATE SEQUENCE ${mr}${fr}'); SELECT cols.column_name INTO PK_NAME FROM all_constraints cons, all_cons_columns cols WHERE cons.constraint_type = 'P' AND cons.constraint_name = cols.constraint_name AND cons.owner = ${dr} AND cols.table_name = '${lr}'; execute immediate ('create or replace trigger ${mr}"${_r}" BEFORE INSERT on ${mr}${ir} for each row declare checking number := 1; begin if (:new."' || PK_NAME || '" is null) then while checking >= 1 loop select ${mr}${fr}.nextval into :new."' || PK_NAME || '" from dual; select count("' || PK_NAME || '") into checking from ${mr}${ir} where "' || PK_NAME || '" = :new."' || PK_NAME || '"; end loop; end if; end;'); END;`}renameTableAndAutoIncrementTrigger(B,tr,rr){const ir=this.nameHelper.generateCombinedName(B,"autoinc_trg",tr),lr=this.nameHelper.generateCombinedName(B,"seq",tr),mr=this.nameHelper.generateCombinedName(B,"autoinc_trg",rr),dr=this.nameHelper.generateCombinedName(B,"seq",rr);return`DECLARE PK_NAME VARCHAR(200); IS_AUTOINC NUMBER := 0; BEGIN EXECUTE IMMEDIATE ('RENAME "${tr}" TO "${rr}"'); SELECT COUNT(*) INTO IS_AUTOINC from "USER_TRIGGERS" where trigger_name = '${ir}'; IF (IS_AUTOINC > 0) THEN EXECUTE IMMEDIATE ('DROP TRIGGER "${ir}"'); EXECUTE IMMEDIATE ('RENAME "${lr}" TO "${dr}"'); SELECT cols.column_name INTO PK_NAME FROM all_constraints cons, all_cons_columns cols WHERE cons.constraint_type = 'P' AND cons.constraint_name = cols.constraint_name AND cons.owner = cols.owner AND cols.table_name = '${rr}'; EXECUTE IMMEDIATE ('create or replace trigger "${mr}" BEFORE INSERT on "${rr}" for each row declare checking number := 1; begin if (:new."' || PK_NAME || '" is null) then while checking >= 1 loop select "${dr}".nextval into :new."' || PK_NAME || '" from dual; select count("' || PK_NAME || '") into checking from "${rr}" where "' || PK_NAME || '" = :new."' || PK_NAME || '"; end loop; end if; end;'); end if;END;`}}return trigger=t,trigger}var oracleCompiler,hasRequiredOracleCompiler;function requireOracleCompiler(){if(hasRequiredOracleCompiler)return oracleCompiler;hasRequiredOracleCompiler=1;const e=requireCompiler$1(),t=requireUtils$1(),I=requireTrigger();class B extends e{constructor(){super(...arguments)}renameTable(rr,ir){const mr=new I(this.client.version).renameTableAndAutoIncrementTrigger(this.client.logger,rr,ir);this.pushQuery(mr)}hasTable(rr){this.pushQuery({sql:"select TABLE_NAME from USER_TABLES where TABLE_NAME = "+this.client.parameter(rr,this.builder,this.bindingsHolder),output(ir){return ir.length>0}})}hasColumn(rr,ir){const lr=`select COLUMN_NAME from ALL_TAB_COLUMNS where TABLE_NAME = ${this.client.parameter(rr,this.builder,this.bindingsHolder)} and COLUMN_NAME = ${this.client.parameter(ir,this.builder,this.bindingsHolder)}`;this.pushQuery({sql:lr,output:mr=>mr.length>0})}dropSequenceIfExists(rr){const ir=this.schema?`"${this.schema}".`:"";this.pushQuery(t.wrapSqlWithCatch(`drop sequence ${ir}${this.formatter.wrap(rr)}`,-2289))}_dropRelatedSequenceIfExists(rr){const lr=new t.NameHelper(this.client.version).generateCombinedName(this.client.logger,"seq",rr);this.dropSequenceIfExists(lr)}dropTable(rr){const ir=this.schema?`"${this.schema}".`:"";this.pushQuery(`drop table ${ir}${this.formatter.wrap(rr)}`),this._dropRelatedSequenceIfExists(rr)}dropTableIfExists(rr){this.dropObject(rr,"table")}dropViewIfExists(rr){this.dropObject(rr,"view")}dropObject(rr,ir){const lr=this.schema?`"${this.schema}".`:"";let mr=-942;ir==="materialized view"&&(mr=-12003),this.pushQuery(t.wrapSqlWithCatch(`drop ${ir} ${lr}${this.formatter.wrap(rr)}`,mr)),this._dropRelatedSequenceIfExists(rr)}refreshMaterializedView(rr){return this.pushQuery({sql:`BEGIN DBMS_MVIEW.REFRESH('${this.schemaNameRaw?this.schemaNameRaw+".":""}${rr}'); END;`})}dropMaterializedView(rr){this._dropView(rr,!1,!0)}dropMaterializedViewIfExists(rr){this.dropObject(rr,"materialized view")}}return oracleCompiler=B,oracleCompiler}var oracleColumnbuilder,hasRequiredOracleColumnbuilder;function requireOracleColumnbuilder(){if(hasRequiredOracleColumnbuilder)return oracleColumnbuilder;hasRequiredOracleColumnbuilder=1;const e=requireColumnbuilder(),t=requireToArray();class I extends e{constructor(){super(...arguments)}checkIn(){return this._modifiers.checkIn=t(arguments),this}}return oracleColumnbuilder=I,oracleColumnbuilder}var _arrayIncludes,hasRequired_arrayIncludes;function require_arrayIncludes(){if(hasRequired_arrayIncludes)return _arrayIncludes;hasRequired_arrayIncludes=1;var e=require_baseIndexOf();function t(I,B){var tr=I==null?0:I.length;return!!tr&&e(I,B,0)>-1}return _arrayIncludes=t,_arrayIncludes}var _arrayIncludesWith,hasRequired_arrayIncludesWith;function require_arrayIncludesWith(){if(hasRequired_arrayIncludesWith)return _arrayIncludesWith;hasRequired_arrayIncludesWith=1;function e(t,I,B){for(var tr=-1,rr=t==null?0:t.length;++tr<rr;)if(B(I,t[tr]))return!0;return!1}return _arrayIncludesWith=e,_arrayIncludesWith}var noop_1,hasRequiredNoop;function requireNoop(){if(hasRequiredNoop)return noop_1;hasRequiredNoop=1;function e(){}return noop_1=e,noop_1}var _createSet,hasRequired_createSet;function require_createSet(){if(hasRequired_createSet)return _createSet;hasRequired_createSet=1;var e=require_Set(),t=requireNoop(),I=require_setToArray(),B=1/0,tr=e&&1/I(new e([,-0]))[1]==B?function(rr){return new e(rr)}:t;return _createSet=tr,_createSet}var _baseUniq,hasRequired_baseUniq;function require_baseUniq(){if(hasRequired_baseUniq)return _baseUniq;hasRequired_baseUniq=1;var e=require_SetCache(),t=require_arrayIncludes(),I=require_arrayIncludesWith(),B=require_cacheHas(),tr=require_createSet(),rr=require_setToArray(),ir=200;function lr(mr,dr,_r){var hr=-1,fr=t,yr=mr.length,Sr=!0,vr=[],Mr=vr;if(_r)Sr=!1,fr=I;else if(yr>=ir){var wr=dr?null:tr(mr);if(wr)return rr(wr);Sr=!1,fr=B,Mr=new e}else Mr=dr?[]:vr;e:for(;++hr<yr;){var gr=mr[hr],br=dr?dr(gr):gr;if(gr=_r||gr!==0?gr:0,Sr&&br===br){for(var xr=Mr.length;xr--;)if(Mr[xr]===br)continue e;dr&&Mr.push(br),vr.push(gr)}else fr(Mr,br,_r)||(Mr!==vr&&Mr.push(br),vr.push(gr))}return vr}return _baseUniq=lr,_baseUniq}var uniq_1,hasRequiredUniq;function requireUniq(){if(hasRequiredUniq)return uniq_1;hasRequiredUniq=1;var e=require_baseUniq();function t(I){return I&&I.length?e(I):[]}return uniq_1=t,uniq_1}var incrementUtils,hasRequiredIncrementUtils;function requireIncrementUtils(){if(hasRequiredIncrementUtils)return incrementUtils;hasRequiredIncrementUtils=1;const e=requireTrigger();function t(I){const B=new e(I.client.version);I.pushAdditional(function(){const tr=this.tableCompiler.tableNameRaw,rr=this.tableCompiler.schemaNameRaw,ir=B.createAutoIncrementTrigger(this.client.logger,tr,rr);this.pushQuery(ir)})}return incrementUtils={createAutoIncrementTriggerAndSequence:t},incrementUtils}var oracleColumncompiler,hasRequiredOracleColumncompiler;function requireOracleColumncompiler(){if(hasRequiredOracleColumncompiler)return oracleColumncompiler;hasRequiredOracleColumncompiler=1;const e=requireUniq(),t=requireRaw(),I=requireColumncompiler(),{createAutoIncrementTriggerAndSequence:B}=requireIncrementUtils(),{toNumber:tr}=requireHelpers$1();class rr extends I{constructor(){super(...arguments),this.modifiers=["defaultTo","checkIn","nullable","comment"]}increments(lr={primaryKey:!0}){return B(this),"integer not null"+(this.tableCompiler._canBeAddPrimaryKey(lr)?" primary key":"")}bigincrements(lr={primaryKey:!0}){return B(this),"number(20, 0) not null"+(this.tableCompiler._canBeAddPrimaryKey(lr)?" primary key":"")}floating(lr){const mr=tr(lr,0);return`float${mr?`(${mr})`:""}`}double(lr,mr){return`number(${tr(lr,8)}, ${tr(mr,2)})`}decimal(lr,mr){return lr===null?"decimal":`decimal(${tr(lr,8)}, ${tr(mr,2)})`}integer(lr){return lr?`number(${tr(lr,11)})`:"integer"}enu(lr){lr=e(lr);const mr=(lr||[]).reduce((dr,_r)=>Math.max(dr,String(_r).length),1);return this.columnBuilder._modifiers.checkIn=[lr],`varchar2(${mr})`}datetime(lr){return lr?"timestamp":"timestamp with time zone"}timestamp(lr){return lr?"timestamp":"timestamp with time zone"}bool(){return this.columnBuilder._modifiers.checkIn=[[0,1]],"number(1, 0)"}varchar(lr){return`varchar2(${tr(lr,255)})`}comment(lr){const mr=this.args[0]||this.defaults("columnName");this.pushAdditional(function(){this.pushQuery(`comment on column ${this.tableCompiler.tableName()}.`+this.formatter.wrap(mr)+" is '"+(lr||"")+"'")},lr)}checkIn(lr){return lr===void 0?"":(lr instanceof t?lr=lr.toQuery():Array.isArray(lr)?lr=lr.map(mr=>`'${mr}'`).join(", "):lr=`'${lr}'`,`check (${this.formatter.wrap(this.args[0])} in (${lr}))`)}}return rr.prototype.tinyint="smallint",rr.prototype.smallint="smallint",rr.prototype.mediumint="integer",rr.prototype.biginteger="number(20, 0)",rr.prototype.text="clob",rr.prototype.time="timestamp with time zone",rr.prototype.bit="clob",rr.prototype.json="clob",oracleColumncompiler=rr,oracleColumncompiler}var oracleTablecompiler,hasRequiredOracleTablecompiler;function requireOracleTablecompiler(){if(hasRequiredOracleTablecompiler)return oracleTablecompiler;hasRequiredOracleTablecompiler=1;const e=requireUtils$1(),t=requireTablecompiler(),I=requireHelpers$1(),B=requireTrigger(),{isObject:tr}=requireIs();class rr extends t{constructor(){super(...arguments)}addColumns(lr,mr){if(lr.sql.length>0){mr=mr||this.addColumnsPrefix;const dr=lr.sql;let hr=`${this.lowerCase?"alter table ":"ALTER TABLE "}${this.tableName()} ${mr}`;lr.sql.length>1?hr+=`(${dr.join(", ")})`:hr+=dr.join(", "),this.pushQuery({sql:hr,bindings:lr.bindings})}}renameColumn(lr,mr){const dr=this.tableName().slice(1,-1),_r=new B(this.client.version);return this.pushQuery(_r.renameColumnTrigger(this.client.logger,dr,lr,mr))}compileAdd(lr){const mr=this.formatter.wrap(lr),dr=this.prefixArray("add column",this.getColumns(lr));return this.pushQuery({sql:`alter table ${mr} ${dr.join(", ")}`})}createQuery(lr,mr,dr){const _r=dr&&this.tableNameLike()?" as (select * from "+this.tableNameLike()+" where 0=1)":" ("+lr.sql.join(", ")+this._addChecks()+")",hr=`create table ${this.tableName()}${_r}`;this.pushQuery({sql:mr?e.wrapSqlWithCatch(hr,-955):hr,bindings:lr.bindings}),this.single.comment&&this.comment(this.single.comment),dr&&this.addColumns(lr,this.addColumnsPrefix)}comment(lr){this.pushQuery(`comment on table ${this.tableName()} is '${lr}'`)}dropColumn(){const lr=I.normalizeArr.apply(null,arguments);this.pushQuery(`alter table ${this.tableName()} drop (${this.formatter.columnize(lr)})`)}_indexCommand(lr,mr,dr){const _r=new e.NameHelper(this.client.version);return this.formatter.wrap(_r.generateCombinedName(this.client.logger,lr,mr,dr))}primary(lr,mr){let dr;tr(mr)&&({constraintName:mr,deferrable:dr}=mr),dr=dr?` deferrable initially ${dr}`:"",mr=mr?this.formatter.wrap(mr):this.formatter.wrap(`${this.tableNameRaw}_pkey`);const _r=lr;let hr=[];this.grouped.columns&&(hr=this._getIncrementsColumnNames(),hr&&hr.forEach(fr=>{_r.includes(fr)||_r.unshift(fr)})),this.pushQuery(`alter table ${this.tableName()} add constraint ${mr} primary key (${this.formatter.columnize(_r)})${dr}`)}dropPrimary(lr){lr=lr?this.formatter.wrap(lr):this.formatter.wrap(this.tableNameRaw+"_pkey"),this.pushQuery(`alter table ${this.tableName()} drop constraint ${lr}`)}index(lr,mr){mr=mr?this.formatter.wrap(mr):this._indexCommand("index",this.tableNameRaw,lr),this.pushQuery(`create index ${mr} on ${this.tableName()} (`+this.formatter.columnize(lr)+")")}dropIndex(lr,mr){mr=mr?this.formatter.wrap(mr):this._indexCommand("index",this.tableNameRaw,lr),this.pushQuery(`drop index ${mr}`)}unique(lr,mr){let dr;tr(mr)&&({indexName:mr,deferrable:dr}=mr),dr=dr?` deferrable initially ${dr}`:"",mr=mr?this.formatter.wrap(mr):this._indexCommand("unique",this.tableNameRaw,lr),this.pushQuery(`alter table ${this.tableName()} add constraint ${mr} unique (`+this.formatter.columnize(lr)+")"+dr)}dropUnique(lr,mr){mr=mr?this.formatter.wrap(mr):this._indexCommand("unique",this.tableNameRaw,lr),this.pushQuery(`alter table ${this.tableName()} drop constraint ${mr}`)}dropForeign(lr,mr){mr=mr?this.formatter.wrap(mr):this._indexCommand("foreign",this.tableNameRaw,lr),this.pushQuery(`alter table ${this.tableName()} drop constraint ${mr}`)}}return rr.prototype.addColumnsPrefix="add ",rr.prototype.alterColumnsPrefix="modify ",oracleTablecompiler=rr,oracleTablecompiler}var oracle,hasRequiredOracle;function requireOracle(){if(hasRequiredOracle)return oracle;hasRequiredOracle=1;const{ReturningHelper:e}=requireUtils$1(),{isConnectionError:t}=requireUtils$1(),I=requireClient(),B=requireOracleCompiler(),tr=requireOracleColumnbuilder(),rr=requireOracleColumncompiler(),ir=requireOracleTablecompiler();class lr extends I{schemaCompiler(){return new B(this,...arguments)}columnBuilder(){return new tr(this,...arguments)}columnCompiler(){return new rr(this,...arguments)}tableCompiler(){return new ir(this,...arguments)}database(){return this.connectionSettings.database}positionBindings(dr){let _r=0;return dr.replace(/\?/g,function(){return _r+=1,`:${_r}`})}_stream(dr,_r,hr,fr){if(!_r.sql)throw new Error("The query is empty");return new Promise(function(yr,Sr){hr.on("error",Mr=>{t(Mr)&&(dr.__knex__disposed=Mr),Sr(Mr)}),hr.on("end",yr);const vr=dr.queryStream(_r.sql,_r.bindings,fr);vr.pipe(hr),vr.on("error",function(Mr){Sr(Mr),hr.emit("error",Mr)})})}alias(dr,_r){return dr+" "+_r}parameter(dr,_r,hr){return dr instanceof e&&this.driver?dr=new this.driver.OutParam(this.driver.OCCISTRING):typeof dr=="boolean"&&(dr=dr?1:0),super.parameter(dr,_r,hr)}}return Object.assign(lr.prototype,{dialect:"oracle",driverName:"oracle"}),oracle=lr,oracle}var oracleQuerycompiler,hasRequiredOracleQuerycompiler;function requireOracleQuerycompiler(){if(hasRequiredOracleQuerycompiler)return oracleQuerycompiler;hasRequiredOracleQuerycompiler=1;const e=requireCompact(),t=requireIdentity(),I=requireIsEmpty(),B=requireIsPlainObject(),tr=requireReduce(),rr=requireQuerycompiler(),{ReturningHelper:ir}=requireUtils$1(),{isString:lr}=requireIs(),mr=["comments","columns","join","where","union","group","having","order","lock"];class dr extends rr{constructor(hr,fr,yr){super(hr,fr,yr);const{onConflict:Sr}=this.single;if(Sr)throw new Error(".onConflict() is not supported for oracledb.");this.first=this.select}insert(){let hr=this.single.insert||[],{returning:fr}=this.single;if(!Array.isArray(hr)&&B(this.single.insert)&&(hr=[this.single.insert]),fr&&!Array.isArray(fr)&&(fr=[fr]),Array.isArray(hr)&&hr.length===1&&I(hr[0]))return this._addReturningToSqlAndConvert(`insert into ${this.tableName} (${this.formatter.wrap(this.single.returning)}) values (default)`,fr,this.tableName);if(I(this.single.insert)&&typeof this.single.insert!="function")return"";const yr=this._prepInsert(hr),Sr={};if(lr(yr))return this._addReturningToSqlAndConvert(`insert into ${this.tableName} ${yr}`,fr);if(yr.values.length===1)return this._addReturningToSqlAndConvert(`insert into ${this.tableName} (${this.formatter.columnize(yr.columns)}) values (${this.client.parameterize(yr.values[0],void 0,this.builder,this.bindingsHolder)})`,fr,this.tableName);const vr=yr.columns.length===0;return Sr.sql="begin "+yr.values.map(Mr=>{let wr;const gr=vr?"":this.client.parameterize(Mr,this.client.valueForUndefined,this.builder,this.bindingsHolder),br=Array.isArray(fr)?fr:[fr];let xr=`insert into ${this.tableName} `;fr&&(wr=new ir(br.join(":")),Sr.outParams=(Sr.outParams||[]).concat(wr)),vr?xr+=`(${this.formatter.wrap(this.single.returning)}) values (default)`:xr+=`(${this.formatter.columnize(yr.columns)}) values (${gr})`,xr+=fr?` returning ROWID into ${this.client.parameter(wr,this.builder,this.bindingsHolder)}`:"",xr=this.formatter.client.positionBindings(xr);const Ar=gr.replace("DEFAULT, ","").replace(", DEFAULT","");return`execute immediate '${xr.replace(/'/g,"''")}`+(Ar||fr?"' using ":"")+Ar+(Ar&&fr?", ":"")+(fr?"out ?":"")+";"}).join(" ")+"end;",fr&&(Sr.returning=fr,Sr.returningSql=`select ${this.formatter.columnize(fr)} from `+this.tableName+" where ROWID in ("+Sr.outParams.map((Mr,wr)=>`:${wr+1}`).join(", ")+") order by case ROWID "+Sr.outParams.map((Mr,wr)=>`when CHARTOROWID(:${wr+1}) then ${wr}`).join(" ")+" end"),Sr}update(){const hr=this._prepUpdate(this.single.update),fr=this.where();let{returning:yr}=this.single;const Sr=`update ${this.tableName} set `+hr.join(", ")+(fr?` ${fr}`:"");return yr?(Array.isArray(yr)||(yr=[yr]),this._addReturningToSqlAndConvert(Sr,yr,this.tableName)):Sr}truncate(){return`truncate table ${this.tableName}`}forUpdate(){return"for update"}forShare(){return this.client.logger.warn("lock for share is not supported by oracle dialect"),""}columnInfo(){const hr=this.single.columnInfo;return{sql:`select * from xmltable( '/ROWSET/ROW'
118
+ passing dbms_xmlgen.getXMLType('
119
+ select char_col_decl_length, column_name, data_type, data_default, nullable
120
+ from all_tab_columns where table_name = ''${this.client.customWrapIdentifier(this.single.table,t)}'' ')
121
+ columns
122
+ CHAR_COL_DECL_LENGTH number, COLUMN_NAME varchar2(200), DATA_TYPE varchar2(106),
123
+ DATA_DEFAULT clob, NULLABLE varchar2(1))`,output(Sr){const vr=tr(Sr,function(Mr,wr){return Mr[wr.COLUMN_NAME]={type:wr.DATA_TYPE,defaultValue:wr.DATA_DEFAULT,maxLength:wr.CHAR_COL_DECL_LENGTH,nullable:wr.NULLABLE==="Y"},Mr},{});return hr&&vr[hr]||vr}}}select(){let hr=this.with();const fr=mr.map(yr=>this[yr]());return hr+=e(fr).join(" "),this._surroundQueryWithLimitAndOffset(hr)}aggregate(hr){return this._aggregate(hr,{aliasSeparator:" "})}_addReturningToSqlAndConvert(hr,fr,yr){const Sr={sql:hr};if(!fr)return Sr;const vr=Array.isArray(fr)?fr:[fr],Mr=new ir(vr.join(":"));return Sr.sql=hr+" returning ROWID into "+this.client.parameter(Mr,this.builder,this.bindingsHolder),Sr.returningSql=`select ${this.formatter.columnize(fr)} from ${yr} where ROWID = :1`,Sr.outParams=[Mr],Sr.returning=fr,Sr}_surroundQueryWithLimitAndOffset(hr){let{limit:fr}=this.single;const{offset:yr}=this.single,Sr=fr||fr===0||fr==="0";if(fr=+fr,!Sr&&!yr)return hr;if(hr=hr||"",Sr&&!yr)return`select * from (${hr}) where rownum <= ${this._getValueOrParameterFromAttribute("limit",fr)}`;const vr=+yr+(Sr?fr:1e13);return"select * from (select row_.*, ROWNUM rownum_ from ("+hr+") row_ where rownum <= "+(this.single.skipBinding.offset?vr:this.client.parameter(vr,this.builder,this.bindingsHolder))+") where rownum_ > "+this._getValueOrParameterFromAttribute("offset",yr)}}return oracleQuerycompiler=dr,oracleQuerycompiler}var utils,hasRequiredUtils;function requireUtils(){if(hasRequiredUtils)return utils;hasRequiredUtils=1;const e=requireUtils$1(),{promisify:t}=requireUtil(),I=require$$9;function B(lr,mr){this.columnName=lr,this.value=mr,this.returning=!1}B.prototype.toString=function(){return"[object BlobHelper:"+this.columnName+"]"};function tr(lr,mr){return new Promise((dr,_r)=>{let hr=mr==="string"?"":Buffer.alloc(0);lr.on("error",function(fr){_r(fr)}),lr.on("data",function(fr){mr==="string"?hr+=fr:hr=Buffer.concat([hr,fr])}),lr.on("end",function(){dr(hr)})})}const rr=function(lr){const mr=require$$9;let dr;if(lr.type)lr.type===mr.BLOB?dr="buffer":lr.type===mr.CLOB&&(dr="string");else if(lr.iLob)lr.iLob.type===mr.CLOB?dr="string":lr.iLob.type===mr.BLOB&&(dr="buffer");else throw new Error("Unrecognized oracledb lob stream type");return dr==="string"&&lr.setEncoding("utf-8"),tr(lr,dr)};function ir(lr,mr){if(lr.executeAsync)return;lr.commitAsync=function(){return new Promise((_r,hr)=>{this.commit(function(fr){if(fr)return hr(fr);_r()})})},lr.rollbackAsync=function(){return new Promise((_r,hr)=>{this.rollback(function(fr){if(fr)return hr(fr);_r()})})};const dr=t(function(_r,hr,fr,yr){if(fr=fr||{},fr.outFormat=mr.driver.OUT_FORMAT_OBJECT||mr.driver.OBJECT,!fr.outFormat)throw new Error("not found oracledb.outFormat constants");fr.resultSet?lr.execute(_r,hr||[],fr,function(Sr,vr){if(Sr)return e.isConnectionError(Sr)&&(lr.close().catch(function(br){}),lr.__knex__disposed=Sr),yr(Sr);const Mr={rows:[],resultSet:vr.resultSet},wr=100,gr=function(br,xr,Ar){xr.getRows(Ar,function(Pr,Fr){if(Pr)e.isConnectionError(Pr)&&(br.close().catch(function(Dr){}),br.__knex__disposed=Pr),xr.close(function(){return yr(Pr)});else{if(Fr.length===0)return yr(null,Mr);if(Fr.length>0)if(Fr.length===Ar)Mr.rows=Mr.rows.concat(Fr),gr(br,xr,Ar);else return Mr.rows=Mr.rows.concat(Fr),yr(null,Mr)}})};gr(lr,vr.resultSet,wr)}):lr.execute(_r,hr||[],fr,function(Sr,vr){return Sr?(e.isConnectionError(Sr)&&(lr.close().catch(function(Mr){}),lr.__knex__disposed=Sr),yr(Sr)):yr(null,vr)})});lr.executeAsync=function(_r,hr,fr){return dr(_r,hr,fr).then(async yr=>{const Sr=()=>yr.resultSet?t(yr.resultSet.close).call(yr.resultSet):Promise.resolve(),vr=[];if(yr.rows&&Array.isArray(yr.rows))for(let Mr=0;Mr<yr.rows.length;Mr++){const wr=yr.rows[Mr];for(const gr in wr)wr[gr]instanceof I.Readable&&vr.push({index:Mr,key:gr,stream:wr[gr]})}try{for(const Mr of vr)yr.rows[Mr.index][Mr.key]=await rr(Mr.stream)}catch(Mr){throw await Sr().catch(()=>{}),Mr}return await Sr(),yr})}}return e.BlobHelper=B,e.monkeyPatchConnection=ir,utils=e,utils}var oracledbQuerycompiler,hasRequiredOracledbQuerycompiler;function requireOracledbQuerycompiler(){if(hasRequiredOracledbQuerycompiler)return oracledbQuerycompiler;hasRequiredOracledbQuerycompiler=1;const e=requireClone(),t=requireEach(),I=requireIsEmpty(),B=requireIsPlainObject(),tr=requireOracleQuerycompiler(),rr=requireUtils().ReturningHelper,ir=requireUtils().BlobHelper,{isString:lr}=requireIs(),{columnize:mr}=requireWrappingFormatter();class dr extends tr{insert(){const hr=this,fr=this._prepOutbindings(this.single.insert,this.single.returning),yr=fr.outBinding,Sr=fr.returning,vr=fr.values;if(Array.isArray(vr)&&vr.length===1&&I(vr[0])){const br=this.single.returning?" ("+this.formatter.wrap(this.single.returning)+")":"";return this._addReturningToSqlAndConvert("insert into "+this.tableName+br+" values (default)",yr[0],this.tableName,Sr)}if(I(this.single.insert)&&typeof this.single.insert!="function")return"";const Mr=this._prepInsert(vr),wr={};if(lr(Mr))return this._addReturningToSqlAndConvert("insert into "+this.tableName+" "+Mr,yr[0],this.tableName,Sr);if(Mr.values.length===1)return this._addReturningToSqlAndConvert("insert into "+this.tableName+" ("+this.formatter.columnize(Mr.columns)+") values ("+this.client.parameterize(Mr.values[0],void 0,this.builder,this.bindingsHolder)+")",yr[0],this.tableName,Sr);const gr=Mr.columns.length===0;return wr.returning=Sr,wr.sql="begin "+Mr.values.map(function(br,xr){const Ar=gr?"":hr.client.parameterize(br,hr.client.valueForUndefined,hr.builder,hr.bindingsHolder);let Pr="insert into "+hr.tableName;gr?Pr+=" ("+hr.formatter.wrap(hr.single.returning)+") values (default)":Pr+=" ("+hr.formatter.columnize(Mr.columns)+") values ("+Ar+")";let Fr="",Dr="",$n="",Ir="";t(br,function(Gr){Gr instanceof ir||($n+=" ?,")}),$n=$n.slice(0,-1),yr[xr].forEach(function(Gr){const Xn=Gr.columnName||Gr;if(Fr+=hr.formatter.wrap(Xn)+",",Dr+=" ?,",Ir+=" out ?,",Gr instanceof ir)return hr.formatter.bindings.push(Gr);hr.formatter.bindings.push(new rr(Xn))}),Fr=Fr.slice(0,-1),Dr=Dr.slice(0,-1),Ir=Ir.slice(0,-1),Fr&&Dr&&(Pr+=" returning "+Fr+" into"+Dr),Pr=hr.formatter.client.positionBindings(Pr);const Or=Ar.replace(/DEFAULT, /g,"").replace(/, DEFAULT/g,"").replace("EMPTY_BLOB(), ","").replace(", EMPTY_BLOB()","");return"execute immediate '"+Pr.replace(/'/g,"''")+(Or||br?"' using ":"")+Or+(Or&&Ir?",":"")+Ir+";"}).join(" ")+"end;",wr.outBinding=yr,Sr[0]==="*"&&(wr.returningSql=function(){return"select * from "+hr.tableName+" where ROWID in ("+this.outBinding.map(function(br,xr){return":"+(xr+1)}).join(", ")+") order by case ROWID "+this.outBinding.map(function(br,xr){return"when CHARTOROWID(:"+(xr+1)+") then "+xr}).join(" ")+" end"}),wr}with(){const hr=[];if(this.grouped.with)for(const yr of this.grouped.with)yr.recursive&&(hr.push(yr),yr.recursive=!1);const fr=super.with();for(const yr of hr)yr.recursive=!0;return fr}_addReturningToSqlAndConvert(hr,fr,yr,Sr){const vr=this,Mr={sql:hr};if(!fr)return Mr;const wr=Array.isArray(fr)?fr:[fr];let gr="",br="";return wr.forEach(function(xr){const Ar=xr.columnName||xr;if(gr+=vr.formatter.wrap(Ar)+",",br+="?,",xr instanceof ir)return vr.formatter.bindings.push(xr);vr.formatter.bindings.push(new rr(Ar))}),Mr.sql=hr,gr=gr.slice(0,-1),br=br.slice(0,-1),gr&&br&&(Mr.sql+=" returning "+gr+" into "+br),Mr.outBinding=[fr],Sr[0]==="*"&&(Mr.returningSql=function(){return"select * from "+vr.tableName+" where ROWID = :1"}),Mr.returning=Sr,Mr}_prepOutbindings(hr,fr){const yr={};let Sr=hr||[],vr=fr||[];!Array.isArray(Sr)&&B(hr)&&(Sr=[Sr]),vr&&!Array.isArray(vr)&&(vr=[vr]);const Mr=[];return t(Sr,function(wr,gr){vr[0]==="*"?Mr[gr]=["ROWID"]:Mr[gr]=e(vr),t(wr,function(br,xr){if(br instanceof Buffer){wr[xr]=new ir(xr,br);const Ar=Mr[gr].indexOf(xr);Ar>=0&&(Mr[gr].splice(Ar,1),wr[xr].returning=!0),Mr[gr].push(wr[xr])}br===void 0&&delete Sr[gr][xr]})}),yr.returning=vr,yr.outBinding=Mr,yr.values=Sr,yr}_groupOrder(hr,fr){return super._groupOrderNulls(hr,fr)}update(){const hr=this,fr={},yr=this._prepOutbindings(this.single.update||this.single.counter,this.single.returning),Sr=yr.outBinding,vr=yr.returning,Mr=this._prepUpdate(this.single.update),wr=this.where();let gr="",br="";return I(Mr)&&typeof this.single.update!="function"?"":(Sr.forEach(function(xr){xr.forEach(function(Ar){const Pr=Ar.columnName||Ar;if(gr+=hr.formatter.wrap(Pr)+",",br+=" ?,",Ar instanceof ir)return hr.formatter.bindings.push(Ar);hr.formatter.bindings.push(new rr(Pr))})}),gr=gr.slice(0,-1),br=br.slice(0,-1),fr.outBinding=Sr,fr.returning=vr,fr.sql="update "+this.tableName+" set "+Mr.join(", ")+(wr?" "+wr:""),Sr.length&&!I(Sr[0])&&(fr.sql+=" returning "+gr+" into"+br),vr[0]==="*"&&(fr.returningSql=function(){let xr="select * from "+hr.tableName;const Ar=this.rowsAffected.length||this.rowsAffected;let Pr=" where ROWID in (",Fr=") order by case ROWID ";for(let Dr=0;Dr<Ar;Dr++)this.returning[0]==="*"&&(Pr+=":"+(Dr+1)+", ",Fr+="when CHARTOROWID(:"+(Dr+1)+") then "+Dr+" ");return this.returning[0]==="*"&&(this.returning=this.returning.slice(0,-1),Pr=Pr.slice(0,-2),Fr=Fr.slice(0,-1)),xr+=Pr+Fr+" end"}),fr)}_jsonPathWrap(hr){return`'${hr.path||hr[1]}'`}jsonExtract(hr){return this._jsonExtract(hr.singleValue?"json_value":"json_query",hr)}jsonSet(hr){return`json_transform(${mr(hr.column,this.builder,this.client,this.bindingsHolder)}, set ${this.client.parameter(hr.path,this.builder,this.bindingsHolder)} = ${this.client.parameter(hr.value,this.builder,this.bindingsHolder)})`}jsonInsert(hr){return`json_transform(${mr(hr.column,this.builder,this.client,this.bindingsHolder)}, insert ${this.client.parameter(hr.path,this.builder,this.bindingsHolder)} = ${this.client.parameter(hr.value,this.builder,this.bindingsHolder)})`}jsonRemove(hr){const fr=`json_transform(${mr(hr.column,this.builder,this.client,this.bindingsHolder)}, remove ${this.client.parameter(hr.path,this.builder,this.bindingsHolder)})`;return hr.alias?this.client.alias(fr,this.formatter.wrap(hr.alias)):fr}whereJsonPath(hr){return this._whereJsonPath("json_value",hr)}whereJsonSupersetOf(hr){throw new Error("Json superset where clause not actually supported by Oracle")}whereJsonSubsetOf(hr){throw new Error("Json subset where clause not actually supported by Oracle")}onJsonPathEquals(hr){return this._onJsonPathEquals("json_value",hr)}}return oracledbQuerycompiler=dr,oracledbQuerycompiler}var oracledbTablecompiler,hasRequiredOracledbTablecompiler;function requireOracledbTablecompiler(){if(hasRequiredOracledbTablecompiler)return oracledbTablecompiler;hasRequiredOracledbTablecompiler=1;const e=requireOracleTablecompiler();class t extends e{constructor(B,tr){super(B,tr)}_setNullableState(B,tr){const rr=tr?"NULL":"NOT NULL",ir=`alter table ${this.tableName()} modify (${this.formatter.wrap(B)} ${rr})`;return this.pushQuery({sql:ir})}}return oracledbTablecompiler=t,oracledbTablecompiler}var oracledbColumncompiler,hasRequiredOracledbColumncompiler;function requireOracledbColumncompiler(){if(hasRequiredOracledbColumncompiler)return oracledbColumncompiler;hasRequiredOracledbColumncompiler=1;const e=requireOracleColumncompiler(),{isObject:t}=requireIs();class I extends e{constructor(){super(...arguments),this.modifiers=["defaultTo","nullable","comment","checkJson"],this._addCheckModifiers()}datetime(tr){let rr;return t(tr)?{useTz:rr}=tr:rr=!tr,rr?"timestamp with local time zone":"timestamp"}timestamp(tr){let rr;return t(tr)?{useTz:rr}=tr:rr=!tr,rr?"timestamp with local time zone":"timestamp"}checkRegex(tr,rr){return this._check(`REGEXP_LIKE(${this.formatter.wrap(this.getColumnName())},${this.client._escapeBinding(tr)})`,rr)}json(){return this.columnBuilder._modifiers.checkJson=[this.formatter.columnize(this.getColumnName())],"varchar2(4000)"}jsonb(){return this.json()}checkJson(tr){return`check (${tr} is json)`}}return I.prototype.time="timestamp with local time zone",I.prototype.uuid=({useBinaryUuid:B=!1}={})=>B?"raw(16)":"char(36)",oracledbColumncompiler=I,oracledbColumncompiler}var oracledbViewcompiler,hasRequiredOracledbViewcompiler;function requireOracledbViewcompiler(){if(hasRequiredOracledbViewcompiler)return oracledbViewcompiler;hasRequiredOracledbViewcompiler=1;const e=requireViewcompiler();class t extends e{constructor(B,tr){super(B,tr)}createOrReplace(){this.createQuery(this.columns,this.selectQuery,!1,!0)}createMaterializedView(){this.createQuery(this.columns,this.selectQuery,!0)}}return oracledbViewcompiler=t,oracledbViewcompiler}var oracledbViewbuilder,hasRequiredOracledbViewbuilder;function requireOracledbViewbuilder(){if(hasRequiredOracledbViewbuilder)return oracledbViewbuilder;hasRequiredOracledbViewbuilder=1;const e=requireViewbuilder();class t extends e{constructor(){super(...arguments)}checkOption(){this._single.checkOption="default_option"}}return oracledbViewbuilder=t,oracledbViewbuilder}var transaction$1,hasRequiredTransaction$1;function requireTransaction$1(){if(hasRequiredTransaction$1)return transaction$1;hasRequiredTransaction$1=1;const e=requireTransaction$5(),{timeout:t,KnexTimeoutError:I}=requireTimeout(),B=requireBrowser()("knex:tx");return transaction$1=class extends e{begin(rr){return this.isolationLevel&&this.client.logger.warn("Transaction isolation is not currently supported for Oracle"),Promise.resolve()}async commit(rr,ir){this._completed=!0;try{await rr.commitAsync(),this._resolver(ir)}catch(lr){this._rejecter(lr)}}release(rr,ir){return this._resolver(ir)}rollback(rr,ir){return this._completed=!0,B("%s: rolling back",this.txid),t(rr.rollbackAsync(),5e3).catch(lr=>{if(!(lr instanceof I))return Promise.reject(lr);this._rejecter(lr)}).then(()=>{if(ir===void 0){if(this.doNotRejectOnRollback){this._resolver();return}ir=new Error(`Transaction rejected with non-error: ${ir}`)}this._rejecter(ir)})}savepoint(rr){return this.query(rr,`SAVEPOINT ${this.txid}`)}async acquireConnection(rr,ir){const lr=rr&&rr.connection,mr=lr||await this.client.acquireConnection();try{return mr.__knexTxId=this.txid,mr.isTransaction=!0,await ir(mr)}finally{B("%s: releasing connection",this.txid),mr.isTransaction=!1;try{await mr.commitAsync()}catch(dr){this._rejecter(dr)}finally{lr?B("%s: not releasing external connection",this.txid):await this.client.releaseConnection(mr)}}}},transaction$1}var oracledb,hasRequiredOracledb;function requireOracledb(){if(hasRequiredOracledb)return oracledb;hasRequiredOracledb=1;var e={};const t=requireEach(),I=requireFlatten(),B=requireIsEmpty(),tr=requireMap(),rr=requireFormatter(),ir=requireOracledbQuerycompiler(),lr=requireOracledbTablecompiler(),mr=requireOracledbColumncompiler(),{BlobHelper:dr,ReturningHelper:_r,monkeyPatchConnection:hr}=requireUtils(),fr=requireOracledbViewcompiler(),yr=requireOracledbViewbuilder(),Sr=requireTransaction$1(),vr=requireOracle(),{isString:Mr}=requireIs(),{outputQuery:wr,unwrapRaw:gr}=requireWrappingFormatter(),{compileCallback:br}=requireFormatterUtils();class xr extends vr{constructor(Dr){super(Dr),this.version&&(this.version=Ar(this.version)),this.driver&&(e.UV_THREADPOOL_SIZE=e.UV_THREADPOOL_SIZE||1,e.UV_THREADPOOL_SIZE=parseInt(e.UV_THREADPOOL_SIZE)+this.driver.poolMax)}_driver(){const Dr=this,$n=require$$9;return Dr.fetchAsString=[],this.config.fetchAsString&&Array.isArray(this.config.fetchAsString)&&this.config.fetchAsString.forEach(function(Ir){Mr(Ir)&&(Ir=Ir.toUpperCase(),$n[Ir]&&(Ir!=="NUMBER"&&Ir!=="DATE"&&Ir!=="CLOB"&&Ir!=="BUFFER"&&this.logger.warn('Only "date", "number", "clob" and "buffer" are supported for fetchAsString'),Dr.fetchAsString.push($n[Ir])))}),$n}queryCompiler(Dr,$n){return new ir(this,Dr,$n)}tableCompiler(){return new lr(this,...arguments)}columnCompiler(){return new mr(this,...arguments)}viewBuilder(){return new yr(this,...arguments)}viewCompiler(){return new fr(this,...arguments)}formatter(Dr){return new rr(this,Dr)}transaction(){return new Sr(this,...arguments)}prepBindings(Dr){return tr(Dr,$n=>$n instanceof dr&&this.driver?{type:this.driver.BLOB,dir:this.driver.BIND_OUT}:$n instanceof _r&&this.driver?{type:this.driver.STRING,dir:this.driver.BIND_OUT}:typeof $n=="boolean"?$n?1:0:$n)}parameter(Dr,$n,Ir){return typeof Dr=="function"?wr(br(Dr,void 0,this,Ir),!0,$n,this):Dr instanceof dr?(Ir.bindings.push(Dr.value),"?"):gr(Dr,!0,$n,this,Ir)||"?"}acquireRawConnection(){return new Promise((Dr,$n)=>{const Ir=this.connectionSettings.externalAuth?{externalAuth:this.connectionSettings.externalAuth}:{user:this.connectionSettings.user,password:this.connectionSettings.password};Ir.connectString=Pr(this.connectionSettings),this.connectionSettings.prefetchRowCount&&(Ir.prefetchRows=this.connectionSettings.prefetchRowCount),this.connectionSettings.stmtCacheSize!==void 0&&(Ir.stmtCacheSize=this.connectionSettings.stmtCacheSize),this.driver.fetchAsString=this.fetchAsString,this.driver.getConnection(Ir,(Or,Gr)=>{if(Or)return $n(Or);hr(Gr,this),Dr(Gr)})})}destroyRawConnection(Dr){return Dr.release()}async acquireConnection(){const Dr=await super.acquireConnection();return this.checkVersion(Dr),Dr}checkVersion(Dr){if(this.version)return this.version;const $n=Ar(Dr.oracleServerVersionString);if(!$n)throw new Error(this.version===null?"Invalid Oracledb version number format passed to knex. Unable to successfully auto-detect as fallback. Please specify a valid oracledb version.":"Unable to detect Oracledb version number automatically. Please specify the version in knex configuration.");return this.version=$n,$n}_query(Dr,$n){if(!$n.sql)throw new Error("The query is empty");const Ir=Object.assign({},$n.options,{autoCommit:!1});return $n.method==="select"&&(Ir.resultSet=!0),Dr.executeAsync($n.sql,$n.bindings,Ir).then(async function(Or){let Gr=I(Or.outBinds);if($n.response=Or.rows||[],$n.rowsAffected=Or.rows?Or.rows.rowsAffected:Or.rowsAffected,$n.method==="raw"&&Gr.length>0)return{response:Gr};if($n.method==="update"){const kr=$n.rowsAffected.length||$n.rowsAffected,qn=[],oi=[],ci=ei=>function(Ur,ti){const si=ti*kr;oi.push(Gr[ei+si])};for(let ei=0;ei<kr;ei++)qn.push($n.outBinding[0]),t($n.outBinding[0],ci(ei));Gr=oi,$n.outBinding=qn}if(!$n.returning&&Gr.length===0)return Dr.isTransaction||await Dr.commitAsync(),$n;const Xn=[];let Cr=0;for(let kr=0;kr<$n.outBinding.length;kr++){const qn=$n.outBinding[kr];Cr=Cr+($n.outBinding[kr-1]?$n.outBinding[kr-1].length:0);for(let oi=0;oi<qn.length;oi++){const ci=qn[oi];await new Promise(function(ei,Ur){if(ci instanceof dr){const ti=Gr[oi+Cr];ci.returning&&($n.response[kr]=$n.response[kr]||{},$n.response[kr][ci.columnName]=ci.value),ti.on("error",function(si){Ur(si)}),ti.on("finish",function(){ei()}),ti.write(ci.value),ti.end()}else $n.outBinding[kr][oi]==="ROWID"?(Xn.push(Gr[oi+Cr]),ei()):($n.response[kr]=$n.response[kr]||{},$n.response[kr][ci]=Gr[oi+Cr],ei())})}}if($n.returningSql){const kr=await Dr.executeAsync($n.returningSql(),Xn,{resultSet:!0});$n.response=kr.rows}return Dr.isTransaction||await Dr.commitAsync(),$n})}processResponse(Dr,$n){const{response:Ir}=Dr;if(Dr.output)return Dr.output.call($n,Ir);switch(Dr.method){case"select":return Ir;case"first":return Ir[0];case"pluck":return tr(Ir,Dr.pluck);case"insert":case"del":case"update":case"counter":return Dr.returning&&!B(Dr.returning)||Dr.returningSql?Ir:Dr.rowsAffected!==void 0?Dr.rowsAffected:1;default:return Ir}}processPassedConnection(Dr){this.checkVersion(Dr),hr(Dr,this)}}xr.prototype.driverName="oracledb";function Ar(Fr){try{const Dr=Fr.split(".").slice(0,2);Dr.forEach((Ir,Or)=>{Dr[Or]=Ir.replace(/\D$/,"")});const $n=Dr.join(".");return $n.match(/^\d+\.?\d*$/)?$n:null}catch{return null}}function Pr(Fr){return Fr.connectString?Fr.connectString:Fr.port?Fr.host+":"+Fr.port+"/"+Fr.database:Fr.host+"/"+Fr.database}return oracledb=xr,oracledb}var pgnative,hasRequiredPgnative;function requirePgnative(){if(hasRequiredPgnative)return pgnative;hasRequiredPgnative=1;const e=requirePostgres();class t extends e{constructor(...B){super(...B),this.driverName="pgnative",this.canCancelQuery=!0}_driver(){return require$$9.native}_stream(B,tr,rr,ir){if(!tr.sql)throw new Error("The query is empty");const lr=this;return new Promise((mr,dr)=>(rr.on("error",dr),rr.on("end",mr),lr._query(B,tr).then(_r=>_r.response).then(({rows:_r})=>_r.forEach(hr=>rr.write(hr))).catch(function(_r){rr.emit("error",_r)}).then(function(){rr.end()})))}async cancelQuery(B){try{return await this._wrappedCancelQueryCall(null,B)}catch(tr){throw this.logger.warn(`Connection Error: ${tr}`),tr}}_wrappedCancelQueryCall(B,tr){return new Promise(function(rr,ir){tr.native.cancel(function(lr){if(lr){ir(lr);return}rr(!0)})})}}return pgnative=t,pgnative}var transaction,hasRequiredTransaction;function requireTransaction(){if(hasRequiredTransaction)return transaction;hasRequiredTransaction=1;const e=requireTransaction$5();return transaction=class extends e{begin(I){const B=[this.isolationLevel?`ISOLATION LEVEL ${this.isolationLevel}`:"",this.readOnly?"READ ONLY":""].join(" ").trim();return B.length===0?this.query(I,"BEGIN;"):this.query(I,`BEGIN ${B};`)}savepoint(I){return this.trxClient.logger("Redshift does not support savepoints."),Promise.resolve()}release(I,B){return this.trxClient.logger("Redshift does not support savepoints."),Promise.resolve()}rollbackTo(I,B){return this.trxClient.logger("Redshift does not support savepoints."),Promise.resolve()}},transaction}var redshiftQuerycompiler,hasRequiredRedshiftQuerycompiler;function requireRedshiftQuerycompiler(){if(hasRequiredRedshiftQuerycompiler)return redshiftQuerycompiler;hasRequiredRedshiftQuerycompiler=1;const e=requireQuerycompiler(),t=requirePgQuerycompiler(),I=requireIdentity(),{columnize:B}=requireWrappingFormatter();class tr extends t{truncate(){return`truncate ${this.tableName.toLowerCase()}`}insert(){const ir=e.prototype.insert.apply(this,arguments);return ir===""?ir:(this._slightReturn(),{sql:ir})}update(){const ir=e.prototype.update.apply(this,arguments);return this._slightReturn(),{sql:ir}}del(){const ir=e.prototype.del.apply(this,arguments);return this._slightReturn(),{sql:ir}}_slightReturn(){this.single.isReturning&&this.client.logger.warn("insert/update/delete returning is not supported by redshift dialect")}forUpdate(){return this.client.logger.warn("table lock is not supported by redshift dialect"),""}forShare(){return this.client.logger.warn("lock for share is not supported by redshift dialect"),""}forNoKeyUpdate(){return this.client.logger.warn("table lock is not supported by redshift dialect"),""}forKeyShare(){return this.client.logger.warn("lock for share is not supported by redshift dialect"),""}columnInfo(){const ir=this.single.columnInfo;let lr=this.single.schema;const mr=this.client.customWrapIdentifier(this.single.table,I);lr&&(lr=this.client.customWrapIdentifier(lr,I));const dr="select * from information_schema.columns where table_name = ? and table_catalog = ?",_r=[mr.toLowerCase(),this.client.database().toLowerCase()];return this._buildColumnInfoQuery(lr,dr,_r,ir)}jsonExtract(ir){let lr;return Array.isArray(ir.column)?lr=ir.column:lr=[ir],lr.map(mr=>{const dr=`json_extract_path_text(${B(mr.column||mr[0],this.builder,this.client,this.bindingsHolder)}, ${this.client.toPathForJson(ir.path||mr[1],this.builder,this.bindingsHolder)})`,_r=mr.alias||mr[2];return _r?this.client.alias(dr,this.formatter.wrap(_r)):dr}).join(", ")}jsonSet(ir){throw new Error("Json set is not supported by Redshift")}jsonInsert(ir){throw new Error("Json insert is not supported by Redshift")}jsonRemove(ir){throw new Error("Json remove is not supported by Redshift")}whereJsonPath(ir){return this._whereJsonPath("json_extract_path_text",Object.assign({},ir,{path:this.client.toPathForJson(ir.path)}))}whereJsonSupersetOf(ir){throw new Error("Json superset is not supported by Redshift")}whereJsonSubsetOf(ir){throw new Error("Json subset is not supported by Redshift")}onJsonPathEquals(ir){return this._onJsonPathEquals("json_extract_path_text",ir)}}return redshiftQuerycompiler=tr,redshiftQuerycompiler}var redshiftColumnbuilder,hasRequiredRedshiftColumnbuilder;function requireRedshiftColumnbuilder(){if(hasRequiredRedshiftColumnbuilder)return redshiftColumnbuilder;hasRequiredRedshiftColumnbuilder=1;const e=requireColumnbuilder();class t extends e{constructor(){super(...arguments)}primary(){return this.notNullable(),super.primary(...arguments)}index(){return this.client.logger.warn("Redshift does not support the creation of indexes."),this}}return redshiftColumnbuilder=t,redshiftColumnbuilder}var redshiftColumncompiler,hasRequiredRedshiftColumncompiler;function requireRedshiftColumncompiler(){if(hasRequiredRedshiftColumncompiler)return redshiftColumncompiler;hasRequiredRedshiftColumncompiler=1;const e=requirePgColumncompiler(),t=requireColumncompiler();class I extends e{constructor(){super(...arguments)}bit(tr){return tr.length!==!1?`char(${tr.length})`:"char(1)"}datetime(tr){return tr?"timestamp":"timestamptz"}timestamp(tr){return tr?"timestamp":"timestamptz"}comment(tr){this.pushAdditional(function(){this.pushQuery(`comment on column ${this.tableCompiler.tableName()}.`+this.formatter.wrap(this.args[0])+" is "+(tr?`'${tr}'`:"NULL"))},tr)}}return I.prototype.increments=({primaryKey:B=!0}={})=>"integer identity(1,1)"+(B?" primary key":"")+" not null",I.prototype.bigincrements=({primaryKey:B=!0}={})=>"bigint identity(1,1)"+(B?" primary key":"")+" not null",I.prototype.binary="varchar(max)",I.prototype.blob="varchar(max)",I.prototype.enu="varchar(255)",I.prototype.enum="varchar(255)",I.prototype.json="varchar(max)",I.prototype.jsonb="varchar(max)",I.prototype.longblob="varchar(max)",I.prototype.mediumblob="varchar(16777218)",I.prototype.set="text",I.prototype.text="varchar(max)",I.prototype.tinyblob="varchar(256)",I.prototype.uuid=t.prototype.uuid,I.prototype.varbinary="varchar(max)",I.prototype.bigint="bigint",I.prototype.bool="boolean",I.prototype.double="double precision",I.prototype.floating="real",I.prototype.smallint="smallint",I.prototype.tinyint="smallint",redshiftColumncompiler=I,redshiftColumncompiler}var redshiftTablecompiler,hasRequiredRedshiftTablecompiler;function requireRedshiftTablecompiler(){if(hasRequiredRedshiftTablecompiler)return redshiftTablecompiler;hasRequiredRedshiftTablecompiler=1;const e=requireHas(),t=requirePgTablecompiler();class I extends t{constructor(){super(...arguments)}index(tr,rr,ir){this.client.logger.warn("Redshift does not support the creation of indexes.")}dropIndex(tr,rr){this.client.logger.warn("Redshift does not support the deletion of indexes.")}createQuery(tr,rr,ir){const lr=rr?"create table if not exists ":"create table ",mr=" ("+tr.sql.join(", ")+this._addChecks()+")";let dr=lr+this.tableName()+(ir&&this.tableNameLike()?" (like "+this.tableNameLike()+")":mr);this.single.inherits&&(dr+=` like (${this.formatter.wrap(this.single.inherits)})`),this.pushQuery({sql:dr,bindings:tr.bindings}),e(this.single,"comment")&&this.comment(this.single.comment),ir&&this.addColumns(tr,this.addColumnsPrefix)}primary(tr,rr){const ir=this;rr=rr?ir.formatter.wrap(rr):ir.formatter.wrap(`${this.tableNameRaw}_pkey`),tr.constructor!==Array&&(tr=[tr]);const lr=ir.grouped.columns;if(lr)for(let mr=0;mr<tr.length;mr++){let dr=lr.find(hr=>hr.grouping==="columns"&&hr.builder&&hr.builder._method==="add"&&hr.builder._args&&hr.builder._args.indexOf(tr[mr])>-1);if(dr&&(dr=dr.builder),!(dr&&dr._modifiers&&dr._modifiers.nullable&&dr._modifiers.nullable[0]===!1))return dr?this.client.logger.warn("Redshift does not allow primary keys to contain nullable columns."):this.client.logger.warn("Redshift does not allow primary keys to contain nonexistent columns.")}return ir.pushQuery(`alter table ${ir.tableName()} add constraint ${rr} primary key (${ir.formatter.columnize(tr)})`)}addColumns(tr,rr,ir){if(rr===this.alterColumnsPrefix)super.addColumns(tr,rr,ir);else{rr=rr||this.addColumnsPrefix,ir=ir||this.getColumns();for(const lr of ir){const mr=this.tableName(),dr=lr.compileColumn();this.pushQuery({sql:`alter table ${mr} ${rr}${dr}`,bindings:[]})}}}}return redshiftTablecompiler=I,redshiftTablecompiler}var redshiftCompiler,hasRequiredRedshiftCompiler;function requireRedshiftCompiler(){if(hasRequiredRedshiftCompiler)return redshiftCompiler;hasRequiredRedshiftCompiler=1;const e=requirePgCompiler();class t extends e{constructor(){super(...arguments)}}return redshiftCompiler=t,redshiftCompiler}var redshiftViewcompiler,hasRequiredRedshiftViewcompiler;function requireRedshiftViewcompiler(){if(hasRequiredRedshiftViewcompiler)return redshiftViewcompiler;hasRequiredRedshiftViewcompiler=1;const e=requirePgViewcompiler();class t extends e{constructor(B,tr){super(B,tr)}}return redshiftViewcompiler=t,redshiftViewcompiler}var redshift,hasRequiredRedshift;function requireRedshift(){if(hasRequiredRedshift)return redshift;hasRequiredRedshift=1;const e=requirePostgres(),t=requireMap(),I=requireTransaction(),B=requireRedshiftQuerycompiler(),tr=requireRedshiftColumnbuilder(),rr=requireRedshiftColumncompiler(),ir=requireRedshiftTablecompiler(),lr=requireRedshiftCompiler(),mr=requireRedshiftViewcompiler();class dr extends e{transaction(){return new I(this,...arguments)}queryCompiler(hr,fr){return new B(this,hr,fr)}columnBuilder(){return new tr(this,...arguments)}columnCompiler(){return new rr(this,...arguments)}tableCompiler(){return new ir(this,...arguments)}schemaCompiler(){return new lr(this,...arguments)}viewCompiler(){return new mr(this,...arguments)}_driver(){return require$$9}processResponse(hr,fr){const yr=hr.response;return hr.output?hr.output.call(fr,yr):hr.method==="raw"?yr:yr.command==="SELECT"?hr.method==="first"?yr.rows[0]:hr.method==="pluck"?t(yr.rows,hr.pluck):yr.rows:yr.command==="INSERT"||yr.command==="UPDATE"||yr.command==="DELETE"?yr.rowCount:yr}toPathForJson(hr,fr,yr){return hr.replace(/^(\$\.)/,"").split(".").map((function(Sr){return this.parameter(Sr,fr,yr)}).bind(this)).join(", ")}}return Object.assign(dr.prototype,{dialect:"redshift",driverName:"pg-redshift"}),redshift=dr,redshift}var hasRequiredDialects;function requireDialects(){if(hasRequiredDialects)return dialects;hasRequiredDialects=1,Object.defineProperty(dialects,"__esModule",{value:!0}),dialects.getDialectByNameOrAlias=void 0;const{resolveClientNameWithAliases:e}=requireHelpers$1(),t=Object.freeze({"better-sqlite3":()=>requireBetterSqlite3(),cockroachdb:()=>requireCockroachdb(),mssql:()=>requireMssql(),mysql:()=>requireMysql(),mysql2:()=>requireMysql2(),oracle:()=>requireOracle(),oracledb:()=>requireOracledb(),pgnative:()=>requirePgnative(),postgres:()=>requirePostgres(),redshift:()=>requireRedshift(),sqlite3:()=>requireSqlite3()});function I(B){const tr=e(B),rr=t[tr];if(!rr)throw new Error(`Invalid clientName given: ${B}`);return rr()}return dialects.getDialectByNameOrAlias=I,dialects}var configResolver,hasRequiredConfigResolver;function requireConfigResolver(){if(hasRequiredConfigResolver)return configResolver;hasRequiredConfigResolver=1;const e=requireClient(),{SUPPORTED_CLIENTS:t}=requireConstants$1(),I=requireParseConnection(),{getDialectByNameOrAlias:B}=requireDialects();function tr(rr){let ir,lr;const mr=typeof rr=="string"?Object.assign(I(rr),arguments[2]):rr;if(arguments.length===0||!mr.client&&!mr.dialect)ir=e;else if(typeof mr.client=="function")ir=mr.client;else{const dr=mr.client||mr.dialect;if(!t.includes(dr))throw new Error(`knex: Unknown configuration option 'client' value ${dr}. Note that it is case-sensitive, check documentation for supported values.`);ir=B(dr)}return typeof mr.connection=="string"?lr=Object.assign({},mr,{connection:I(mr.connection).connection}):lr=Object.assign({},mr),{resolvedConfig:lr,Dialect:ir}}return configResolver={resolveConfig:tr},configResolver}var Knex,hasRequiredKnex;function requireKnex(){if(hasRequiredKnex)return Knex;hasRequiredKnex=1;const e=requireClient(),t=requireQuerybuilder(),I=requireMethodConstants(),B=requireMakeKnex(),{KnexTimeoutError:tr}=requireTimeout(),{resolveConfig:rr}=requireConfigResolver(),ir=requireBuilder(),lr=requireViewbuilder(),mr=requireColumnbuilder(),dr=requireTablebuilder();function _r(hr){const{resolvedConfig:fr,Dialect:yr}=rr(...arguments),Sr=B(new yr(fr));return fr.userParams&&(Sr.userParams=fr.userParams),Sr}return _r.Client=e,_r.KnexTimeoutError=tr,_r.QueryBuilder={extend:function(hr,fr){t.extend(hr,fr),I.push(hr)}},_r.SchemaBuilder={extend:function(hr,fr){ir.extend(hr,fr)}},_r.ViewBuilder={extend:function(hr,fr){lr.extend(hr,fr)}},_r.ColumnBuilder={extend:function(hr,fr){mr.extend(hr,fr)}},_r.TableBuilder={extend:function(hr,fr){dr.extend(hr,fr)}},Knex=_r,Knex}var lib,hasRequiredLib;function requireLib(){return hasRequiredLib||(hasRequiredLib=1,lib=requireKnex()),lib}var libExports=requireLib();const knex=getDefaultExportFromCjs(libExports),parseRawResults=e=>{const t=[];for(const I of e.values()||[]){const{fields:B,rows:tr}=I,rr=new Array(tr.length);for(let ir=0,lr=rr.length;ir<lr;ir++){const mr=tr[ir],dr={};for(let _r=0,hr=B.length;_r<hr;_r++){const{name:fr,dataTypeID:yr}=B[_r];dr[fr]=mr[fr]}rr[ir]=dr}t.push(...rr)}return t};class PGLiteQueryExecutor{_profiler;_queryLogger;_resultsLogger;_index=0;_sql=null;constructor(t,I,B){this._profiler=t,this._queryLogger=I,this._resultsLogger=B}init(t){this._sql=t}async execute(t){if(!this._sql)throw new Error("PGLiteQueryExecutor not initialized");const I=t.toString(),B=this._index++;this._queryLogger&&this._queryLogger(B,I);const tr=await this._profiler.record("Query",async()=>{const rr=await this._sql?.exec(I);return rr?parseRawResults(rr):void 0});return this._resultsLogger&&this._resultsLogger(B,tr),tr}}var p=Object.create,i=Object.defineProperty,c=Object.getOwnPropertyDescriptor,f=Object.getOwnPropertyNames,l$2=Object.getPrototypeOf,s$1=Object.prototype.hasOwnProperty,a=e=>{throw TypeError(e)},_$1=(e,t,I)=>t in e?i(e,t,{enumerable:!0,configurable:!0,writable:!0,value:I}):e[t]=I,d=(e,t)=>()=>(e&&(t=e(e=0)),t),D$1=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),F$1=(e,t)=>{for(var I in t)i(e,I,{get:t[I],enumerable:!0})},g$4=(e,t,I,B)=>{if(t&&typeof t=="object"||typeof t=="function")for(let tr of f(t))!s$1.call(e,tr)&&tr!==I&&i(e,tr,{get:()=>t[tr],enumerable:!(B=c(t,tr))||B.enumerable});return e},L$2=(e,t,I)=>(I=e!=null?p(l$2(e)):{},g$4(i(I,"default",{value:e,enumerable:!0}),e)),P$1=(e,t,I)=>_$1(e,typeof t!="symbol"?t+"":t,I),n=(e,t,I)=>t.has(e)||a("Cannot "+I),h$1=(e,t,I)=>(n(e,t,"read from private field"),I?I.call(e):t.get(e)),R$2=(e,t,I)=>t.has(e)?a("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,I),x$2=(e,t,I,B)=>(n(e,t,"write to private field"),t.set(e,I),I),T=(e,t,I)=>(n(e,t,"access private method"),I),U$1=(e,t,I,B)=>({set _(tr){x$2(e,t,tr)},get _(){return h$1(e,t,B)}}),u$1=d(()=>{}),hn={};F$1(hn,{ABSTIME:()=>Et,ACLITEM:()=>Vt,BIT:()=>Wt,BOOL:()=>be,BPCHAR:()=>_e$1,BYTEA:()=>ge$1,CHAR:()=>gt,CID:()=>St,CIDR:()=>Tt,CIRCLE:()=>Ut,DATE:()=>He$1,FLOAT4:()=>je$1,FLOAT8:()=>Qe$1,GTSVECTOR:()=>rn,INET:()=>kt,INT2:()=>ve,INT4:()=>Ge,INT8:()=>we,INTERVAL:()=>vt,JSON:()=>Ae$1,JSONB:()=>Ye,MACADDR:()=>Ot,MACADDR8:()=>Nt,MONEY:()=>Lt,NUMERIC:()=>Qt,OID:()=>We$1,PATH:()=>Mt,PG_DEPENDENCIES:()=>en,PG_LSN:()=>Xt,PG_NDISTINCT:()=>Zt,PG_NODE_TREE:()=>Bt,POLYGON:()=>Rt,REFCURSOR:()=>_t,REGCLASS:()=>Yt,REGCONFIG:()=>sn,REGDICTIONARY:()=>an,REGNAMESPACE:()=>on,REGOPER:()=>Ht,REGOPERATOR:()=>qt,REGPROC:()=>wt,REGPROCEDURE:()=>zt,REGROLE:()=>un,REGTYPE:()=>$t,RELTIME:()=>Ct,SMGR:()=>It,TEXT:()=>F,TID:()=>At,TIME:()=>Ft,TIMESTAMP:()=>qe$1,TIMESTAMPTZ:()=>xe,TIMETZ:()=>Gt,TINTERVAL:()=>Pt,TSQUERY:()=>nn,TSVECTOR:()=>tn,TXID_SNAPSHOT:()=>Jt,UUID:()=>Kt,VARBIT:()=>jt,VARCHAR:()=>ze,XID:()=>xt,XML:()=>Dt,arrayParser:()=>yn,arraySerializer:()=>Ke$1,parseType:()=>ue,parsers:()=>ln,serializers:()=>cn,types:()=>$e});u$1();var ht=globalThis.JSON.parse,bt=globalThis.JSON.stringify,be=16,ge$1=17,gt=18,we=20,ve=21,Ge=23,wt=24,F=25,We$1=26,At=27,xt=28,St=29,Ae$1=114,Dt=142,Bt=194,It=210,Mt=602,Rt=604,Tt=650,je$1=700,Qe$1=701,Et=702,Ct=703,Pt=704,Ut=718,Nt=774,Lt=790,Ot=829,kt=869,Vt=1033,_e$1=1042,ze=1043,He$1=1082,Ft=1083,qe$1=1114,xe=1184,vt=1186,Gt=1266,Wt=1560,jt=1562,Qt=1700,_t=1790,zt=2202,Ht=2203,qt=2204,Yt=2205,$t=2206,Kt=2950,Jt=2970,Xt=3220,Zt=3361,en=3402,tn=3614,nn=3615,rn=3642,sn=3734,an=3769,Ye=3802,on=4089,un=4096,$e={string:{to:F,from:[F,ze,_e$1],serialize:e=>{if(typeof e=="string")return e;if(typeof e=="number")return e.toString();throw new Error("Invalid input for string type")},parse:e=>e},number:{to:0,from:[ve,Ge,We$1,je$1,Qe$1],serialize:e=>e.toString(),parse:e=>+e},bigint:{to:we,from:[we],serialize:e=>e.toString(),parse:e=>{let t=BigInt(e);return t<Number.MIN_SAFE_INTEGER||t>Number.MAX_SAFE_INTEGER?t:Number(t)}},json:{to:Ae$1,from:[Ae$1,Ye],serialize:e=>typeof e=="string"?e:bt(e),parse:e=>ht(e)},boolean:{to:be,from:[be],serialize:e=>{if(typeof e!="boolean")throw new Error("Invalid input for boolean type");return e?"t":"f"},parse:e=>e==="t"},date:{to:xe,from:[He$1,qe$1,xe],serialize:e=>{if(typeof e=="string")return e;if(typeof e=="number")return new Date(e).toISOString();if(e instanceof Date)return e.toISOString();throw new Error("Invalid input for date type")},parse:e=>new Date(e)},bytea:{to:ge$1,from:[ge$1],serialize:e=>{if(!(e instanceof Uint8Array))throw new Error("Invalid input for bytea type");return"\\x"+Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")},parse:e=>{let t=e.slice(2);return Uint8Array.from({length:t.length/2},(I,B)=>parseInt(t.substring(B*2,(B+1)*2),16))}}},Se=pn($e),ln=Se.parsers,cn=Se.serializers;function ue(e,t,I){if(e===null)return null;let B=I?.[t]??Se.parsers[t];return B?B(e,t):e}function pn(e){return Object.keys(e).reduce(({parsers:t,serializers:I},B)=>{let{to:tr,from:rr,serialize:ir,parse:lr}=e[B];return I[tr]=ir,I[B]=ir,t[B]=lr,Array.isArray(rr)?rr.forEach(mr=>{t[mr]=lr,I[mr]=ir}):(t[rr]=lr,I[rr]=ir),{parsers:t,serializers:I}},{parsers:{},serializers:{}})}var dn=/\\/g,fn=/"/g;function mn(e){return e.replace(dn,"\\\\").replace(fn,'\\"')}function Ke$1(e,t,I){if(Array.isArray(e)===!1)return e;if(!e.length)return"{}";let B=e[0],tr=I===1020?";":",";return Array.isArray(B)?`{${e.map(rr=>Ke$1(rr,t,I)).join(tr)}}`:`{${e.map(rr=>(rr===void 0&&(rr=null),rr===null?"null":'"'+mn(t?t(rr):rr.toString())+'"')).join(tr)}}`}var he={i:0,char:null,str:"",quoted:!1,last:0,p:null};function yn(e,t,I){return he.i=he.last=0,Je(he,e,t,I)[0]}function Je(e,t,I,B){let tr=[],rr=B===1020?";":",";for(;e.i<t.length;e.i++){if(e.char=t[e.i],e.quoted)e.char==="\\"?e.str+=t[++e.i]:e.char==='"'?(tr.push(I?I(e.str):e.str),e.str="",e.quoted=t[e.i+1]==='"',e.last=e.i+2):e.str+=e.char;else if(e.char==='"')e.quoted=!0;else if(e.char==="{")e.last=++e.i,tr.push(Je(e,t,I,B));else if(e.char==="}"){e.quoted=!1,e.last<e.i&&tr.push(I?I(t.slice(e.last,e.i)):t.slice(e.last,e.i)),e.last=e.i+1;break}else e.char===rr&&e.p!=="}"&&e.p!=='"'&&(tr.push(I?I(t.slice(e.last,e.i)):t.slice(e.last,e.i)),e.last=e.i+1);e.p=e.char}return e.last<e.i&&tr.push(I?I(t.slice(e.last,e.i+1)):t.slice(e.last,e.i+1)),tr}var wn={};F$1(wn,{parseDescribeStatementResults:()=>De,parseResults:()=>bn});u$1();function bn(e,t,I,B){let tr=[],rr={rows:[],fields:[]},ir=0,lr={...t,...I?.parsers};return e.forEach(mr=>{switch(mr.name){case"rowDescription":{let dr=mr;rr.fields=dr.fields.map(_r=>({name:_r.name,dataTypeID:_r.dataTypeID}));break}case"dataRow":{if(!rr)break;let dr=mr;I?.rowMode==="array"?rr.rows.push(dr.fields.map((_r,hr)=>ue(_r,rr.fields[hr].dataTypeID,lr))):rr.rows.push(Object.fromEntries(dr.fields.map((_r,hr)=>[rr.fields[hr].name,ue(_r,rr.fields[hr].dataTypeID,lr)])));break}case"commandComplete":{ir+=gn(mr),tr.push({...rr,affectedRows:ir,...B?{blob:B}:{}}),rr={rows:[],fields:[]};break}}}),tr.length===0&&tr.push({affectedRows:0,rows:[],fields:[]}),tr}function gn(e){let t=e.text.split(" ");switch(t[0]){case"INSERT":return parseInt(t[2],10);case"UPDATE":case"DELETE":case"COPY":return parseInt(t[1],10);default:return 0}}function De(e){let t=e.find(I=>I.name==="parameterDescription");return t?t.dataTypeIDs:[]}var Ue$1={};F$1(Ue$1,{AuthenticationCleartextPassword:()=>G$1,AuthenticationMD5Password:()=>W$1,AuthenticationOk:()=>v,AuthenticationSASL:()=>j$1,AuthenticationSASLContinue:()=>Q,AuthenticationSASLFinal:()=>_,BackendKeyDataMessage:()=>J$1,CommandCompleteMessage:()=>ee$1,CopyDataMessage:()=>z$1,CopyResponse:()=>H$2,DataRowMessage:()=>te$1,DatabaseError:()=>E,Field:()=>q,NoticeMessage:()=>ne,NotificationResponseMessage:()=>X,ParameterDescriptionMessage:()=>$$1,ParameterStatusMessage:()=>K$1,ReadyForQueryMessage:()=>Z$1,RowDescriptionMessage:()=>Y$1,bindComplete:()=>Ie$1,closeComplete:()=>Me,copyDone:()=>Pe$1,emptyQuery:()=>Ce,noData:()=>Re,parseComplete:()=>Be,portalSuspended:()=>Te$1,replicationStart:()=>Ee});u$1();var Be={name:"parseComplete",length:5},Ie$1={name:"bindComplete",length:5},Me={name:"closeComplete",length:5},Re={name:"noData",length:5},Te$1={name:"portalSuspended",length:5},Ee={name:"replicationStart",length:4},Ce={name:"emptyQuery",length:4},Pe$1={name:"copyDone",length:4},v=class{constructor(e){this.length=e,this.name="authenticationOk"}},G$1=class{constructor(t){this.length=t,this.name="authenticationCleartextPassword"}},W$1=class{constructor(t,I){this.length=t,this.salt=I,this.name="authenticationMD5Password"}},j$1=class{constructor(t,I){this.length=t,this.mechanisms=I,this.name="authenticationSASL"}},Q=class{constructor(e,t){this.length=e,this.data=t,this.name="authenticationSASLContinue"}},_=class{constructor(e,t){this.length=e,this.data=t,this.name="authenticationSASLFinal"}},E=class extends Error{constructor(e,t,I){super(e),this.length=t,this.name=I}},z$1=class{constructor(t,I){this.length=t,this.chunk=I,this.name="copyData"}},H$2=class{constructor(t,I,B,tr){this.length=t,this.name=I,this.binary=B,this.columnTypes=new Array(tr)}},q=class{constructor(e,t,I,B,tr,rr,ir){this.name=e,this.tableID=t,this.columnID=I,this.dataTypeID=B,this.dataTypeSize=tr,this.dataTypeModifier=rr,this.format=ir}},Y$1=class{constructor(t,I){this.length=t,this.fieldCount=I,this.name="rowDescription",this.fields=new Array(this.fieldCount)}},$$1=class{constructor(t,I){this.length=t,this.parameterCount=I,this.name="parameterDescription",this.dataTypeIDs=new Array(this.parameterCount)}},K$1=class{constructor(t,I,B){this.length=t,this.parameterName=I,this.parameterValue=B,this.name="parameterStatus"}},J$1=class{constructor(t,I,B){this.length=t,this.processID=I,this.secretKey=B,this.name="backendKeyData"}},X=class{constructor(e,t,I,B){this.length=e,this.processId=t,this.channel=I,this.payload=B,this.name="notification"}},Z$1=class{constructor(t,I){this.length=t,this.status=I,this.name="readyForQuery"}},ee$1=class{constructor(t,I){this.length=t,this.text=I,this.name="commandComplete"}},te$1=class{constructor(t,I){this.length=t,this.fields=I,this.name="dataRow",this.fieldCount=I.length}},ne=class{constructor(e,t){this.length=e,this.message=t,this.name="notice"}},zn={};F$1(zn,{Parser:()=>ye,messages:()=>Ue$1,serialize:()=>O$1});u$1();u$1();u$1();u$1();function C$1(e){let t=e.length;for(let I=e.length-1;I>=0;I--){let B=e.charCodeAt(I);B>127&&B<=2047?t++:B>2047&&B<=65535&&(t+=2),B>=56320&&B<=57343&&I--}return t}var b$1,g$3,U,ce$2,N,x$1,le,P,Xe,R$1=class{constructor(t=256){this.size=t,R$2(this,x$1),R$2(this,b$1),R$2(this,g$3,5),R$2(this,U,!1),R$2(this,ce$2,new TextEncoder),R$2(this,N,0),x$2(this,b$1,T(this,x$1,le).call(this,t))}addInt32(t){return T(this,x$1,P).call(this,4),h$1(this,b$1).setInt32(h$1(this,g$3),t,h$1(this,U)),x$2(this,g$3,h$1(this,g$3)+4),this}addInt16(t){return T(this,x$1,P).call(this,2),h$1(this,b$1).setInt16(h$1(this,g$3),t,h$1(this,U)),x$2(this,g$3,h$1(this,g$3)+2),this}addCString(t){return t&&this.addString(t),T(this,x$1,P).call(this,1),h$1(this,b$1).setUint8(h$1(this,g$3),0),U$1(this,g$3)._++,this}addString(t=""){let I=C$1(t);return T(this,x$1,P).call(this,I),h$1(this,ce$2).encodeInto(t,new Uint8Array(h$1(this,b$1).buffer,h$1(this,g$3))),x$2(this,g$3,h$1(this,g$3)+I),this}add(t){return T(this,x$1,P).call(this,t.byteLength),new Uint8Array(h$1(this,b$1).buffer).set(new Uint8Array(t),h$1(this,g$3)),x$2(this,g$3,h$1(this,g$3)+t.byteLength),this}flush(t){let I=T(this,x$1,Xe).call(this,t);return x$2(this,g$3,5),x$2(this,b$1,T(this,x$1,le).call(this,this.size)),new Uint8Array(I)}};b$1=new WeakMap,g$3=new WeakMap,U=new WeakMap,ce$2=new WeakMap,N=new WeakMap,x$1=new WeakSet,le=function(e){return new DataView(new ArrayBuffer(e))},P=function(e){if(h$1(this,b$1).byteLength-h$1(this,g$3)<e){let t=h$1(this,b$1).buffer,I=t.byteLength+(t.byteLength>>1)+e;x$2(this,b$1,T(this,x$1,le).call(this,I)),new Uint8Array(h$1(this,b$1).buffer).set(new Uint8Array(t))}},Xe=function(e){if(e){h$1(this,b$1).setUint8(h$1(this,N),e);let t=h$1(this,g$3)-(h$1(this,N)+1);h$1(this,b$1).setInt32(h$1(this,N)+1,t,h$1(this,U))}return h$1(this,b$1).buffer.slice(e?0:5,h$1(this,g$3))};var m=new R$1,An=e=>{m.addInt16(3).addInt16(0);for(let B of Object.keys(e))m.addCString(B).addCString(e[B]);m.addCString("client_encoding").addCString("UTF8");let t=m.addCString("").flush(),I=t.byteLength+4;return new R$1().addInt32(I).add(t).flush()},xn=()=>{let e=new DataView(new ArrayBuffer(8));return e.setInt32(0,8,!1),e.setInt32(4,80877103,!1),new Uint8Array(e.buffer)},Sn=e=>m.addCString(e).flush(112),Dn=(e,t)=>(m.addCString(e).addInt32(C$1(t)).addString(t),m.flush(112)),Bn=e=>m.addString(e).flush(112),In=e=>m.addCString(e).flush(81),Mn=[],Rn=e=>{let t=e.name??"";t.length>63&&(console.error("Warning! Postgres only supports 63 characters for query names."),console.error("You supplied %s (%s)",t,t.length),console.error("This can cause conflicts and silent errors executing queries"));let I=m.addCString(t).addCString(e.text).addInt16(e.types?.length??0);return e.types?.forEach(B=>I.addInt32(B)),m.flush(80)},L$1=new R$1,Tn=(e,t)=>{for(let I=0;I<e.length;I++){let B=t?t(e[I],I):e[I];if(B===null)m.addInt16(0),L$1.addInt32(-1);else if(B instanceof ArrayBuffer||ArrayBuffer.isView(B)){let tr=ArrayBuffer.isView(B)?B.buffer.slice(B.byteOffset,B.byteOffset+B.byteLength):B;m.addInt16(1),L$1.addInt32(tr.byteLength),L$1.add(tr)}else m.addInt16(0),L$1.addInt32(C$1(B)),L$1.addString(B)}},En=(e={})=>{let t=e.portal??"",I=e.statement??"",B=e.binary??!1,tr=e.values??Mn,rr=tr.length;return m.addCString(t).addCString(I),m.addInt16(rr),Tn(tr,e.valueMapper),m.addInt16(rr),m.add(L$1.flush()),m.addInt16(B?1:0),m.flush(66)},Cn=new Uint8Array([69,0,0,0,9,0,0,0,0,0]),Pn=e=>{if(!e||!e.portal&&!e.rows)return Cn;let t=e.portal??"",I=e.rows??0,B=C$1(t),tr=4+B+1+4,rr=new DataView(new ArrayBuffer(1+tr));return rr.setUint8(0,69),rr.setInt32(1,tr,!1),new TextEncoder().encodeInto(t,new Uint8Array(rr.buffer,5)),rr.setUint8(B+5,0),rr.setUint32(rr.byteLength-4,I,!1),new Uint8Array(rr.buffer)},Un=(e,t)=>{let I=new DataView(new ArrayBuffer(16));return I.setInt32(0,16,!1),I.setInt16(4,1234,!1),I.setInt16(6,5678,!1),I.setInt32(8,e,!1),I.setInt32(12,t,!1),new Uint8Array(I.buffer)},Ne=(e,t)=>{let I=new R$1;return I.addCString(t),I.flush(e)},Nn=m.addCString("P").flush(68),Ln=m.addCString("S").flush(68),On=e=>e.name?Ne(68,`${e.type}${e.name??""}`):e.type==="P"?Nn:Ln,kn=e=>{let t=`${e.type}${e.name??""}`;return Ne(67,t)},Vn=e=>m.add(e).flush(100),Fn=e=>Ne(102,e),pe$1=e=>new Uint8Array([e,0,0,0,4]),vn=pe$1(72),Gn=pe$1(83),Wn=pe$1(88),jn=pe$1(99),O$1={startup:An,password:Sn,requestSsl:xn,sendSASLInitialResponseMessage:Dn,sendSCRAMClientFinalMessage:Bn,query:In,parse:Rn,bind:En,execute:Pn,describe:On,close:kn,flush:()=>vn,sync:()=>Gn,end:()=>Wn,copyData:Vn,copyDone:()=>jn,copyFail:Fn,cancel:Un};u$1();u$1();var Le={text:0,binary:1};u$1();var Qn=new ArrayBuffer(0),M,w$1,fe,me$1,re$1,de=class{constructor(e=0){R$2(this,M,new DataView(Qn)),R$2(this,w$1),R$2(this,fe,"utf-8"),R$2(this,me$1,new TextDecoder(h$1(this,fe))),R$2(this,re$1,!1),x$2(this,w$1,e)}setBuffer(e,t){x$2(this,w$1,e),x$2(this,M,new DataView(t))}int16(){let e=h$1(this,M).getInt16(h$1(this,w$1),h$1(this,re$1));return x$2(this,w$1,h$1(this,w$1)+2),e}byte(){let e=h$1(this,M).getUint8(h$1(this,w$1));return U$1(this,w$1)._++,e}int32(){let e=h$1(this,M).getInt32(h$1(this,w$1),h$1(this,re$1));return x$2(this,w$1,h$1(this,w$1)+4),e}string(e){return h$1(this,me$1).decode(this.bytes(e))}cstring(){let e=h$1(this,w$1),t=e;for(;h$1(this,M).getUint8(t++)!==0;);let I=this.string(t-e-1);return x$2(this,w$1,t),I}bytes(e){let t=h$1(this,M).buffer.slice(h$1(this,w$1),h$1(this,w$1)+e);return x$2(this,w$1,h$1(this,w$1)+e),new Uint8Array(t)}};M=new WeakMap,w$1=new WeakMap,fe=new WeakMap,me$1=new WeakMap,re$1=new WeakMap;var Oe=1,_n=4,Ze=Oe+_n,et=new ArrayBuffer(0),A,S,D,o$1,l$1,tt,nt,rt,st,it,at,ot,ke$1,ut,lt,ct,pt,dt,ft,mt,yt,Ve$1,ye=class{constructor(){R$2(this,l$1),R$2(this,A,new DataView(et)),R$2(this,S,0),R$2(this,D,0),R$2(this,o$1,new de)}parse(e,t){T(this,l$1,tt).call(this,ArrayBuffer.isView(e)?e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength):e);let I=h$1(this,D)+h$1(this,S),B=h$1(this,D);for(;B+Ze<=I;){let tr=h$1(this,A).getUint8(B),rr=h$1(this,A).getUint32(B+Oe,!1),ir=Oe+rr;if(ir+B<=I){let lr=T(this,l$1,nt).call(this,B+Ze,tr,rr,h$1(this,A).buffer);t(lr),B+=ir}else break}B===I?(x$2(this,A,new DataView(et)),x$2(this,S,0),x$2(this,D,0)):(x$2(this,S,I-B),x$2(this,D,B))}};A=new WeakMap,S=new WeakMap,D=new WeakMap,o$1=new WeakMap,l$1=new WeakSet,tt=function(e){if(h$1(this,S)>0){let t=h$1(this,S)+e.byteLength;if(t+h$1(this,D)>h$1(this,A).byteLength){let I;if(t<=h$1(this,A).byteLength&&h$1(this,D)>=h$1(this,S))I=h$1(this,A).buffer;else{let B=h$1(this,A).byteLength*2;for(;t>=B;)B*=2;I=new ArrayBuffer(B)}new Uint8Array(I).set(new Uint8Array(h$1(this,A).buffer,h$1(this,D),h$1(this,S))),x$2(this,A,new DataView(I)),x$2(this,D,0)}new Uint8Array(h$1(this,A).buffer).set(new Uint8Array(e),h$1(this,D)+h$1(this,S)),x$2(this,S,t)}else x$2(this,A,new DataView(e)),x$2(this,D,0),x$2(this,S,e.byteLength)},nt=function(e,t,I,B){switch(t){case 50:return Ie$1;case 49:return Be;case 51:return Me;case 110:return Re;case 115:return Te$1;case 99:return Pe$1;case 87:return Ee;case 73:return Ce;case 68:return T(this,l$1,dt).call(this,e,I,B);case 67:return T(this,l$1,st).call(this,e,I,B);case 90:return T(this,l$1,rt).call(this,e,I,B);case 65:return T(this,l$1,ut).call(this,e,I,B);case 82:return T(this,l$1,yt).call(this,e,I,B);case 83:return T(this,l$1,ft).call(this,e,I,B);case 75:return T(this,l$1,mt).call(this,e,I,B);case 69:return T(this,l$1,Ve$1).call(this,e,I,B,"error");case 78:return T(this,l$1,Ve$1).call(this,e,I,B,"notice");case 84:return T(this,l$1,lt).call(this,e,I,B);case 116:return T(this,l$1,pt).call(this,e,I,B);case 71:return T(this,l$1,at).call(this,e,I,B);case 72:return T(this,l$1,ot).call(this,e,I,B);case 100:return T(this,l$1,it).call(this,e,I,B);default:return new E("received invalid response: "+t.toString(16),I,"error")}},rt=function(e,t,I){h$1(this,o$1).setBuffer(e,I);let B=h$1(this,o$1).string(1);return new Z$1(t,B)},st=function(e,t,I){h$1(this,o$1).setBuffer(e,I);let B=h$1(this,o$1).cstring();return new ee$1(t,B)},it=function(e,t,I){let B=I.slice(e,e+(t-4));return new z$1(t,new Uint8Array(B))},at=function(e,t,I){return T(this,l$1,ke$1).call(this,e,t,I,"copyInResponse")},ot=function(e,t,I){return T(this,l$1,ke$1).call(this,e,t,I,"copyOutResponse")},ke$1=function(e,t,I,B){h$1(this,o$1).setBuffer(e,I);let tr=h$1(this,o$1).byte()!==0,rr=h$1(this,o$1).int16(),ir=new H$2(t,B,tr,rr);for(let lr=0;lr<rr;lr++)ir.columnTypes[lr]=h$1(this,o$1).int16();return ir},ut=function(e,t,I){h$1(this,o$1).setBuffer(e,I);let B=h$1(this,o$1).int32(),tr=h$1(this,o$1).cstring(),rr=h$1(this,o$1).cstring();return new X(t,B,tr,rr)},lt=function(e,t,I){h$1(this,o$1).setBuffer(e,I);let B=h$1(this,o$1).int16(),tr=new Y$1(t,B);for(let rr=0;rr<B;rr++)tr.fields[rr]=T(this,l$1,ct).call(this);return tr},ct=function(){let e=h$1(this,o$1).cstring(),t=h$1(this,o$1).int32(),I=h$1(this,o$1).int16(),B=h$1(this,o$1).int32(),tr=h$1(this,o$1).int16(),rr=h$1(this,o$1).int32(),ir=h$1(this,o$1).int16()===0?Le.text:Le.binary;return new q(e,t,I,B,tr,rr,ir)},pt=function(e,t,I){h$1(this,o$1).setBuffer(e,I);let B=h$1(this,o$1).int16(),tr=new $$1(t,B);for(let rr=0;rr<B;rr++)tr.dataTypeIDs[rr]=h$1(this,o$1).int32();return tr},dt=function(e,t,I){h$1(this,o$1).setBuffer(e,I);let B=h$1(this,o$1).int16(),tr=new Array(B);for(let rr=0;rr<B;rr++){let ir=h$1(this,o$1).int32();tr[rr]=ir===-1?null:h$1(this,o$1).string(ir)}return new te$1(t,tr)},ft=function(e,t,I){h$1(this,o$1).setBuffer(e,I);let B=h$1(this,o$1).cstring(),tr=h$1(this,o$1).cstring();return new K$1(t,B,tr)},mt=function(e,t,I){h$1(this,o$1).setBuffer(e,I);let B=h$1(this,o$1).int32(),tr=h$1(this,o$1).int32();return new J$1(t,B,tr)},yt=function(e,t,I){h$1(this,o$1).setBuffer(e,I);let B=h$1(this,o$1).int32();switch(B){case 0:return new v(t);case 3:return new G$1(t);case 5:return new W$1(t,h$1(this,o$1).bytes(4));case 10:{let tr=[];for(;;){let rr=h$1(this,o$1).cstring();if(rr.length===0)return new j$1(t,tr);tr.push(rr)}}case 11:return new Q(t,h$1(this,o$1).string(t-8));case 12:return new _(t,h$1(this,o$1).string(t-8));default:throw new Error("Unknown authenticationOk message type "+B)}},Ve$1=function(e,t,I,B){h$1(this,o$1).setBuffer(e,I);let tr={},rr=h$1(this,o$1).string(1);for(;rr!=="\0";)tr[rr]=h$1(this,o$1).cstring(),rr=h$1(this,o$1).string(1);let ir=tr.M,lr=B==="notice"?new ne(t,ir):new E(ir,t,B);return lr.severity=tr.S,lr.code=tr.C,lr.detail=tr.D,lr.hint=tr.H,lr.position=tr.P,lr.internalPosition=tr.p,lr.internalQuery=tr.q,lr.where=tr.W,lr.schema=tr.s,lr.table=tr.t,lr.column=tr.c,lr.dataType=tr.d,lr.constraint=tr.n,lr.file=tr.F,lr.line=tr.L,lr.routine=tr.R,lr};u$1();var Fe$1=typeof process$1=="object"&&typeof process$1.versions=="object"&&typeof process$1.versions.node=="string",se$1;async function Rr(){if(Fe$1||se$1)return;let e=new URL("/assets/postgres-CyuUVpXN.wasm",import.meta.url);se$1=fetch(e)}var k$1;async function Tr(e,t){if(t||k$1)return WebAssembly.instantiate(t||k$1,e),{instance:await WebAssembly.instantiate(t||k$1,e),module:t||k$1};let I=new URL("/assets/postgres-CyuUVpXN.wasm",import.meta.url);if(Fe$1){let B=await(await __vitePreload(async()=>{const{readFile:ir}=await import("./reactor_browser-D9uAHhHf.js").then(lr=>lr.bq);return{readFile:ir}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]))).readFile(I),{module:tr,instance:rr}=await WebAssembly.instantiate(B,e);return k$1=tr,{instance:rr,module:tr}}else{se$1||(se$1=fetch(I));let B=await se$1,{module:tr,instance:rr}=await WebAssembly.instantiateStreaming(B,e);return k$1=tr,{instance:rr,module:tr}}}async function Er(){let e=new URL("/assets/postgres-CkP7QCDB.data",import.meta.url);return Fe$1?(await(await __vitePreload(async()=>{const{readFile:t}=await import("./reactor_browser-D9uAHhHf.js").then(I=>I.bq);return{readFile:t}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]))).readFile(e)).buffer:(await fetch(e)).arrayBuffer()}function Nr(e){let t;return e.startsWith('"')&&e.endsWith('"')?t=e.substring(1,e.length-1):t=e.toLowerCase(),t}u$1();var o={part:"part",container:"container"};function s(e,t,...I){let B=e.length-1,tr=I.length-1;if(tr!==-1){if(tr===0){e[B]=e[B]+I[0]+t;return}e[B]=e[B]+I[0],e.push(...I.slice(1,tr)),e.push(I[tr]+t)}}function y(e,...t){let I=[e[0]];I.raw=[e.raw[0]];let B=[];for(let tr=0;tr<t.length;tr++){let rr=t[tr],ir=tr+1;if(rr?._templateType===o.part){s(I,e[ir],rr.str),s(I.raw,e.raw[ir],rr.str);continue}if(rr?._templateType===o.container){s(I,e[ir],...rr.strings),s(I.raw,e.raw[ir],...rr.strings.raw),B.push(...rr.values);continue}I.push(e[ir]),I.raw.push(e.raw[ir]),B.push(rr)}return{_templateType:"container",strings:I,values:B}}function g$2(e,...t){let{strings:I,values:B}=y(e,...t);return{query:[I[0],...B.flatMap((tr,rr)=>[`$${rr+1}`,I[rr+1]])].join(""),params:B}}u$1();var b,u,r,l,g$1,h,R,z=class{constructor(){R$2(this,r),this.serializers={...cn},this.parsers={...ln},R$2(this,b,!1),R$2(this,u,!1)}async _initArrayTypes({force:e=!1}={}){if(h$1(this,b)&&!e)return;x$2(this,b,!0);let t=await this.query(`
124
+ SELECT b.oid, b.typarray
125
+ FROM pg_catalog.pg_type a
126
+ LEFT JOIN pg_catalog.pg_type b ON b.oid = a.typelem
127
+ WHERE a.typcategory = 'A'
128
+ GROUP BY b.oid, b.typarray
129
+ ORDER BY b.oid
130
+ `);for(let I of t.rows)this.serializers[I.typarray]=B=>Ke$1(B,this.serializers[I.oid],I.typarray),this.parsers[I.typarray]=B=>yn(B,this.parsers[I.oid],I.typarray)}async refreshArrayTypes(){await this._initArrayTypes({force:!0})}async query(e,t,I){return await this._checkReady(),await this._runExclusiveTransaction(async()=>await T(this,r,g$1).call(this,e,t,I))}async sql(e,...t){let{query:I,params:B}=g$2(e,...t);return await this.query(I,B)}async exec(e,t){return await this._checkReady(),await this._runExclusiveTransaction(async()=>await T(this,r,h).call(this,e,t))}async describeQuery(e,t){try{await T(this,r,l).call(this,O$1.parse({text:e,types:t?.paramTypes}),t);let I=await T(this,r,l).call(this,O$1.describe({type:"S"}),t),B=I.messages.find(lr=>lr.name==="parameterDescription"),tr=I.messages.find(lr=>lr.name==="rowDescription"),rr=B?.dataTypeIDs.map(lr=>({dataTypeID:lr,serializer:this.serializers[lr]}))??[],ir=tr?.fields.map(lr=>({name:lr.name,dataTypeID:lr.dataTypeID,parser:this.parsers[lr.dataTypeID]}))??[];return{queryParams:rr,resultFields:ir}}finally{await T(this,r,l).call(this,O$1.sync(),t)}}async transaction(e){return await this._checkReady(),await this._runExclusiveTransaction(async()=>{await T(this,r,h).call(this,"BEGIN"),x$2(this,u,!0);let t=!1,I=()=>{if(t)throw new Error("Transaction is closed")},B={query:async(tr,rr,ir)=>(I(),await T(this,r,g$1).call(this,tr,rr,ir)),sql:async(tr,...rr)=>{let{query:ir,params:lr}=g$2(tr,...rr);return await T(this,r,g$1).call(this,ir,lr)},exec:async(tr,rr)=>(I(),await T(this,r,h).call(this,tr,rr)),rollback:async()=>{I(),await T(this,r,h).call(this,"ROLLBACK"),t=!0},get closed(){return t}};try{let tr=await e(B);return t||(t=!0,await T(this,r,h).call(this,"COMMIT")),x$2(this,u,!1),tr}catch(tr){throw t||await T(this,r,h).call(this,"ROLLBACK"),x$2(this,u,!1),tr}})}async runExclusive(e){return await this._runExclusiveQuery(e)}};b=new WeakMap,u=new WeakMap,r=new WeakSet,l=async function(e,t={}){return await this.execProtocol(e,{...t,syncToFs:!1})},g$1=async function(e,t=[],I){return await this._runExclusiveQuery(async()=>{T(this,r,R).call(this,"runQuery",e,t,I),await this._handleBlob(I?.blob);let B;try{let{messages:rr}=await T(this,r,l).call(this,O$1.parse({text:e,types:I?.paramTypes}),I),ir=De((await T(this,r,l).call(this,O$1.describe({type:"S"}),I)).messages),lr=t.map((mr,dr)=>{let _r=ir[dr];if(mr==null)return null;let hr=I?.serializers?.[_r]??this.serializers[_r];return hr?hr(mr):mr.toString()});B=[...rr,...(await T(this,r,l).call(this,O$1.bind({values:lr}),I)).messages,...(await T(this,r,l).call(this,O$1.describe({type:"P"}),I)).messages,...(await T(this,r,l).call(this,O$1.execute({}),I)).messages]}finally{await T(this,r,l).call(this,O$1.sync(),I)}await this._cleanupBlob(),h$1(this,u)||await this.syncToFs();let tr=await this._getWrittenBlob();return bn(B,this.parsers,I,tr)[0]})},h=async function(e,t){return await this._runExclusiveQuery(async()=>{T(this,r,R).call(this,"runExec",e,t),await this._handleBlob(t?.blob);let I;try{I=(await T(this,r,l).call(this,O$1.query(e),t)).messages}finally{await T(this,r,l).call(this,O$1.sync(),t)}this._cleanupBlob(),h$1(this,u)||await this.syncToFs();let B=await this._getWrittenBlob();return bn(I,this.parsers,t,B)})},R=function(...e){this.debug>0&&console.log(...e)};var w=D$1((e,t)=>{u$1();var I=9007199254740991,B=(function(wr){return wr})();function tr(wr){return wr===B}function rr(wr){return typeof wr=="string"||Object.prototype.toString.call(wr)=="[object String]"}function ir(wr){return Object.prototype.toString.call(wr)=="[object Date]"}function lr(wr){return wr!==null&&typeof wr=="object"}function mr(wr){return typeof wr=="function"}function dr(wr){return typeof wr=="number"&&wr>-1&&wr%1==0&&wr<=I}function _r(wr){return Object.prototype.toString.call(wr)=="[object Array]"}function hr(wr){return lr(wr)&&!mr(wr)&&dr(wr.length)}function fr(wr){return Object.prototype.toString.call(wr)=="[object ArrayBuffer]"}function yr(wr,gr){return Array.prototype.map.call(wr,gr)}function Sr(wr,gr){var br=B;return mr(gr)&&Array.prototype.every.call(wr,function(xr,Ar,Pr){var Fr=gr(xr,Ar,Pr);return Fr&&(br=xr),!Fr}),br}function vr(wr){return Object.assign.apply(null,arguments)}function Mr(wr){var gr,br,xr;if(rr(wr)){for(br=wr.length,xr=new Uint8Array(br),gr=0;gr<br;gr++)xr[gr]=wr.charCodeAt(gr)&255;return xr}return fr(wr)?new Uint8Array(wr):lr(wr)&&fr(wr.buffer)?new Uint8Array(wr.buffer):hr(wr)?new Uint8Array(wr):lr(wr)&&mr(wr.toString)?Mr(wr.toString()):new Uint8Array}t.exports.MAX_SAFE_INTEGER=I,t.exports.isUndefined=tr,t.exports.isString=rr,t.exports.isObject=lr,t.exports.isDateTime=ir,t.exports.isFunction=mr,t.exports.isArray=_r,t.exports.isArrayLike=hr,t.exports.isArrayBuffer=fr,t.exports.map=yr,t.exports.find=Sr,t.exports.extend=vr,t.exports.toUint8Array=Mr}),x=D$1((e,t)=>{u$1();var I="\0";t.exports={NULL_CHAR:I,TMAGIC:"ustar"+I+"00",OLDGNU_MAGIC:"ustar "+I,REGTYPE:0,LNKTYPE:1,SYMTYPE:2,CHRTYPE:3,BLKTYPE:4,DIRTYPE:5,FIFOTYPE:6,CONTTYPE:7,TSUID:parseInt("4000",8),TSGID:parseInt("2000",8),TSVTX:parseInt("1000",8),TUREAD:parseInt("0400",8),TUWRITE:parseInt("0200",8),TUEXEC:parseInt("0100",8),TGREAD:parseInt("0040",8),TGWRITE:parseInt("0020",8),TGEXEC:parseInt("0010",8),TOREAD:parseInt("0004",8),TOWRITE:parseInt("0002",8),TOEXEC:parseInt("0001",8),TPERMALL:parseInt("0777",8),TPERMMASK:parseInt("0777",8)}}),L=D$1((e,t)=>{u$1();var I=w(),B=x(),tr=512,rr=B.TPERMALL,ir=0,lr=0,mr=[["name",100,0,function(gr,br){return hr(gr[br[0]],br[1])},function(gr,br,xr){return Sr(gr.slice(br,br+xr[1]))}],["mode",8,100,function(gr,br){var xr=gr[br[0]]||rr;return xr=xr&B.TPERMMASK,fr(xr,br[1],rr)},function(gr,br,xr){var Ar=vr(gr.slice(br,br+xr[1]));return Ar&=B.TPERMMASK,Ar}],["uid",8,108,function(gr,br){return fr(gr[br[0]],br[1],ir)},function(gr,br,xr){return vr(gr.slice(br,br+xr[1]))}],["gid",8,116,function(gr,br){return fr(gr[br[0]],br[1],lr)},function(gr,br,xr){return vr(gr.slice(br,br+xr[1]))}],["size",12,124,function(gr,br){return fr(gr.data.length,br[1])},function(gr,br,xr){return vr(gr.slice(br,br+xr[1]))}],["modifyTime",12,136,function(gr,br){return yr(gr[br[0]],br[1])},function(gr,br,xr){return Mr(gr.slice(br,br+xr[1]))}],["checksum",8,148,function(gr,br){return" "},function(gr,br,xr){return vr(gr.slice(br,br+xr[1]))}],["type",1,156,function(gr,br){return""+(parseInt(gr[br[0]],10)||0)%8},function(gr,br,xr){return(parseInt(String.fromCharCode(gr[br]),10)||0)%8}],["linkName",100,157,function(gr,br){return""},function(gr,br,xr){return Sr(gr.slice(br,br+xr[1]))}],["ustar",8,257,function(gr,br){return B.TMAGIC},function(gr,br,xr){return _r(Sr(gr.slice(br,br+xr[1]),!0))},function(gr,br){return gr[br[0]]==B.TMAGIC||gr[br[0]]==B.OLDGNU_MAGIC}],["owner",32,265,function(gr,br){return hr(gr[br[0]],br[1])},function(gr,br,xr){return Sr(gr.slice(br,br+xr[1]))}],["group",32,297,function(gr,br){return hr(gr[br[0]],br[1])},function(gr,br,xr){return Sr(gr.slice(br,br+xr[1]))}],["majorNumber",8,329,function(gr,br){return""},function(gr,br,xr){return vr(gr.slice(br,br+xr[1]))}],["minorNumber",8,337,function(gr,br){return""},function(gr,br,xr){return vr(gr.slice(br,br+xr[1]))}],["prefix",131,345,function(gr,br){return hr(gr[br[0]],br[1])},function(gr,br,xr){return Sr(gr.slice(br,br+xr[1]))}],["accessTime",12,476,function(gr,br){return yr(gr[br[0]],br[1])},function(gr,br,xr){return Mr(gr.slice(br,br+xr[1]))}],["createTime",12,488,function(gr,br){return yr(gr[br[0]],br[1])},function(gr,br,xr){return Mr(gr.slice(br,br+xr[1]))}]],dr=(function(gr){var br=gr[gr.length-1];return br[2]+br[1]})(mr);function _r(gr){if(gr.length==8){var br=gr.split("");if(br[5]==B.NULL_CHAR)return(br[6]==" "||br[6]==B.NULL_CHAR)&&(br[6]="0"),(br[7]==" "||br[7]==B.NULL_CHAR)&&(br[7]="0"),br=br.join(""),br==B.TMAGIC?br:gr;if(br[7]==B.NULL_CHAR)return br[5]==B.NULL_CHAR&&(br[5]=" "),br[6]==B.NULL_CHAR&&(br[6]=" "),br==B.OLDGNU_MAGIC?br:gr}return gr}function hr(gr,br){return br-=1,I.isUndefined(gr)&&(gr=""),gr=(""+gr).substr(0,br),gr+B.NULL_CHAR}function fr(gr,br,xr){for(xr=parseInt(xr)||0,br-=1,gr=(parseInt(gr)||xr).toString(8).substr(-br,br);gr.length<br;)gr="0"+gr;return gr+B.NULL_CHAR}function yr(gr,br){if(I.isDateTime(gr))gr=Math.floor(1*gr/1e3);else if(gr=parseInt(gr,10),isFinite(gr)){if(gr<=0)return""}else gr=Math.floor(1*new Date/1e3);return fr(gr,br,0)}function Sr(gr,br){var xr=String.fromCharCode.apply(null,gr);if(br)return xr;var Ar=xr.indexOf(B.NULL_CHAR);return Ar>=0?xr.substr(0,Ar):xr}function vr(gr){var br=String.fromCharCode.apply(null,gr);return parseInt(br.replace(/^0+$/g,""),8)||0}function Mr(gr){return gr.length==0||gr[0]==0?null:new Date(1e3*vr(gr))}function wr(gr,br,xr){var Ar=parseInt(br,10)||0,Pr=Math.min(Ar+dr,gr.length),Fr=0,Dr=0,$n=0;xr&&mr.every(function(Xn){return Xn[0]=="checksum"?(Dr=Ar+Xn[2],$n=Dr+Xn[1],!1):!0});for(var Ir=32,Or=Ar;Or<Pr;Or++){var Gr=Or>=Dr&&Or<$n?Ir:gr[Or];Fr=(Fr+Gr)%262144}return Fr}t.exports.recordSize=tr,t.exports.defaultFileMode=rr,t.exports.defaultUid=ir,t.exports.defaultGid=lr,t.exports.posixHeader=mr,t.exports.effectiveHeaderSize=dr,t.exports.calculateChecksum=wr,t.exports.formatTarString=hr,t.exports.formatTarNumber=fr,t.exports.formatTarDateTime=yr,t.exports.parseTarString=Sr,t.exports.parseTarNumber=vr,t.exports.parseTarDateTime=Mr}),er=D$1((e,t)=>{u$1();var I=x(),B=w(),tr=L();function rr(hr){return tr.recordSize}function ir(hr){return Math.ceil(hr.data.length/tr.recordSize)*tr.recordSize}function lr(hr){var fr=0;return hr.forEach(function(yr){fr+=rr()+ir(yr)}),fr+=tr.recordSize*2,new Uint8Array(fr)}function mr(hr,fr,yr){yr=parseInt(yr)||0;var Sr=yr;tr.posixHeader.forEach(function(br){for(var xr=br[3](fr,br),Ar=xr.length,Pr=0;Pr<Ar;Pr+=1)hr[Sr+Pr]=xr.charCodeAt(Pr)&255;Sr+=br[1]});var vr=B.find(tr.posixHeader,function(br){return br[0]=="checksum"});if(vr){var Mr=tr.calculateChecksum(hr,yr,!0),wr=tr.formatTarNumber(Mr,vr[1]-2)+I.NULL_CHAR+" ";Sr=yr+vr[2];for(var gr=0;gr<wr.length;gr+=1)hr[Sr]=wr.charCodeAt(gr)&255,Sr++}return yr+rr()}function dr(hr,fr,yr){return yr=parseInt(yr,10)||0,hr.set(fr.data,yr),yr+ir(fr)}function _r(hr){hr=B.map(hr,function(Sr){return B.extend({},Sr,{data:B.toUint8Array(Sr.data)})});var fr=lr(hr),yr=0;return hr.forEach(function(Sr){yr=mr(fr,Sr,yr),yr=dr(fr,Sr,yr)}),fr}t.exports.tar=_r}),nr=D$1((e,t)=>{u$1();var I=x(),B=w(),tr=L(),rr={extractData:!0,checkHeader:!0,checkChecksum:!0,checkFileSize:!0},ir={size:!0,checksum:!0,ustar:!0},lr={unexpectedEndOfFile:"Unexpected end of file.",fileCorrupted:"File is corrupted.",checksumCheckFailed:"Checksum check failed."};function mr(vr){return tr.recordSize}function dr(vr){return Math.ceil(vr/tr.recordSize)*tr.recordSize}function _r(vr,Mr){for(var wr=Mr,gr=Math.min(vr.length,Mr+tr.recordSize*2),br=wr;br<gr;br++)if(vr[br]!=0)return!1;return!0}function hr(vr,Mr,wr){if(vr.length-Mr<tr.recordSize){if(wr.checkFileSize)throw new Error(lr.unexpectedEndOfFile);return null}Mr=parseInt(Mr)||0;var gr={},br=Mr;if(tr.posixHeader.forEach(function(Pr){gr[Pr[0]]=Pr[4](vr,br,Pr),br+=Pr[1]}),gr.type!=0&&(gr.size=0),wr.checkHeader&&tr.posixHeader.forEach(function(Pr){if(B.isFunction(Pr[5])&&!Pr[5](gr,Pr)){var Fr=new Error(lr.fileCorrupted);throw Fr.data={offset:Mr+Pr[2],field:Pr[0]},Fr}}),wr.checkChecksum){var xr=tr.calculateChecksum(vr,Mr,!0);if(xr!=gr.checksum){var Ar=new Error(lr.checksumCheckFailed);throw Ar.data={offset:Mr,header:gr,checksum:xr},Ar}}return gr}function fr(vr,Mr,wr,gr){return gr.extractData?wr.size<=0?new Uint8Array:vr.slice(Mr,Mr+wr.size):null}function yr(vr,Mr){var wr={};return tr.posixHeader.forEach(function(gr){var br=gr[0];ir[br]||(wr[br]=vr[br])}),wr.isOldGNUFormat=vr.ustar==I.OLDGNU_MAGIC,Mr&&(wr.data=Mr),wr}function Sr(vr,Mr){Mr=B.extend({},rr,Mr);for(var wr=[],gr=0,br=vr.length;br-gr>=tr.recordSize;){vr=B.toUint8Array(vr);var xr=hr(vr,gr,Mr);if(!xr)break;gr+=mr();var Ar=fr(vr,gr,xr,Mr);if(wr.push(yr(xr,Ar)),gr+=dr(xr.size),_r(vr,gr))break}return wr}t.exports.untar=Sr}),or=D$1((e,t)=>{u$1();var I=w(),B=x(),tr=er(),rr=nr();I.extend(t.exports,tr,rr,B)});u$1();u$1();var g=L$2(or());async function H$1(e,t,I="pgdata",B="auto"){let tr=Br(e,t),[rr,ir]=await qr(tr,B),lr=I+(ir?".tar.gz":".tar"),mr=ir?"application/x-gzip":"application/x-tar";return typeof File<"u"?new File([rr],lr,{type:mr}):new Blob([rr],{type:mr})}var Hr=["application/x-gtar","application/x-tar+gzip","application/x-gzip","application/gzip"];async function ce$1(e,t,I){let B=new Uint8Array(await t.arrayBuffer()),tr=typeof File<"u"&&t instanceof File?t.name:void 0;(Hr.includes(t.type)||tr?.endsWith(".tgz")||tr?.endsWith(".tar.gz"))&&(B=await ar(B));let rr;try{rr=(0,g.untar)(B)}catch(ir){if(ir instanceof Error&&ir.message.includes("File is corrupted"))B=await ar(B),rr=(0,g.untar)(B);else throw ir}for(let ir of rr){let lr=I+ir.name,mr=lr.split("/").slice(0,-1);for(let dr=1;dr<=mr.length;dr++){let _r=mr.slice(0,dr).join("/");e.analyzePath(_r).exists||e.mkdir(_r)}ir.type===g.REGTYPE?(e.writeFile(lr,ir.data),e.utime(lr,sr(ir.modifyTime),sr(ir.modifyTime))):ir.type===g.DIRTYPE&&e.mkdir(lr)}}function jr(e,t){let I=[],B=tr=>{e.readdir(tr).forEach(rr=>{if(rr==="."||rr==="..")return;let ir=tr+"/"+rr,lr=e.stat(ir),mr=e.isFile(lr.mode)?e.readFile(ir,{encoding:"binary"}):new Uint8Array(0);I.push({name:ir.substring(t.length),mode:lr.mode,size:lr.size,type:e.isFile(lr.mode)?g.REGTYPE:g.DIRTYPE,modifyTime:lr.mtime,data:mr}),e.isDir(lr.mode)&&B(ir)})};return B(t),I}function Br(e,t){let I=jr(e,t);return(0,g.tar)(I)}async function qr(e,t="auto"){if(t==="none")return[e,!1];if(typeof CompressionStream<"u")return[await Yr(e),!0];if(typeof process$1<"u"&&process$1.versions&&process$1.versions.node)return[await Wr(e),!0];if(t==="auto")return[e,!1];throw new Error("Compression not supported in this environment")}async function Yr(e){let t=new CompressionStream("gzip"),I=t.writable.getWriter(),B=t.readable.getReader();I.write(e),I.close();let tr=[];for(;;){let{value:lr,done:mr}=await B.read();if(mr)break;lr&&tr.push(lr)}let rr=new Uint8Array(tr.reduce((lr,mr)=>lr+mr.length,0)),ir=0;return tr.forEach(lr=>{rr.set(lr,ir),ir+=lr.length}),rr}async function Wr(e){let{promisify:t}=await __vitePreload(()=>import("./reactor_browser-D9uAHhHf.js").then(B=>B.bq),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15])),{gzip:I}=await __vitePreload(async()=>{const{gzip:B}=await import("./reactor_browser-D9uAHhHf.js").then(tr=>tr.bq);return{gzip:B}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]));return await t(I)(e)}async function ar(e){if(typeof CompressionStream<"u")return await Xr(e);if(typeof process$1<"u"&&process$1.versions&&process$1.versions.node)return await Kr(e);throw new Error("Unsupported environment for decompression")}async function Xr(e){let t=new DecompressionStream("gzip"),I=t.writable.getWriter(),B=t.readable.getReader();I.write(e),I.close();let tr=[];for(;;){let{value:lr,done:mr}=await B.read();if(mr)break;lr&&tr.push(lr)}let rr=new Uint8Array(tr.reduce((lr,mr)=>lr+mr.length,0)),ir=0;return tr.forEach(lr=>{rr.set(lr,ir),ir+=lr.length}),rr}async function Kr(e){let{promisify:t}=await __vitePreload(()=>import("./reactor_browser-D9uAHhHf.js").then(B=>B.bq),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15])),{gunzip:I}=await __vitePreload(async()=>{const{gunzip:B}=await import("./reactor_browser-D9uAHhHf.js").then(tr=>tr.bq);return{gunzip:B}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]));return await t(I)(e)}function sr(e){return e?typeof e=="number"?e:Math.floor(e.getTime()/1e3):Math.floor(Date.now()/1e3)}var Vr="/tmp/pglite",C=Vr+"/base",ur=class{constructor(e){this.dataDir=e}async init(e,t){return this.pg=e,{emscriptenOpts:t}}async syncToFs(e){}async initialSyncFs(){}async closeFs(){}async dumpTar(e,t){return H$1(this.pg.Module.FS,C,e,t)}},cr=class{constructor(e,{debug:t=!1}={}){this.dataDir=e,this.debug=t}async syncToFs(e){}async initialSyncFs(){}async closeFs(){}async dumpTar(e,t){return H$1(this.pg.Module.FS,C,e,t)}async init(e,t){return this.pg=e,{emscriptenOpts:{...t,preRun:[...t.preRun||[],I=>{let B=Zr(I,this);I.FS.mkdir(C),I.FS.mount(B,{},C)}]}}}},pr={EBADF:8,EBADFD:127,EEXIST:20,EINVAL:28,EISDIR:31,ENODEV:43,ENOENT:44,ENOTDIR:54,ENOTEMPTY:55},Zr=(e,t)=>{let I=e.FS,B=t.debug?console.log:null,tr={tryFSOperation(rr){try{return rr()}catch(ir){throw ir.code?ir.code==="UNKNOWN"?new I.ErrnoError(pr.EINVAL):new I.ErrnoError(ir.code):ir}},mount(rr){return tr.createNode(null,"/",16895,0)},syncfs(rr,ir,lr){},createNode(rr,ir,lr,mr){if(!I.isDir(lr)&&!I.isFile(lr))throw new I.ErrnoError(28);let dr=I.createNode(rr,ir,lr);return dr.node_ops=tr.node_ops,dr.stream_ops=tr.stream_ops,dr},getMode:function(rr){return B?.("getMode",rr),tr.tryFSOperation(()=>t.lstat(rr).mode)},realPath:function(rr){let ir=[];for(;rr.parent!==rr;)ir.push(rr.name),rr=rr.parent;return ir.push(rr.mount.opts.root),ir.reverse(),ir.join("/")},node_ops:{getattr(rr){B?.("getattr",tr.realPath(rr));let ir=tr.realPath(rr);return tr.tryFSOperation(()=>{let lr=t.lstat(ir);return{...lr,dev:0,ino:rr.id,nlink:1,rdev:rr.rdev,atime:new Date(lr.atime),mtime:new Date(lr.mtime),ctime:new Date(lr.ctime)}})},setattr(rr,ir){B?.("setattr",tr.realPath(rr),ir);let lr=tr.realPath(rr);tr.tryFSOperation(()=>{ir.mode!==void 0&&t.chmod(lr,ir.mode),ir.size!==void 0&&t.truncate(lr,ir.size),ir.timestamp!==void 0&&t.utimes(lr,ir.timestamp,ir.timestamp),ir.size!==void 0&&t.truncate(lr,ir.size)})},lookup(rr,ir){B?.("lookup",tr.realPath(rr),ir);let lr=[tr.realPath(rr),ir].join("/"),mr=tr.getMode(lr);return tr.createNode(rr,ir,mr)},mknod(rr,ir,lr,mr){B?.("mknod",tr.realPath(rr),ir,lr,mr);let dr=tr.createNode(rr,ir,lr,mr),_r=tr.realPath(dr);return tr.tryFSOperation(()=>(I.isDir(dr.mode)?t.mkdir(_r,{mode:lr}):t.writeFile(_r,"",{mode:lr}),dr))},rename(rr,ir,lr){B?.("rename",tr.realPath(rr),tr.realPath(ir),lr);let mr=tr.realPath(rr),dr=[tr.realPath(ir),lr].join("/");tr.tryFSOperation(()=>{t.rename(mr,dr)}),rr.name=lr},unlink(rr,ir){B?.("unlink",tr.realPath(rr),ir);let lr=[tr.realPath(rr),ir].join("/");try{t.unlink(lr)}catch{}},rmdir(rr,ir){B?.("rmdir",tr.realPath(rr),ir);let lr=[tr.realPath(rr),ir].join("/");return tr.tryFSOperation(()=>{t.rmdir(lr)})},readdir(rr){B?.("readdir",tr.realPath(rr));let ir=tr.realPath(rr);return tr.tryFSOperation(()=>t.readdir(ir))},symlink(rr,ir,lr){throw B?.("symlink",tr.realPath(rr),ir,lr),new I.ErrnoError(63)},readlink(rr){throw B?.("readlink",tr.realPath(rr)),new I.ErrnoError(63)}},stream_ops:{open(rr){B?.("open stream",tr.realPath(rr.node));let ir=tr.realPath(rr.node);return tr.tryFSOperation(()=>{I.isFile(rr.node.mode)&&(rr.shared.refcount=1,rr.nfd=t.open(ir))})},close(rr){return B?.("close stream",tr.realPath(rr.node)),tr.tryFSOperation(()=>{I.isFile(rr.node.mode)&&rr.nfd&&--rr.shared.refcount===0&&t.close(rr.nfd)})},dup(rr){B?.("dup stream",tr.realPath(rr.node)),rr.shared.refcount++},read(rr,ir,lr,mr,dr){return B?.("read stream",tr.realPath(rr.node),lr,mr,dr),mr===0?0:tr.tryFSOperation(()=>t.read(rr.nfd,ir,lr,mr,dr))},write(rr,ir,lr,mr,dr){return B?.("write stream",tr.realPath(rr.node),lr,mr,dr),tr.tryFSOperation(()=>t.write(rr.nfd,ir.buffer,lr,mr,dr))},llseek(rr,ir,lr){B?.("llseek stream",tr.realPath(rr.node),ir,lr);let mr=ir;if(lr===1?mr+=rr.position:lr===2&&I.isFile(rr.node.mode)&&tr.tryFSOperation(()=>{let dr=t.fstat(rr.nfd);mr+=dr.size}),mr<0)throw new I.ErrnoError(28);return mr},mmap(rr,ir,lr,mr,dr){if(B?.("mmap stream",tr.realPath(rr.node),ir,lr,mr,dr),!I.isFile(rr.node.mode))throw new I.ErrnoError(pr.ENODEV);let _r=e.mmapAlloc(ir);return tr.stream_ops.read(rr,e.HEAP8,_r,ir,lr),{ptr:_r,allocated:!0}},msync(rr,ir,lr,mr,dr){return B?.("msync stream",tr.realPath(rr.node),lr,mr,dr),tr.stream_ops.write(rr,ir,0,mr,lr),0}}};return tr};u$1();u$1();u$1();var He=new Error("request for lock canceled"),We=function(e,t,I,B){function tr(rr){return rr instanceof I?rr:new I(function(ir){ir(rr)})}return new(I||(I=Promise))(function(rr,ir){function lr(_r){try{dr(B.next(_r))}catch(hr){ir(hr)}}function mr(_r){try{dr(B.throw(_r))}catch(hr){ir(hr)}}function dr(_r){_r.done?rr(_r.value):tr(_r.value).then(lr,mr)}dr((B=B.apply(e,[])).next())})},ce=class{constructor(e,t=He){this._value=e,this._cancelError=t,this._weightedQueues=[],this._weightedWaiters=[]}acquire(e=1){if(e<=0)throw new Error(`invalid weight ${e}: must be positive`);return new Promise((t,I)=>{this._weightedQueues[e-1]||(this._weightedQueues[e-1]=[]),this._weightedQueues[e-1].push({resolve:t,reject:I}),this._dispatch()})}runExclusive(e,t=1){return We(this,void 0,void 0,function*(){let[I,B]=yield this.acquire(t);try{return yield e(I)}finally{B()}})}waitForUnlock(e=1){if(e<=0)throw new Error(`invalid weight ${e}: must be positive`);return new Promise(t=>{this._weightedWaiters[e-1]||(this._weightedWaiters[e-1]=[]),this._weightedWaiters[e-1].push(t),this._dispatch()})}isLocked(){return this._value<=0}getValue(){return this._value}setValue(e){this._value=e,this._dispatch()}release(e=1){if(e<=0)throw new Error(`invalid weight ${e}: must be positive`);this._value+=e,this._dispatch()}cancel(){this._weightedQueues.forEach(e=>e.forEach(t=>t.reject(this._cancelError))),this._weightedQueues=[]}_dispatch(){var e;for(let t=this._value;t>0;t--){let I=(e=this._weightedQueues[t-1])===null||e===void 0?void 0:e.shift();if(!I)continue;let B=this._value,tr=t;this._value-=t,t=this._value+1,I.resolve([B,this._newReleaser(tr)])}this._drainUnlockWaiters()}_newReleaser(e){let t=!1;return()=>{t||(t=!0,this.release(e))}}_drainUnlockWaiters(){for(let e=this._value;e>0;e--)this._weightedWaiters[e-1]&&(this._weightedWaiters[e-1].forEach(t=>t()),this._weightedWaiters[e-1]=[])}},je=function(e,t,I,B){function tr(rr){return rr instanceof I?rr:new I(function(ir){ir(rr)})}return new(I||(I=Promise))(function(rr,ir){function lr(_r){try{dr(B.next(_r))}catch(hr){ir(hr)}}function mr(_r){try{dr(B.throw(_r))}catch(hr){ir(hr)}}function dr(_r){_r.done?rr(_r.value):tr(_r.value).then(lr,mr)}dr((B=B.apply(e,[])).next())})},H=class{constructor(e){this._semaphore=new ce(1,e)}acquire(){return je(this,void 0,void 0,function*(){let[,e]=yield this._semaphore.acquire();return e})}runExclusive(e){return this._semaphore.runExclusive(()=>e())}isLocked(){return this._semaphore.isLocked()}waitForUnlock(){return this._semaphore.waitForUnlock()}release(){this._semaphore.isLocked()&&this._semaphore.release()}cancel(){return this._semaphore.cancel()}};u$1();var Ie=L$2(or());async function ge(e){if(Fe$1){let t=await __vitePreload(()=>import("./reactor_browser-D9uAHhHf.js").then(lr=>lr.bq),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15])),I=await __vitePreload(()=>import("./reactor_browser-D9uAHhHf.js").then(lr=>lr.bq),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15])),{Writable:B}=await __vitePreload(async()=>{const{Writable:lr}=await import("./reactor_browser-D9uAHhHf.js").then(mr=>mr.bq);return{Writable:lr}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15])),{pipeline:tr}=await __vitePreload(async()=>{const{pipeline:lr}=await import("./reactor_browser-D9uAHhHf.js").then(mr=>mr.bq);return{pipeline:lr}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]));if(!t.existsSync(e))throw new Error(`Extension bundle not found: ${e}`);let rr=I.createGunzip(),ir=[];return await tr(t.createReadStream(e),rr,new B({write(lr,mr,dr){ir.push(lr),dr()}})),new Blob(ir)}else{let t=await fetch(e.toString());if(!t.ok||!t.body)return null;if(t.headers.get("Content-Encoding")==="gzip")return t.blob();{let I=new DecompressionStream("gzip");return new Response(t.body.pipeThrough(I)).blob()}}}async function Pe(e,t){for(let I in e.pg_extensions){let B;try{B=await e.pg_extensions[I]}catch(tr){console.error("Failed to fetch extension:",I,tr);continue}if(B){let tr=new Uint8Array(await B.arrayBuffer());Ve(e,I,tr,t)}else console.error("Could not get binary data for extension:",I)}}function Ve(e,t,I,B){Ie.default.untar(I).forEach(tr=>{if(!tr.name.startsWith(".")){let rr=e.WASM_PREFIX+"/"+tr.name;if(tr.name.endsWith(".so")){let ir=(...mr)=>{B("pgfs:ext OK",rr,mr)},lr=(...mr)=>{B("pgfs:ext FAIL",rr,mr)};e.FS.createPreloadedFile(Ke(rr),tr.name.split("/").pop().slice(0,-3),tr.data,!0,!0,ir,lr,!1)}else e.FS.writeFile(rr,tr.data)}})}function Ke(e){let t=e.lastIndexOf("/");return t>0?e.slice(0,t):e}u$1();u$1();var ee=class extends ur{async init(e,t){return this.pg=e,{emscriptenOpts:{...t,preRun:[...t.preRun||[],I=>{let B=I.FS.filesystems.IDBFS;I.FS.mkdir("/pglite"),I.FS.mkdir(`/pglite/${this.dataDir}`),I.FS.mount(B,{},`/pglite/${this.dataDir}`),I.FS.symlink(`/pglite/${this.dataDir}`,C)}]}}}initialSyncFs(){return new Promise((e,t)=>{this.pg.Module.FS.syncfs(!0,I=>{I?t(I):e()})})}syncToFs(e){return new Promise((t,I)=>{this.pg.Module.FS.syncfs(!1,B=>{B?I(B):t()})})}async closeFs(){let e=this.pg.Module.FS.filesystems.IDBFS.dbs[this.dataDir];e&&e.close(),this.pg.Module.FS.quit()}};u$1();var te=class extends ur{async closeFs(){this.pg.Module.FS.quit()}};function Fe(e){let t;if(e?.startsWith("file://")){if(e=e.slice(7),!e)throw new Error("Invalid dataDir, must be a valid path");t="nodefs"}else e?.startsWith("idb://")?(e=e.slice(6),t="idbfs"):e?.startsWith("opfs-ahp://")?(e=e.slice(11),t="opfs-ahp"):!e||e?.startsWith("memory://")?t="memoryfs":t="nodefs";return{dataDir:e,fsType:t}}async function Ae(e,t){let I;if(e&&t==="nodefs"){let{NodeFS:B}=await __vitePreload(()=>import("./nodefs-CVTQ2TCv.js"),__vite__mapDeps([16,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]));I=new B(e)}else if(e&&t==="idbfs")I=new ee(e);else if(e&&t==="opfs-ahp"){let{OpfsAhpFS:B}=await __vitePreload(()=>import("./opfs-ahp--n7Av8I7.js"),__vite__mapDeps([17,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]));I=new B(e)}else I=new te;return I}u$1();u$1();var Qe=(()=>{var _scriptName=import.meta.url;return async function(moduleArg={}){var moduleRtn,Module=moduleArg,readyPromiseResolve,readyPromiseReject,readyPromise=new Promise((e,t)=>{readyPromiseResolve=e,readyPromiseReject=t}),ENVIRONMENT_IS_WEB=typeof window=="object",ENVIRONMENT_IS_WORKER=typeof WorkerGlobalScope<"u",ENVIRONMENT_IS_NODE=typeof process$1=="object"&&typeof process$1.versions=="object"&&typeof process$1.versions.node=="string"&&process$1.type!="renderer";if(ENVIRONMENT_IS_NODE){let{createRequire:e}=await __vitePreload(()=>import("./reactor_browser-D9uAHhHf.js").then(I=>I.bq),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15])),t=import.meta.url;t.startsWith("data:")&&(t="/");var require=e(t)}Module.expectedDataFileDownloads??(Module.expectedDataFileDownloads=0),Module.expectedDataFileDownloads++,(()=>{var e=typeof ENVIRONMENT_IS_PTHREAD<"u"&&ENVIRONMENT_IS_PTHREAD,t=typeof ENVIRONMENT_IS_WASM_WORKER<"u"&&ENVIRONMENT_IS_WASM_WORKER;if(e||t)return;var I=typeof process$1=="object"&&typeof process$1.versions=="object"&&typeof process$1.versions.node=="string";function B(tr){typeof window=="object"?window.encodeURIComponent(window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/"):typeof process$1>"u"&&typeof location<"u"&&encodeURIComponent(location.pathname.substring(0,location.pathname.lastIndexOf("/"))+"/");var rr="postgres.data",ir="postgres.data",lr=Module.locateFile?Module.locateFile(ir,""):ir,mr=tr.remote_package_size;function dr(Sr,vr,Mr,wr){if(I){require("fs").readFile(Sr,(gr,br)=>{gr?wr(gr):Mr(br.buffer)});return}Module.dataFileDownloads??(Module.dataFileDownloads={}),fetch(Sr).catch(gr=>Promise.reject(new Error(`Network Error: ${Sr}`,{cause:gr}))).then(gr=>{if(!gr.ok)return Promise.reject(new Error(`${gr.status}: ${gr.url}`));if(!gr.body&&gr.arrayBuffer)return gr.arrayBuffer().then(Mr);let br=gr.body.getReader(),xr=()=>br.read().then($n).catch(Ir=>Promise.reject(new Error(`Unexpected error while handling : ${gr.url} ${Ir}`,{cause:Ir}))),Ar=[],Pr=gr.headers,Fr=Number(Pr.get("Content-Length")??vr),Dr=0,$n=({done:Ir,value:Or})=>{if(Ir){let Gr=new Uint8Array(Ar.map(Cr=>Cr.length).reduce((Cr,kr)=>Cr+kr,0)),Xn=0;for(let Cr of Ar)Gr.set(Cr,Xn),Xn+=Cr.length;Mr(Gr.buffer)}else{Ar.push(Or),Dr+=Or.length,Module.dataFileDownloads[Sr]={loaded:Dr,total:Fr};let Gr=0,Xn=0;for(let Cr of Object.values(Module.dataFileDownloads))Gr+=Cr.loaded,Xn+=Cr.total;return Module.setStatus?.(`Downloading data... (${Gr}/${Xn})`),xr()}};return Module.setStatus?.("Downloading data..."),xr()})}function _r(Sr){console.error("package error:",Sr)}var hr=null,fr=Module.getPreloadedPackage?Module.getPreloadedPackage(lr,mr):null;fr||dr(lr,mr,Sr=>{hr?(hr(Sr),hr=null):fr=Sr},_r);function yr(Sr){function vr(xr,Ar){if(!xr)throw Ar+new Error().stack}Sr.FS_createPath("/","home",!0,!0),Sr.FS_createPath("/home","web_user",!0,!0),Sr.FS_createPath("/","tmp",!0,!0),Sr.FS_createPath("/tmp","pglite",!0,!0),Sr.FS_createPath("/tmp/pglite","bin",!0,!0),Sr.FS_createPath("/tmp/pglite","lib",!0,!0),Sr.FS_createPath("/tmp/pglite/lib","postgresql",!0,!0),Sr.FS_createPath("/tmp/pglite/lib/postgresql","pgxs",!0,!0),Sr.FS_createPath("/tmp/pglite/lib/postgresql/pgxs","config",!0,!0),Sr.FS_createPath("/tmp/pglite/lib/postgresql/pgxs","src",!0,!0),Sr.FS_createPath("/tmp/pglite/lib/postgresql/pgxs/src","makefiles",!0,!0),Sr.FS_createPath("/tmp/pglite/lib/postgresql/pgxs/src","test",!0,!0),Sr.FS_createPath("/tmp/pglite/lib/postgresql/pgxs/src/test","isolation",!0,!0),Sr.FS_createPath("/tmp/pglite/lib/postgresql/pgxs/src/test","regress",!0,!0),Sr.FS_createPath("/tmp/pglite","share",!0,!0),Sr.FS_createPath("/tmp/pglite/share","postgresql",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql","extension",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql","timezone",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Africa",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","America",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone/America","Argentina",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone/America","Indiana",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone/America","Kentucky",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone/America","North_Dakota",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Antarctica",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Arctic",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Asia",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Atlantic",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Australia",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Brazil",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Canada",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Chile",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Etc",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Europe",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Indian",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Mexico",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","Pacific",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql/timezone","US",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql","timezonesets",!0,!0),Sr.FS_createPath("/tmp/pglite/share/postgresql","tsearch_data",!0,!0);function Mr(xr,Ar,Pr){this.start=xr,this.end=Ar,this.audio=Pr}Mr.prototype={requests:{},open:function(xr,Ar){this.name=Ar,this.requests[Ar]=this,Sr.addRunDependency(`fp ${this.name}`)},send:function(){},onload:function(){var xr=this.byteArray.subarray(this.start,this.end);this.finish(xr)},finish:function(xr){var Ar=this;Sr.FS_createDataFile(this.name,null,xr,!0,!0,!0),Sr.removeRunDependency(`fp ${Ar.name}`),this.requests[this.name]=null}};for(var wr=tr.files,gr=0;gr<wr.length;++gr)new Mr(wr[gr].start,wr[gr].end,wr[gr].audio||0).open("GET",wr[gr].filename);function br(xr){vr(xr,"Loading data file failed."),vr(xr.constructor.name===ArrayBuffer.name,"bad input to processPackageData");var Ar=new Uint8Array(xr);Mr.prototype.byteArray=Ar;for(var Pr=tr.files,Fr=0;Fr<Pr.length;++Fr)Mr.prototype.requests[Pr[Fr].filename].onload();Sr.removeRunDependency("datafile_postgres.data")}Sr.addRunDependency("datafile_postgres.data"),Sr.preloadResults??(Sr.preloadResults={}),Sr.preloadResults[rr]={fromCache:!1},fr?(br(fr),fr=null):hr=br}Module.calledRun?yr(Module):(Module.preRun??(Module.preRun=[])).push(yr)}B({files:[{filename:"/home/web_user/.pgpass",start:0,end:204},{filename:"/tmp/pglite/bin/initdb",start:204,end:216},{filename:"/tmp/pglite/bin/postgres",start:216,end:228},{filename:"/tmp/pglite/lib/postgresql/cyrillic_and_mic.so",start:228,end:20397},{filename:"/tmp/pglite/lib/postgresql/dict_snowball.so",start:20397,end:1581299},{filename:"/tmp/pglite/lib/postgresql/euc2004_sjis2004.so",start:1581299,end:1592382},{filename:"/tmp/pglite/lib/postgresql/euc_cn_and_mic.so",start:1592382,end:1599256},{filename:"/tmp/pglite/lib/postgresql/euc_jp_and_sjis.so",start:1599256,end:1622931},{filename:"/tmp/pglite/lib/postgresql/euc_kr_and_mic.so",start:1622931,end:1630057},{filename:"/tmp/pglite/lib/postgresql/euc_tw_and_big5.so",start:1630057,end:1651566},{filename:"/tmp/pglite/lib/postgresql/latin2_and_win1250.so",start:1651566,end:1660345},{filename:"/tmp/pglite/lib/postgresql/latin_and_mic.so",start:1660345,end:1668272},{filename:"/tmp/pglite/lib/postgresql/libpqwalreceiver.so",start:1668272,end:2186522},{filename:"/tmp/pglite/lib/postgresql/pgoutput.so",start:2186522,end:2303364},{filename:"/tmp/pglite/lib/postgresql/pgxs/config/install-sh",start:2303364,end:2317361},{filename:"/tmp/pglite/lib/postgresql/pgxs/config/missing",start:2317361,end:2318709},{filename:"/tmp/pglite/lib/postgresql/pgxs/src/Makefile.global",start:2318709,end:2354956},{filename:"/tmp/pglite/lib/postgresql/pgxs/src/Makefile.port",start:2354956,end:2355232},{filename:"/tmp/pglite/lib/postgresql/pgxs/src/Makefile.shlib",start:2355232,end:2371270},{filename:"/tmp/pglite/lib/postgresql/pgxs/src/makefiles/pgxs.mk",start:2371270,end:2386198},{filename:"/tmp/pglite/lib/postgresql/pgxs/src/nls-global.mk",start:2386198,end:2393083},{filename:"/tmp/pglite/lib/postgresql/pgxs/src/test/isolation/isolationtester.cjs",start:2393083,end:2589770},{filename:"/tmp/pglite/lib/postgresql/pgxs/src/test/isolation/pg_isolation_regress.cjs",start:2589770,end:2742128},{filename:"/tmp/pglite/lib/postgresql/pgxs/src/test/regress/pg_regress.cjs",start:2742128,end:2894476},{filename:"/tmp/pglite/lib/postgresql/plpgsql.so",start:2894476,end:3653241},{filename:"/tmp/pglite/password",start:3653241,end:3653250},{filename:"/tmp/pglite/share/postgresql/errcodes.txt",start:3653250,end:3686708},{filename:"/tmp/pglite/share/postgresql/extension/plpgsql--1.0.sql",start:3686708,end:3687366},{filename:"/tmp/pglite/share/postgresql/extension/plpgsql.control",start:3687366,end:3687559},{filename:"/tmp/pglite/share/postgresql/fix-CVE-2024-4317.sql",start:3687559,end:3693324},{filename:"/tmp/pglite/share/postgresql/information_schema.sql",start:3693324,end:3808299},{filename:"/tmp/pglite/share/postgresql/pg_hba.conf.sample",start:3808299,end:3813924},{filename:"/tmp/pglite/share/postgresql/pg_ident.conf.sample",start:3813924,end:3816564},{filename:"/tmp/pglite/share/postgresql/pg_service.conf.sample",start:3816564,end:3817168},{filename:"/tmp/pglite/share/postgresql/postgres.bki",start:3817168,end:4761272},{filename:"/tmp/pglite/share/postgresql/postgresql.conf.sample",start:4761272,end:4790919},{filename:"/tmp/pglite/share/postgresql/psqlrc.sample",start:4790919,end:4791197},{filename:"/tmp/pglite/share/postgresql/snowball_create.sql",start:4791197,end:4835373},{filename:"/tmp/pglite/share/postgresql/sql_features.txt",start:4835373,end:4871054},{filename:"/tmp/pglite/share/postgresql/system_constraints.sql",start:4871054,end:4879949},{filename:"/tmp/pglite/share/postgresql/system_functions.sql",start:4879949,end:4903264},{filename:"/tmp/pglite/share/postgresql/system_views.sql",start:4903264,end:4953537},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Abidjan",start:4953537,end:4953667},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Accra",start:4953667,end:4953797},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Addis_Ababa",start:4953797,end:4953988},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Algiers",start:4953988,end:4954458},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Asmara",start:4954458,end:4954649},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Asmera",start:4954649,end:4954840},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Bamako",start:4954840,end:4954970},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Bangui",start:4954970,end:4955150},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Banjul",start:4955150,end:4955280},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Bissau",start:4955280,end:4955429},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Blantyre",start:4955429,end:4955560},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Brazzaville",start:4955560,end:4955740},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Bujumbura",start:4955740,end:4955871},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Cairo",start:4955871,end:4957180},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Casablanca",start:4957180,end:4959099},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Ceuta",start:4959099,end:4959661},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Conakry",start:4959661,end:4959791},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Dakar",start:4959791,end:4959921},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Dar_es_Salaam",start:4959921,end:4960112},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Djibouti",start:4960112,end:4960303},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Douala",start:4960303,end:4960483},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/El_Aaiun",start:4960483,end:4962313},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Freetown",start:4962313,end:4962443},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Gaborone",start:4962443,end:4962574},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Harare",start:4962574,end:4962705},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Johannesburg",start:4962705,end:4962895},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Juba",start:4962895,end:4963353},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Kampala",start:4963353,end:4963544},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Khartoum",start:4963544,end:4964002},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Kigali",start:4964002,end:4964133},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Kinshasa",start:4964133,end:4964313},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Lagos",start:4964313,end:4964493},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Libreville",start:4964493,end:4964673},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Lome",start:4964673,end:4964803},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Luanda",start:4964803,end:4964983},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Lubumbashi",start:4964983,end:4965114},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Lusaka",start:4965114,end:4965245},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Malabo",start:4965245,end:4965425},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Maputo",start:4965425,end:4965556},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Maseru",start:4965556,end:4965746},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Mbabane",start:4965746,end:4965936},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Mogadishu",start:4965936,end:4966127},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Monrovia",start:4966127,end:4966291},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Nairobi",start:4966291,end:4966482},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Ndjamena",start:4966482,end:4966642},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Niamey",start:4966642,end:4966822},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Nouakchott",start:4966822,end:4966952},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Ouagadougou",start:4966952,end:4967082},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Porto-Novo",start:4967082,end:4967262},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Sao_Tome",start:4967262,end:4967435},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Timbuktu",start:4967435,end:4967565},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Tripoli",start:4967565,end:4967996},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Tunis",start:4967996,end:4968445},{filename:"/tmp/pglite/share/postgresql/timezone/Africa/Windhoek",start:4968445,end:4969083},{filename:"/tmp/pglite/share/postgresql/timezone/America/Adak",start:4969083,end:4970052},{filename:"/tmp/pglite/share/postgresql/timezone/America/Anchorage",start:4970052,end:4971029},{filename:"/tmp/pglite/share/postgresql/timezone/America/Anguilla",start:4971029,end:4971206},{filename:"/tmp/pglite/share/postgresql/timezone/America/Antigua",start:4971206,end:4971383},{filename:"/tmp/pglite/share/postgresql/timezone/America/Araguaina",start:4971383,end:4971975},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/Buenos_Aires",start:4971975,end:4972683},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/Catamarca",start:4972683,end:4973391},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/ComodRivadavia",start:4973391,end:4974099},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/Cordoba",start:4974099,end:4974807},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/Jujuy",start:4974807,end:4975497},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/La_Rioja",start:4975497,end:4976214},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/Mendoza",start:4976214,end:4976922},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/Rio_Gallegos",start:4976922,end:4977630},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/Salta",start:4977630,end:4978320},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/San_Juan",start:4978320,end:4979037},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/San_Luis",start:4979037,end:4979754},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/Tucuman",start:4979754,end:4980480},{filename:"/tmp/pglite/share/postgresql/timezone/America/Argentina/Ushuaia",start:4980480,end:4981188},{filename:"/tmp/pglite/share/postgresql/timezone/America/Aruba",start:4981188,end:4981365},{filename:"/tmp/pglite/share/postgresql/timezone/America/Asuncion",start:4981365,end:4982249},{filename:"/tmp/pglite/share/postgresql/timezone/America/Atikokan",start:4982249,end:4982398},{filename:"/tmp/pglite/share/postgresql/timezone/America/Atka",start:4982398,end:4983367},{filename:"/tmp/pglite/share/postgresql/timezone/America/Bahia",start:4983367,end:4984049},{filename:"/tmp/pglite/share/postgresql/timezone/America/Bahia_Banderas",start:4984049,end:4984777},{filename:"/tmp/pglite/share/postgresql/timezone/America/Barbados",start:4984777,end:4985055},{filename:"/tmp/pglite/share/postgresql/timezone/America/Belem",start:4985055,end:4985449},{filename:"/tmp/pglite/share/postgresql/timezone/America/Belize",start:4985449,end:4986494},{filename:"/tmp/pglite/share/postgresql/timezone/America/Blanc-Sablon",start:4986494,end:4986671},{filename:"/tmp/pglite/share/postgresql/timezone/America/Boa_Vista",start:4986671,end:4987101},{filename:"/tmp/pglite/share/postgresql/timezone/America/Bogota",start:4987101,end:4987280},{filename:"/tmp/pglite/share/postgresql/timezone/America/Boise",start:4987280,end:4988279},{filename:"/tmp/pglite/share/postgresql/timezone/America/Buenos_Aires",start:4988279,end:4988987},{filename:"/tmp/pglite/share/postgresql/timezone/America/Cambridge_Bay",start:4988987,end:4989870},{filename:"/tmp/pglite/share/postgresql/timezone/America/Campo_Grande",start:4989870,end:4990822},{filename:"/tmp/pglite/share/postgresql/timezone/America/Cancun",start:4990822,end:4991351},{filename:"/tmp/pglite/share/postgresql/timezone/America/Caracas",start:4991351,end:4991541},{filename:"/tmp/pglite/share/postgresql/timezone/America/Catamarca",start:4991541,end:4992249},{filename:"/tmp/pglite/share/postgresql/timezone/America/Cayenne",start:4992249,end:4992400},{filename:"/tmp/pglite/share/postgresql/timezone/America/Cayman",start:4992400,end:4992549},{filename:"/tmp/pglite/share/postgresql/timezone/America/Chicago",start:4992549,end:4994303},{filename:"/tmp/pglite/share/postgresql/timezone/America/Chihuahua",start:4994303,end:4994994},{filename:"/tmp/pglite/share/postgresql/timezone/America/Ciudad_Juarez",start:4994994,end:4995712},{filename:"/tmp/pglite/share/postgresql/timezone/America/Coral_Harbour",start:4995712,end:4995861},{filename:"/tmp/pglite/share/postgresql/timezone/America/Cordoba",start:4995861,end:4996569},{filename:"/tmp/pglite/share/postgresql/timezone/America/Costa_Rica",start:4996569,end:4996801},{filename:"/tmp/pglite/share/postgresql/timezone/America/Creston",start:4996801,end:4997041},{filename:"/tmp/pglite/share/postgresql/timezone/America/Cuiaba",start:4997041,end:4997975},{filename:"/tmp/pglite/share/postgresql/timezone/America/Curacao",start:4997975,end:4998152},{filename:"/tmp/pglite/share/postgresql/timezone/America/Danmarkshavn",start:4998152,end:4998599},{filename:"/tmp/pglite/share/postgresql/timezone/America/Dawson",start:4998599,end:4999628},{filename:"/tmp/pglite/share/postgresql/timezone/America/Dawson_Creek",start:4999628,end:5000311},{filename:"/tmp/pglite/share/postgresql/timezone/America/Denver",start:5000311,end:5001353},{filename:"/tmp/pglite/share/postgresql/timezone/America/Detroit",start:5001353,end:5002252},{filename:"/tmp/pglite/share/postgresql/timezone/America/Dominica",start:5002252,end:5002429},{filename:"/tmp/pglite/share/postgresql/timezone/America/Edmonton",start:5002429,end:5003399},{filename:"/tmp/pglite/share/postgresql/timezone/America/Eirunepe",start:5003399,end:5003835},{filename:"/tmp/pglite/share/postgresql/timezone/America/El_Salvador",start:5003835,end:5004011},{filename:"/tmp/pglite/share/postgresql/timezone/America/Ensenada",start:5004011,end:5005036},{filename:"/tmp/pglite/share/postgresql/timezone/America/Fort_Nelson",start:5005036,end:5006484},{filename:"/tmp/pglite/share/postgresql/timezone/America/Fort_Wayne",start:5006484,end:5007015},{filename:"/tmp/pglite/share/postgresql/timezone/America/Fortaleza",start:5007015,end:5007499},{filename:"/tmp/pglite/share/postgresql/timezone/America/Glace_Bay",start:5007499,end:5008379},{filename:"/tmp/pglite/share/postgresql/timezone/America/Godthab",start:5008379,end:5009344},{filename:"/tmp/pglite/share/postgresql/timezone/America/Goose_Bay",start:5009344,end:5010924},{filename:"/tmp/pglite/share/postgresql/timezone/America/Grand_Turk",start:5010924,end:5011777},{filename:"/tmp/pglite/share/postgresql/timezone/America/Grenada",start:5011777,end:5011954},{filename:"/tmp/pglite/share/postgresql/timezone/America/Guadeloupe",start:5011954,end:5012131},{filename:"/tmp/pglite/share/postgresql/timezone/America/Guatemala",start:5012131,end:5012343},{filename:"/tmp/pglite/share/postgresql/timezone/America/Guayaquil",start:5012343,end:5012522},{filename:"/tmp/pglite/share/postgresql/timezone/America/Guyana",start:5012522,end:5012703},{filename:"/tmp/pglite/share/postgresql/timezone/America/Halifax",start:5012703,end:5014375},{filename:"/tmp/pglite/share/postgresql/timezone/America/Havana",start:5014375,end:5015492},{filename:"/tmp/pglite/share/postgresql/timezone/America/Hermosillo",start:5015492,end:5015778},{filename:"/tmp/pglite/share/postgresql/timezone/America/Indiana/Indianapolis",start:5015778,end:5016309},{filename:"/tmp/pglite/share/postgresql/timezone/America/Indiana/Knox",start:5016309,end:5017325},{filename:"/tmp/pglite/share/postgresql/timezone/America/Indiana/Marengo",start:5017325,end:5017892},{filename:"/tmp/pglite/share/postgresql/timezone/America/Indiana/Petersburg",start:5017892,end:5018575},{filename:"/tmp/pglite/share/postgresql/timezone/America/Indiana/Tell_City",start:5018575,end:5019097},{filename:"/tmp/pglite/share/postgresql/timezone/America/Indiana/Vevay",start:5019097,end:5019466},{filename:"/tmp/pglite/share/postgresql/timezone/America/Indiana/Vincennes",start:5019466,end:5020024},{filename:"/tmp/pglite/share/postgresql/timezone/America/Indiana/Winamac",start:5020024,end:5020636},{filename:"/tmp/pglite/share/postgresql/timezone/America/Indianapolis",start:5020636,end:5021167},{filename:"/tmp/pglite/share/postgresql/timezone/America/Inuvik",start:5021167,end:5021984},{filename:"/tmp/pglite/share/postgresql/timezone/America/Iqaluit",start:5021984,end:5022839},{filename:"/tmp/pglite/share/postgresql/timezone/America/Jamaica",start:5022839,end:5023178},{filename:"/tmp/pglite/share/postgresql/timezone/America/Jujuy",start:5023178,end:5023868},{filename:"/tmp/pglite/share/postgresql/timezone/America/Juneau",start:5023868,end:5024834},{filename:"/tmp/pglite/share/postgresql/timezone/America/Kentucky/Louisville",start:5024834,end:5026076},{filename:"/tmp/pglite/share/postgresql/timezone/America/Kentucky/Monticello",start:5026076,end:5027048},{filename:"/tmp/pglite/share/postgresql/timezone/America/Knox_IN",start:5027048,end:5028064},{filename:"/tmp/pglite/share/postgresql/timezone/America/Kralendijk",start:5028064,end:5028241},{filename:"/tmp/pglite/share/postgresql/timezone/America/La_Paz",start:5028241,end:5028411},{filename:"/tmp/pglite/share/postgresql/timezone/America/Lima",start:5028411,end:5028694},{filename:"/tmp/pglite/share/postgresql/timezone/America/Los_Angeles",start:5028694,end:5029988},{filename:"/tmp/pglite/share/postgresql/timezone/America/Louisville",start:5029988,end:5031230},{filename:"/tmp/pglite/share/postgresql/timezone/America/Lower_Princes",start:5031230,end:5031407},{filename:"/tmp/pglite/share/postgresql/timezone/America/Maceio",start:5031407,end:5031909},{filename:"/tmp/pglite/share/postgresql/timezone/America/Managua",start:5031909,end:5032204},{filename:"/tmp/pglite/share/postgresql/timezone/America/Manaus",start:5032204,end:5032616},{filename:"/tmp/pglite/share/postgresql/timezone/America/Marigot",start:5032616,end:5032793},{filename:"/tmp/pglite/share/postgresql/timezone/America/Martinique",start:5032793,end:5032971},{filename:"/tmp/pglite/share/postgresql/timezone/America/Matamoros",start:5032971,end:5033408},{filename:"/tmp/pglite/share/postgresql/timezone/America/Mazatlan",start:5033408,end:5034126},{filename:"/tmp/pglite/share/postgresql/timezone/America/Mendoza",start:5034126,end:5034834},{filename:"/tmp/pglite/share/postgresql/timezone/America/Menominee",start:5034834,end:5035751},{filename:"/tmp/pglite/share/postgresql/timezone/America/Merida",start:5035751,end:5036405},{filename:"/tmp/pglite/share/postgresql/timezone/America/Metlakatla",start:5036405,end:5037e3},{filename:"/tmp/pglite/share/postgresql/timezone/America/Mexico_City",start:5037e3,end:5037773},{filename:"/tmp/pglite/share/postgresql/timezone/America/Miquelon",start:5037773,end:5038323},{filename:"/tmp/pglite/share/postgresql/timezone/America/Moncton",start:5038323,end:5039816},{filename:"/tmp/pglite/share/postgresql/timezone/America/Monterrey",start:5039816,end:5040460},{filename:"/tmp/pglite/share/postgresql/timezone/America/Montevideo",start:5040460,end:5041429},{filename:"/tmp/pglite/share/postgresql/timezone/America/Montreal",start:5041429,end:5043146},{filename:"/tmp/pglite/share/postgresql/timezone/America/Montserrat",start:5043146,end:5043323},{filename:"/tmp/pglite/share/postgresql/timezone/America/Nassau",start:5043323,end:5045040},{filename:"/tmp/pglite/share/postgresql/timezone/America/New_York",start:5045040,end:5046784},{filename:"/tmp/pglite/share/postgresql/timezone/America/Nipigon",start:5046784,end:5048501},{filename:"/tmp/pglite/share/postgresql/timezone/America/Nome",start:5048501,end:5049476},{filename:"/tmp/pglite/share/postgresql/timezone/America/Noronha",start:5049476,end:5049960},{filename:"/tmp/pglite/share/postgresql/timezone/America/North_Dakota/Beulah",start:5049960,end:5051003},{filename:"/tmp/pglite/share/postgresql/timezone/America/North_Dakota/Center",start:5051003,end:5051993},{filename:"/tmp/pglite/share/postgresql/timezone/America/North_Dakota/New_Salem",start:5051993,end:5052983},{filename:"/tmp/pglite/share/postgresql/timezone/America/Nuuk",start:5052983,end:5053948},{filename:"/tmp/pglite/share/postgresql/timezone/America/Ojinaga",start:5053948,end:5054657},{filename:"/tmp/pglite/share/postgresql/timezone/America/Panama",start:5054657,end:5054806},{filename:"/tmp/pglite/share/postgresql/timezone/America/Pangnirtung",start:5054806,end:5055661},{filename:"/tmp/pglite/share/postgresql/timezone/America/Paramaribo",start:5055661,end:5055848},{filename:"/tmp/pglite/share/postgresql/timezone/America/Phoenix",start:5055848,end:5056088},{filename:"/tmp/pglite/share/postgresql/timezone/America/Port-au-Prince",start:5056088,end:5056653},{filename:"/tmp/pglite/share/postgresql/timezone/America/Port_of_Spain",start:5056653,end:5056830},{filename:"/tmp/pglite/share/postgresql/timezone/America/Porto_Acre",start:5056830,end:5057248},{filename:"/tmp/pglite/share/postgresql/timezone/America/Porto_Velho",start:5057248,end:5057642},{filename:"/tmp/pglite/share/postgresql/timezone/America/Puerto_Rico",start:5057642,end:5057819},{filename:"/tmp/pglite/share/postgresql/timezone/America/Punta_Arenas",start:5057819,end:5059037},{filename:"/tmp/pglite/share/postgresql/timezone/America/Rainy_River",start:5059037,end:5060331},{filename:"/tmp/pglite/share/postgresql/timezone/America/Rankin_Inlet",start:5060331,end:5061138},{filename:"/tmp/pglite/share/postgresql/timezone/America/Recife",start:5061138,end:5061622},{filename:"/tmp/pglite/share/postgresql/timezone/America/Regina",start:5061622,end:5062260},{filename:"/tmp/pglite/share/postgresql/timezone/America/Resolute",start:5062260,end:5063067},{filename:"/tmp/pglite/share/postgresql/timezone/America/Rio_Branco",start:5063067,end:5063485},{filename:"/tmp/pglite/share/postgresql/timezone/America/Rosario",start:5063485,end:5064193},{filename:"/tmp/pglite/share/postgresql/timezone/America/Santa_Isabel",start:5064193,end:5065218},{filename:"/tmp/pglite/share/postgresql/timezone/America/Santarem",start:5065218,end:5065627},{filename:"/tmp/pglite/share/postgresql/timezone/America/Santiago",start:5065627,end:5066981},{filename:"/tmp/pglite/share/postgresql/timezone/America/Santo_Domingo",start:5066981,end:5067298},{filename:"/tmp/pglite/share/postgresql/timezone/America/Sao_Paulo",start:5067298,end:5068250},{filename:"/tmp/pglite/share/postgresql/timezone/America/Scoresbysund",start:5068250,end:5069234},{filename:"/tmp/pglite/share/postgresql/timezone/America/Shiprock",start:5069234,end:5070276},{filename:"/tmp/pglite/share/postgresql/timezone/America/Sitka",start:5070276,end:5071232},{filename:"/tmp/pglite/share/postgresql/timezone/America/St_Barthelemy",start:5071232,end:5071409},{filename:"/tmp/pglite/share/postgresql/timezone/America/St_Johns",start:5071409,end:5073287},{filename:"/tmp/pglite/share/postgresql/timezone/America/St_Kitts",start:5073287,end:5073464},{filename:"/tmp/pglite/share/postgresql/timezone/America/St_Lucia",start:5073464,end:5073641},{filename:"/tmp/pglite/share/postgresql/timezone/America/St_Thomas",start:5073641,end:5073818},{filename:"/tmp/pglite/share/postgresql/timezone/America/St_Vincent",start:5073818,end:5073995},{filename:"/tmp/pglite/share/postgresql/timezone/America/Swift_Current",start:5073995,end:5074363},{filename:"/tmp/pglite/share/postgresql/timezone/America/Tegucigalpa",start:5074363,end:5074557},{filename:"/tmp/pglite/share/postgresql/timezone/America/Thule",start:5074557,end:5075012},{filename:"/tmp/pglite/share/postgresql/timezone/America/Thunder_Bay",start:5075012,end:5076729},{filename:"/tmp/pglite/share/postgresql/timezone/America/Tijuana",start:5076729,end:5077754},{filename:"/tmp/pglite/share/postgresql/timezone/America/Toronto",start:5077754,end:5079471},{filename:"/tmp/pglite/share/postgresql/timezone/America/Tortola",start:5079471,end:5079648},{filename:"/tmp/pglite/share/postgresql/timezone/America/Vancouver",start:5079648,end:5080978},{filename:"/tmp/pglite/share/postgresql/timezone/America/Virgin",start:5080978,end:5081155},{filename:"/tmp/pglite/share/postgresql/timezone/America/Whitehorse",start:5081155,end:5082184},{filename:"/tmp/pglite/share/postgresql/timezone/America/Winnipeg",start:5082184,end:5083478},{filename:"/tmp/pglite/share/postgresql/timezone/America/Yakutat",start:5083478,end:5084424},{filename:"/tmp/pglite/share/postgresql/timezone/America/Yellowknife",start:5084424,end:5085394},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/Casey",start:5085394,end:5085681},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/Davis",start:5085681,end:5085878},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/DumontDUrville",start:5085878,end:5086032},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/Macquarie",start:5086032,end:5087008},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/Mawson",start:5087008,end:5087160},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/McMurdo",start:5087160,end:5088203},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/Palmer",start:5088203,end:5089090},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/Rothera",start:5089090,end:5089222},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/South_Pole",start:5089222,end:5090265},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/Syowa",start:5090265,end:5090398},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/Troll",start:5090398,end:5090575},{filename:"/tmp/pglite/share/postgresql/timezone/Antarctica/Vostok",start:5090575,end:5090745},{filename:"/tmp/pglite/share/postgresql/timezone/Arctic/Longyearbyen",start:5090745,end:5091450},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Aden",start:5091450,end:5091583},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Almaty",start:5091583,end:5092201},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Amman",start:5092201,end:5093129},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Anadyr",start:5093129,end:5093872},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Aqtau",start:5093872,end:5094478},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Aqtobe",start:5094478,end:5095093},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Ashgabat",start:5095093,end:5095468},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Ashkhabad",start:5095468,end:5095843},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Atyrau",start:5095843,end:5096459},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Baghdad",start:5096459,end:5097089},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Bahrain",start:5097089,end:5097241},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Baku",start:5097241,end:5097985},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Bangkok",start:5097985,end:5098137},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Barnaul",start:5098137,end:5098890},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Beirut",start:5098890,end:5099622},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Bishkek",start:5099622,end:5100240},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Brunei",start:5100240,end:5100560},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Calcutta",start:5100560,end:5100780},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Chita",start:5100780,end:5101530},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Choibalsan",start:5101530,end:5102149},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Chongqing",start:5102149,end:5102542},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Chungking",start:5102542,end:5102935},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Colombo",start:5102935,end:5103182},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Dacca",start:5103182,end:5103413},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Damascus",start:5103413,end:5104647},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Dhaka",start:5104647,end:5104878},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Dili",start:5104878,end:5105048},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Dubai",start:5105048,end:5105181},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Dushanbe",start:5105181,end:5105547},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Famagusta",start:5105547,end:5106487},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Gaza",start:5106487,end:5108933},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Harbin",start:5108933,end:5109326},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Hebron",start:5109326,end:5111790},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Ho_Chi_Minh",start:5111790,end:5112026},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Hong_Kong",start:5112026,end:5112801},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Hovd",start:5112801,end:5113395},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Irkutsk",start:5113395,end:5114155},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Istanbul",start:5114155,end:5115355},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Jakarta",start:5115355,end:5115603},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Jayapura",start:5115603,end:5115774},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Jerusalem",start:5115774,end:5116848},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Kabul",start:5116848,end:5117007},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Kamchatka",start:5117007,end:5117734},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Karachi",start:5117734,end:5118e3},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Kashgar",start:5118e3,end:5118133},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Kathmandu",start:5118133,end:5118294},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Katmandu",start:5118294,end:5118455},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Khandyga",start:5118455,end:5119230},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Kolkata",start:5119230,end:5119450},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Krasnoyarsk",start:5119450,end:5120191},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Kuala_Lumpur",start:5120191,end:5120447},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Kuching",start:5120447,end:5120767},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Kuwait",start:5120767,end:5120900},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Macao",start:5120900,end:5121691},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Macau",start:5121691,end:5122482},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Magadan",start:5122482,end:5123233},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Makassar",start:5123233,end:5123423},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Manila",start:5123423,end:5123661},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Muscat",start:5123661,end:5123794},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Nicosia",start:5123794,end:5124391},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Novokuznetsk",start:5124391,end:5125117},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Novosibirsk",start:5125117,end:5125870},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Omsk",start:5125870,end:5126611},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Oral",start:5126611,end:5127236},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Phnom_Penh",start:5127236,end:5127388},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Pontianak",start:5127388,end:5127635},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Pyongyang",start:5127635,end:5127818},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Qatar",start:5127818,end:5127970},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Qostanay",start:5127970,end:5128594},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Qyzylorda",start:5128594,end:5129218},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Rangoon",start:5129218,end:5129405},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Riyadh",start:5129405,end:5129538},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Saigon",start:5129538,end:5129774},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Sakhalin",start:5129774,end:5130529},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Samarkand",start:5130529,end:5130895},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Seoul",start:5130895,end:5131310},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Shanghai",start:5131310,end:5131703},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Singapore",start:5131703,end:5131959},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Srednekolymsk",start:5131959,end:5132701},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Taipei",start:5132701,end:5133212},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Tashkent",start:5133212,end:5133578},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Tbilisi",start:5133578,end:5134207},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Tehran",start:5134207,end:5135019},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Tel_Aviv",start:5135019,end:5136093},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Thimbu",start:5136093,end:5136247},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Thimphu",start:5136247,end:5136401},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Tokyo",start:5136401,end:5136614},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Tomsk",start:5136614,end:5137367},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Ujung_Pandang",start:5137367,end:5137557},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Ulaanbaatar",start:5137557,end:5138151},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Ulan_Bator",start:5138151,end:5138745},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Urumqi",start:5138745,end:5138878},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Ust-Nera",start:5138878,end:5139649},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Vientiane",start:5139649,end:5139801},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Vladivostok",start:5139801,end:5140543},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Yakutsk",start:5140543,end:5141284},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Yangon",start:5141284,end:5141471},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Yekaterinburg",start:5141471,end:5142231},{filename:"/tmp/pglite/share/postgresql/timezone/Asia/Yerevan",start:5142231,end:5142939},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/Azores",start:5142939,end:5144392},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/Bermuda",start:5144392,end:5145416},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/Canary",start:5145416,end:5145894},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/Cape_Verde",start:5145894,end:5146069},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/Faeroe",start:5146069,end:5146510},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/Faroe",start:5146510,end:5146951},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/Jan_Mayen",start:5146951,end:5147656},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/Madeira",start:5147656,end:5149109},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/Reykjavik",start:5149109,end:5149239},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/South_Georgia",start:5149239,end:5149371},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/St_Helena",start:5149371,end:5149501},{filename:"/tmp/pglite/share/postgresql/timezone/Atlantic/Stanley",start:5149501,end:5150290},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/ACT",start:5150290,end:5151194},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Adelaide",start:5151194,end:5152115},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Brisbane",start:5152115,end:5152404},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Broken_Hill",start:5152404,end:5153345},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Canberra",start:5153345,end:5154249},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Currie",start:5154249,end:5155252},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Darwin",start:5155252,end:5155486},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Eucla",start:5155486,end:5155800},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Hobart",start:5155800,end:5156803},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/LHI",start:5156803,end:5157495},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Lindeman",start:5157495,end:5157820},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Lord_Howe",start:5157820,end:5158512},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Melbourne",start:5158512,end:5159416},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/NSW",start:5159416,end:5160320},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/North",start:5160320,end:5160554},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Perth",start:5160554,end:5160860},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Queensland",start:5160860,end:5161149},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/South",start:5161149,end:5162070},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Sydney",start:5162070,end:5162974},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Tasmania",start:5162974,end:5163977},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Victoria",start:5163977,end:5164881},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/West",start:5164881,end:5165187},{filename:"/tmp/pglite/share/postgresql/timezone/Australia/Yancowinna",start:5165187,end:5166128},{filename:"/tmp/pglite/share/postgresql/timezone/Brazil/Acre",start:5166128,end:5166546},{filename:"/tmp/pglite/share/postgresql/timezone/Brazil/DeNoronha",start:5166546,end:5167030},{filename:"/tmp/pglite/share/postgresql/timezone/Brazil/East",start:5167030,end:5167982},{filename:"/tmp/pglite/share/postgresql/timezone/Brazil/West",start:5167982,end:5168394},{filename:"/tmp/pglite/share/postgresql/timezone/CET",start:5168394,end:5169015},{filename:"/tmp/pglite/share/postgresql/timezone/CST6CDT",start:5169015,end:5169966},{filename:"/tmp/pglite/share/postgresql/timezone/Canada/Atlantic",start:5169966,end:5171638},{filename:"/tmp/pglite/share/postgresql/timezone/Canada/Central",start:5171638,end:5172932},{filename:"/tmp/pglite/share/postgresql/timezone/Canada/Eastern",start:5172932,end:5174649},{filename:"/tmp/pglite/share/postgresql/timezone/Canada/Mountain",start:5174649,end:5175619},{filename:"/tmp/pglite/share/postgresql/timezone/Canada/Newfoundland",start:5175619,end:5177497},{filename:"/tmp/pglite/share/postgresql/timezone/Canada/Pacific",start:5177497,end:5178827},{filename:"/tmp/pglite/share/postgresql/timezone/Canada/Saskatchewan",start:5178827,end:5179465},{filename:"/tmp/pglite/share/postgresql/timezone/Canada/Yukon",start:5179465,end:5180494},{filename:"/tmp/pglite/share/postgresql/timezone/Chile/Continental",start:5180494,end:5181848},{filename:"/tmp/pglite/share/postgresql/timezone/Chile/EasterIsland",start:5181848,end:5183022},{filename:"/tmp/pglite/share/postgresql/timezone/Cuba",start:5183022,end:5184139},{filename:"/tmp/pglite/share/postgresql/timezone/EET",start:5184139,end:5184636},{filename:"/tmp/pglite/share/postgresql/timezone/EST",start:5184636,end:5184747},{filename:"/tmp/pglite/share/postgresql/timezone/EST5EDT",start:5184747,end:5185698},{filename:"/tmp/pglite/share/postgresql/timezone/Egypt",start:5185698,end:5187007},{filename:"/tmp/pglite/share/postgresql/timezone/Eire",start:5187007,end:5188503},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT",start:5188503,end:5188614},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+0",start:5188614,end:5188725},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+1",start:5188725,end:5188838},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+10",start:5188838,end:5188952},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+11",start:5188952,end:5189066},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+12",start:5189066,end:5189180},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+2",start:5189180,end:5189293},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+3",start:5189293,end:5189406},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+4",start:5189406,end:5189519},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+5",start:5189519,end:5189632},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+6",start:5189632,end:5189745},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+7",start:5189745,end:5189858},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+8",start:5189858,end:5189971},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT+9",start:5189971,end:5190084},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-0",start:5190084,end:5190195},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-1",start:5190195,end:5190309},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-10",start:5190309,end:5190424},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-11",start:5190424,end:5190539},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-12",start:5190539,end:5190654},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-13",start:5190654,end:5190769},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-14",start:5190769,end:5190884},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-2",start:5190884,end:5190998},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-3",start:5190998,end:5191112},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-4",start:5191112,end:5191226},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-5",start:5191226,end:5191340},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-6",start:5191340,end:5191454},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-7",start:5191454,end:5191568},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-8",start:5191568,end:5191682},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT-9",start:5191682,end:5191796},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/GMT0",start:5191796,end:5191907},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/Greenwich",start:5191907,end:5192018},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/UCT",start:5192018,end:5192129},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/UTC",start:5192129,end:5192240},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/Universal",start:5192240,end:5192351},{filename:"/tmp/pglite/share/postgresql/timezone/Etc/Zulu",start:5192351,end:5192462},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Amsterdam",start:5192462,end:5193565},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Andorra",start:5193565,end:5193954},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Astrakhan",start:5193954,end:5194680},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Athens",start:5194680,end:5195362},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Belfast",start:5195362,end:5196961},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Belgrade",start:5196961,end:5197439},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Berlin",start:5197439,end:5198144},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Bratislava",start:5198144,end:5198867},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Brussels",start:5198867,end:5199970},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Bucharest",start:5199970,end:5200631},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Budapest",start:5200631,end:5201397},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Busingen",start:5201397,end:5201894},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Chisinau",start:5201894,end:5202649},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Copenhagen",start:5202649,end:5203354},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Dublin",start:5203354,end:5204850},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Gibraltar",start:5204850,end:5206070},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Guernsey",start:5206070,end:5207669},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Helsinki",start:5207669,end:5208150},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Isle_of_Man",start:5208150,end:5209749},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Istanbul",start:5209749,end:5210949},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Jersey",start:5210949,end:5212548},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Kaliningrad",start:5212548,end:5213452},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Kiev",start:5213452,end:5214010},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Kirov",start:5214010,end:5214745},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Kyiv",start:5214745,end:5215303},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Lisbon",start:5215303,end:5216757},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Ljubljana",start:5216757,end:5217235},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/London",start:5217235,end:5218834},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Luxembourg",start:5218834,end:5219937},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Madrid",start:5219937,end:5220834},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Malta",start:5220834,end:5221762},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Mariehamn",start:5221762,end:5222243},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Minsk",start:5222243,end:5223051},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Monaco",start:5223051,end:5224156},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Moscow",start:5224156,end:5225064},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Nicosia",start:5225064,end:5225661},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Oslo",start:5225661,end:5226366},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Paris",start:5226366,end:5227471},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Podgorica",start:5227471,end:5227949},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Prague",start:5227949,end:5228672},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Riga",start:5228672,end:5229366},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Rome",start:5229366,end:5230313},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Samara",start:5230313,end:5231045},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/San_Marino",start:5231045,end:5231992},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Sarajevo",start:5231992,end:5232470},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Saratov",start:5232470,end:5233196},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Simferopol",start:5233196,end:5234061},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Skopje",start:5234061,end:5234539},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Sofia",start:5234539,end:5235131},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Stockholm",start:5235131,end:5235836},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Tallinn",start:5235836,end:5236511},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Tirane",start:5236511,end:5237115},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Tiraspol",start:5237115,end:5237870},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Ulyanovsk",start:5237870,end:5238630},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Uzhgorod",start:5238630,end:5239188},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Vaduz",start:5239188,end:5239685},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Vatican",start:5239685,end:5240632},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Vienna",start:5240632,end:5241290},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Vilnius",start:5241290,end:5241966},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Volgograd",start:5241966,end:5242719},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Warsaw",start:5242719,end:5243642},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Zagreb",start:5243642,end:5244120},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Zaporozhye",start:5244120,end:5244678},{filename:"/tmp/pglite/share/postgresql/timezone/Europe/Zurich",start:5244678,end:5245175},{filename:"/tmp/pglite/share/postgresql/timezone/Factory",start:5245175,end:5245288},{filename:"/tmp/pglite/share/postgresql/timezone/GB",start:5245288,end:5246887},{filename:"/tmp/pglite/share/postgresql/timezone/GB-Eire",start:5246887,end:5248486},{filename:"/tmp/pglite/share/postgresql/timezone/GMT",start:5248486,end:5248597},{filename:"/tmp/pglite/share/postgresql/timezone/GMT+0",start:5248597,end:5248708},{filename:"/tmp/pglite/share/postgresql/timezone/GMT-0",start:5248708,end:5248819},{filename:"/tmp/pglite/share/postgresql/timezone/GMT0",start:5248819,end:5248930},{filename:"/tmp/pglite/share/postgresql/timezone/Greenwich",start:5248930,end:5249041},{filename:"/tmp/pglite/share/postgresql/timezone/HST",start:5249041,end:5249153},{filename:"/tmp/pglite/share/postgresql/timezone/Hongkong",start:5249153,end:5249928},{filename:"/tmp/pglite/share/postgresql/timezone/Iceland",start:5249928,end:5250058},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Antananarivo",start:5250058,end:5250249},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Chagos",start:5250249,end:5250401},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Christmas",start:5250401,end:5250553},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Cocos",start:5250553,end:5250740},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Comoro",start:5250740,end:5250931},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Kerguelen",start:5250931,end:5251083},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Mahe",start:5251083,end:5251216},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Maldives",start:5251216,end:5251368},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Mauritius",start:5251368,end:5251547},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Mayotte",start:5251547,end:5251738},{filename:"/tmp/pglite/share/postgresql/timezone/Indian/Reunion",start:5251738,end:5251871},{filename:"/tmp/pglite/share/postgresql/timezone/Iran",start:5251871,end:5252683},{filename:"/tmp/pglite/share/postgresql/timezone/Israel",start:5252683,end:5253757},{filename:"/tmp/pglite/share/postgresql/timezone/Jamaica",start:5253757,end:5254096},{filename:"/tmp/pglite/share/postgresql/timezone/Japan",start:5254096,end:5254309},{filename:"/tmp/pglite/share/postgresql/timezone/Kwajalein",start:5254309,end:5254528},{filename:"/tmp/pglite/share/postgresql/timezone/Libya",start:5254528,end:5254959},{filename:"/tmp/pglite/share/postgresql/timezone/MET",start:5254959,end:5255580},{filename:"/tmp/pglite/share/postgresql/timezone/MST",start:5255580,end:5255691},{filename:"/tmp/pglite/share/postgresql/timezone/MST7MDT",start:5255691,end:5256642},{filename:"/tmp/pglite/share/postgresql/timezone/Mexico/BajaNorte",start:5256642,end:5257667},{filename:"/tmp/pglite/share/postgresql/timezone/Mexico/BajaSur",start:5257667,end:5258385},{filename:"/tmp/pglite/share/postgresql/timezone/Mexico/General",start:5258385,end:5259158},{filename:"/tmp/pglite/share/postgresql/timezone/NZ",start:5259158,end:5260201},{filename:"/tmp/pglite/share/postgresql/timezone/NZ-CHAT",start:5260201,end:5261009},{filename:"/tmp/pglite/share/postgresql/timezone/Navajo",start:5261009,end:5262051},{filename:"/tmp/pglite/share/postgresql/timezone/PRC",start:5262051,end:5262444},{filename:"/tmp/pglite/share/postgresql/timezone/PST8PDT",start:5262444,end:5263395},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Apia",start:5263395,end:5263802},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Auckland",start:5263802,end:5264845},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Bougainville",start:5264845,end:5265046},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Chatham",start:5265046,end:5265854},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Chuuk",start:5265854,end:5266008},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Easter",start:5266008,end:5267182},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Efate",start:5267182,end:5267524},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Enderbury",start:5267524,end:5267696},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Fakaofo",start:5267696,end:5267849},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Fiji",start:5267849,end:5268245},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Funafuti",start:5268245,end:5268379},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Galapagos",start:5268379,end:5268554},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Gambier",start:5268554,end:5268686},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Guadalcanal",start:5268686,end:5268820},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Guam",start:5268820,end:5269170},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Honolulu",start:5269170,end:5269391},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Johnston",start:5269391,end:5269612},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Kanton",start:5269612,end:5269784},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Kiritimati",start:5269784,end:5269958},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Kosrae",start:5269958,end:5270200},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Kwajalein",start:5270200,end:5270419},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Majuro",start:5270419,end:5270553},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Marquesas",start:5270553,end:5270692},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Midway",start:5270692,end:5270838},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Nauru",start:5270838,end:5271021},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Niue",start:5271021,end:5271175},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Norfolk",start:5271175,end:5271422},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Noumea",start:5271422,end:5271620},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Pago_Pago",start:5271620,end:5271766},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Palau",start:5271766,end:5271914},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Pitcairn",start:5271914,end:5272067},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Pohnpei",start:5272067,end:5272201},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Ponape",start:5272201,end:5272335},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Port_Moresby",start:5272335,end:5272489},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Rarotonga",start:5272489,end:5272895},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Saipan",start:5272895,end:5273245},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Samoa",start:5273245,end:5273391},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Tahiti",start:5273391,end:5273524},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Tarawa",start:5273524,end:5273658},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Tongatapu",start:5273658,end:5273895},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Truk",start:5273895,end:5274049},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Wake",start:5274049,end:5274183},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Wallis",start:5274183,end:5274317},{filename:"/tmp/pglite/share/postgresql/timezone/Pacific/Yap",start:5274317,end:5274471},{filename:"/tmp/pglite/share/postgresql/timezone/Poland",start:5274471,end:5275394},{filename:"/tmp/pglite/share/postgresql/timezone/Portugal",start:5275394,end:5276848},{filename:"/tmp/pglite/share/postgresql/timezone/ROC",start:5276848,end:5277359},{filename:"/tmp/pglite/share/postgresql/timezone/ROK",start:5277359,end:5277774},{filename:"/tmp/pglite/share/postgresql/timezone/Singapore",start:5277774,end:5278030},{filename:"/tmp/pglite/share/postgresql/timezone/Turkey",start:5278030,end:5279230},{filename:"/tmp/pglite/share/postgresql/timezone/UCT",start:5279230,end:5279341},{filename:"/tmp/pglite/share/postgresql/timezone/US/Alaska",start:5279341,end:5280318},{filename:"/tmp/pglite/share/postgresql/timezone/US/Aleutian",start:5280318,end:5281287},{filename:"/tmp/pglite/share/postgresql/timezone/US/Arizona",start:5281287,end:5281527},{filename:"/tmp/pglite/share/postgresql/timezone/US/Central",start:5281527,end:5283281},{filename:"/tmp/pglite/share/postgresql/timezone/US/East-Indiana",start:5283281,end:5283812},{filename:"/tmp/pglite/share/postgresql/timezone/US/Eastern",start:5283812,end:5285556},{filename:"/tmp/pglite/share/postgresql/timezone/US/Hawaii",start:5285556,end:5285777},{filename:"/tmp/pglite/share/postgresql/timezone/US/Indiana-Starke",start:5285777,end:5286793},{filename:"/tmp/pglite/share/postgresql/timezone/US/Michigan",start:5286793,end:5287692},{filename:"/tmp/pglite/share/postgresql/timezone/US/Mountain",start:5287692,end:5288734},{filename:"/tmp/pglite/share/postgresql/timezone/US/Pacific",start:5288734,end:5290028},{filename:"/tmp/pglite/share/postgresql/timezone/US/Samoa",start:5290028,end:5290174},{filename:"/tmp/pglite/share/postgresql/timezone/UTC",start:5290174,end:5290285},{filename:"/tmp/pglite/share/postgresql/timezone/Universal",start:5290285,end:5290396},{filename:"/tmp/pglite/share/postgresql/timezone/W-SU",start:5290396,end:5291304},{filename:"/tmp/pglite/share/postgresql/timezone/WET",start:5291304,end:5291798},{filename:"/tmp/pglite/share/postgresql/timezone/Zulu",start:5291798,end:5291909},{filename:"/tmp/pglite/share/postgresql/timezonesets/Africa.txt",start:5291909,end:5298882},{filename:"/tmp/pglite/share/postgresql/timezonesets/America.txt",start:5298882,end:5309889},{filename:"/tmp/pglite/share/postgresql/timezonesets/Antarctica.txt",start:5309889,end:5311023},{filename:"/tmp/pglite/share/postgresql/timezonesets/Asia.txt",start:5311023,end:5319334},{filename:"/tmp/pglite/share/postgresql/timezonesets/Atlantic.txt",start:5319334,end:5322867},{filename:"/tmp/pglite/share/postgresql/timezonesets/Australia",start:5322867,end:5324002},{filename:"/tmp/pglite/share/postgresql/timezonesets/Australia.txt",start:5324002,end:5327386},{filename:"/tmp/pglite/share/postgresql/timezonesets/Default",start:5327386,end:5354636},{filename:"/tmp/pglite/share/postgresql/timezonesets/Etc.txt",start:5354636,end:5355886},{filename:"/tmp/pglite/share/postgresql/timezonesets/Europe.txt",start:5355886,end:5364668},{filename:"/tmp/pglite/share/postgresql/timezonesets/India",start:5364668,end:5365261},{filename:"/tmp/pglite/share/postgresql/timezonesets/Indian.txt",start:5365261,end:5366522},{filename:"/tmp/pglite/share/postgresql/timezonesets/Pacific.txt",start:5366522,end:5370290},{filename:"/tmp/pglite/share/postgresql/tsearch_data/danish.stop",start:5370290,end:5370714},{filename:"/tmp/pglite/share/postgresql/tsearch_data/dutch.stop",start:5370714,end:5371167},{filename:"/tmp/pglite/share/postgresql/tsearch_data/english.stop",start:5371167,end:5371789},{filename:"/tmp/pglite/share/postgresql/tsearch_data/finnish.stop",start:5371789,end:5373368},{filename:"/tmp/pglite/share/postgresql/tsearch_data/french.stop",start:5373368,end:5374173},{filename:"/tmp/pglite/share/postgresql/tsearch_data/german.stop",start:5374173,end:5375522},{filename:"/tmp/pglite/share/postgresql/tsearch_data/hungarian.stop",start:5375522,end:5376749},{filename:"/tmp/pglite/share/postgresql/tsearch_data/hunspell_sample.affix",start:5376749,end:5376992},{filename:"/tmp/pglite/share/postgresql/tsearch_data/hunspell_sample_long.affix",start:5376992,end:5377625},{filename:"/tmp/pglite/share/postgresql/tsearch_data/hunspell_sample_long.dict",start:5377625,end:5377723},{filename:"/tmp/pglite/share/postgresql/tsearch_data/hunspell_sample_num.affix",start:5377723,end:5378185},{filename:"/tmp/pglite/share/postgresql/tsearch_data/hunspell_sample_num.dict",start:5378185,end:5378314},{filename:"/tmp/pglite/share/postgresql/tsearch_data/ispell_sample.affix",start:5378314,end:5378779},{filename:"/tmp/pglite/share/postgresql/tsearch_data/ispell_sample.dict",start:5378779,end:5378860},{filename:"/tmp/pglite/share/postgresql/tsearch_data/italian.stop",start:5378860,end:5380514},{filename:"/tmp/pglite/share/postgresql/tsearch_data/nepali.stop",start:5380514,end:5384775},{filename:"/tmp/pglite/share/postgresql/tsearch_data/norwegian.stop",start:5384775,end:5385626},{filename:"/tmp/pglite/share/postgresql/tsearch_data/portuguese.stop",start:5385626,end:5386893},{filename:"/tmp/pglite/share/postgresql/tsearch_data/russian.stop",start:5386893,end:5388128},{filename:"/tmp/pglite/share/postgresql/tsearch_data/spanish.stop",start:5388128,end:5390306},{filename:"/tmp/pglite/share/postgresql/tsearch_data/swedish.stop",start:5390306,end:5390865},{filename:"/tmp/pglite/share/postgresql/tsearch_data/synonym_sample.syn",start:5390865,end:5390938},{filename:"/tmp/pglite/share/postgresql/tsearch_data/thesaurus_sample.ths",start:5390938,end:5391411},{filename:"/tmp/pglite/share/postgresql/tsearch_data/turkish.stop",start:5391411,end:5391671},{filename:"/tmp/pglite/share/postgresql/tsearch_data/unaccent.rules",start:5391671,end:5401610},{filename:"/tmp/pglite/share/postgresql/tsearch_data/xsyn_sample.rules",start:5401610,end:5401749}],remote_package_size:5401749})})();var moduleOverrides=Object.assign({},Module),arguments_=[],thisProgram="./this.program",quit_=(e,t)=>{throw t},scriptDirectory="";function locateFile(e){return Module.locateFile?Module.locateFile(e,scriptDirectory):scriptDirectory+e}var readAsync,readBinary;if(ENVIRONMENT_IS_NODE){var fs=require("fs"),nodePath=require("path");import.meta.url.startsWith("data:")||(scriptDirectory=nodePath.dirname(require("url").fileURLToPath(import.meta.url))+"/"),readBinary=e=>{e=isFileURI(e)?new URL(e):e;var t=fs.readFileSync(e);return t},readAsync=async(e,t=!0)=>{e=isFileURI(e)?new URL(e):e;var I=fs.readFileSync(e,t?void 0:"utf8");return I},!Module.thisProgram&&process$1.argv.length>1&&(thisProgram=process$1.argv[1].replace(/\\/g,"/")),arguments_=process$1.argv.slice(2),quit_=(e,t)=>{throw process$1.exitCode=e,t}}else(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)&&(ENVIRONMENT_IS_WORKER?scriptDirectory=self.location.href:typeof document<"u"&&document.currentScript&&(scriptDirectory=document.currentScript.src),_scriptName&&(scriptDirectory=_scriptName),scriptDirectory.startsWith("blob:")?scriptDirectory="":scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1),readAsync=async e=>{var t=await fetch(e,{credentials:"same-origin"});if(t.ok)return t.arrayBuffer();throw new Error(t.status+" : "+t.url)});var out=Module.print||console.log.bind(console),err=Module.printErr||console.error.bind(console);Object.assign(Module,moduleOverrides),moduleOverrides=null,Module.arguments&&(arguments_=Module.arguments),Module.thisProgram&&(thisProgram=Module.thisProgram);var dynamicLibraries=Module.dynamicLibraries||[],wasmBinary=Module.wasmBinary,wasmMemory,ABORT=!1,EXITSTATUS;function assert(e,t){e||abort(t)}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAP64,HEAPF64;function updateMemoryViews(){var e=wasmMemory.buffer;Module.HEAP8=HEAP8=new Int8Array(e),Module.HEAP16=HEAP16=new Int16Array(e),Module.HEAPU8=HEAPU8=new Uint8Array(e),Module.HEAPU16=HEAPU16=new Uint16Array(e),Module.HEAP32=HEAP32=new Int32Array(e),Module.HEAPU32=HEAPU32=new Uint32Array(e),Module.HEAPF32=HEAPF32=new Float32Array(e),Module.HEAPF64=HEAPF64=new Float64Array(e),Module.HEAP64=HEAP64=new BigInt64Array(e),Module.HEAPU64=new BigUint64Array(e)}if(Module.wasmMemory)wasmMemory=Module.wasmMemory;else{var INITIAL_MEMORY=Module.INITIAL_MEMORY||134217728;wasmMemory=new WebAssembly.Memory({initial:INITIAL_MEMORY/65536,maximum:32768})}updateMemoryViews();var __ATPRERUN__=[],__ATINIT__=[],__ATMAIN__=[],__ATPOSTRUN__=[],__RELOC_FUNCS__=[],runtimeInitialized=!1;function preRun(){if(Module.preRun)for(typeof Module.preRun=="function"&&(Module.preRun=[Module.preRun]);Module.preRun.length;)addOnPreRun(Module.preRun.shift());callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=!0,callRuntimeCallbacks(__RELOC_FUNCS__),!Module.noFSInit&&!FS.initialized&&FS.init(),FS.ignorePermissions=!1,SOCKFS.root=FS.mount(SOCKFS,{},null),PIPEFS.root=FS.mount(PIPEFS,{},null),callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function postRun(){if(Module.postRun)for(typeof Module.postRun=="function"&&(Module.postRun=[Module.postRun]);Module.postRun.length;)addOnPostRun(Module.postRun.shift());callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(e){__ATPRERUN__.unshift(e)}function addOnInit(e){__ATINIT__.unshift(e)}function addOnPostRun(e){__ATPOSTRUN__.unshift(e)}var runDependencies=0,dependenciesFulfilled=null;function addRunDependency(e){runDependencies++,Module.monitorRunDependencies?.(runDependencies)}function removeRunDependency(e){if(runDependencies--,Module.monitorRunDependencies?.(runDependencies),runDependencies==0&&dependenciesFulfilled){var t=dependenciesFulfilled;dependenciesFulfilled=null,t()}}function abort(e){Module.onAbort?.(e),e="Aborted("+e+")",err(e),ABORT=!0,e+=". Build with -sASSERTIONS for more info.";var t=new WebAssembly.RuntimeError(e);throw readyPromiseReject(t),t}var dataURIPrefix="data:application/octet-stream;base64,",isDataURI=e=>e.startsWith(dataURIPrefix),isFileURI=e=>e.startsWith("file://");function findWasmBinary(){if(Module.locateFile){var e="postgres.wasm";return isDataURI(e)?e:locateFile(e)}return new URL("/assets/postgres-CyuUVpXN.wasm",import.meta.url).href}var wasmBinaryFile;function getBinarySync(e){if(e==wasmBinaryFile&&wasmBinary)return new Uint8Array(wasmBinary);if(readBinary)return readBinary(e);throw"both async and sync fetching of the wasm failed"}async function getWasmBinary(e){if(!wasmBinary)try{var t=await readAsync(e);return new Uint8Array(t)}catch{}return getBinarySync(e)}async function instantiateArrayBuffer(e,t){try{var I=await getWasmBinary(e),B=await WebAssembly.instantiate(I,t);return B}catch(tr){err(`failed to asynchronously prepare wasm: ${tr}`),abort(tr)}}async function instantiateAsync(e,t,I){if(!e&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(t)&&!ENVIRONMENT_IS_NODE&&typeof fetch=="function")try{var B=fetch(t,{credentials:"same-origin"}),tr=await WebAssembly.instantiateStreaming(B,I);return tr}catch(rr){err(`wasm streaming compile failed: ${rr}`),err("falling back to ArrayBuffer instantiation")}return instantiateArrayBuffer(t,I)}function getWasmImports(){return{env:wasmImports,wasi_snapshot_preview1:wasmImports,"GOT.mem":new Proxy(wasmImports,GOTHandler),"GOT.func":new Proxy(wasmImports,GOTHandler)}}async function createWasm(){function e(tr,rr){wasmExports=tr.exports,wasmExports=relocateExports(wasmExports,16777216);var ir=getDylinkMetadata(rr);return ir.neededDynlibs&&(dynamicLibraries=ir.neededDynlibs.concat(dynamicLibraries)),mergeLibSymbols(wasmExports),LDSO.init(),loadDylibs(),addOnInit(wasmExports.__wasm_call_ctors),__RELOC_FUNCS__.push(wasmExports.__wasm_apply_data_relocs),removeRunDependency(),wasmExports}addRunDependency();function t(tr){e(tr.instance,tr.module)}var I=getWasmImports();if(Module.instantiateWasm)try{return Module.instantiateWasm(I,e)}catch(tr){err(`Module.instantiateWasm callback failed with error: ${tr}`),readyPromiseReject(tr)}wasmBinaryFile??(wasmBinaryFile=findWasmBinary());try{var B=await instantiateAsync(wasmBinary,wasmBinaryFile,I);return t(B),B}catch(tr){readyPromiseReject(tr);return}}var ASM_CONSTS={18792944:e=>{Module.is_worker=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Module.FD_BUFFER_MAX=e,Module.emscripten_copy_to=console.warn},18793117:()=>{Module.postMessage=function(e){console.log("# 1252: onCustomMessage:",__FILE__,e)}},18793242:()=>{if(Module.is_worker){let e=function(t){console.log("onCustomMessage:",t)};Module.onCustomMessage=e}else Module.postMessage=function(e){switch(e.type){case"raw":{stringToUTF8(e.data,shm_rawinput,Module.FD_BUFFER_MAX);break}case"stdin":{stringToUTF8(e.data,1,Module.FD_BUFFER_MAX);break}case"rcon":{stringToUTF8(e.data,shm_rcon,Module.FD_BUFFER_MAX);break}default:console.warn("custom_postMessage?",e)}}}};function is_web_env(){try{if(window)return 1}catch{return 0}}is_web_env.sig="i";class ExitStatus{constructor(t){P$1(this,"name","ExitStatus"),this.message=`Program terminated with exit(${t})`,this.status=t}}var GOT={},currentModuleWeakSymbols=new Set([]),GOTHandler={get(e,t){var I=GOT[t];return I||(I=GOT[t]=new WebAssembly.Global({value:"i32",mutable:!0})),currentModuleWeakSymbols.has(t)||(I.required=!0),I}},callRuntimeCallbacks=e=>{for(;e.length>0;)e.shift()(Module)},UTF8Decoder=typeof TextDecoder<"u"?new TextDecoder:void 0,UTF8ArrayToString=(e,t=0,I=NaN)=>{for(var B=t+I,tr=t;e[tr]&&!(tr>=B);)++tr;if(tr-t>16&&e.buffer&&UTF8Decoder)return UTF8Decoder.decode(e.subarray(t,tr));for(var rr="";t<tr;){var ir=e[t++];if(!(ir&128)){rr+=String.fromCharCode(ir);continue}var lr=e[t++]&63;if((ir&224)==192){rr+=String.fromCharCode((ir&31)<<6|lr);continue}var mr=e[t++]&63;if((ir&240)==224?ir=(ir&15)<<12|lr<<6|mr:ir=(ir&7)<<18|lr<<12|mr<<6|e[t++]&63,ir<65536)rr+=String.fromCharCode(ir);else{var dr=ir-65536;rr+=String.fromCharCode(55296|dr>>10,56320|dr&1023)}}return rr},getDylinkMetadata=e=>{var t=0,I=0;function B(){return e[t++]}function tr(){for(var Gr=0,Xn=1;;){var Cr=e[t++];if(Gr+=(Cr&127)*Xn,Xn*=128,!(Cr&128))break}return Gr}function rr(){var Gr=tr();return t+=Gr,UTF8ArrayToString(e,t-Gr,Gr)}function ir(Gr,Xn){if(Gr)throw new Error(Xn)}var lr="dylink.0";if(e instanceof WebAssembly.Module){var mr=WebAssembly.Module.customSections(e,lr);mr.length===0&&(lr="dylink",mr=WebAssembly.Module.customSections(e,lr)),ir(mr.length===0,"need dylink section"),e=new Uint8Array(mr[0]),I=e.length}else{var dr=new Uint32Array(new Uint8Array(e.subarray(0,24)).buffer),_r=dr[0]==1836278016;ir(!_r,"need to see wasm magic number"),ir(e[8]!==0,"need the dylink section to be first"),t=9;var hr=tr();I=t+hr,lr=rr()}var fr={neededDynlibs:[],tlsExports:new Set,weakImports:new Set};if(lr=="dylink"){fr.memorySize=tr(),fr.memoryAlign=tr(),fr.tableSize=tr(),fr.tableAlign=tr();for(var yr=tr(),Sr=0;Sr<yr;++Sr){var vr=rr();fr.neededDynlibs.push(vr)}}else{ir(lr!=="dylink.0");for(var Mr=1,wr=2,gr=3,br=4,xr=256,Ar=3,Pr=1;t<I;){var Fr=B(),Dr=tr();if(Fr===Mr)fr.memorySize=tr(),fr.memoryAlign=tr(),fr.tableSize=tr(),fr.tableAlign=tr();else if(Fr===wr)for(var yr=tr(),Sr=0;Sr<yr;++Sr)vr=rr(),fr.neededDynlibs.push(vr);else if(Fr===gr)for(var $n=tr();$n--;){var Ir=rr(),Or=tr();Or&xr&&fr.tlsExports.add(Ir)}else if(Fr===br)for(var $n=tr();$n--;){rr();var Ir=rr(),Or=tr();(Or&Ar)==Pr&&fr.weakImports.add(Ir)}else t+=Dr}}return fr};function getValue(e,t="i8"){switch(t.endsWith("*")&&(t="*"),t){case"i1":return HEAP8[e];case"i8":return HEAP8[e];case"i16":return HEAP16[e>>1];case"i32":return HEAP32[e>>2];case"i64":return HEAP64[e>>3];case"float":return HEAPF32[e>>2];case"double":return HEAPF64[e>>3];case"*":return HEAPU32[e>>2];default:abort(`invalid type for getValue: ${t}`)}}var newDSO=(e,t,I)=>{var B={refcount:1/0,name:e,exports:I,global:!0};return LDSO.loadedLibsByName[e]=B,t!=null&&(LDSO.loadedLibsByHandle[t]=B),B},LDSO={loadedLibsByName:{},loadedLibsByHandle:{},init(){newDSO("__main__",0,wasmImports)}},___heap_base=23144432,alignMemory=(e,t)=>Math.ceil(e/t)*t,getMemory=e=>{if(runtimeInitialized)return _calloc(e,1);var t=___heap_base,I=t+alignMemory(e,16);return ___heap_base=I,GOT.__heap_base.value=I,t},isInternalSym=e=>["__cpp_exception","__c_longjmp","__wasm_apply_data_relocs","__dso_handle","__tls_size","__tls_align","__set_stack_limits","_emscripten_tls_init","__wasm_init_tls","__wasm_call_ctors","__start_em_asm","__stop_em_asm","__start_em_js","__stop_em_js"].includes(e)||e.startsWith("__em_js__"),uleb128Encode=(e,t)=>{e<128?t.push(e):t.push(e%128|128,e>>7)},sigToWasmTypes=e=>{for(var t={i:"i32",j:"i64",f:"f32",d:"f64",e:"externref",p:"i32"},I={parameters:[],results:e[0]=="v"?[]:[t[e[0]]]},B=1;B<e.length;++B)I.parameters.push(t[e[B]]);return I},generateFuncType=(e,t)=>{var I=e.slice(0,1),B=e.slice(1),tr={i:127,p:127,j:126,f:125,d:124,e:111};t.push(96),uleb128Encode(B.length,t);for(var rr=0;rr<B.length;++rr)t.push(tr[B[rr]]);I=="v"?t.push(0):t.push(1,tr[I])},convertJsFunctionToWasm=(e,t)=>{if(typeof WebAssembly.Function=="function")return new WebAssembly.Function(sigToWasmTypes(t),e);var I=[1];generateFuncType(t,I);var B=[0,97,115,109,1,0,0,0,1];uleb128Encode(I.length,B),B.push(...I),B.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);var tr=new WebAssembly.Module(new Uint8Array(B)),rr=new WebAssembly.Instance(tr,{e:{f:e}}),ir=rr.exports.f;return ir},wasmTableMirror=[],wasmTable=new WebAssembly.Table({initial:5360,element:"anyfunc"}),getWasmTableEntry=e=>{var t=wasmTableMirror[e];return t||(e>=wasmTableMirror.length&&(wasmTableMirror.length=e+1),wasmTableMirror[e]=t=wasmTable.get(e)),t},updateTableMap=(e,t)=>{if(functionsInTableMap)for(var I=e;I<e+t;I++){var B=getWasmTableEntry(I);B&&functionsInTableMap.set(B,I)}},functionsInTableMap,getFunctionAddress=e=>(functionsInTableMap||(functionsInTableMap=new WeakMap,updateTableMap(0,wasmTable.length)),functionsInTableMap.get(e)||0),freeTableIndexes=[],getEmptyTableSlot=()=>{if(freeTableIndexes.length)return freeTableIndexes.pop();try{wasmTable.grow(1)}catch(e){throw e instanceof RangeError?"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH.":e}return wasmTable.length-1},setWasmTableEntry=(e,t)=>{wasmTable.set(e,t),wasmTableMirror[e]=wasmTable.get(e)},addFunction=(e,t)=>{var I=getFunctionAddress(e);if(I)return I;var B=getEmptyTableSlot();try{setWasmTableEntry(B,e)}catch(rr){if(!(rr instanceof TypeError))throw rr;var tr=convertJsFunctionToWasm(e,t);setWasmTableEntry(B,tr)}return functionsInTableMap.set(e,B),B},updateGOT=(e,t)=>{for(var I in e)if(!isInternalSym(I)){var B=e[I];GOT[I]||(GOT[I]=new WebAssembly.Global({value:"i32",mutable:!0})),GOT[I].value==0&&(typeof B=="function"?GOT[I].value=addFunction(B):typeof B=="number"?GOT[I].value=B:err(`unhandled export type for '${I}': ${typeof B}`))}},relocateExports=(e,t,I)=>{var B={};for(var tr in e){var rr=e[tr];typeof rr=="object"&&(rr=rr.value),typeof rr=="number"&&(rr+=t),B[tr]=rr}return updateGOT(B),B},isSymbolDefined=e=>{var t=wasmImports[e];return!(!t||t.stub)},dynCall=(e,t,I=[])=>{var B=getWasmTableEntry(t)(...I);return B},stackSave=()=>_emscripten_stack_get_current(),stackRestore=e=>__emscripten_stack_restore(e),createInvokeFunction=e=>(t,...I)=>{var B=stackSave();try{return dynCall(e,t,I)}catch(tr){if(stackRestore(B),tr!==tr+0)throw tr;if(_setThrew(1,0),e[0]=="j")return 0n}},resolveGlobalSymbol=(e,t=!1)=>{var I;return isSymbolDefined(e)?I=wasmImports[e]:e.startsWith("invoke_")&&(I=wasmImports[e]=createInvokeFunction(e.split("_")[1])),{sym:I,name:e}},UTF8ToString=(e,t)=>e?UTF8ArrayToString(HEAPU8,e,t):"",loadWebAssemblyModule=(binary,flags,libName,localScope,handle)=>{var metadata=getDylinkMetadata(binary);currentModuleWeakSymbols=metadata.weakImports;function loadModule(){var firstLoad=!handle||!HEAP8[handle+8];if(firstLoad){var memAlign=Math.pow(2,metadata.memoryAlign),memoryBase=metadata.memorySize?alignMemory(getMemory(metadata.memorySize+memAlign),memAlign):0,tableBase=metadata.tableSize?wasmTable.length:0;handle&&(HEAP8[handle+8]=1,HEAPU32[handle+12>>2]=memoryBase,HEAP32[handle+16>>2]=metadata.memorySize,HEAPU32[handle+20>>2]=tableBase,HEAP32[handle+24>>2]=metadata.tableSize)}else memoryBase=HEAPU32[handle+12>>2],tableBase=HEAPU32[handle+20>>2];var tableGrowthNeeded=tableBase+metadata.tableSize-wasmTable.length;tableGrowthNeeded>0&&wasmTable.grow(tableGrowthNeeded);var moduleExports;function resolveSymbol(e){var t=resolveGlobalSymbol(e).sym;return!t&&localScope&&(t=localScope[e]),t||(t=moduleExports[e]),t}var proxyHandler={get(e,t){switch(t){case"__memory_base":return memoryBase;case"__table_base":return tableBase}if(t in wasmImports&&!wasmImports[t].stub)return wasmImports[t];if(!(t in e)){var I;e[t]=(...B)=>(I||(I=resolveSymbol(t)),I(...B))}return e[t]}},proxy=new Proxy({},proxyHandler),info={"GOT.mem":new Proxy({},GOTHandler),"GOT.func":new Proxy({},GOTHandler),env:proxy,wasi_snapshot_preview1:proxy};function postInstantiation(module,instance){updateTableMap(tableBase,metadata.tableSize),moduleExports=relocateExports(instance.exports,memoryBase),flags.allowUndefined||reportUndefinedSymbols();function addEmAsm(addr,body){for(var args=[],arity=0;arity<16&&body.indexOf("$"+arity)!=-1;arity++)args.push("$"+arity);args=args.join(",");var func=`(${args}) => { ${body} };`;ASM_CONSTS[start]=eval(func)}if("__start_em_asm"in moduleExports)for(var start=moduleExports.__start_em_asm,stop=moduleExports.__stop_em_asm;start<stop;){var jsString=UTF8ToString(start);addEmAsm(start,jsString),start=HEAPU8.indexOf(0,start)+1}function addEmJs(name,cSig,body){var jsArgs=[];if(cSig=cSig.slice(1,-1),cSig!="void"){cSig=cSig.split(",");for(var i in cSig){var jsArg=cSig[i].split(" ").pop();jsArgs.push(jsArg.replaceAll("*",""))}}var func=`(${jsArgs}) => ${body};`;moduleExports[name]=eval(func)}for(var name in moduleExports)if(name.startsWith("__em_js__")){var start=moduleExports[name],jsString=UTF8ToString(start),parts=jsString.split("<::>");addEmJs(name.replace("__em_js__",""),parts[0],parts[1]),delete moduleExports[name]}var applyRelocs=moduleExports.__wasm_apply_data_relocs;applyRelocs&&(runtimeInitialized?applyRelocs():__RELOC_FUNCS__.push(applyRelocs));var init=moduleExports.__wasm_call_ctors;return init&&(runtimeInitialized?init():__ATINIT__.push(init)),moduleExports}if(flags.loadAsync){if(binary instanceof WebAssembly.Module){var instance=new WebAssembly.Instance(binary,info);return Promise.resolve(postInstantiation(binary,instance))}return WebAssembly.instantiate(binary,info).then(e=>postInstantiation(e.module,e.instance))}var module=binary instanceof WebAssembly.Module?binary:new WebAssembly.Module(binary),instance=new WebAssembly.Instance(module,info);return postInstantiation(module,instance)}return flags.loadAsync?metadata.neededDynlibs.reduce((e,t)=>e.then(()=>loadDynamicLibrary(t,flags,localScope)),Promise.resolve()).then(loadModule):(metadata.neededDynlibs.forEach(e=>loadDynamicLibrary(e,flags,localScope)),loadModule())},mergeLibSymbols=(e,t)=>{for(var[I,B]of Object.entries(e)){let tr=ir=>{isSymbolDefined(ir)||(wasmImports[ir]=B)};tr(I);let rr="__main_argc_argv";I=="main"&&tr(rr),I==rr&&tr("main")}},asyncLoad=async e=>{var t=await readAsync(e);return new Uint8Array(t)},preloadPlugins=Module.preloadPlugins||[],registerWasmPlugin=()=>{var e={promiseChainEnd:Promise.resolve(),canHandle:t=>!Module.noWasmDecoding&&t.endsWith(".so"),handle:(t,I,B,tr)=>{e.promiseChainEnd=e.promiseChainEnd.then(()=>loadWebAssemblyModule(t,{loadAsync:!0,nodelete:!0},I,{})).then(rr=>{preloadedWasm[I]=rr,B(t)},rr=>{err(`failed to instantiate wasm: ${I}: ${rr}`),tr()})}};preloadPlugins.push(e)},preloadedWasm={};function loadDynamicLibrary(e,t={global:!0,nodelete:!0},I,B){var tr=LDSO.loadedLibsByName[e];if(tr)return t.global?tr.global||(tr.global=!0,mergeLibSymbols(tr.exports)):I&&Object.assign(I,tr.exports),t.nodelete&&tr.refcount!==1/0&&(tr.refcount=1/0),tr.refcount++,B&&(LDSO.loadedLibsByHandle[B]=tr),t.loadAsync?Promise.resolve(!0):!0;tr=newDSO(e,B,"loading"),tr.refcount=t.nodelete?1/0:1,tr.global=t.global;function rr(){if(B){var mr=HEAPU32[B+28>>2],dr=HEAPU32[B+32>>2];if(mr&&dr){var _r=HEAP8.slice(mr,mr+dr);return t.loadAsync?Promise.resolve(_r):_r}}var hr=locateFile(e);if(t.loadAsync)return asyncLoad(hr);if(!readBinary)throw new Error(`${hr}: file not found, and synchronous loading of external files is not available`);return readBinary(hr)}function ir(){var mr=preloadedWasm[e];return mr?t.loadAsync?Promise.resolve(mr):mr:t.loadAsync?rr().then(dr=>loadWebAssemblyModule(dr,t,e,I,B)):loadWebAssemblyModule(rr(),t,e,I,B)}function lr(mr){tr.global?mergeLibSymbols(mr):I&&Object.assign(I,mr),tr.exports=mr}return t.loadAsync?ir().then(mr=>(lr(mr),!0)):(lr(ir()),!0)}var reportUndefinedSymbols=()=>{for(var[e,t]of Object.entries(GOT))if(t.value==0){var I=resolveGlobalSymbol(e,!0).sym;if(!I&&!t.required)continue;if(typeof I=="function")t.value=addFunction(I,I.sig);else if(typeof I=="number")t.value=I;else throw new Error(`bad export type for '${e}': ${typeof I}`)}},loadDylibs=()=>{if(!dynamicLibraries.length){reportUndefinedSymbols();return}addRunDependency(),dynamicLibraries.reduce((e,t)=>e.then(()=>loadDynamicLibrary(t,{loadAsync:!0,global:!0,nodelete:!0,allowUndefined:!0})),Promise.resolve()).then(()=>{reportUndefinedSymbols(),removeRunDependency()})},noExitRuntime=Module.noExitRuntime||!0;function setValue(e,t,I="i8"){switch(I.endsWith("*")&&(I="*"),I){case"i1":HEAP8[e]=t;break;case"i8":HEAP8[e]=t;break;case"i16":HEAP16[e>>1]=t;break;case"i32":HEAP32[e>>2]=t;break;case"i64":HEAP64[e>>3]=BigInt(t);break;case"float":HEAPF32[e>>2]=t;break;case"double":HEAPF64[e>>3]=t;break;case"*":HEAPU32[e>>2]=t;break;default:abort(`invalid type for setValue: ${I}`)}}var ___assert_fail=(e,t,I,B)=>abort(`Assertion failed: ${UTF8ToString(e)}, at: `+[t?UTF8ToString(t):"unknown filename",I,B?UTF8ToString(B):"unknown function"]);___assert_fail.sig="vppip";var ___call_sighandler=(e,t)=>getWasmTableEntry(e)(t);___call_sighandler.sig="vpi";var ___memory_base=new WebAssembly.Global({value:"i32",mutable:!1},16777216),___stack_pointer=new WebAssembly.Global({value:"i32",mutable:!0},23144432),PATH={isAbs:e=>e.charAt(0)==="/",splitPath:e=>{var t=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return t.exec(e).slice(1)},normalizeArray:(e,t)=>{for(var I=0,B=e.length-1;B>=0;B--){var tr=e[B];tr==="."?e.splice(B,1):tr===".."?(e.splice(B,1),I++):I&&(e.splice(B,1),I--)}if(t)for(;I;I--)e.unshift("..");return e},normalize:e=>{var t=PATH.isAbs(e),I=e.substr(-1)==="/";return e=PATH.normalizeArray(e.split("/").filter(B=>!!B),!t).join("/"),!e&&!t&&(e="."),e&&I&&(e+="/"),(t?"/":"")+e},dirname:e=>{var t=PATH.splitPath(e),I=t[0],B=t[1];return!I&&!B?".":(B&&(B=B.substr(0,B.length-1)),I+B)},basename:e=>{if(e==="/")return"/";e=PATH.normalize(e),e=e.replace(/\/$/,"");var t=e.lastIndexOf("/");return t===-1?e:e.substr(t+1)},join:(...e)=>PATH.normalize(e.join("/")),join2:(e,t)=>PATH.normalize(e+"/"+t)},initRandomFill=()=>{if(typeof crypto=="object"&&typeof crypto.getRandomValues=="function")return B=>crypto.getRandomValues(B);if(ENVIRONMENT_IS_NODE)try{var e=require("crypto"),t=e.randomFillSync;if(t)return B=>e.randomFillSync(B);var I=e.randomBytes;return B=>(B.set(I(B.byteLength)),B)}catch{}abort("initRandomDevice")},randomFill=e=>(randomFill=initRandomFill())(e),PATH_FS={resolve:(...e)=>{for(var t="",I=!1,B=e.length-1;B>=-1&&!I;B--){var tr=B>=0?e[B]:FS.cwd();if(typeof tr!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!tr)return"";t=tr+"/"+t,I=PATH.isAbs(tr)}return t=PATH.normalizeArray(t.split("/").filter(rr=>!!rr),!I).join("/"),(I?"/":"")+t||"."},relative:(e,t)=>{e=PATH_FS.resolve(e).substr(1),t=PATH_FS.resolve(t).substr(1);function I(dr){for(var _r=0;_r<dr.length&&dr[_r]==="";_r++);for(var hr=dr.length-1;hr>=0&&dr[hr]==="";hr--);return _r>hr?[]:dr.slice(_r,hr-_r+1)}for(var B=I(e.split("/")),tr=I(t.split("/")),rr=Math.min(B.length,tr.length),ir=rr,lr=0;lr<rr;lr++)if(B[lr]!==tr[lr]){ir=lr;break}for(var mr=[],lr=ir;lr<B.length;lr++)mr.push("..");return mr=mr.concat(tr.slice(ir)),mr.join("/")}},FS_stdin_getChar_buffer=[],lengthBytesUTF8=e=>{for(var t=0,I=0;I<e.length;++I){var B=e.charCodeAt(I);B<=127?t++:B<=2047?t+=2:B>=55296&&B<=57343?(t+=4,++I):t+=3}return t},stringToUTF8Array=(e,t,I,B)=>{if(!(B>0))return 0;for(var tr=I,rr=I+B-1,ir=0;ir<e.length;++ir){var lr=e.charCodeAt(ir);if(lr>=55296&&lr<=57343){var mr=e.charCodeAt(++ir);lr=65536+((lr&1023)<<10)|mr&1023}if(lr<=127){if(I>=rr)break;t[I++]=lr}else if(lr<=2047){if(I+1>=rr)break;t[I++]=192|lr>>6,t[I++]=128|lr&63}else if(lr<=65535){if(I+2>=rr)break;t[I++]=224|lr>>12,t[I++]=128|lr>>6&63,t[I++]=128|lr&63}else{if(I+3>=rr)break;t[I++]=240|lr>>18,t[I++]=128|lr>>12&63,t[I++]=128|lr>>6&63,t[I++]=128|lr&63}}return t[I]=0,I-tr};function intArrayFromString(e,t,I){var B=lengthBytesUTF8(e)+1,tr=new Array(B),rr=stringToUTF8Array(e,tr,0,tr.length);return tr.length=rr,tr}var FS_stdin_getChar=()=>{if(!FS_stdin_getChar_buffer.length){var e=null;if(ENVIRONMENT_IS_NODE){var t=256,I=Buffer.alloc(t),B=0,tr=process$1.stdin.fd;try{B=fs.readSync(tr,I,0,t)}catch(rr){if(rr.toString().includes("EOF"))B=0;else throw rr}B>0&&(e=I.slice(0,B).toString("utf-8"))}else typeof window<"u"&&typeof window.prompt=="function"&&(e=window.prompt("Input: "),e!==null&&(e+=`
131
+ `));if(!e)return null;FS_stdin_getChar_buffer=intArrayFromString(e)}return FS_stdin_getChar_buffer.shift()},TTY={ttys:[],init(){},shutdown(){},register(e,t){TTY.ttys[e]={input:[],output:[],ops:t},FS.registerDevice(e,TTY.stream_ops)},stream_ops:{open(e){var t=TTY.ttys[e.node.rdev];if(!t)throw new FS.ErrnoError(43);e.tty=t,e.seekable=!1},close(e){e.tty.ops.fsync(e.tty)},fsync(e){e.tty.ops.fsync(e.tty)},read(e,t,I,B,tr){if(!e.tty||!e.tty.ops.get_char)throw new FS.ErrnoError(60);for(var rr=0,ir=0;ir<B;ir++){var lr;try{lr=e.tty.ops.get_char(e.tty)}catch{throw new FS.ErrnoError(29)}if(lr===void 0&&rr===0)throw new FS.ErrnoError(6);if(lr==null)break;rr++,t[I+ir]=lr}return rr&&(e.node.atime=Date.now()),rr},write(e,t,I,B,tr){if(!e.tty||!e.tty.ops.put_char)throw new FS.ErrnoError(60);try{for(var rr=0;rr<B;rr++)e.tty.ops.put_char(e.tty,t[I+rr])}catch{throw new FS.ErrnoError(29)}return B&&(e.node.mtime=e.node.ctime=Date.now()),rr}},default_tty_ops:{get_char(e){return FS_stdin_getChar()},put_char(e,t){t===null||t===10?(out(UTF8ArrayToString(e.output)),e.output=[]):t!=0&&e.output.push(t)},fsync(e){e.output&&e.output.length>0&&(out(UTF8ArrayToString(e.output)),e.output=[])},ioctl_tcgets(e){return{c_iflag:25856,c_oflag:5,c_cflag:191,c_lflag:35387,c_cc:[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},ioctl_tcsets(e,t,I){return 0},ioctl_tiocgwinsz(e){return[24,80]}},default_tty1_ops:{put_char(e,t){t===null||t===10?(err(UTF8ArrayToString(e.output)),e.output=[]):t!=0&&e.output.push(t)},fsync(e){e.output&&e.output.length>0&&(err(UTF8ArrayToString(e.output)),e.output=[])}}},zeroMemory=(e,t)=>{HEAPU8.fill(0,e,e+t)},mmapAlloc=e=>{e=alignMemory(e,65536);var t=_emscripten_builtin_memalign(65536,e);return t&&zeroMemory(t,e),t},MEMFS={ops_table:null,mount(e){return MEMFS.createNode(null,"/",16895,0)},createNode(e,t,I,B){if(FS.isBlkdev(I)||FS.isFIFO(I))throw new FS.ErrnoError(63);MEMFS.ops_table||(MEMFS.ops_table={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}});var tr=FS.createNode(e,t,I,B);return FS.isDir(tr.mode)?(tr.node_ops=MEMFS.ops_table.dir.node,tr.stream_ops=MEMFS.ops_table.dir.stream,tr.contents={}):FS.isFile(tr.mode)?(tr.node_ops=MEMFS.ops_table.file.node,tr.stream_ops=MEMFS.ops_table.file.stream,tr.usedBytes=0,tr.contents=null):FS.isLink(tr.mode)?(tr.node_ops=MEMFS.ops_table.link.node,tr.stream_ops=MEMFS.ops_table.link.stream):FS.isChrdev(tr.mode)&&(tr.node_ops=MEMFS.ops_table.chrdev.node,tr.stream_ops=MEMFS.ops_table.chrdev.stream),tr.atime=tr.mtime=tr.ctime=Date.now(),e&&(e.contents[t]=tr,e.atime=e.mtime=e.ctime=tr.atime),tr},getFileDataAsTypedArray(e){return e.contents?e.contents.subarray?e.contents.subarray(0,e.usedBytes):new Uint8Array(e.contents):new Uint8Array(0)},expandFileStorage(e,t){var I=e.contents?e.contents.length:0;if(!(I>=t)){var B=1048576;t=Math.max(t,I*(I<B?2:1.125)>>>0),I!=0&&(t=Math.max(t,256));var tr=e.contents;e.contents=new Uint8Array(t),e.usedBytes>0&&e.contents.set(tr.subarray(0,e.usedBytes),0)}},resizeFileStorage(e,t){if(e.usedBytes!=t)if(t==0)e.contents=null,e.usedBytes=0;else{var I=e.contents;e.contents=new Uint8Array(t),I&&e.contents.set(I.subarray(0,Math.min(t,e.usedBytes))),e.usedBytes=t}},node_ops:{getattr(e){var t={};return t.dev=FS.isChrdev(e.mode)?e.id:1,t.ino=e.id,t.mode=e.mode,t.nlink=1,t.uid=0,t.gid=0,t.rdev=e.rdev,FS.isDir(e.mode)?t.size=4096:FS.isFile(e.mode)?t.size=e.usedBytes:FS.isLink(e.mode)?t.size=e.link.length:t.size=0,t.atime=new Date(e.atime),t.mtime=new Date(e.mtime),t.ctime=new Date(e.ctime),t.blksize=4096,t.blocks=Math.ceil(t.size/t.blksize),t},setattr(e,t){for(let I of["mode","atime","mtime","ctime"])t[I]&&(e[I]=t[I]);t.size!==void 0&&MEMFS.resizeFileStorage(e,t.size)},lookup(e,t){throw MEMFS.doesNotExistError},mknod(e,t,I,B){return MEMFS.createNode(e,t,I,B)},rename(e,t,I){var B;try{B=FS.lookupNode(t,I)}catch{}if(B){if(FS.isDir(e.mode))for(var tr in B.contents)throw new FS.ErrnoError(55);FS.hashRemoveNode(B)}delete e.parent.contents[e.name],t.contents[I]=e,e.name=I,t.ctime=t.mtime=e.parent.ctime=e.parent.mtime=Date.now()},unlink(e,t){delete e.contents[t],e.ctime=e.mtime=Date.now()},rmdir(e,t){var I=FS.lookupNode(e,t);for(var B in I.contents)throw new FS.ErrnoError(55);delete e.contents[t],e.ctime=e.mtime=Date.now()},readdir(e){return[".","..",...Object.keys(e.contents)]},symlink(e,t,I){var B=MEMFS.createNode(e,t,41471,0);return B.link=I,B},readlink(e){if(!FS.isLink(e.mode))throw new FS.ErrnoError(28);return e.link}},stream_ops:{read(e,t,I,B,tr){var rr=e.node.contents;if(tr>=e.node.usedBytes)return 0;var ir=Math.min(e.node.usedBytes-tr,B);if(ir>8&&rr.subarray)t.set(rr.subarray(tr,tr+ir),I);else for(var lr=0;lr<ir;lr++)t[I+lr]=rr[tr+lr];return ir},write(e,t,I,B,tr,rr){if(t.buffer===HEAP8.buffer&&(rr=!1),!B)return 0;var ir=e.node;if(ir.mtime=ir.ctime=Date.now(),t.subarray&&(!ir.contents||ir.contents.subarray)){if(rr)return ir.contents=t.subarray(I,I+B),ir.usedBytes=B,B;if(ir.usedBytes===0&&tr===0)return ir.contents=t.slice(I,I+B),ir.usedBytes=B,B;if(tr+B<=ir.usedBytes)return ir.contents.set(t.subarray(I,I+B),tr),B}if(MEMFS.expandFileStorage(ir,tr+B),ir.contents.subarray&&t.subarray)ir.contents.set(t.subarray(I,I+B),tr);else for(var lr=0;lr<B;lr++)ir.contents[tr+lr]=t[I+lr];return ir.usedBytes=Math.max(ir.usedBytes,tr+B),B},llseek(e,t,I){var B=t;if(I===1?B+=e.position:I===2&&FS.isFile(e.node.mode)&&(B+=e.node.usedBytes),B<0)throw new FS.ErrnoError(28);return B},allocate(e,t,I){MEMFS.expandFileStorage(e.node,t+I),e.node.usedBytes=Math.max(e.node.usedBytes,t+I)},mmap(e,t,I,B,tr){if(!FS.isFile(e.node.mode))throw new FS.ErrnoError(43);var rr,ir,lr=e.node.contents;if(!(tr&2)&&lr&&lr.buffer===HEAP8.buffer)ir=!1,rr=lr.byteOffset;else{if(ir=!0,rr=mmapAlloc(t),!rr)throw new FS.ErrnoError(48);lr&&((I>0||I+t<lr.length)&&(lr.subarray?lr=lr.subarray(I,I+t):lr=Array.prototype.slice.call(lr,I,I+t)),HEAP8.set(lr,rr))}return{ptr:rr,allocated:ir}},msync(e,t,I,B,tr){return MEMFS.stream_ops.write(e,t,0,B,I,!1),0}}},FS_createDataFile=(e,t,I,B,tr,rr)=>{FS.createDataFile(e,t,I,B,tr,rr)},FS_handledByPreloadPlugin=(e,t,I,B)=>{typeof Browser<"u"&&Browser.init();var tr=!1;return preloadPlugins.forEach(rr=>{tr||rr.canHandle(t)&&(rr.handle(e,t,I,B),tr=!0)}),tr},FS_createPreloadedFile=(e,t,I,B,tr,rr,ir,lr,mr,dr)=>{var _r=t?PATH_FS.resolve(PATH.join2(e,t)):e;function hr(fr){function yr(Sr){dr?.(),lr||FS_createDataFile(e,t,Sr,B,tr,mr),rr?.(),removeRunDependency()}FS_handledByPreloadPlugin(fr,_r,yr,()=>{ir?.(),removeRunDependency()})||yr(fr)}addRunDependency(),typeof I=="string"?asyncLoad(I).then(hr,ir):hr(I)},FS_modeStringToFlags=e=>{var t={r:0,"r+":2,w:577,"w+":578,a:1089,"a+":1090},I=t[e];if(typeof I>"u")throw new Error(`Unknown file open mode: ${e}`);return I},FS_getMode=(e,t)=>{var I=0;return e&&(I|=365),t&&(I|=146),I},IDBFS={dbs:{},indexedDB:()=>{if(typeof indexedDB<"u")return indexedDB;var e=null;return typeof window=="object"&&(e=window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB),e},DB_VERSION:21,DB_STORE_NAME:"FILE_DATA",queuePersist:e=>{function t(){e.idbPersistState==="again"?I():e.idbPersistState=0}function I(){e.idbPersistState="idb",IDBFS.syncfs(e,!1,t)}e.idbPersistState?e.idbPersistState==="idb"&&(e.idbPersistState="again"):e.idbPersistState=setTimeout(I,0)},mount:e=>{var t=MEMFS.mount(e);if(e?.opts?.autoPersist){t.idbPersistState=0;var I=t.node_ops;t.node_ops=Object.assign({},t.node_ops),t.node_ops.mknod=(B,tr,rr,ir)=>{var lr=I.mknod(B,tr,rr,ir);return lr.node_ops=t.node_ops,lr.idbfs_mount=t.mount,lr.memfs_stream_ops=lr.stream_ops,lr.stream_ops=Object.assign({},lr.stream_ops),lr.stream_ops.write=(mr,dr,_r,hr,fr,yr)=>(mr.node.isModified=!0,lr.memfs_stream_ops.write(mr,dr,_r,hr,fr,yr)),lr.stream_ops.close=mr=>{var dr=mr.node;if(dr.isModified&&(IDBFS.queuePersist(dr.idbfs_mount),dr.isModified=!1),dr.memfs_stream_ops.close)return dr.memfs_stream_ops.close(mr)},lr},t.node_ops.mkdir=(...B)=>(IDBFS.queuePersist(t.mount),I.mkdir(...B)),t.node_ops.rmdir=(...B)=>(IDBFS.queuePersist(t.mount),I.rmdir(...B)),t.node_ops.symlink=(...B)=>(IDBFS.queuePersist(t.mount),I.symlink(...B)),t.node_ops.unlink=(...B)=>(IDBFS.queuePersist(t.mount),I.unlink(...B)),t.node_ops.rename=(...B)=>(IDBFS.queuePersist(t.mount),I.rename(...B))}return t},syncfs:(e,t,I)=>{IDBFS.getLocalSet(e,(B,tr)=>{if(B)return I(B);IDBFS.getRemoteSet(e,(rr,ir)=>{if(rr)return I(rr);var lr=t?ir:tr,mr=t?tr:ir;IDBFS.reconcile(lr,mr,I)})})},quit:()=>{Object.values(IDBFS.dbs).forEach(e=>e.close()),IDBFS.dbs={}},getDB:(e,t)=>{var I=IDBFS.dbs[e];if(I)return t(null,I);var B;try{B=IDBFS.indexedDB().open(e,IDBFS.DB_VERSION)}catch(tr){return t(tr)}if(!B)return t("Unable to connect to IndexedDB");B.onupgradeneeded=tr=>{var rr=tr.target.result,ir=tr.target.transaction,lr;rr.objectStoreNames.contains(IDBFS.DB_STORE_NAME)?lr=ir.objectStore(IDBFS.DB_STORE_NAME):lr=rr.createObjectStore(IDBFS.DB_STORE_NAME),lr.indexNames.contains("timestamp")||lr.createIndex("timestamp","timestamp",{unique:!1})},B.onsuccess=()=>{I=B.result,IDBFS.dbs[e]=I,t(null,I)},B.onerror=tr=>{t(tr.target.error),tr.preventDefault()}},getLocalSet:(e,t)=>{var I={};function B(mr){return mr!=="."&&mr!==".."}function tr(mr){return dr=>PATH.join2(mr,dr)}for(var rr=FS.readdir(e.mountpoint).filter(B).map(tr(e.mountpoint));rr.length;){var ir=rr.pop(),lr;try{lr=FS.stat(ir)}catch(mr){return t(mr)}FS.isDir(lr.mode)&&rr.push(...FS.readdir(ir).filter(B).map(tr(ir))),I[ir]={timestamp:lr.mtime}}return t(null,{type:"local",entries:I})},getRemoteSet:(e,t)=>{var I={};IDBFS.getDB(e.mountpoint,(B,tr)=>{if(B)return t(B);try{var rr=tr.transaction([IDBFS.DB_STORE_NAME],"readonly");rr.onerror=mr=>{t(mr.target.error),mr.preventDefault()};var ir=rr.objectStore(IDBFS.DB_STORE_NAME),lr=ir.index("timestamp");lr.openKeyCursor().onsuccess=mr=>{var dr=mr.target.result;if(!dr)return t(null,{type:"remote",db:tr,entries:I});I[dr.primaryKey]={timestamp:dr.key},dr.continue()}}catch(mr){return t(mr)}})},loadLocalEntry:(e,t)=>{var I,B;try{var tr=FS.lookupPath(e);B=tr.node,I=FS.stat(e)}catch(rr){return t(rr)}return FS.isDir(I.mode)?t(null,{timestamp:I.mtime,mode:I.mode}):FS.isFile(I.mode)?(B.contents=MEMFS.getFileDataAsTypedArray(B),t(null,{timestamp:I.mtime,mode:I.mode,contents:B.contents})):t(new Error("node type not supported"))},storeLocalEntry:(e,t,I)=>{try{if(FS.isDir(t.mode))FS.mkdirTree(e,t.mode);else if(FS.isFile(t.mode))FS.writeFile(e,t.contents,{canOwn:!0});else return I(new Error("node type not supported"));FS.chmod(e,t.mode),FS.utime(e,t.timestamp,t.timestamp)}catch(B){return I(B)}I(null)},removeLocalEntry:(e,t)=>{try{var I=FS.stat(e);FS.isDir(I.mode)?FS.rmdir(e):FS.isFile(I.mode)&&FS.unlink(e)}catch(B){return t(B)}t(null)},loadRemoteEntry:(e,t,I)=>{var B=e.get(t);B.onsuccess=tr=>I(null,tr.target.result),B.onerror=tr=>{I(tr.target.error),tr.preventDefault()}},storeRemoteEntry:(e,t,I,B)=>{try{var tr=e.put(I,t)}catch(rr){B(rr);return}tr.onsuccess=rr=>B(),tr.onerror=rr=>{B(rr.target.error),rr.preventDefault()}},removeRemoteEntry:(e,t,I)=>{var B=e.delete(t);B.onsuccess=tr=>I(),B.onerror=tr=>{I(tr.target.error),tr.preventDefault()}},reconcile:(e,t,I)=>{var B=0,tr=[];Object.keys(e.entries).forEach(hr=>{var fr=e.entries[hr],yr=t.entries[hr];(!yr||fr.timestamp.getTime()!=yr.timestamp.getTime())&&(tr.push(hr),B++)});var rr=[];if(Object.keys(t.entries).forEach(hr=>{e.entries[hr]||(rr.push(hr),B++)}),!B)return I(null);var ir=!1,lr=e.type==="remote"?e.db:t.db,mr=lr.transaction([IDBFS.DB_STORE_NAME],"readwrite"),dr=mr.objectStore(IDBFS.DB_STORE_NAME);function _r(hr){if(hr&&!ir)return ir=!0,I(hr)}mr.onerror=mr.onabort=hr=>{_r(hr.target.error),hr.preventDefault()},mr.oncomplete=hr=>{ir||I(null)},tr.sort().forEach(hr=>{t.type==="local"?IDBFS.loadRemoteEntry(dr,hr,(fr,yr)=>{if(fr)return _r(fr);IDBFS.storeLocalEntry(hr,yr,_r)}):IDBFS.loadLocalEntry(hr,(fr,yr)=>{if(fr)return _r(fr);IDBFS.storeRemoteEntry(dr,hr,yr,_r)})}),rr.sort().reverse().forEach(hr=>{t.type==="local"?IDBFS.removeLocalEntry(hr,_r):IDBFS.removeRemoteEntry(dr,hr,_r)})}},ERRNO_CODES={EPERM:63,ENOENT:44,ESRCH:71,EINTR:27,EIO:29,ENXIO:60,E2BIG:1,ENOEXEC:45,EBADF:8,ECHILD:12,EAGAIN:6,EWOULDBLOCK:6,ENOMEM:48,EACCES:2,EFAULT:21,ENOTBLK:105,EBUSY:10,EEXIST:20,EXDEV:75,ENODEV:43,ENOTDIR:54,EISDIR:31,EINVAL:28,ENFILE:41,EMFILE:33,ENOTTY:59,ETXTBSY:74,EFBIG:22,ENOSPC:51,ESPIPE:70,EROFS:69,EMLINK:34,EPIPE:64,EDOM:18,ERANGE:68,ENOMSG:49,EIDRM:24,ECHRNG:106,EL2NSYNC:156,EL3HLT:107,EL3RST:108,ELNRNG:109,EUNATCH:110,ENOCSI:111,EL2HLT:112,EDEADLK:16,ENOLCK:46,EBADE:113,EBADR:114,EXFULL:115,ENOANO:104,EBADRQC:103,EBADSLT:102,EDEADLOCK:16,EBFONT:101,ENOSTR:100,ENODATA:116,ETIME:117,ENOSR:118,ENONET:119,ENOPKG:120,EREMOTE:121,ENOLINK:47,EADV:122,ESRMNT:123,ECOMM:124,EPROTO:65,EMULTIHOP:36,EDOTDOT:125,EBADMSG:9,ENOTUNIQ:126,EBADFD:127,EREMCHG:128,ELIBACC:129,ELIBBAD:130,ELIBSCN:131,ELIBMAX:132,ELIBEXEC:133,ENOSYS:52,ENOTEMPTY:55,ENAMETOOLONG:37,ELOOP:32,EOPNOTSUPP:138,EPFNOSUPPORT:139,ECONNRESET:15,ENOBUFS:42,EAFNOSUPPORT:5,EPROTOTYPE:67,ENOTSOCK:57,ENOPROTOOPT:50,ESHUTDOWN:140,ECONNREFUSED:14,EADDRINUSE:3,ECONNABORTED:13,ENETUNREACH:40,ENETDOWN:38,ETIMEDOUT:73,EHOSTDOWN:142,EHOSTUNREACH:23,EINPROGRESS:26,EALREADY:7,EDESTADDRREQ:17,EMSGSIZE:35,EPROTONOSUPPORT:66,ESOCKTNOSUPPORT:137,EADDRNOTAVAIL:4,ENETRESET:39,EISCONN:30,ENOTCONN:53,ETOOMANYREFS:141,EUSERS:136,EDQUOT:19,ESTALE:72,ENOTSUP:138,ENOMEDIUM:148,EILSEQ:25,EOVERFLOW:61,ECANCELED:11,ENOTRECOVERABLE:56,EOWNERDEAD:62,ESTRPIPE:135},NODEFS={isWindows:!1,staticInit(){NODEFS.isWindows=!!process$1.platform.match(/^win/);var e=process$1.binding("constants");e.fs&&(e=e.fs),NODEFS.flagsForNodeMap={1024:e.O_APPEND,64:e.O_CREAT,128:e.O_EXCL,256:e.O_NOCTTY,0:e.O_RDONLY,2:e.O_RDWR,4096:e.O_SYNC,512:e.O_TRUNC,1:e.O_WRONLY,131072:e.O_NOFOLLOW}},convertNodeCode(e){var t=e.code;return ERRNO_CODES[t]},tryFSOperation(e){try{return e()}catch(t){throw t.code?t.code==="UNKNOWN"?new FS.ErrnoError(28):new FS.ErrnoError(NODEFS.convertNodeCode(t)):t}},mount(e){return NODEFS.createNode(null,"/",NODEFS.getMode(e.opts.root),0)},createNode(e,t,I,B){if(!FS.isDir(I)&&!FS.isFile(I)&&!FS.isLink(I))throw new FS.ErrnoError(28);var tr=FS.createNode(e,t,I);return tr.node_ops=NODEFS.node_ops,tr.stream_ops=NODEFS.stream_ops,tr},getMode(e){return NODEFS.tryFSOperation(()=>{var t=fs.lstatSync(e).mode;return NODEFS.isWindows&&(t|=(t&292)>>2),t})},realPath(e){for(var t=[];e.parent!==e;)t.push(e.name),e=e.parent;return t.push(e.mount.opts.root),t.reverse(),PATH.join(...t)},flagsForNode(e){e&=-2097153,e&=-2049,e&=-32769,e&=-524289,e&=-65537;var t=0;for(var I in NODEFS.flagsForNodeMap)e&I&&(t|=NODEFS.flagsForNodeMap[I],e^=I);if(e)throw new FS.ErrnoError(28);return t},node_ops:{getattr(e){var t=NODEFS.realPath(e),I;return NODEFS.tryFSOperation(()=>I=fs.lstatSync(t)),NODEFS.isWindows&&(I.blksize||(I.blksize=4096),I.blocks||(I.blocks=(I.size+I.blksize-1)/I.blksize|0),I.mode|=(I.mode&292)>>2),{dev:I.dev,ino:I.ino,mode:I.mode,nlink:I.nlink,uid:I.uid,gid:I.gid,rdev:I.rdev,size:I.size,atime:I.atime,mtime:I.mtime,ctime:I.ctime,blksize:I.blksize,blocks:I.blocks}},setattr(e,t){var I=NODEFS.realPath(e);NODEFS.tryFSOperation(()=>{if(t.mode!==void 0){var B=t.mode;NODEFS.isWindows&&(B&=384),fs.chmodSync(I,B),e.mode=t.mode}if(t.atime||t.mtime){var tr=t.atime&&new Date(t.atime),rr=t.mtime&&new Date(t.mtime);fs.utimesSync(I,tr,rr)}t.size!==void 0&&fs.truncateSync(I,t.size)})},lookup(e,t){var I=PATH.join2(NODEFS.realPath(e),t),B=NODEFS.getMode(I);return NODEFS.createNode(e,t,B)},mknod(e,t,I,B){var tr=NODEFS.createNode(e,t,I,B),rr=NODEFS.realPath(tr);return NODEFS.tryFSOperation(()=>{FS.isDir(tr.mode)?fs.mkdirSync(rr,tr.mode):fs.writeFileSync(rr,"",{mode:tr.mode})}),tr},rename(e,t,I){var B=NODEFS.realPath(e),tr=PATH.join2(NODEFS.realPath(t),I);try{FS.unlink(tr)}catch{}NODEFS.tryFSOperation(()=>fs.renameSync(B,tr)),e.name=I},unlink(e,t){var I=PATH.join2(NODEFS.realPath(e),t);NODEFS.tryFSOperation(()=>fs.unlinkSync(I))},rmdir(e,t){var I=PATH.join2(NODEFS.realPath(e),t);NODEFS.tryFSOperation(()=>fs.rmdirSync(I))},readdir(e){var t=NODEFS.realPath(e);return NODEFS.tryFSOperation(()=>fs.readdirSync(t))},symlink(e,t,I){var B=PATH.join2(NODEFS.realPath(e),t);NODEFS.tryFSOperation(()=>fs.symlinkSync(I,B))},readlink(e){var t=NODEFS.realPath(e);return NODEFS.tryFSOperation(()=>fs.readlinkSync(t))},statfs(e){var t=NODEFS.tryFSOperation(()=>fs.statfsSync(e));return t.frsize=t.bsize,t}},stream_ops:{open(e){var t=NODEFS.realPath(e.node);NODEFS.tryFSOperation(()=>{FS.isFile(e.node.mode)&&(e.shared.refcount=1,e.nfd=fs.openSync(t,NODEFS.flagsForNode(e.flags)))})},close(e){NODEFS.tryFSOperation(()=>{FS.isFile(e.node.mode)&&e.nfd&&--e.shared.refcount===0&&fs.closeSync(e.nfd)})},dup(e){e.shared.refcount++},read(e,t,I,B,tr){return B===0?0:NODEFS.tryFSOperation(()=>fs.readSync(e.nfd,new Int8Array(t.buffer,I,B),0,B,tr))},write(e,t,I,B,tr){return NODEFS.tryFSOperation(()=>fs.writeSync(e.nfd,new Int8Array(t.buffer,I,B),0,B,tr))},llseek(e,t,I){var B=t;if(I===1?B+=e.position:I===2&&FS.isFile(e.node.mode)&&NODEFS.tryFSOperation(()=>{var tr=fs.fstatSync(e.nfd);B+=tr.size}),B<0)throw new FS.ErrnoError(28);return B},mmap(e,t,I,B,tr){if(!FS.isFile(e.node.mode))throw new FS.ErrnoError(43);var rr=mmapAlloc(t);return NODEFS.stream_ops.read(e,HEAP8,rr,t,I),{ptr:rr,allocated:!0}},msync(e,t,I,B,tr){return NODEFS.stream_ops.write(e,t,0,B,I,!1),0}}},FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:!1,ignorePermissions:!0,ErrnoError:class{constructor(e){P$1(this,"name","ErrnoError"),this.errno=e}},filesystems:null,syncFSRequests:0,readFiles:{},FSStream:class{constructor(){P$1(this,"shared",{})}get object(){return this.node}set object(e){this.node=e}get isRead(){return(this.flags&2097155)!==1}get isWrite(){return(this.flags&2097155)!==0}get isAppend(){return this.flags&1024}get flags(){return this.shared.flags}set flags(e){this.shared.flags=e}get position(){return this.shared.position}set position(e){this.shared.position=e}},FSNode:class{constructor(e,t,I,B){P$1(this,"node_ops",{}),P$1(this,"stream_ops",{}),P$1(this,"readMode",365),P$1(this,"writeMode",146),P$1(this,"mounted",null),e||(e=this),this.parent=e,this.mount=e.mount,this.id=FS.nextInode++,this.name=t,this.mode=I,this.rdev=B,this.atime=this.mtime=this.ctime=Date.now()}get read(){return(this.mode&this.readMode)===this.readMode}set read(e){e?this.mode|=this.readMode:this.mode&=~this.readMode}get write(){return(this.mode&this.writeMode)===this.writeMode}set write(e){e?this.mode|=this.writeMode:this.mode&=~this.writeMode}get isFolder(){return FS.isDir(this.mode)}get isDevice(){return FS.isChrdev(this.mode)}},lookupPath(e,t={}){if(!e)return{path:"",node:null};t.follow_mount??(t.follow_mount=!0),PATH.isAbs(e)||(e=FS.cwd()+"/"+e);e:for(var I=0;I<40;I++){for(var B=e.split("/").filter(dr=>!!dr&&dr!=="."),tr=FS.root,rr="/",ir=0;ir<B.length;ir++){var lr=ir===B.length-1;if(lr&&t.parent)break;if(B[ir]===".."){rr=PATH.dirname(rr),tr=tr.parent;continue}rr=PATH.join2(rr,B[ir]);try{tr=FS.lookupNode(tr,B[ir])}catch(dr){if(dr?.errno===44&&lr&&t.noent_okay)return{path:rr};throw dr}if(FS.isMountpoint(tr)&&(!lr||t.follow_mount)&&(tr=tr.mounted.root),FS.isLink(tr.mode)&&(!lr||t.follow)){if(!tr.node_ops.readlink)throw new FS.ErrnoError(52);var mr=tr.node_ops.readlink(tr);PATH.isAbs(mr)||(mr=PATH.dirname(rr)+"/"+mr),e=mr+"/"+B.slice(ir+1).join("/");continue e}}return{path:rr,node:tr}}throw new FS.ErrnoError(32)},getPath(e){for(var t;;){if(FS.isRoot(e)){var I=e.mount.mountpoint;return t?I[I.length-1]!=="/"?`${I}/${t}`:I+t:I}t=t?`${e.name}/${t}`:e.name,e=e.parent}},hashName(e,t){for(var I=0,B=0;B<t.length;B++)I=(I<<5)-I+t.charCodeAt(B)|0;return(e+I>>>0)%FS.nameTable.length},hashAddNode(e){var t=FS.hashName(e.parent.id,e.name);e.name_next=FS.nameTable[t],FS.nameTable[t]=e},hashRemoveNode(e){var t=FS.hashName(e.parent.id,e.name);if(FS.nameTable[t]===e)FS.nameTable[t]=e.name_next;else for(var I=FS.nameTable[t];I;){if(I.name_next===e){I.name_next=e.name_next;break}I=I.name_next}},lookupNode(e,t){var I=FS.mayLookup(e);if(I)throw new FS.ErrnoError(I);for(var B=FS.hashName(e.id,t),tr=FS.nameTable[B];tr;tr=tr.name_next){var rr=tr.name;if(tr.parent.id===e.id&&rr===t)return tr}return FS.lookup(e,t)},createNode(e,t,I,B){var tr=new FS.FSNode(e,t,I,B);return FS.hashAddNode(tr),tr},destroyNode(e){FS.hashRemoveNode(e)},isRoot(e){return e===e.parent},isMountpoint(e){return!!e.mounted},isFile(e){return(e&61440)===32768},isDir(e){return(e&61440)===16384},isLink(e){return(e&61440)===40960},isChrdev(e){return(e&61440)===8192},isBlkdev(e){return(e&61440)===24576},isFIFO(e){return(e&61440)===4096},isSocket(e){return(e&49152)===49152},flagsToPermissionString(e){var t=["r","w","rw"][e&3];return e&512&&(t+="w"),t},nodePermissions(e,t){return FS.ignorePermissions?0:t.includes("r")&&!(e.mode&292)||t.includes("w")&&!(e.mode&146)||t.includes("x")&&!(e.mode&73)?2:0},mayLookup(e){if(!FS.isDir(e.mode))return 54;var t=FS.nodePermissions(e,"x");return t||(e.node_ops.lookup?0:2)},mayCreate(e,t){if(!FS.isDir(e.mode))return 54;try{var I=FS.lookupNode(e,t);return 20}catch{}return FS.nodePermissions(e,"wx")},mayDelete(e,t,I){var B;try{B=FS.lookupNode(e,t)}catch(rr){return rr.errno}var tr=FS.nodePermissions(e,"wx");if(tr)return tr;if(I){if(!FS.isDir(B.mode))return 54;if(FS.isRoot(B)||FS.getPath(B)===FS.cwd())return 10}else if(FS.isDir(B.mode))return 31;return 0},mayOpen(e,t){return e?FS.isLink(e.mode)?32:FS.isDir(e.mode)&&(FS.flagsToPermissionString(t)!=="r"||t&512)?31:FS.nodePermissions(e,FS.flagsToPermissionString(t)):44},MAX_OPEN_FDS:4096,nextfd(){for(var e=0;e<=FS.MAX_OPEN_FDS;e++)if(!FS.streams[e])return e;throw new FS.ErrnoError(33)},getStreamChecked(e){var t=FS.getStream(e);if(!t)throw new FS.ErrnoError(8);return t},getStream:e=>FS.streams[e],createStream(e,t=-1){return e=Object.assign(new FS.FSStream,e),t==-1&&(t=FS.nextfd()),e.fd=t,FS.streams[t]=e,e},closeStream(e){FS.streams[e]=null},dupStream(e,t=-1){var I=FS.createStream(e,t);return I.stream_ops?.dup?.(I),I},chrdev_stream_ops:{open(e){var t=FS.getDevice(e.node.rdev);e.stream_ops=t.stream_ops,e.stream_ops.open?.(e)},llseek(){throw new FS.ErrnoError(70)}},major:e=>e>>8,minor:e=>e&255,makedev:(e,t)=>e<<8|t,registerDevice(e,t){FS.devices[e]={stream_ops:t}},getDevice:e=>FS.devices[e],getMounts(e){for(var t=[],I=[e];I.length;){var B=I.pop();t.push(B),I.push(...B.mounts)}return t},syncfs(e,t){typeof e=="function"&&(t=e,e=!1),FS.syncFSRequests++,FS.syncFSRequests>1&&err(`warning: ${FS.syncFSRequests} FS.syncfs operations in flight at once, probably just doing extra work`);var I=FS.getMounts(FS.root.mount),B=0;function tr(ir){return FS.syncFSRequests--,t(ir)}function rr(ir){if(ir)return rr.errored?void 0:(rr.errored=!0,tr(ir));++B>=I.length&&tr(null)}I.forEach(ir=>{if(!ir.type.syncfs)return rr(null);ir.type.syncfs(ir,e,rr)})},mount(e,t,I){var B=I==="/",tr=!I,rr;if(B&&FS.root)throw new FS.ErrnoError(10);if(!B&&!tr){var ir=FS.lookupPath(I,{follow_mount:!1});if(I=ir.path,rr=ir.node,FS.isMountpoint(rr))throw new FS.ErrnoError(10);if(!FS.isDir(rr.mode))throw new FS.ErrnoError(54)}var lr={type:e,opts:t,mountpoint:I,mounts:[]},mr=e.mount(lr);return mr.mount=lr,lr.root=mr,B?FS.root=mr:rr&&(rr.mounted=lr,rr.mount&&rr.mount.mounts.push(lr)),mr},unmount(e){var t=FS.lookupPath(e,{follow_mount:!1});if(!FS.isMountpoint(t.node))throw new FS.ErrnoError(28);var I=t.node,B=I.mounted,tr=FS.getMounts(B);Object.keys(FS.nameTable).forEach(ir=>{for(var lr=FS.nameTable[ir];lr;){var mr=lr.name_next;tr.includes(lr.mount)&&FS.destroyNode(lr),lr=mr}}),I.mounted=null;var rr=I.mount.mounts.indexOf(B);I.mount.mounts.splice(rr,1)},lookup(e,t){return e.node_ops.lookup(e,t)},mknod(e,t,I){var B=FS.lookupPath(e,{parent:!0}),tr=B.node,rr=PATH.basename(e);if(!rr||rr==="."||rr==="..")throw new FS.ErrnoError(28);var ir=FS.mayCreate(tr,rr);if(ir)throw new FS.ErrnoError(ir);if(!tr.node_ops.mknod)throw new FS.ErrnoError(63);return tr.node_ops.mknod(tr,rr,t,I)},statfs(e){var t={bsize:4096,frsize:4096,blocks:1e6,bfree:5e5,bavail:5e5,files:FS.nextInode,ffree:FS.nextInode-1,fsid:42,flags:2,namelen:255},I=FS.lookupPath(e,{follow:!0}).node;return I?.node_ops.statfs&&Object.assign(t,I.node_ops.statfs(I.mount.opts.root)),t},create(e,t=438){return t&=4095,t|=32768,FS.mknod(e,t,0)},mkdir(e,t=511){return t&=1023,t|=16384,FS.mknod(e,t,0)},mkdirTree(e,t){for(var I=e.split("/"),B="",tr=0;tr<I.length;++tr)if(I[tr]){B+="/"+I[tr];try{FS.mkdir(B,t)}catch(rr){if(rr.errno!=20)throw rr}}},mkdev(e,t,I){return typeof I>"u"&&(I=t,t=438),t|=8192,FS.mknod(e,t,I)},symlink(e,t){if(!PATH_FS.resolve(e))throw new FS.ErrnoError(44);var I=FS.lookupPath(t,{parent:!0}),B=I.node;if(!B)throw new FS.ErrnoError(44);var tr=PATH.basename(t),rr=FS.mayCreate(B,tr);if(rr)throw new FS.ErrnoError(rr);if(!B.node_ops.symlink)throw new FS.ErrnoError(63);return B.node_ops.symlink(B,tr,e)},rename(e,t){var I=PATH.dirname(e),B=PATH.dirname(t),tr=PATH.basename(e),rr=PATH.basename(t),ir,lr,mr;if(ir=FS.lookupPath(e,{parent:!0}),lr=ir.node,ir=FS.lookupPath(t,{parent:!0}),mr=ir.node,!lr||!mr)throw new FS.ErrnoError(44);if(lr.mount!==mr.mount)throw new FS.ErrnoError(75);var dr=FS.lookupNode(lr,tr),_r=PATH_FS.relative(e,B);if(_r.charAt(0)!==".")throw new FS.ErrnoError(28);if(_r=PATH_FS.relative(t,I),_r.charAt(0)!==".")throw new FS.ErrnoError(55);var hr;try{hr=FS.lookupNode(mr,rr)}catch{}if(dr!==hr){var fr=FS.isDir(dr.mode),yr=FS.mayDelete(lr,tr,fr);if(yr)throw new FS.ErrnoError(yr);if(yr=hr?FS.mayDelete(mr,rr,fr):FS.mayCreate(mr,rr),yr)throw new FS.ErrnoError(yr);if(!lr.node_ops.rename)throw new FS.ErrnoError(63);if(FS.isMountpoint(dr)||hr&&FS.isMountpoint(hr))throw new FS.ErrnoError(10);if(mr!==lr&&(yr=FS.nodePermissions(lr,"w"),yr))throw new FS.ErrnoError(yr);FS.hashRemoveNode(dr);try{lr.node_ops.rename(dr,mr,rr),dr.parent=mr}catch(Sr){throw Sr}finally{FS.hashAddNode(dr)}}},rmdir(e){var t=FS.lookupPath(e,{parent:!0}),I=t.node,B=PATH.basename(e),tr=FS.lookupNode(I,B),rr=FS.mayDelete(I,B,!0);if(rr)throw new FS.ErrnoError(rr);if(!I.node_ops.rmdir)throw new FS.ErrnoError(63);if(FS.isMountpoint(tr))throw new FS.ErrnoError(10);I.node_ops.rmdir(I,B),FS.destroyNode(tr)},readdir(e){var t=FS.lookupPath(e,{follow:!0}),I=t.node;if(!I.node_ops.readdir)throw new FS.ErrnoError(54);return I.node_ops.readdir(I)},unlink(e){var t=FS.lookupPath(e,{parent:!0}),I=t.node;if(!I)throw new FS.ErrnoError(44);var B=PATH.basename(e),tr=FS.lookupNode(I,B),rr=FS.mayDelete(I,B,!1);if(rr)throw new FS.ErrnoError(rr);if(!I.node_ops.unlink)throw new FS.ErrnoError(63);if(FS.isMountpoint(tr))throw new FS.ErrnoError(10);I.node_ops.unlink(I,B),FS.destroyNode(tr)},readlink(e){var t=FS.lookupPath(e),I=t.node;if(!I)throw new FS.ErrnoError(44);if(!I.node_ops.readlink)throw new FS.ErrnoError(28);return I.node_ops.readlink(I)},stat(e,t){var I=FS.lookupPath(e,{follow:!t}),B=I.node;if(!B)throw new FS.ErrnoError(44);if(!B.node_ops.getattr)throw new FS.ErrnoError(63);return B.node_ops.getattr(B)},lstat(e){return FS.stat(e,!0)},chmod(e,t,I){var B;if(typeof e=="string"){var tr=FS.lookupPath(e,{follow:!I});B=tr.node}else B=e;if(!B.node_ops.setattr)throw new FS.ErrnoError(63);B.node_ops.setattr(B,{mode:t&4095|B.mode&-4096,ctime:Date.now()})},lchmod(e,t){FS.chmod(e,t,!0)},fchmod(e,t){var I=FS.getStreamChecked(e);FS.chmod(I.node,t)},chown(e,t,I,B){var tr;if(typeof e=="string"){var rr=FS.lookupPath(e,{follow:!B});tr=rr.node}else tr=e;if(!tr.node_ops.setattr)throw new FS.ErrnoError(63);tr.node_ops.setattr(tr,{timestamp:Date.now()})},lchown(e,t,I){FS.chown(e,t,I,!0)},fchown(e,t,I){var B=FS.getStreamChecked(e);FS.chown(B.node,t,I)},truncate(e,t){if(t<0)throw new FS.ErrnoError(28);var I;if(typeof e=="string"){var B=FS.lookupPath(e,{follow:!0});I=B.node}else I=e;if(!I.node_ops.setattr)throw new FS.ErrnoError(63);if(FS.isDir(I.mode))throw new FS.ErrnoError(31);if(!FS.isFile(I.mode))throw new FS.ErrnoError(28);var tr=FS.nodePermissions(I,"w");if(tr)throw new FS.ErrnoError(tr);I.node_ops.setattr(I,{size:t,timestamp:Date.now()})},ftruncate(e,t){var I=FS.getStreamChecked(e);if(!(I.flags&2097155))throw new FS.ErrnoError(28);FS.truncate(I.node,t)},utime(e,t,I){var B=FS.lookupPath(e,{follow:!0}),tr=B.node;tr.node_ops.setattr(tr,{atime:t,mtime:I})},open(e,t,I=438){if(e==="")throw new FS.ErrnoError(44);t=typeof t=="string"?FS_modeStringToFlags(t):t,t&64?I=I&4095|32768:I=0;var B;if(typeof e=="object")B=e;else{var tr=FS.lookupPath(e,{follow:!(t&131072),noent_okay:!0});B=tr.node,e=tr.path}var rr=!1;if(t&64)if(B){if(t&128)throw new FS.ErrnoError(20)}else B=FS.mknod(e,I,0),rr=!0;if(!B)throw new FS.ErrnoError(44);if(FS.isChrdev(B.mode)&&(t&=-513),t&65536&&!FS.isDir(B.mode))throw new FS.ErrnoError(54);if(!rr){var ir=FS.mayOpen(B,t);if(ir)throw new FS.ErrnoError(ir)}t&512&&!rr&&FS.truncate(B,0),t&=-131713;var lr=FS.createStream({node:B,path:FS.getPath(B),flags:t,seekable:!0,position:0,stream_ops:B.stream_ops,ungotten:[],error:!1});return lr.stream_ops.open&&lr.stream_ops.open(lr),Module.logReadFiles&&!(t&1)&&(e in FS.readFiles||(FS.readFiles[e]=1)),lr},close(e){if(FS.isClosed(e))throw new FS.ErrnoError(8);e.getdents&&(e.getdents=null);try{e.stream_ops.close&&e.stream_ops.close(e)}catch(t){throw t}finally{FS.closeStream(e.fd)}e.fd=null},isClosed(e){return e.fd===null},llseek(e,t,I){if(FS.isClosed(e))throw new FS.ErrnoError(8);if(!e.seekable||!e.stream_ops.llseek)throw new FS.ErrnoError(70);if(I!=0&&I!=1&&I!=2)throw new FS.ErrnoError(28);return e.position=e.stream_ops.llseek(e,t,I),e.ungotten=[],e.position},read(e,t,I,B,tr){if(B<0||tr<0)throw new FS.ErrnoError(28);if(FS.isClosed(e))throw new FS.ErrnoError(8);if((e.flags&2097155)===1)throw new FS.ErrnoError(8);if(FS.isDir(e.node.mode))throw new FS.ErrnoError(31);if(!e.stream_ops.read)throw new FS.ErrnoError(28);var rr=typeof tr<"u";if(!rr)tr=e.position;else if(!e.seekable)throw new FS.ErrnoError(70);var ir=e.stream_ops.read(e,t,I,B,tr);return rr||(e.position+=ir),ir},write(e,t,I,B,tr,rr){if(B<0||tr<0)throw new FS.ErrnoError(28);if(FS.isClosed(e))throw new FS.ErrnoError(8);if(!(e.flags&2097155))throw new FS.ErrnoError(8);if(FS.isDir(e.node.mode))throw new FS.ErrnoError(31);if(!e.stream_ops.write)throw new FS.ErrnoError(28);e.seekable&&e.flags&1024&&FS.llseek(e,0,2);var ir=typeof tr<"u";if(!ir)tr=e.position;else if(!e.seekable)throw new FS.ErrnoError(70);var lr=e.stream_ops.write(e,t,I,B,tr,rr);return ir||(e.position+=lr),lr},allocate(e,t,I){if(FS.isClosed(e))throw new FS.ErrnoError(8);if(t<0||I<=0)throw new FS.ErrnoError(28);if(!(e.flags&2097155))throw new FS.ErrnoError(8);if(!FS.isFile(e.node.mode)&&!FS.isDir(e.node.mode))throw new FS.ErrnoError(43);if(!e.stream_ops.allocate)throw new FS.ErrnoError(138);e.stream_ops.allocate(e,t,I)},mmap(e,t,I,B,tr){if(B&2&&!(tr&2)&&(e.flags&2097155)!==2)throw new FS.ErrnoError(2);if((e.flags&2097155)===1)throw new FS.ErrnoError(2);if(!e.stream_ops.mmap)throw new FS.ErrnoError(43);if(!t)throw new FS.ErrnoError(28);return e.stream_ops.mmap(e,t,I,B,tr)},msync(e,t,I,B,tr){return e.stream_ops.msync?e.stream_ops.msync(e,t,I,B,tr):0},ioctl(e,t,I){if(!e.stream_ops.ioctl)throw new FS.ErrnoError(59);return e.stream_ops.ioctl(e,t,I)},readFile(e,t={}){if(t.flags=t.flags||0,t.encoding=t.encoding||"binary",t.encoding!=="utf8"&&t.encoding!=="binary")throw new Error(`Invalid encoding type "${t.encoding}"`);var I,B=FS.open(e,t.flags),tr=FS.stat(e),rr=tr.size,ir=new Uint8Array(rr);return FS.read(B,ir,0,rr,0),t.encoding==="utf8"?I=UTF8ArrayToString(ir):t.encoding==="binary"&&(I=ir),FS.close(B),I},writeFile(e,t,I={}){I.flags=I.flags||577;var B=FS.open(e,I.flags,I.mode);if(typeof t=="string"){var tr=new Uint8Array(lengthBytesUTF8(t)+1),rr=stringToUTF8Array(t,tr,0,tr.length);FS.write(B,tr,0,rr,void 0,I.canOwn)}else if(ArrayBuffer.isView(t))FS.write(B,t,0,t.byteLength,void 0,I.canOwn);else throw new Error("Unsupported data type");FS.close(B)},cwd:()=>FS.currentPath,chdir(e){var t=FS.lookupPath(e,{follow:!0});if(t.node===null)throw new FS.ErrnoError(44);if(!FS.isDir(t.node.mode))throw new FS.ErrnoError(54);var I=FS.nodePermissions(t.node,"x");if(I)throw new FS.ErrnoError(I);FS.currentPath=t.path},createDefaultDirectories(){FS.mkdir("/tmp"),FS.mkdir("/home"),FS.mkdir("/home/web_user")},createDefaultDevices(){FS.mkdir("/dev"),FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(B,tr,rr,ir,lr)=>ir,llseek:()=>0}),FS.mkdev("/dev/null",FS.makedev(1,3)),TTY.register(FS.makedev(5,0),TTY.default_tty_ops),TTY.register(FS.makedev(6,0),TTY.default_tty1_ops),FS.mkdev("/dev/tty",FS.makedev(5,0)),FS.mkdev("/dev/tty1",FS.makedev(6,0));var e=new Uint8Array(1024),t=0,I=()=>(t===0&&(t=randomFill(e).byteLength),e[--t]);FS.createDevice("/dev","random",I),FS.createDevice("/dev","urandom",I),FS.mkdir("/dev/shm"),FS.mkdir("/dev/shm/tmp")},createSpecialDirectories(){FS.mkdir("/proc");var e=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd"),FS.mount({mount(){var t=FS.createNode(e,"fd",16895,73);return t.stream_ops={llseek:MEMFS.stream_ops.llseek},t.node_ops={lookup(I,B){var tr=+B,rr=FS.getStreamChecked(tr),ir={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>rr.path},id:tr+1};return ir.parent=ir,ir},readdir(){return Array.from(FS.streams.entries()).filter(([I,B])=>B).map(([I,B])=>I.toString())}},t}},{},"/proc/self/fd")},createStandardStreams(e,t,I){e?FS.createDevice("/dev","stdin",e):FS.symlink("/dev/tty","/dev/stdin"),t?FS.createDevice("/dev","stdout",null,t):FS.symlink("/dev/tty","/dev/stdout"),I?FS.createDevice("/dev","stderr",null,I):FS.symlink("/dev/tty1","/dev/stderr"),FS.open("/dev/stdin",0),FS.open("/dev/stdout",1),FS.open("/dev/stderr",1)},staticInit(){FS.nameTable=new Array(4096),FS.mount(MEMFS,{},"/"),FS.createDefaultDirectories(),FS.createDefaultDevices(),FS.createSpecialDirectories(),FS.filesystems={MEMFS,IDBFS,NODEFS}},init(e,t,I){FS.initialized=!0,e??(e=Module.stdin),t??(t=Module.stdout),I??(I=Module.stderr),FS.createStandardStreams(e,t,I)},quit(){FS.initialized=!1,_fflush(0);for(var e=0;e<FS.streams.length;e++){var t=FS.streams[e];t&&FS.close(t)}},findObject(e,t){var I=FS.analyzePath(e,t);return I.exists?I.object:null},analyzePath(e,t){try{var I=FS.lookupPath(e,{follow:!t});e=I.path}catch{}var B={isRoot:!1,exists:!1,error:0,name:null,path:null,object:null,parentExists:!1,parentPath:null,parentObject:null};try{var I=FS.lookupPath(e,{parent:!0});B.parentExists=!0,B.parentPath=I.path,B.parentObject=I.node,B.name=PATH.basename(e),I=FS.lookupPath(e,{follow:!t}),B.exists=!0,B.path=I.path,B.object=I.node,B.name=I.node.name,B.isRoot=I.path==="/"}catch(tr){B.error=tr.errno}return B},createPath(e,t,I,B){e=typeof e=="string"?e:FS.getPath(e);for(var tr=t.split("/").reverse();tr.length;){var rr=tr.pop();if(rr){var ir=PATH.join2(e,rr);try{FS.mkdir(ir)}catch{}e=ir}}return ir},createFile(e,t,I,B,tr){var rr=PATH.join2(typeof e=="string"?e:FS.getPath(e),t),ir=FS_getMode(B,tr);return FS.create(rr,ir)},createDataFile(e,t,I,B,tr,rr){var ir=t;e&&(e=typeof e=="string"?e:FS.getPath(e),ir=t?PATH.join2(e,t):e);var lr=FS_getMode(B,tr),mr=FS.create(ir,lr);if(I){if(typeof I=="string"){for(var dr=new Array(I.length),_r=0,hr=I.length;_r<hr;++_r)dr[_r]=I.charCodeAt(_r);I=dr}FS.chmod(mr,lr|146);var fr=FS.open(mr,577);FS.write(fr,I,0,I.length,0,rr),FS.close(fr),FS.chmod(mr,lr)}},createDevice(e,t,I,B){var tr,rr=PATH.join2(typeof e=="string"?e:FS.getPath(e),t),ir=FS_getMode(!!I,!!B);(tr=FS.createDevice).major??(tr.major=64);var lr=FS.makedev(FS.createDevice.major++,0);return FS.registerDevice(lr,{open(mr){mr.seekable=!1},close(mr){B?.buffer?.length&&B(10)},read(mr,dr,_r,hr,fr){for(var yr=0,Sr=0;Sr<hr;Sr++){var vr;try{vr=I()}catch{throw new FS.ErrnoError(29)}if(vr===void 0&&yr===0)throw new FS.ErrnoError(6);if(vr==null)break;yr++,dr[_r+Sr]=vr}return yr&&(mr.node.atime=Date.now()),yr},write(mr,dr,_r,hr,fr){for(var yr=0;yr<hr;yr++)try{B(dr[_r+yr])}catch{throw new FS.ErrnoError(29)}return hr&&(mr.node.mtime=mr.node.ctime=Date.now()),yr}}),FS.mkdev(rr,ir,lr)},forceLoadFile(e){if(e.isDevice||e.isFolder||e.link||e.contents)return!0;if(typeof XMLHttpRequest<"u")throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.");try{e.contents=readBinary(e.url),e.usedBytes=e.contents.length}catch{throw new FS.ErrnoError(29)}},createLazyFile(e,t,I,B,tr){class rr{constructor(){P$1(this,"lengthKnown",!1),P$1(this,"chunks",[])}get(yr){if(!(yr>this.length-1||yr<0)){var Sr=yr%this.chunkSize,vr=yr/this.chunkSize|0;return this.getter(vr)[Sr]}}setDataGetter(yr){this.getter=yr}cacheLength(){var yr=new XMLHttpRequest;if(yr.open("HEAD",I,!1),yr.send(null),!(yr.status>=200&&yr.status<300||yr.status===304))throw new Error("Couldn't load "+I+". Status: "+yr.status);var Sr=Number(yr.getResponseHeader("Content-length")),vr,Mr=(vr=yr.getResponseHeader("Accept-Ranges"))&&vr==="bytes",wr=(vr=yr.getResponseHeader("Content-Encoding"))&&vr==="gzip",gr=1024*1024;Mr||(gr=Sr);var br=(Ar,Pr)=>{if(Ar>Pr)throw new Error("invalid range ("+Ar+", "+Pr+") or no bytes requested!");if(Pr>Sr-1)throw new Error("only "+Sr+" bytes available! programmer error!");var Fr=new XMLHttpRequest;if(Fr.open("GET",I,!1),Sr!==gr&&Fr.setRequestHeader("Range","bytes="+Ar+"-"+Pr),Fr.responseType="arraybuffer",Fr.overrideMimeType&&Fr.overrideMimeType("text/plain; charset=x-user-defined"),Fr.send(null),!(Fr.status>=200&&Fr.status<300||Fr.status===304))throw new Error("Couldn't load "+I+". Status: "+Fr.status);return Fr.response!==void 0?new Uint8Array(Fr.response||[]):intArrayFromString(Fr.responseText||"")},xr=this;xr.setDataGetter(Ar=>{var Pr=Ar*gr,Fr=(Ar+1)*gr-1;if(Fr=Math.min(Fr,Sr-1),typeof xr.chunks[Ar]>"u"&&(xr.chunks[Ar]=br(Pr,Fr)),typeof xr.chunks[Ar]>"u")throw new Error("doXHR failed!");return xr.chunks[Ar]}),(wr||!Sr)&&(gr=Sr=1,Sr=this.getter(0).length,gr=Sr,out("LazyFiles on gzip forces download of the whole file when length is accessed")),this._length=Sr,this._chunkSize=gr,this.lengthKnown=!0}get length(){return this.lengthKnown||this.cacheLength(),this._length}get chunkSize(){return this.lengthKnown||this.cacheLength(),this._chunkSize}}if(typeof XMLHttpRequest<"u"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var ir=new rr,lr={isDevice:!1,contents:ir}}else var lr={isDevice:!1,url:I};var mr=FS.createFile(e,t,lr,B,tr);lr.contents?mr.contents=lr.contents:lr.url&&(mr.contents=null,mr.url=lr.url),Object.defineProperties(mr,{usedBytes:{get:function(){return this.contents.length}}});var dr={},_r=Object.keys(mr.stream_ops);_r.forEach(fr=>{var yr=mr.stream_ops[fr];dr[fr]=(...Sr)=>(FS.forceLoadFile(mr),yr(...Sr))});function hr(fr,yr,Sr,vr,Mr){var wr=fr.node.contents;if(Mr>=wr.length)return 0;var gr=Math.min(wr.length-Mr,vr);if(wr.slice)for(var br=0;br<gr;br++)yr[Sr+br]=wr[Mr+br];else for(var br=0;br<gr;br++)yr[Sr+br]=wr.get(Mr+br);return gr}return dr.read=(fr,yr,Sr,vr,Mr)=>(FS.forceLoadFile(mr),hr(fr,yr,Sr,vr,Mr)),dr.mmap=(fr,yr,Sr,vr,Mr)=>{FS.forceLoadFile(mr);var wr=mmapAlloc(yr);if(!wr)throw new FS.ErrnoError(48);return hr(fr,HEAP8,wr,yr,Sr),{ptr:wr,allocated:!0}},mr.stream_ops=dr,mr}},SYSCALLS={DEFAULT_POLLMASK:5,calculateAt(e,t,I){if(PATH.isAbs(t))return t;var B;if(e===-100)B=FS.cwd();else{var tr=SYSCALLS.getStreamFromFD(e);B=tr.path}if(t.length==0){if(!I)throw new FS.ErrnoError(44);return B}return B+"/"+t},doStat(e,t,I){var B=e(t);HEAP32[I>>2]=B.dev,HEAP32[I+4>>2]=B.mode,HEAPU32[I+8>>2]=B.nlink,HEAP32[I+12>>2]=B.uid,HEAP32[I+16>>2]=B.gid,HEAP32[I+20>>2]=B.rdev,HEAP64[I+24>>3]=BigInt(B.size),HEAP32[I+32>>2]=4096,HEAP32[I+36>>2]=B.blocks;var tr=B.atime.getTime(),rr=B.mtime.getTime(),ir=B.ctime.getTime();return HEAP64[I+40>>3]=BigInt(Math.floor(tr/1e3)),HEAPU32[I+48>>2]=tr%1e3*1e3*1e3,HEAP64[I+56>>3]=BigInt(Math.floor(rr/1e3)),HEAPU32[I+64>>2]=rr%1e3*1e3*1e3,HEAP64[I+72>>3]=BigInt(Math.floor(ir/1e3)),HEAPU32[I+80>>2]=ir%1e3*1e3*1e3,HEAP64[I+88>>3]=BigInt(B.ino),0},doMsync(e,t,I,B,tr){if(!FS.isFile(t.node.mode))throw new FS.ErrnoError(43);if(B&2)return 0;var rr=HEAPU8.slice(e,e+I);FS.msync(t,rr,tr,I,B)},getStreamFromFD(e){var t=FS.getStreamChecked(e);return t},varargs:void 0,getStr(e){var t=UTF8ToString(e);return t}},___syscall__newselect=function(e,t,I,B,tr){try{for(var rr=0,ir=t?HEAP32[t>>2]:0,lr=t?HEAP32[t+4>>2]:0,mr=I?HEAP32[I>>2]:0,dr=I?HEAP32[I+4>>2]:0,_r=B?HEAP32[B>>2]:0,hr=B?HEAP32[B+4>>2]:0,fr=0,yr=0,Sr=0,vr=0,Mr=0,wr=0,gr=(t?HEAP32[t>>2]:0)|(I?HEAP32[I>>2]:0)|(B?HEAP32[B>>2]:0),br=(t?HEAP32[t+4>>2]:0)|(I?HEAP32[I+4>>2]:0)|(B?HEAP32[B+4>>2]:0),xr=(Gr,Xn,Cr,kr)=>Gr<32?Xn&kr:Cr&kr,Ar=0;Ar<e;Ar++){var Pr=1<<Ar%32;if(xr(Ar,gr,br,Pr)){var Fr=SYSCALLS.getStreamFromFD(Ar),Dr=SYSCALLS.DEFAULT_POLLMASK;if(Fr.stream_ops.poll){var $n=-1;if(tr){var Ir=t?HEAP32[tr>>2]:0,Or=t?HEAP32[tr+4>>2]:0;$n=(Ir+Or/1e6)*1e3}Dr=Fr.stream_ops.poll(Fr,$n)}Dr&1&&xr(Ar,ir,lr,Pr)&&(Ar<32?fr=fr|Pr:yr=yr|Pr,rr++),Dr&4&&xr(Ar,mr,dr,Pr)&&(Ar<32?Sr=Sr|Pr:vr=vr|Pr,rr++),Dr&2&&xr(Ar,_r,hr,Pr)&&(Ar<32?Mr=Mr|Pr:wr=wr|Pr,rr++)}}return t&&(HEAP32[t>>2]=fr,HEAP32[t+4>>2]=yr),I&&(HEAP32[I>>2]=Sr,HEAP32[I+4>>2]=vr),B&&(HEAP32[B>>2]=Mr,HEAP32[B+4>>2]=wr),rr}catch(Gr){if(typeof FS>"u"||Gr.name!=="ErrnoError")throw Gr;return-Gr.errno}};___syscall__newselect.sig="iipppp";var SOCKFS={websocketArgs:{},callbacks:{},on(e,t){SOCKFS.callbacks[e]=t},emit(e,t){SOCKFS.callbacks[e]?.(t)},mount(e){return SOCKFS.websocketArgs=Module.websocket||{},(Module.websocket??(Module.websocket={})).on=SOCKFS.on,FS.createNode(null,"/",16895,0)},createSocket(e,t,I){t&=-526337;var B=t==1;if(B&&I&&I!=6)throw new FS.ErrnoError(66);var tr={family:e,type:t,protocol:I,server:null,error:null,peers:{},pending:[],recv_queue:[],sock_ops:SOCKFS.websocket_sock_ops},rr=SOCKFS.nextname(),ir=FS.createNode(SOCKFS.root,rr,49152,0);ir.sock=tr;var lr=FS.createStream({path:rr,node:ir,flags:2,seekable:!1,stream_ops:SOCKFS.stream_ops});return tr.stream=lr,tr},getSocket(e){var t=FS.getStream(e);return!t||!FS.isSocket(t.node.mode)?null:t.node.sock},stream_ops:{poll(e){var t=e.node.sock;return t.sock_ops.poll(t)},ioctl(e,t,I){var B=e.node.sock;return B.sock_ops.ioctl(B,t,I)},read(e,t,I,B,tr){var rr=e.node.sock,ir=rr.sock_ops.recvmsg(rr,B);return ir?(t.set(ir.buffer,I),ir.buffer.length):0},write(e,t,I,B,tr){var rr=e.node.sock;return rr.sock_ops.sendmsg(rr,t,I,B)},close(e){var t=e.node.sock;t.sock_ops.close(t)}},nextname(){return SOCKFS.nextname.current||(SOCKFS.nextname.current=0),`socket[${SOCKFS.nextname.current++}]`},websocket_sock_ops:{createPeer(e,t,I){var B;if(typeof t=="object"&&(B=t,t=null,I=null),B)if(B._socket)t=B._socket.remoteAddress,I=B._socket.remotePort;else{var tr=/ws[s]?:\/\/([^:]+):(\d+)/.exec(B.url);if(!tr)throw new Error("WebSocket URL must be in the format ws(s)://address:port");t=tr[1],I=parseInt(tr[2],10)}else try{var rr="ws:#".replace("#","//"),ir="binary",lr=void 0;if(SOCKFS.websocketArgs.url&&(rr=SOCKFS.websocketArgs.url),SOCKFS.websocketArgs.subprotocol?ir=SOCKFS.websocketArgs.subprotocol:SOCKFS.websocketArgs.subprotocol===null&&(ir="null"),rr==="ws://"||rr==="wss://"){var mr=t.split("/");rr=rr+mr[0]+":"+I+"/"+mr.slice(1).join("/")}ir!=="null"&&(ir=ir.replace(/^ +| +$/g,"").split(/ *, */),lr=ir);var dr;ENVIRONMENT_IS_NODE?dr=require("ws"):dr=WebSocket,B=new dr(rr,lr),B.binaryType="arraybuffer"}catch{throw new FS.ErrnoError(23)}var _r={addr:t,port:I,socket:B,msg_send_queue:[]};return SOCKFS.websocket_sock_ops.addPeer(e,_r),SOCKFS.websocket_sock_ops.handlePeerEvents(e,_r),e.type===2&&typeof e.sport<"u"&&_r.msg_send_queue.push(new Uint8Array([255,255,255,255,112,111,114,116,(e.sport&65280)>>8,e.sport&255])),_r},getPeer(e,t,I){return e.peers[t+":"+I]},addPeer(e,t){e.peers[t.addr+":"+t.port]=t},removePeer(e,t){delete e.peers[t.addr+":"+t.port]},handlePeerEvents(e,t){var I=!0,B=function(){e.connecting=!1,SOCKFS.emit("open",e.stream.fd);try{for(var rr=t.msg_send_queue.shift();rr;)t.socket.send(rr),rr=t.msg_send_queue.shift()}catch{t.socket.close()}};function tr(rr){if(typeof rr=="string"){var ir=new TextEncoder;rr=ir.encode(rr)}else{if(assert(rr.byteLength!==void 0),rr.byteLength==0)return;rr=new Uint8Array(rr)}var lr=I;if(I=!1,lr&&rr.length===10&&rr[0]===255&&rr[1]===255&&rr[2]===255&&rr[3]===255&&rr[4]===112&&rr[5]===111&&rr[6]===114&&rr[7]===116){var mr=rr[8]<<8|rr[9];SOCKFS.websocket_sock_ops.removePeer(e,t),t.port=mr,SOCKFS.websocket_sock_ops.addPeer(e,t);return}e.recv_queue.push({addr:t.addr,port:t.port,data:rr}),SOCKFS.emit("message",e.stream.fd)}ENVIRONMENT_IS_NODE?(t.socket.on("open",B),t.socket.on("message",function(rr,ir){ir&&tr(new Uint8Array(rr).buffer)}),t.socket.on("close",function(){SOCKFS.emit("close",e.stream.fd)}),t.socket.on("error",function(rr){e.error=14,SOCKFS.emit("error",[e.stream.fd,e.error,"ECONNREFUSED: Connection refused"])})):(t.socket.onopen=B,t.socket.onclose=function(){SOCKFS.emit("close",e.stream.fd)},t.socket.onmessage=function(rr){tr(rr.data)},t.socket.onerror=function(rr){e.error=14,SOCKFS.emit("error",[e.stream.fd,e.error,"ECONNREFUSED: Connection refused"])})},poll(e){if(e.type===1&&e.server)return e.pending.length?65:0;var t=0,I=e.type===1?SOCKFS.websocket_sock_ops.getPeer(e,e.daddr,e.dport):null;return(e.recv_queue.length||!I||I&&I.socket.readyState===I.socket.CLOSING||I&&I.socket.readyState===I.socket.CLOSED)&&(t|=65),(!I||I&&I.socket.readyState===I.socket.OPEN)&&(t|=4),(I&&I.socket.readyState===I.socket.CLOSING||I&&I.socket.readyState===I.socket.CLOSED)&&(e.connecting?t|=4:t|=16),t},ioctl(e,t,I){if(t===21531){var B=0;return e.recv_queue.length&&(B=e.recv_queue[0].data.length),HEAP32[I>>2]=B,0}else return 28},close(e){if(e.server){try{e.server.close()}catch{}e.server=null}for(var t=Object.keys(e.peers),I=0;I<t.length;I++){var B=e.peers[t[I]];try{B.socket.close()}catch{}SOCKFS.websocket_sock_ops.removePeer(e,B)}return 0},bind(e,t,I){if(typeof e.saddr<"u"||typeof e.sport<"u")throw new FS.ErrnoError(28);if(e.saddr=t,e.sport=I,e.type===2){e.server&&(e.server.close(),e.server=null);try{e.sock_ops.listen(e,0)}catch(B){if(B.name!=="ErrnoError"||B.errno!==138)throw B}}},connect(e,t,I){if(e.server)throw new FS.ErrnoError(138);if(typeof e.daddr<"u"&&typeof e.dport<"u"){var B=SOCKFS.websocket_sock_ops.getPeer(e,e.daddr,e.dport);if(B)throw B.socket.readyState===B.socket.CONNECTING?new FS.ErrnoError(7):new FS.ErrnoError(30)}var tr=SOCKFS.websocket_sock_ops.createPeer(e,t,I);e.daddr=tr.addr,e.dport=tr.port,e.connecting=!0},listen(e,t){if(!ENVIRONMENT_IS_NODE)throw new FS.ErrnoError(138);if(e.server)throw new FS.ErrnoError(28);var I=require("ws").Server,B=e.saddr;e.server=new I({host:B,port:e.sport}),SOCKFS.emit("listen",e.stream.fd),e.server.on("connection",function(tr){if(e.type===1){var rr=SOCKFS.createSocket(e.family,e.type,e.protocol),ir=SOCKFS.websocket_sock_ops.createPeer(rr,tr);rr.daddr=ir.addr,rr.dport=ir.port,e.pending.push(rr),SOCKFS.emit("connection",rr.stream.fd)}else SOCKFS.websocket_sock_ops.createPeer(e,tr),SOCKFS.emit("connection",e.stream.fd)}),e.server.on("close",function(){SOCKFS.emit("close",e.stream.fd),e.server=null}),e.server.on("error",function(tr){e.error=23,SOCKFS.emit("error",[e.stream.fd,e.error,"EHOSTUNREACH: Host is unreachable"])})},accept(e){if(!e.server||!e.pending.length)throw new FS.ErrnoError(28);var t=e.pending.shift();return t.stream.flags=e.stream.flags,t},getname(e,t){var I,B;if(t){if(e.daddr===void 0||e.dport===void 0)throw new FS.ErrnoError(53);I=e.daddr,B=e.dport}else I=e.saddr||0,B=e.sport||0;return{addr:I,port:B}},sendmsg(e,t,I,B,tr,rr){if(e.type===2){if((tr===void 0||rr===void 0)&&(tr=e.daddr,rr=e.dport),tr===void 0||rr===void 0)throw new FS.ErrnoError(17)}else tr=e.daddr,rr=e.dport;var ir=SOCKFS.websocket_sock_ops.getPeer(e,tr,rr);if(e.type===1&&(!ir||ir.socket.readyState===ir.socket.CLOSING||ir.socket.readyState===ir.socket.CLOSED))throw new FS.ErrnoError(53);ArrayBuffer.isView(t)&&(I+=t.byteOffset,t=t.buffer);var lr=t.slice(I,I+B);if(!ir||ir.socket.readyState!==ir.socket.OPEN)return e.type===2&&(!ir||ir.socket.readyState===ir.socket.CLOSING||ir.socket.readyState===ir.socket.CLOSED)&&(ir=SOCKFS.websocket_sock_ops.createPeer(e,tr,rr)),ir.msg_send_queue.push(lr),B;try{return ir.socket.send(lr),B}catch{throw new FS.ErrnoError(28)}},recvmsg(e,t){if(e.type===1&&e.server)throw new FS.ErrnoError(53);var I=e.recv_queue.shift();if(!I){if(e.type===1){var B=SOCKFS.websocket_sock_ops.getPeer(e,e.daddr,e.dport);if(!B)throw new FS.ErrnoError(53);if(B.socket.readyState===B.socket.CLOSING||B.socket.readyState===B.socket.CLOSED)return null;throw new FS.ErrnoError(6)}throw new FS.ErrnoError(6)}var tr=I.data.byteLength||I.data.length,rr=I.data.byteOffset||0,ir=I.data.buffer||I.data,lr=Math.min(t,tr),mr={buffer:new Uint8Array(ir,rr,lr),addr:I.addr,port:I.port};if(e.type===1&&lr<tr){var dr=tr-lr;I.data=new Uint8Array(ir,rr+lr,dr),e.recv_queue.unshift(I)}return mr}}},getSocketFromFD=e=>{var t=SOCKFS.getSocket(e);if(!t)throw new FS.ErrnoError(8);return t},inetNtop4=e=>(e&255)+"."+(e>>8&255)+"."+(e>>16&255)+"."+(e>>24&255),inetNtop6=e=>{var t="",I=0,B=0,tr=0,rr=0,ir=0,lr=0,mr=[e[0]&65535,e[0]>>16,e[1]&65535,e[1]>>16,e[2]&65535,e[2]>>16,e[3]&65535,e[3]>>16],dr=!0,_r="";for(lr=0;lr<5;lr++)if(mr[lr]!==0){dr=!1;break}if(dr){if(_r=inetNtop4(mr[6]|mr[7]<<16),mr[5]===-1)return t="::ffff:",t+=_r,t;if(mr[5]===0)return t="::",_r==="0.0.0.0"&&(_r=""),_r==="0.0.0.1"&&(_r="1"),t+=_r,t}for(I=0;I<8;I++)mr[I]===0&&(I-tr>1&&(ir=0),tr=I,ir++),ir>B&&(B=ir,rr=I-B+1);for(I=0;I<8;I++){if(B>1&&mr[I]===0&&I>=rr&&I<rr+B){I===rr&&(t+=":",rr===0&&(t+=":"));continue}t+=Number(_ntohs(mr[I]&65535)).toString(16),t+=I<7?":":""}return t},readSockaddr=(e,t)=>{var I=HEAP16[e>>1],B=_ntohs(HEAPU16[e+2>>1]),tr;switch(I){case 2:if(t!==16)return{errno:28};tr=HEAP32[e+4>>2],tr=inetNtop4(tr);break;case 10:if(t!==28)return{errno:28};tr=[HEAP32[e+8>>2],HEAP32[e+12>>2],HEAP32[e+16>>2],HEAP32[e+20>>2]],tr=inetNtop6(tr);break;default:return{errno:5}}return{family:I,addr:tr,port:B}},inetPton4=e=>{for(var t=e.split("."),I=0;I<4;I++){var B=Number(t[I]);if(isNaN(B))return null;t[I]=B}return(t[0]|t[1]<<8|t[2]<<16|t[3]<<24)>>>0},jstoi_q=e=>parseInt(e),inetPton6=e=>{var t,I,B,tr,rr=/^((?=.*::)(?!.*::.+::)(::)?([\dA-F]{1,4}:(:|\b)|){5}|([\dA-F]{1,4}:){6})((([\dA-F]{1,4}((?!\3)::|:\b|$))|(?!\2\3)){2}|(((2[0-4]|1\d|[1-9])?\d|25[0-5])\.?\b){4})$/i,ir=[];if(!rr.test(e))return null;if(e==="::")return[0,0,0,0,0,0,0,0];for(e.startsWith("::")?e=e.replace("::","Z:"):e=e.replace("::",":Z:"),e.indexOf(".")>0?(e=e.replace(new RegExp("[.]","g"),":"),t=e.split(":"),t[t.length-4]=jstoi_q(t[t.length-4])+jstoi_q(t[t.length-3])*256,t[t.length-3]=jstoi_q(t[t.length-2])+jstoi_q(t[t.length-1])*256,t=t.slice(0,t.length-2)):t=e.split(":"),B=0,tr=0,I=0;I<t.length;I++)if(typeof t[I]=="string")if(t[I]==="Z"){for(tr=0;tr<8-t.length+1;tr++)ir[I+tr]=0;B=tr-1}else ir[I+B]=_htons(parseInt(t[I],16));else ir[I+B]=t[I];return[ir[1]<<16|ir[0],ir[3]<<16|ir[2],ir[5]<<16|ir[4],ir[7]<<16|ir[6]]},DNS={address_map:{id:1,addrs:{},names:{}},lookup_name(e){var t=inetPton4(e);if(t!==null||(t=inetPton6(e),t!==null))return e;var I;if(DNS.address_map.addrs[e])I=DNS.address_map.addrs[e];else{var B=DNS.address_map.id++;assert(B<65535,"exceeded max address mappings of 65535"),I="172.29."+(B&255)+"."+(B&65280),DNS.address_map.names[I]=e,DNS.address_map.addrs[e]=I}return I},lookup_addr(e){return DNS.address_map.names[e]?DNS.address_map.names[e]:null}},getSocketAddress=(e,t)=>{var I=readSockaddr(e,t);if(I.errno)throw new FS.ErrnoError(I.errno);return I.addr=DNS.lookup_addr(I.addr)||I.addr,I};function ___syscall_bind(e,t,I,B,tr,rr){try{var ir=getSocketFromFD(e),lr=getSocketAddress(t,I);return ir.sock_ops.bind(ir,lr.addr,lr.port),0}catch(mr){if(typeof FS>"u"||mr.name!=="ErrnoError")throw mr;return-mr.errno}}___syscall_bind.sig="iippiii";function ___syscall_chdir(e){try{return e=SYSCALLS.getStr(e),FS.chdir(e),0}catch(t){if(typeof FS>"u"||t.name!=="ErrnoError")throw t;return-t.errno}}___syscall_chdir.sig="ip";function ___syscall_chmod(e,t){try{return e=SYSCALLS.getStr(e),FS.chmod(e,t),0}catch(I){if(typeof FS>"u"||I.name!=="ErrnoError")throw I;return-I.errno}}___syscall_chmod.sig="ipi";function ___syscall_connect(e,t,I,B,tr,rr){try{var ir=getSocketFromFD(e),lr=getSocketAddress(t,I);return ir.sock_ops.connect(ir,lr.addr,lr.port),0}catch(mr){if(typeof FS>"u"||mr.name!=="ErrnoError")throw mr;return-mr.errno}}___syscall_connect.sig="iippiii";function ___syscall_dup(e){try{var t=SYSCALLS.getStreamFromFD(e);return FS.dupStream(t).fd}catch(I){if(typeof FS>"u"||I.name!=="ErrnoError")throw I;return-I.errno}}___syscall_dup.sig="ii";function ___syscall_dup3(e,t,I){try{var B=SYSCALLS.getStreamFromFD(e);if(B.fd===t)return-28;if(t<0||t>=FS.MAX_OPEN_FDS)return-8;var tr=FS.getStream(t);return tr&&FS.close(tr),FS.dupStream(B,t).fd}catch(rr){if(typeof FS>"u"||rr.name!=="ErrnoError")throw rr;return-rr.errno}}___syscall_dup3.sig="iiii";function ___syscall_faccessat(e,t,I,B){try{if(t=SYSCALLS.getStr(t),t=SYSCALLS.calculateAt(e,t),I&-8)return-28;var tr=FS.lookupPath(t,{follow:!0}),rr=tr.node;if(!rr)return-44;var ir="";return I&4&&(ir+="r"),I&2&&(ir+="w"),I&1&&(ir+="x"),ir&&FS.nodePermissions(rr,ir)?-2:0}catch(lr){if(typeof FS>"u"||lr.name!=="ErrnoError")throw lr;return-lr.errno}}___syscall_faccessat.sig="iipii";var ___syscall_fadvise64=(e,t,I,B)=>0;___syscall_fadvise64.sig="iijji";var INT53_MAX=9007199254740992,INT53_MIN=-9007199254740992,bigintToI53Checked=e=>e<INT53_MIN||e>INT53_MAX?NaN:Number(e);function ___syscall_fallocate(e,t,I,B){I=bigintToI53Checked(I),B=bigintToI53Checked(B);try{if(isNaN(I))return 61;var tr=SYSCALLS.getStreamFromFD(e);return FS.allocate(tr,I,B),0}catch(rr){if(typeof FS>"u"||rr.name!=="ErrnoError")throw rr;return-rr.errno}}___syscall_fallocate.sig="iiijj";var syscallGetVarargI=()=>{var e=HEAP32[+SYSCALLS.varargs>>2];return SYSCALLS.varargs+=4,e},syscallGetVarargP=syscallGetVarargI;function ___syscall_fcntl64(e,t,I){SYSCALLS.varargs=I;try{var B=SYSCALLS.getStreamFromFD(e);switch(t){case 0:{var tr=syscallGetVarargI();if(tr<0)return-28;for(;FS.streams[tr];)tr++;var rr;return rr=FS.dupStream(B,tr),rr.fd}case 1:case 2:return 0;case 3:return B.flags;case 4:{var tr=syscallGetVarargI();return B.flags|=tr,0}case 12:{var tr=syscallGetVarargP(),ir=0;return HEAP16[tr+ir>>1]=2,0}case 13:case 14:return 0}return-28}catch(lr){if(typeof FS>"u"||lr.name!=="ErrnoError")throw lr;return-lr.errno}}___syscall_fcntl64.sig="iiip";function ___syscall_fdatasync(e){try{var t=SYSCALLS.getStreamFromFD(e);return 0}catch(I){if(typeof FS>"u"||I.name!=="ErrnoError")throw I;return-I.errno}}___syscall_fdatasync.sig="ii";function ___syscall_fstat64(e,t){try{var I=SYSCALLS.getStreamFromFD(e);return SYSCALLS.doStat(FS.stat,I.path,t)}catch(B){if(typeof FS>"u"||B.name!=="ErrnoError")throw B;return-B.errno}}___syscall_fstat64.sig="iip";function ___syscall_ftruncate64(e,t){t=bigintToI53Checked(t);try{return isNaN(t)?61:(FS.ftruncate(e,t),0)}catch(I){if(typeof FS>"u"||I.name!=="ErrnoError")throw I;return-I.errno}}___syscall_ftruncate64.sig="iij";var stringToUTF8=(e,t,I)=>stringToUTF8Array(e,HEAPU8,t,I);function ___syscall_getcwd(e,t){try{if(t===0)return-28;var I=FS.cwd(),B=lengthBytesUTF8(I)+1;return t<B?-68:(stringToUTF8(I,e,t),B)}catch(tr){if(typeof FS>"u"||tr.name!=="ErrnoError")throw tr;return-tr.errno}}___syscall_getcwd.sig="ipp";function ___syscall_getdents64(e,t,I){try{var B=SYSCALLS.getStreamFromFD(e);B.getdents||(B.getdents=FS.readdir(B.path));for(var tr=280,rr=0,ir=FS.llseek(B,0,1),lr=Math.floor(ir/tr),mr=Math.min(B.getdents.length,lr+Math.floor(I/tr)),dr=lr;dr<mr;dr++){var _r,hr,fr=B.getdents[dr];if(fr===".")_r=B.node.id,hr=4;else if(fr===".."){var yr=FS.lookupPath(B.path,{parent:!0});_r=yr.node.id,hr=4}else{var Sr;try{Sr=FS.lookupNode(B.node,fr)}catch(vr){if(vr?.errno===28)continue;throw vr}_r=Sr.id,hr=FS.isChrdev(Sr.mode)?2:FS.isDir(Sr.mode)?4:FS.isLink(Sr.mode)?10:8}HEAP64[t+rr>>3]=BigInt(_r),HEAP64[t+rr+8>>3]=BigInt((dr+1)*tr),HEAP16[t+rr+16>>1]=280,HEAP8[t+rr+18]=hr,stringToUTF8(fr,t+rr+19,256),rr+=tr}return FS.llseek(B,dr*tr,0),rr}catch(vr){if(typeof FS>"u"||vr.name!=="ErrnoError")throw vr;return-vr.errno}}___syscall_getdents64.sig="iipp";var writeSockaddr=(e,t,I,B,tr)=>{switch(t){case 2:I=inetPton4(I),zeroMemory(e,16),tr&&(HEAP32[tr>>2]=16),HEAP16[e>>1]=t,HEAP32[e+4>>2]=I,HEAP16[e+2>>1]=_htons(B);break;case 10:I=inetPton6(I),zeroMemory(e,28),tr&&(HEAP32[tr>>2]=28),HEAP32[e>>2]=t,HEAP32[e+8>>2]=I[0],HEAP32[e+12>>2]=I[1],HEAP32[e+16>>2]=I[2],HEAP32[e+20>>2]=I[3],HEAP16[e+2>>1]=_htons(B);break;default:return 5}return 0};function ___syscall_getsockname(e,t,I,B,tr,rr){try{var ir=getSocketFromFD(e),lr=writeSockaddr(t,ir.family,DNS.lookup_name(ir.saddr||"0.0.0.0"),ir.sport,I);return 0}catch(mr){if(typeof FS>"u"||mr.name!=="ErrnoError")throw mr;return-mr.errno}}___syscall_getsockname.sig="iippiii";function ___syscall_getsockopt(e,t,I,B,tr,rr){try{var ir=getSocketFromFD(e);return t===1&&I===4?(HEAP32[B>>2]=ir.error,HEAP32[tr>>2]=4,ir.error=null,0):-50}catch(lr){if(typeof FS>"u"||lr.name!=="ErrnoError")throw lr;return-lr.errno}}___syscall_getsockopt.sig="iiiippi";function ___syscall_ioctl(e,t,I){SYSCALLS.varargs=I;try{var B=SYSCALLS.getStreamFromFD(e);switch(t){case 21509:return B.tty?0:-59;case 21505:{if(!B.tty)return-59;if(B.tty.ops.ioctl_tcgets){var tr=B.tty.ops.ioctl_tcgets(B),rr=syscallGetVarargP();HEAP32[rr>>2]=tr.c_iflag||0,HEAP32[rr+4>>2]=tr.c_oflag||0,HEAP32[rr+8>>2]=tr.c_cflag||0,HEAP32[rr+12>>2]=tr.c_lflag||0;for(var ir=0;ir<32;ir++)HEAP8[rr+ir+17]=tr.c_cc[ir]||0;return 0}return 0}case 21510:case 21511:case 21512:return B.tty?0:-59;case 21506:case 21507:case 21508:{if(!B.tty)return-59;if(B.tty.ops.ioctl_tcsets){for(var rr=syscallGetVarargP(),lr=HEAP32[rr>>2],mr=HEAP32[rr+4>>2],dr=HEAP32[rr+8>>2],_r=HEAP32[rr+12>>2],hr=[],ir=0;ir<32;ir++)hr.push(HEAP8[rr+ir+17]);return B.tty.ops.ioctl_tcsets(B.tty,t,{c_iflag:lr,c_oflag:mr,c_cflag:dr,c_lflag:_r,c_cc:hr})}return 0}case 21519:{if(!B.tty)return-59;var rr=syscallGetVarargP();return HEAP32[rr>>2]=0,0}case 21520:return B.tty?-28:-59;case 21531:{var rr=syscallGetVarargP();return FS.ioctl(B,t,rr)}case 21523:{if(!B.tty)return-59;if(B.tty.ops.ioctl_tiocgwinsz){var fr=B.tty.ops.ioctl_tiocgwinsz(B.tty),rr=syscallGetVarargP();HEAP16[rr>>1]=fr[0],HEAP16[rr+2>>1]=fr[1]}return 0}case 21524:return B.tty?0:-59;case 21515:return B.tty?0:-59;default:return-28}}catch(yr){if(typeof FS>"u"||yr.name!=="ErrnoError")throw yr;return-yr.errno}}___syscall_ioctl.sig="iiip";function ___syscall_lstat64(e,t){try{return e=SYSCALLS.getStr(e),SYSCALLS.doStat(FS.lstat,e,t)}catch(I){if(typeof FS>"u"||I.name!=="ErrnoError")throw I;return-I.errno}}___syscall_lstat64.sig="ipp";function ___syscall_mkdirat(e,t,I){try{return t=SYSCALLS.getStr(t),t=SYSCALLS.calculateAt(e,t),FS.mkdir(t,I,0),0}catch(B){if(typeof FS>"u"||B.name!=="ErrnoError")throw B;return-B.errno}}___syscall_mkdirat.sig="iipi";function ___syscall_newfstatat(e,t,I,B){try{t=SYSCALLS.getStr(t);var tr=B&256,rr=B&4096;return B=B&-6401,t=SYSCALLS.calculateAt(e,t,rr),SYSCALLS.doStat(tr?FS.lstat:FS.stat,t,I)}catch(ir){if(typeof FS>"u"||ir.name!=="ErrnoError")throw ir;return-ir.errno}}___syscall_newfstatat.sig="iippi";function ___syscall_openat(e,t,I,B){SYSCALLS.varargs=B;try{t=SYSCALLS.getStr(t),t=SYSCALLS.calculateAt(e,t);var tr=B?syscallGetVarargI():0;return FS.open(t,I,tr).fd}catch(rr){if(typeof FS>"u"||rr.name!=="ErrnoError")throw rr;return-rr.errno}}___syscall_openat.sig="iipip";var PIPEFS={BUCKET_BUFFER_SIZE:8192,mount(e){return FS.createNode(null,"/",16895,0)},createPipe(){var e={buckets:[],refcnt:2};e.buckets.push({buffer:new Uint8Array(PIPEFS.BUCKET_BUFFER_SIZE),offset:0,roffset:0});var t=PIPEFS.nextname(),I=PIPEFS.nextname(),B=FS.createNode(PIPEFS.root,t,4096,0),tr=FS.createNode(PIPEFS.root,I,4096,0);B.pipe=e,tr.pipe=e;var rr=FS.createStream({path:t,node:B,flags:0,seekable:!1,stream_ops:PIPEFS.stream_ops});B.stream=rr;var ir=FS.createStream({path:I,node:tr,flags:1,seekable:!1,stream_ops:PIPEFS.stream_ops});return tr.stream=ir,{readable_fd:rr.fd,writable_fd:ir.fd}},stream_ops:{poll(e){var t=e.node.pipe;if((e.flags&2097155)===1)return 260;if(t.buckets.length>0)for(var I=0;I<t.buckets.length;I++){var B=t.buckets[I];if(B.offset-B.roffset>0)return 65}return 0},ioctl(e,t,I){return 28},fsync(e){return 28},read(e,t,I,B,tr){for(var rr=e.node.pipe,ir=0,lr=0;lr<rr.buckets.length;lr++){var mr=rr.buckets[lr];ir+=mr.offset-mr.roffset}var dr=t.subarray(I,I+B);if(B<=0)return 0;if(ir==0)throw new FS.ErrnoError(6);for(var _r=Math.min(ir,B),hr=_r,fr=0,lr=0;lr<rr.buckets.length;lr++){var yr=rr.buckets[lr],Sr=yr.offset-yr.roffset;if(_r<=Sr){var vr=yr.buffer.subarray(yr.roffset,yr.offset);_r<Sr?(vr=vr.subarray(0,_r),yr.roffset+=_r):fr++,dr.set(vr);break}else{var vr=yr.buffer.subarray(yr.roffset,yr.offset);dr.set(vr),dr=dr.subarray(vr.byteLength),_r-=vr.byteLength,fr++}}return fr&&fr==rr.buckets.length&&(fr--,rr.buckets[fr].offset=0,rr.buckets[fr].roffset=0),rr.buckets.splice(0,fr),hr},write(e,t,I,B,tr){var rr=e.node.pipe,ir=t.subarray(I,I+B),lr=ir.byteLength;if(lr<=0)return 0;var mr=null;rr.buckets.length==0?(mr={buffer:new Uint8Array(PIPEFS.BUCKET_BUFFER_SIZE),offset:0,roffset:0},rr.buckets.push(mr)):mr=rr.buckets[rr.buckets.length-1],assert(mr.offset<=PIPEFS.BUCKET_BUFFER_SIZE);var dr=PIPEFS.BUCKET_BUFFER_SIZE-mr.offset;if(dr>=lr)return mr.buffer.set(ir,mr.offset),mr.offset+=lr,lr;dr>0&&(mr.buffer.set(ir.subarray(0,dr),mr.offset),mr.offset+=dr,ir=ir.subarray(dr,ir.byteLength));for(var _r=ir.byteLength/PIPEFS.BUCKET_BUFFER_SIZE|0,hr=ir.byteLength%PIPEFS.BUCKET_BUFFER_SIZE,fr=0;fr<_r;fr++){var yr={buffer:new Uint8Array(PIPEFS.BUCKET_BUFFER_SIZE),offset:PIPEFS.BUCKET_BUFFER_SIZE,roffset:0};rr.buckets.push(yr),yr.buffer.set(ir.subarray(0,PIPEFS.BUCKET_BUFFER_SIZE)),ir=ir.subarray(PIPEFS.BUCKET_BUFFER_SIZE,ir.byteLength)}if(hr>0){var yr={buffer:new Uint8Array(PIPEFS.BUCKET_BUFFER_SIZE),offset:ir.byteLength,roffset:0};rr.buckets.push(yr),yr.buffer.set(ir)}return lr},close(e){var t=e.node.pipe;t.refcnt--,t.refcnt===0&&(t.buckets=null)}},nextname(){return PIPEFS.nextname.current||(PIPEFS.nextname.current=0),"pipe["+PIPEFS.nextname.current+++"]"}};function ___syscall_pipe(e){try{if(e==0)throw new FS.ErrnoError(21);var t=PIPEFS.createPipe();return HEAP32[e>>2]=t.readable_fd,HEAP32[e+4>>2]=t.writable_fd,0}catch(I){if(typeof FS>"u"||I.name!=="ErrnoError")throw I;return-I.errno}}___syscall_pipe.sig="ip";function ___syscall_poll(e,t,I){try{for(var B=0,tr=0;tr<t;tr++){var rr=e+8*tr,ir=HEAP32[rr>>2],lr=HEAP16[rr+4>>1],mr=32,dr=FS.getStream(ir);dr&&(mr=SYSCALLS.DEFAULT_POLLMASK,dr.stream_ops.poll&&(mr=dr.stream_ops.poll(dr,-1))),mr&=lr|8|16,mr&&B++,HEAP16[rr+6>>1]=mr}return B}catch(_r){if(typeof FS>"u"||_r.name!=="ErrnoError")throw _r;return-_r.errno}}___syscall_poll.sig="ipii";function ___syscall_readlinkat(e,t,I,B){try{if(t=SYSCALLS.getStr(t),t=SYSCALLS.calculateAt(e,t),B<=0)return-28;var tr=FS.readlink(t),rr=Math.min(B,lengthBytesUTF8(tr)),ir=HEAP8[I+rr];return stringToUTF8(tr,I,B+1),HEAP8[I+rr]=ir,rr}catch(lr){if(typeof FS>"u"||lr.name!=="ErrnoError")throw lr;return-lr.errno}}___syscall_readlinkat.sig="iippp";function ___syscall_recvfrom(e,t,I,B,tr,rr){try{var ir=getSocketFromFD(e),lr=ir.sock_ops.recvmsg(ir,I);if(!lr)return 0;if(tr)var mr=writeSockaddr(tr,ir.family,DNS.lookup_name(lr.addr),lr.port,rr);return HEAPU8.set(lr.buffer,t),lr.buffer.byteLength}catch(dr){if(typeof FS>"u"||dr.name!=="ErrnoError")throw dr;return-dr.errno}}___syscall_recvfrom.sig="iippipp";function ___syscall_renameat(e,t,I,B){try{return t=SYSCALLS.getStr(t),B=SYSCALLS.getStr(B),t=SYSCALLS.calculateAt(e,t),B=SYSCALLS.calculateAt(I,B),FS.rename(t,B),0}catch(tr){if(typeof FS>"u"||tr.name!=="ErrnoError")throw tr;return-tr.errno}}___syscall_renameat.sig="iipip";function ___syscall_rmdir(e){try{return e=SYSCALLS.getStr(e),FS.rmdir(e),0}catch(t){if(typeof FS>"u"||t.name!=="ErrnoError")throw t;return-t.errno}}___syscall_rmdir.sig="ip";function ___syscall_sendto(e,t,I,B,tr,rr){try{var ir=getSocketFromFD(e);if(!tr)return FS.write(ir.stream,HEAP8,t,I);var lr=getSocketAddress(tr,rr);return ir.sock_ops.sendmsg(ir,HEAP8,t,I,lr.addr,lr.port)}catch(mr){if(typeof FS>"u"||mr.name!=="ErrnoError")throw mr;return-mr.errno}}___syscall_sendto.sig="iippipp";function ___syscall_socket(e,t,I){try{var B=SOCKFS.createSocket(e,t,I);return B.stream.fd}catch(tr){if(typeof FS>"u"||tr.name!=="ErrnoError")throw tr;return-tr.errno}}___syscall_socket.sig="iiiiiii";function ___syscall_stat64(e,t){try{return e=SYSCALLS.getStr(e),SYSCALLS.doStat(FS.stat,e,t)}catch(I){if(typeof FS>"u"||I.name!=="ErrnoError")throw I;return-I.errno}}___syscall_stat64.sig="ipp";function ___syscall_symlinkat(e,t,I){try{return e=SYSCALLS.getStr(e),I=SYSCALLS.getStr(I),I=SYSCALLS.calculateAt(t,I),FS.symlink(e,I),0}catch(B){if(typeof FS>"u"||B.name!=="ErrnoError")throw B;return-B.errno}}___syscall_symlinkat.sig="ipip";function ___syscall_truncate64(e,t){t=bigintToI53Checked(t);try{return isNaN(t)?61:(e=SYSCALLS.getStr(e),FS.truncate(e,t),0)}catch(I){if(typeof FS>"u"||I.name!=="ErrnoError")throw I;return-I.errno}}___syscall_truncate64.sig="ipj";function ___syscall_unlinkat(e,t,I){try{return t=SYSCALLS.getStr(t),t=SYSCALLS.calculateAt(e,t),I===0?FS.unlink(t):I===512?FS.rmdir(t):abort("Invalid flags passed to unlinkat"),0}catch(B){if(typeof FS>"u"||B.name!=="ErrnoError")throw B;return-B.errno}}___syscall_unlinkat.sig="iipi";var ___table_base=new WebAssembly.Global({value:"i32",mutable:!1},1),__abort_js=()=>abort("");__abort_js.sig="v";var ENV={},stackAlloc=e=>__emscripten_stack_alloc(e),stringToUTF8OnStack=e=>{var t=lengthBytesUTF8(e)+1,I=stackAlloc(t);return stringToUTF8(e,I,t),I},dlSetError=e=>{var t=stackSave(),I=stringToUTF8OnStack(e);___dl_seterr(I,0),stackRestore(t)},dlopenInternal=(e,t)=>{var I=UTF8ToString(e+36),B=HEAP32[e+4>>2];I=PATH.normalize(I);var tr=!!(B&256),rr=tr?null:{},ir={global:tr,nodelete:!!(B&4096),loadAsync:t.loadAsync};try{return loadDynamicLibrary(I,ir,rr,e)}catch(lr){return dlSetError(`Could not load dynamic lib: ${I}
132
+ ${lr}`),0}},__dlopen_js=e=>dlopenInternal(e,{loadAsync:!1});__dlopen_js.sig="pp";var __dlsym_js=(e,t,I)=>{t=UTF8ToString(t);var B,tr,rr=LDSO.loadedLibsByHandle[e];if(!rr.exports.hasOwnProperty(t)||rr.exports[t].stub)return dlSetError(`Tried to lookup unknown symbol "${t}" in dynamic lib: ${rr.name}`),0;if(tr=Object.keys(rr.exports).indexOf(t),B=rr.exports[t],typeof B=="function"){var ir=getFunctionAddress(B);ir?B=ir:(B=addFunction(B,B.sig),HEAPU32[I>>2]=tr)}return B};__dlsym_js.sig="pppp";var __emscripten_memcpy_js=(e,t,I)=>HEAPU8.copyWithin(e,t,t+I);__emscripten_memcpy_js.sig="vppp";var runtimeKeepaliveCounter=0,__emscripten_runtime_keepalive_clear=()=>{noExitRuntime=!1,runtimeKeepaliveCounter=0};__emscripten_runtime_keepalive_clear.sig="v";var __emscripten_system=e=>{if(ENVIRONMENT_IS_NODE){if(!e)return 1;var t=UTF8ToString(e);if(!t.length)return 0;var I=require("child_process"),B=I.spawnSync(t,[],{shell:!0,stdio:"inherit"}),tr=(ir,lr)=>ir<<8|lr;if(B.status===null){var rr=ir=>{switch(ir){case"SIGHUP":return 1;case"SIGQUIT":return 3;case"SIGFPE":return 8;case"SIGKILL":return 9;case"SIGALRM":return 14;case"SIGTERM":return 15;default:return 2}};return tr(0,rr(B.signal))}return tr(B.status,0)}return e?-52:0};__emscripten_system.sig="ip";var __emscripten_throw_longjmp=()=>{throw 1/0};__emscripten_throw_longjmp.sig="v";function __gmtime_js(e,t){e=bigintToI53Checked(e);var I=new Date(e*1e3);HEAP32[t>>2]=I.getUTCSeconds(),HEAP32[t+4>>2]=I.getUTCMinutes(),HEAP32[t+8>>2]=I.getUTCHours(),HEAP32[t+12>>2]=I.getUTCDate(),HEAP32[t+16>>2]=I.getUTCMonth(),HEAP32[t+20>>2]=I.getUTCFullYear()-1900,HEAP32[t+24>>2]=I.getUTCDay();var B=Date.UTC(I.getUTCFullYear(),0,1,0,0,0,0),tr=(I.getTime()-B)/(1e3*60*60*24)|0;HEAP32[t+28>>2]=tr}__gmtime_js.sig="vjp";var isLeapYear=e=>e%4===0&&(e%100!==0||e%400===0),MONTH_DAYS_LEAP_CUMULATIVE=[0,31,60,91,121,152,182,213,244,274,305,335],MONTH_DAYS_REGULAR_CUMULATIVE=[0,31,59,90,120,151,181,212,243,273,304,334],ydayFromDate=e=>{var t=isLeapYear(e.getFullYear()),I=t?MONTH_DAYS_LEAP_CUMULATIVE:MONTH_DAYS_REGULAR_CUMULATIVE,B=I[e.getMonth()]+e.getDate()-1;return B};function __localtime_js(e,t){e=bigintToI53Checked(e);var I=new Date(e*1e3);HEAP32[t>>2]=I.getSeconds(),HEAP32[t+4>>2]=I.getMinutes(),HEAP32[t+8>>2]=I.getHours(),HEAP32[t+12>>2]=I.getDate(),HEAP32[t+16>>2]=I.getMonth(),HEAP32[t+20>>2]=I.getFullYear()-1900,HEAP32[t+24>>2]=I.getDay();var B=ydayFromDate(I)|0;HEAP32[t+28>>2]=B,HEAP32[t+36>>2]=-(I.getTimezoneOffset()*60);var tr=new Date(I.getFullYear(),0,1),rr=new Date(I.getFullYear(),6,1).getTimezoneOffset(),ir=tr.getTimezoneOffset(),lr=(rr!=ir&&I.getTimezoneOffset()==Math.min(ir,rr))|0;HEAP32[t+32>>2]=lr}__localtime_js.sig="vjp";function __mmap_js(e,t,I,B,tr,rr,ir){tr=bigintToI53Checked(tr);try{if(isNaN(tr))return 61;var lr=SYSCALLS.getStreamFromFD(B),mr=FS.mmap(lr,e,tr,t,I),dr=mr.ptr;return HEAP32[rr>>2]=mr.allocated,HEAPU32[ir>>2]=dr,0}catch(_r){if(typeof FS>"u"||_r.name!=="ErrnoError")throw _r;return-_r.errno}}__mmap_js.sig="ipiiijpp";function __munmap_js(e,t,I,B,tr,rr){rr=bigintToI53Checked(rr);try{var ir=SYSCALLS.getStreamFromFD(tr);I&2&&SYSCALLS.doMsync(e,ir,t,B,rr)}catch(lr){if(typeof FS>"u"||lr.name!=="ErrnoError")throw lr;return-lr.errno}}__munmap_js.sig="ippiiij";var timers={},handleException=e=>{if(e instanceof ExitStatus||e=="unwind")return EXITSTATUS;quit_(1,e)},keepRuntimeAlive=()=>noExitRuntime||runtimeKeepaliveCounter>0,_proc_exit=e=>{EXITSTATUS=e,keepRuntimeAlive()||(Module.onExit?.(e),ABORT=!0),quit_(e,new ExitStatus(e))};_proc_exit.sig="vi";var exitJS=(e,t)=>{EXITSTATUS=e,_proc_exit(e)},_exit=exitJS;_exit.sig="vi";var maybeExit=()=>{if(!keepRuntimeAlive())try{_exit(EXITSTATUS)}catch(e){handleException(e)}},callUserCallback=e=>{if(!ABORT)try{e(),maybeExit()}catch(t){handleException(t)}},_emscripten_get_now=()=>performance.now();_emscripten_get_now.sig="d";var __setitimer_js=(e,t)=>{if(timers[e]&&(clearTimeout(timers[e].id),delete timers[e]),!t)return 0;var I=setTimeout(()=>{delete timers[e],callUserCallback(()=>__emscripten_timeout(e,_emscripten_get_now()))},t);return timers[e]={id:I,timeout_ms:t},0};__setitimer_js.sig="iid";var __tzset_js=(e,t,I,B)=>{var tr=new Date().getFullYear(),rr=new Date(tr,0,1),ir=new Date(tr,6,1),lr=rr.getTimezoneOffset(),mr=ir.getTimezoneOffset(),dr=Math.max(lr,mr);HEAPU32[e>>2]=dr*60,HEAP32[t>>2]=+(lr!=mr);var _r=yr=>{var Sr=yr>=0?"-":"+",vr=Math.abs(yr),Mr=String(Math.floor(vr/60)).padStart(2,"0"),wr=String(vr%60).padStart(2,"0");return`UTC${Sr}${Mr}${wr}`},hr=_r(lr),fr=_r(mr);mr<lr?(stringToUTF8(hr,I,17),stringToUTF8(fr,B,17)):(stringToUTF8(hr,B,17),stringToUTF8(fr,I,17))};__tzset_js.sig="vpppp";var _emscripten_date_now=()=>Date.now();_emscripten_date_now.sig="d";var checkWasiClock=e=>e>=0&&e<=3;function _clock_time_get(e,t,I){if(!checkWasiClock(e))return 28;var B;e===0?B=_emscripten_date_now():B=_emscripten_get_now();var tr=Math.round(B*1e3*1e3);return HEAP64[I>>3]=BigInt(tr),0}_clock_time_get.sig="iijp";var readEmAsmArgsArray=[],readEmAsmArgs=(e,t)=>{readEmAsmArgsArray.length=0;for(var I;I=HEAPU8[e++];){var B=I!=105;B&=I!=112,t+=B&&t%8?4:0,readEmAsmArgsArray.push(I==112?HEAPU32[t>>2]:I==106?HEAP64[t>>3]:I==105?HEAP32[t>>2]:HEAPF64[t>>3]),t+=B?8:4}return readEmAsmArgsArray},runEmAsmFunction=(e,t,I)=>{var B=readEmAsmArgs(t,I);return ASM_CONSTS[e](...B)},_emscripten_asm_const_int=(e,t,I)=>runEmAsmFunction(e,t,I);_emscripten_asm_const_int.sig="ippp";var _emscripten_force_exit=e=>{__emscripten_runtime_keepalive_clear(),_exit(e)};_emscripten_force_exit.sig="vi";var getHeapMax=()=>2147483648,growMemory=e=>{var t=wasmMemory.buffer,I=(e-t.byteLength+65535)/65536|0;try{return wasmMemory.grow(I),updateMemoryViews(),1}catch{}},_emscripten_resize_heap=e=>{var t=HEAPU8.length;e>>>=0;var I=getHeapMax();if(e>I)return!1;for(var B=1;B<=4;B*=2){var tr=t*(1+.2/B);tr=Math.min(tr,e+100663296);var rr=Math.min(I,alignMemory(Math.max(e,tr),65536)),ir=growMemory(rr);if(ir)return!0}return!1};_emscripten_resize_heap.sig="ip";var _emscripten_set_main_loop_timing=(e,t)=>{if(MainLoop.timingMode=e,MainLoop.timingValue=t,!MainLoop.func)return 1;if(MainLoop.running||(MainLoop.running=!0),e==0)MainLoop.scheduler=function(){var rr=Math.max(0,MainLoop.tickStartTime+t-_emscripten_get_now())|0;setTimeout(MainLoop.runner,rr)},MainLoop.method="timeout";else if(e==1)MainLoop.scheduler=function(){MainLoop.requestAnimationFrame(MainLoop.runner)},MainLoop.method="rAF";else if(e==2){if(typeof MainLoop.setImmediate>"u")if(typeof setImmediate>"u"){var I=[],B="setimmediate",tr=rr=>{(rr.data===B||rr.data.target===B)&&(rr.stopPropagation(),I.shift()())};addEventListener("message",tr,!0),MainLoop.setImmediate=rr=>{I.push(rr),ENVIRONMENT_IS_WORKER?(Module.setImmediates??(Module.setImmediates=[]),Module.setImmediates.push(rr),postMessage({target:B})):postMessage(B,"*")}}else MainLoop.setImmediate=setImmediate;MainLoop.scheduler=function(){MainLoop.setImmediate(MainLoop.runner)},MainLoop.method="immediate"}return 0};_emscripten_set_main_loop_timing.sig="iii";var MainLoop={running:!1,scheduler:null,method:"",currentlyRunningMainloop:0,func:null,arg:0,timingMode:0,timingValue:0,currentFrameNumber:0,queue:[],preMainLoop:[],postMainLoop:[],pause(){MainLoop.scheduler=null,MainLoop.currentlyRunningMainloop++},resume(){MainLoop.currentlyRunningMainloop++;var e=MainLoop.timingMode,t=MainLoop.timingValue,I=MainLoop.func;MainLoop.func=null,setMainLoop(I,0,!1,MainLoop.arg,!0),_emscripten_set_main_loop_timing(e,t),MainLoop.scheduler()},updateStatus(){if(Module.setStatus){var e=Module.statusMessage||"Please wait...",t=MainLoop.remainingBlockers??0,I=MainLoop.expectedBlockers??0;t?t<I?Module.setStatus("{message} ({expected - remaining}/{expected})"):Module.setStatus(e):Module.setStatus("")}},init(){Module.preMainLoop&&MainLoop.preMainLoop.push(Module.preMainLoop),Module.postMainLoop&&MainLoop.postMainLoop.push(Module.postMainLoop)},runIter(e){if(!ABORT){for(var t of MainLoop.preMainLoop)if(t()===!1)return;callUserCallback(e);for(var I of MainLoop.postMainLoop)I()}},nextRAF:0,fakeRequestAnimationFrame(e){var t=Date.now();if(MainLoop.nextRAF===0)MainLoop.nextRAF=t+1e3/60;else for(;t+2>=MainLoop.nextRAF;)MainLoop.nextRAF+=1e3/60;var I=Math.max(MainLoop.nextRAF-t,0);setTimeout(e,I)},requestAnimationFrame(e){if(typeof requestAnimationFrame=="function"){requestAnimationFrame(e);return}var t=MainLoop.fakeRequestAnimationFrame;t(e)}},setMainLoop=(e,t,I,B,tr)=>{MainLoop.func=e,MainLoop.arg=B;var rr=MainLoop.currentlyRunningMainloop;function ir(){return rr<MainLoop.currentlyRunningMainloop?(maybeExit(),!1):!0}if(MainLoop.running=!1,MainLoop.runner=function(){if(!ABORT){if(MainLoop.queue.length>0){var lr=MainLoop.queue.shift();if(lr.func(lr.arg),MainLoop.remainingBlockers){var mr=MainLoop.remainingBlockers,dr=mr%1==0?mr-1:Math.floor(mr);lr.counted?MainLoop.remainingBlockers=dr:(dr=dr+.5,MainLoop.remainingBlockers=(8*mr+dr)/9)}if(MainLoop.updateStatus(),!ir())return;setTimeout(MainLoop.runner,0);return}if(ir()){if(MainLoop.currentFrameNumber=MainLoop.currentFrameNumber+1|0,MainLoop.timingMode==1&&MainLoop.timingValue>1&&MainLoop.currentFrameNumber%MainLoop.timingValue!=0){MainLoop.scheduler();return}else MainLoop.timingMode==0&&(MainLoop.tickStartTime=_emscripten_get_now());MainLoop.runIter(e),ir()&&MainLoop.scheduler()}}},tr||(t&&t>0?_emscripten_set_main_loop_timing(0,1e3/t):_emscripten_set_main_loop_timing(1,1),MainLoop.scheduler()),I)throw"unwind"},_emscripten_set_main_loop=(e,t,I)=>{var B=getWasmTableEntry(e);setMainLoop(B,t,I)};_emscripten_set_main_loop.sig="vpii";var getExecutableName=()=>thisProgram||"./this.program",getEnvStrings=()=>{if(!getEnvStrings.strings){var e=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",t={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:e,_:getExecutableName()};for(var I in ENV)ENV[I]===void 0?delete t[I]:t[I]=ENV[I];var B=[];for(var I in t)B.push(`${I}=${t[I]}`);getEnvStrings.strings=B}return getEnvStrings.strings},stringToAscii=(e,t)=>{for(var I=0;I<e.length;++I)HEAP8[t++]=e.charCodeAt(I);HEAP8[t]=0},_environ_get=(e,t)=>{var I=0;return getEnvStrings().forEach((B,tr)=>{var rr=t+I;HEAPU32[e+tr*4>>2]=rr,stringToAscii(B,rr),I+=B.length+1}),0};_environ_get.sig="ipp";var _environ_sizes_get=(e,t)=>{var I=getEnvStrings();HEAPU32[e>>2]=I.length;var B=0;return I.forEach(tr=>B+=tr.length+1),HEAPU32[t>>2]=B,0};_environ_sizes_get.sig="ipp";function _fd_close(e){try{var t=SYSCALLS.getStreamFromFD(e);return FS.close(t),0}catch(I){if(typeof FS>"u"||I.name!=="ErrnoError")throw I;return I.errno}}_fd_close.sig="ii";function _fd_fdstat_get(e,t){try{var I=0,B=0,tr=0,rr=SYSCALLS.getStreamFromFD(e),ir=rr.tty?2:FS.isDir(rr.mode)?3:FS.isLink(rr.mode)?7:4;return HEAP8[t]=ir,HEAP16[t+2>>1]=tr,HEAP64[t+8>>3]=BigInt(I),HEAP64[t+16>>3]=BigInt(B),0}catch(lr){if(typeof FS>"u"||lr.name!=="ErrnoError")throw lr;return lr.errno}}_fd_fdstat_get.sig="iip";var doReadv=(e,t,I,B)=>{for(var tr=0,rr=0;rr<I;rr++){var ir=HEAPU32[t>>2],lr=HEAPU32[t+4>>2];t+=8;var mr=FS.read(e,HEAP8,ir,lr,B);if(mr<0)return-1;if(tr+=mr,mr<lr)break;typeof B<"u"&&(B+=mr)}return tr};function _fd_pread(e,t,I,B,tr){B=bigintToI53Checked(B);try{if(isNaN(B))return 61;var rr=SYSCALLS.getStreamFromFD(e),ir=doReadv(rr,t,I,B);return HEAPU32[tr>>2]=ir,0}catch(lr){if(typeof FS>"u"||lr.name!=="ErrnoError")throw lr;return lr.errno}}_fd_pread.sig="iippjp";var doWritev=(e,t,I,B)=>{for(var tr=0,rr=0;rr<I;rr++){var ir=HEAPU32[t>>2],lr=HEAPU32[t+4>>2];t+=8;var mr=FS.write(e,HEAP8,ir,lr,B);if(mr<0)return-1;if(tr+=mr,mr<lr)break;typeof B<"u"&&(B+=mr)}return tr};function _fd_pwrite(e,t,I,B,tr){B=bigintToI53Checked(B);try{if(isNaN(B))return 61;var rr=SYSCALLS.getStreamFromFD(e),ir=doWritev(rr,t,I,B);return HEAPU32[tr>>2]=ir,0}catch(lr){if(typeof FS>"u"||lr.name!=="ErrnoError")throw lr;return lr.errno}}_fd_pwrite.sig="iippjp";function _fd_read(e,t,I,B){try{var tr=SYSCALLS.getStreamFromFD(e),rr=doReadv(tr,t,I);return HEAPU32[B>>2]=rr,0}catch(ir){if(typeof FS>"u"||ir.name!=="ErrnoError")throw ir;return ir.errno}}_fd_read.sig="iippp";function _fd_seek(e,t,I,B){t=bigintToI53Checked(t);try{if(isNaN(t))return 61;var tr=SYSCALLS.getStreamFromFD(e);return FS.llseek(tr,t,I),HEAP64[B>>3]=BigInt(tr.position),tr.getdents&&t===0&&I===0&&(tr.getdents=null),0}catch(rr){if(typeof FS>"u"||rr.name!=="ErrnoError")throw rr;return rr.errno}}_fd_seek.sig="iijip";function _fd_sync(e){try{var t=SYSCALLS.getStreamFromFD(e);return t.stream_ops?.fsync?t.stream_ops.fsync(t):0}catch(I){if(typeof FS>"u"||I.name!=="ErrnoError")throw I;return I.errno}}_fd_sync.sig="ii";function _fd_write(e,t,I,B){try{var tr=SYSCALLS.getStreamFromFD(e),rr=doWritev(tr,t,I);return HEAPU32[B>>2]=rr,0}catch(ir){if(typeof FS>"u"||ir.name!=="ErrnoError")throw ir;return ir.errno}}_fd_write.sig="iippp";var _getaddrinfo=(e,t,I,B)=>{var tr=0,rr=0,ir=0,lr=0,mr=0,dr=0,_r;function hr(fr,yr,Sr,vr,Mr,wr){var gr,br,xr,Ar;return br=fr===10?28:16,Mr=fr===10?inetNtop6(Mr):inetNtop4(Mr),gr=_malloc(br),Ar=writeSockaddr(gr,fr,Mr,wr),assert(!Ar),xr=_malloc(32),HEAP32[xr+4>>2]=fr,HEAP32[xr+8>>2]=yr,HEAP32[xr+12>>2]=Sr,HEAPU32[xr+24>>2]=vr,HEAPU32[xr+20>>2]=gr,fr===10?HEAP32[xr+16>>2]=28:HEAP32[xr+16>>2]=16,HEAP32[xr+28>>2]=0,xr}if(I&&(ir=HEAP32[I>>2],lr=HEAP32[I+4>>2],mr=HEAP32[I+8>>2],dr=HEAP32[I+12>>2]),mr&&!dr&&(dr=mr===2?17:6),!mr&&dr&&(mr=dr===17?2:1),dr===0&&(dr=6),mr===0&&(mr=1),!e&&!t)return-2;if(ir&-1088||I!==0&&HEAP32[I>>2]&2&&!e)return-1;if(ir&32)return-2;if(mr!==0&&mr!==1&&mr!==2)return-7;if(lr!==0&&lr!==2&&lr!==10)return-6;if(t&&(t=UTF8ToString(t),rr=parseInt(t,10),isNaN(rr)))return ir&1024?-2:-8;if(!e)return lr===0&&(lr=2),ir&1||(lr===2?tr=_htonl(2130706433):tr=[0,0,0,_htonl(1)]),_r=hr(lr,mr,dr,null,tr,rr),HEAPU32[B>>2]=_r,0;if(e=UTF8ToString(e),tr=inetPton4(e),tr!==null)if(lr===0||lr===2)lr=2;else if(lr===10&&ir&8)tr=[0,0,_htonl(65535),tr],lr=10;else return-2;else if(tr=inetPton6(e),tr!==null)if(lr===0||lr===10)lr=10;else return-2;return tr!=null?(_r=hr(lr,mr,dr,e,tr,rr),HEAPU32[B>>2]=_r,0):ir&4?-2:(e=DNS.lookup_name(e),tr=inetPton4(e),lr===0?lr=2:lr===10&&(tr=[0,0,_htonl(65535),tr]),_r=hr(lr,mr,dr,null,tr,rr),HEAPU32[B>>2]=_r,0)};_getaddrinfo.sig="ipppp";var _getnameinfo=(e,t,I,B,tr,rr,ir)=>{var lr=readSockaddr(e,t);if(lr.errno)return-6;var mr=lr.port,dr=lr.addr,_r=!1;if(I&&B){var hr;if(ir&1||!(hr=DNS.lookup_addr(dr))){if(ir&8)return-2}else dr=hr;var fr=stringToUTF8(dr,I,B);fr+1>=B&&(_r=!0)}if(tr&&rr){mr=""+mr;var fr=stringToUTF8(mr,tr,rr);fr+1>=rr&&(_r=!0)}return _r?-12:0};_getnameinfo.sig="ipipipii";var stringToNewUTF8=e=>{var t=lengthBytesUTF8(e)+1,I=_malloc(t);return I&&stringToUTF8(e,I,t),I},getCFunc=e=>{var t=Module["_"+e];return t},writeArrayToMemory=(e,t)=>{HEAP8.set(e,t)},ccall=(e,t,I,B,tr)=>{var rr={string:Sr=>{var vr=0;return Sr!=null&&Sr!==0&&(vr=stringToUTF8OnStack(Sr)),vr},array:Sr=>{var vr=stackAlloc(Sr.length);return writeArrayToMemory(Sr,vr),vr}};function ir(Sr){return t==="string"?UTF8ToString(Sr):t==="boolean"?!!Sr:Sr}var lr=getCFunc(e),mr=[],dr=0;if(B)for(var _r=0;_r<B.length;_r++){var hr=rr[I[_r]];hr?(dr===0&&(dr=stackSave()),mr[_r]=hr(B[_r])):mr[_r]=B[_r]}var fr=lr(...mr);function yr(Sr){return dr!==0&&stackRestore(dr),ir(Sr)}return fr=yr(fr),fr},cwrap=(e,t,I,B)=>{var tr=!I||I.every(ir=>ir==="number"||ir==="boolean"),rr=t!=="string";return rr&&tr&&!B?getCFunc(e):(...ir)=>ccall(e,t,I,ir)},FS_createPath=FS.createPath,FS_unlink=e=>FS.unlink(e),FS_createLazyFile=FS.createLazyFile,FS_createDevice=FS.createDevice,setTempRet0=e=>__emscripten_tempret_set(e),_setTempRet0=setTempRet0;Module._setTempRet0=_setTempRet0;var getTempRet0=e=>__emscripten_tempret_get(),_getTempRet0=getTempRet0;Module._getTempRet0=_getTempRet0,registerWasmPlugin(),FS.createPreloadedFile=FS_createPreloadedFile,FS.staticInit(),Module.FS_createPath=FS.createPath,Module.FS_createDataFile=FS.createDataFile,Module.FS_createPreloadedFile=FS.createPreloadedFile,Module.FS_unlink=FS.unlink,Module.FS_createLazyFile=FS.createLazyFile,Module.FS_createDevice=FS.createDevice,MEMFS.doesNotExistError=new FS.ErrnoError(44),MEMFS.doesNotExistError.stack="<generic error, no stack>",ENVIRONMENT_IS_NODE&&NODEFS.staticInit(),Module.requestAnimationFrame=MainLoop.requestAnimationFrame,Module.pauseMainLoop=MainLoop.pause,Module.resumeMainLoop=MainLoop.resume,MainLoop.init();var wasmImports={__assert_fail:___assert_fail,__call_sighandler:___call_sighandler,__heap_base:___heap_base,__indirect_function_table:wasmTable,__memory_base:___memory_base,__stack_pointer:___stack_pointer,__syscall__newselect:___syscall__newselect,__syscall_bind:___syscall_bind,__syscall_chdir:___syscall_chdir,__syscall_chmod:___syscall_chmod,__syscall_connect:___syscall_connect,__syscall_dup:___syscall_dup,__syscall_dup3:___syscall_dup3,__syscall_faccessat:___syscall_faccessat,__syscall_fadvise64:___syscall_fadvise64,__syscall_fallocate:___syscall_fallocate,__syscall_fcntl64:___syscall_fcntl64,__syscall_fdatasync:___syscall_fdatasync,__syscall_fstat64:___syscall_fstat64,__syscall_ftruncate64:___syscall_ftruncate64,__syscall_getcwd:___syscall_getcwd,__syscall_getdents64:___syscall_getdents64,__syscall_getsockname:___syscall_getsockname,__syscall_getsockopt:___syscall_getsockopt,__syscall_ioctl:___syscall_ioctl,__syscall_lstat64:___syscall_lstat64,__syscall_mkdirat:___syscall_mkdirat,__syscall_newfstatat:___syscall_newfstatat,__syscall_openat:___syscall_openat,__syscall_pipe:___syscall_pipe,__syscall_poll:___syscall_poll,__syscall_readlinkat:___syscall_readlinkat,__syscall_recvfrom:___syscall_recvfrom,__syscall_renameat:___syscall_renameat,__syscall_rmdir:___syscall_rmdir,__syscall_sendto:___syscall_sendto,__syscall_socket:___syscall_socket,__syscall_stat64:___syscall_stat64,__syscall_symlinkat:___syscall_symlinkat,__syscall_truncate64:___syscall_truncate64,__syscall_unlinkat:___syscall_unlinkat,__table_base:___table_base,_abort_js:__abort_js,_dlopen_js:__dlopen_js,_dlsym_js:__dlsym_js,_emscripten_memcpy_js:__emscripten_memcpy_js,_emscripten_runtime_keepalive_clear:__emscripten_runtime_keepalive_clear,_emscripten_system:__emscripten_system,_emscripten_throw_longjmp:__emscripten_throw_longjmp,_gmtime_js:__gmtime_js,_localtime_js:__localtime_js,_mmap_js:__mmap_js,_munmap_js:__munmap_js,_setitimer_js:__setitimer_js,_tzset_js:__tzset_js,clock_time_get:_clock_time_get,emscripten_asm_const_int:_emscripten_asm_const_int,emscripten_date_now:_emscripten_date_now,emscripten_force_exit:_emscripten_force_exit,emscripten_get_now:_emscripten_get_now,emscripten_resize_heap:_emscripten_resize_heap,emscripten_set_main_loop:_emscripten_set_main_loop,environ_get:_environ_get,environ_sizes_get:_environ_sizes_get,exit:_exit,fd_close:_fd_close,fd_fdstat_get:_fd_fdstat_get,fd_pread:_fd_pread,fd_pwrite:_fd_pwrite,fd_read:_fd_read,fd_seek:_fd_seek,fd_sync:_fd_sync,fd_write:_fd_write,getTempRet0:_getTempRet0,getaddrinfo:_getaddrinfo,getnameinfo:_getnameinfo,invoke_di,invoke_i,invoke_id,invoke_ii,invoke_iii,invoke_iiii,invoke_iiiii,invoke_iiiiii,invoke_iiiiiii,invoke_iiiiiiii,invoke_iiiiiiiii,invoke_iiiiiiiiii,invoke_iiiiiiiiiiiiiiiii,invoke_iiiiiji,invoke_iiiij,invoke_iiiijii,invoke_iiij,invoke_iiji,invoke_ij,invoke_ijiiiii,invoke_ijiiiiii,invoke_ji,invoke_jii,invoke_jiiii,invoke_jiiiii,invoke_jiiiiiiii,invoke_v,invoke_vi,invoke_vid,invoke_vii,invoke_viii,invoke_viiii,invoke_viiiii,invoke_viiiiii,invoke_viiiiiii,invoke_viiiiiiii,invoke_viiiiiiiii,invoke_viiiiiiiiiiii,invoke_viiij,invoke_viij,invoke_viiji,invoke_viijii,invoke_viijiiii,invoke_vij,invoke_viji,invoke_vijiji,invoke_vj,invoke_vji,is_web_env,memory:wasmMemory,proc_exit:_proc_exit,setTempRet0:_setTempRet0},wasmExports;createWasm(),Module._ScanKeywordLookup=(e,t)=>(Module._ScanKeywordLookup=wasmExports.ScanKeywordLookup)(e,t),Module._pg_snprintf=(e,t,I,B)=>(Module._pg_snprintf=wasmExports.pg_snprintf)(e,t,I,B),Module._strlen=e=>(Module._strlen=wasmExports.strlen)(e),Module._memset=(e,t,I)=>(Module._memset=wasmExports.memset)(e,t,I),Module._strchr=(e,t)=>(Module._strchr=wasmExports.strchr)(e,t),Module._PQserverVersion=e=>(Module._PQserverVersion=wasmExports.PQserverVersion)(e),Module._strstr=(e,t)=>(Module._strstr=wasmExports.strstr)(e,t),Module._pg_fprintf=(e,t,I)=>(Module._pg_fprintf=wasmExports.pg_fprintf)(e,t,I),Module._strspn=(e,t)=>(Module._strspn=wasmExports.strspn)(e,t);var _malloc=Module._malloc=e=>(_malloc=Module._malloc=wasmExports.malloc)(e);Module._pg_strcasecmp=(e,t)=>(Module._pg_strcasecmp=wasmExports.pg_strcasecmp)(e,t),Module._strcmp=(e,t)=>(Module._strcmp=wasmExports.strcmp)(e,t),Module._free=e=>(Module._free=wasmExports.free)(e),Module._pg_tolower=e=>(Module._pg_tolower=wasmExports.pg_tolower)(e),Module._memchr=(e,t,I)=>(Module._memchr=wasmExports.memchr)(e,t,I),Module._getenv=e=>(Module._getenv=wasmExports.getenv)(e),Module._fileno=e=>(Module._fileno=wasmExports.fileno)(e),Module._isatty=e=>(Module._isatty=wasmExports.isatty)(e),Module._strdup=e=>(Module._strdup=wasmExports.strdup)(e),Module.___errno_location=()=>(Module.___errno_location=wasmExports.__errno_location)();var _fflush=Module._fflush=e=>(_fflush=Module._fflush=wasmExports.fflush)(e);Module._pg_vsnprintf=(e,t,I,B)=>(Module._pg_vsnprintf=wasmExports.pg_vsnprintf)(e,t,I,B),Module._pg_malloc_extended=(e,t)=>(Module._pg_malloc_extended=wasmExports.pg_malloc_extended)(e,t),Module._PageInit=(e,t,I)=>(Module._PageInit=wasmExports.PageInit)(e,t,I),Module._pg_checksum_page=(e,t)=>(Module._pg_checksum_page=wasmExports.pg_checksum_page)(e,t),Module._errstart=(e,t)=>(Module._errstart=wasmExports.errstart)(e,t),Module._errcode=e=>(Module._errcode=wasmExports.errcode)(e),Module._errmsg=(e,t)=>(Module._errmsg=wasmExports.errmsg)(e,t),Module._errfinish=(e,t,I)=>(Module._errfinish=wasmExports.errfinish)(e,t,I),Module._PageAddItemExtended=(e,t,I,B,tr)=>(Module._PageAddItemExtended=wasmExports.PageAddItemExtended)(e,t,I,B,tr),Module._errstart_cold=(e,t)=>(Module._errstart_cold=wasmExports.errstart_cold)(e,t),Module._puts=e=>(Module._puts=wasmExports.puts)(e),Module._errmsg_internal=(e,t)=>(Module._errmsg_internal=wasmExports.errmsg_internal)(e,t),Module._memmove=(e,t,I)=>(Module._memmove=wasmExports.memmove)(e,t,I),Module._memcpy=(e,t,I)=>(Module._memcpy=wasmExports.memcpy)(e,t,I),Module._palloc=e=>(Module._palloc=wasmExports.palloc)(e),Module._pfree=e=>(Module._pfree=wasmExports.pfree)(e),Module._PageGetFreeSpace=e=>(Module._PageGetFreeSpace=wasmExports.PageGetFreeSpace)(e),Module._PageGetExactFreeSpace=e=>(Module._PageGetExactFreeSpace=wasmExports.PageGetExactFreeSpace)(e),Module._PageGetHeapFreeSpace=e=>(Module._PageGetHeapFreeSpace=wasmExports.PageGetHeapFreeSpace)(e),Module._PageIndexMultiDelete=(e,t,I)=>(Module._PageIndexMultiDelete=wasmExports.PageIndexMultiDelete)(e,t,I),Module._PageIndexTupleOverwrite=(e,t,I,B)=>(Module._PageIndexTupleOverwrite=wasmExports.PageIndexTupleOverwrite)(e,t,I,B),Module._ItemPointerEquals=(e,t)=>(Module._ItemPointerEquals=wasmExports.ItemPointerEquals)(e,t),Module._ItemPointerCompare=(e,t)=>(Module._ItemPointerCompare=wasmExports.ItemPointerCompare)(e,t),Module._add_size=(e,t)=>(Module._add_size=wasmExports.add_size)(e,t),Module._ShmemInitStruct=(e,t,I)=>(Module._ShmemInitStruct=wasmExports.ShmemInitStruct)(e,t,I),Module._s_init_lock_sema=(e,t)=>(Module._s_init_lock_sema=wasmExports.s_init_lock_sema)(e,t),Module._LWLockAcquire=(e,t)=>(Module._LWLockAcquire=wasmExports.LWLockAcquire)(e,t),Module._LWLockRelease=e=>(Module._LWLockRelease=wasmExports.LWLockRelease)(e),Module._on_shmem_exit=(e,t)=>(Module._on_shmem_exit=wasmExports.on_shmem_exit)(e,t),Module._tas_sema=e=>(Module._tas_sema=wasmExports.tas_sema)(e),Module._s_lock=(e,t,I,B)=>(Module._s_lock=wasmExports.s_lock)(e,t,I,B),Module._s_unlock_sema=e=>(Module._s_unlock_sema=wasmExports.s_unlock_sema)(e),Module._StartTransactionCommand=()=>(Module._StartTransactionCommand=wasmExports.StartTransactionCommand)(),Module._CommitTransactionCommand=()=>(Module._CommitTransactionCommand=wasmExports.CommitTransactionCommand)(),Module._WaitLatch=(e,t,I,B)=>(Module._WaitLatch=wasmExports.WaitLatch)(e,t,I,B),Module._ResetLatch=e=>(Module._ResetLatch=wasmExports.ResetLatch)(e),Module._ProcessInterrupts=()=>(Module._ProcessInterrupts=wasmExports.ProcessInterrupts)(),Module._MemoryContextAlloc=(e,t)=>(Module._MemoryContextAlloc=wasmExports.MemoryContextAlloc)(e,t),Module._AllocateDir=e=>(Module._AllocateDir=wasmExports.AllocateDir)(e),Module._ReadDir=(e,t)=>(Module._ReadDir=wasmExports.ReadDir)(e,t),Module._strncmp=(e,t,I)=>(Module._strncmp=wasmExports.strncmp)(e,t,I),Module._unlink=e=>(Module._unlink=wasmExports.unlink)(e),Module._errcode_for_file_access=()=>(Module._errcode_for_file_access=wasmExports.errcode_for_file_access)(),Module._FreeDir=e=>(Module._FreeDir=wasmExports.FreeDir)(e),Module._pg_prng_uint32=e=>(Module._pg_prng_uint32=wasmExports.pg_prng_uint32)(e),Module._dsm_create=(e,t)=>(Module._dsm_create=wasmExports.dsm_create)(e,t),Module._dsm_attach=e=>(Module._dsm_attach=wasmExports.dsm_attach)(e),Module._dsm_detach=e=>(Module._dsm_detach=wasmExports.dsm_detach)(e),Module._dsm_segment_address=e=>(Module._dsm_segment_address=wasmExports.dsm_segment_address)(e),Module._dsm_segment_handle=e=>(Module._dsm_segment_handle=wasmExports.dsm_segment_handle)(e),Module._MemoryContextAllocZero=(e,t)=>(Module._MemoryContextAllocZero=wasmExports.MemoryContextAllocZero)(e,t),Module._read=(e,t,I)=>(Module._read=wasmExports.read)(e,t,I),Module._hash_create=(e,t,I,B)=>(Module._hash_create=wasmExports.hash_create)(e,t,I,B),Module._hash_destroy=e=>(Module._hash_destroy=wasmExports.hash_destroy)(e),Module._hash_seq_init=(e,t)=>(Module._hash_seq_init=wasmExports.hash_seq_init)(e,t),Module._hash_seq_search=e=>(Module._hash_seq_search=wasmExports.hash_seq_search)(e),Module._hash_search=(e,t,I,B)=>(Module._hash_search=wasmExports.hash_search)(e,t,I,B),Module._initStringInfo=e=>(Module._initStringInfo=wasmExports.initStringInfo)(e),Module._appendStringInfo=(e,t,I)=>(Module._appendStringInfo=wasmExports.appendStringInfo)(e,t,I),Module._GetCurrentTimestamp=()=>(Module._GetCurrentTimestamp=wasmExports.GetCurrentTimestamp)(),Module._pg_usleep=e=>(Module._pg_usleep=wasmExports.pg_usleep)(e),Module._errdetail=(e,t)=>(Module._errdetail=wasmExports.errdetail)(e,t),Module._TransactionIdDidCommit=e=>(Module._TransactionIdDidCommit=wasmExports.TransactionIdDidCommit)(e),Module._TransactionIdPrecedes=(e,t)=>(Module._TransactionIdPrecedes=wasmExports.TransactionIdPrecedes)(e,t),Module._XLogBeginInsert=()=>(Module._XLogBeginInsert=wasmExports.XLogBeginInsert)(),Module._XLogRegisterData=(e,t)=>(Module._XLogRegisterData=wasmExports.XLogRegisterData)(e,t),Module._XLogInsert=(e,t)=>(Module._XLogInsert=wasmExports.XLogInsert)(e,t),Module._ConditionVariableInit=e=>(Module._ConditionVariableInit=wasmExports.ConditionVariableInit)(e),Module._ConditionVariableCancelSleep=()=>(Module._ConditionVariableCancelSleep=wasmExports.ConditionVariableCancelSleep)(),Module._ConditionVariableSleep=(e,t)=>(Module._ConditionVariableSleep=wasmExports.ConditionVariableSleep)(e,t),Module.___wasm_setjmp=(e,t,I)=>(Module.___wasm_setjmp=wasmExports.__wasm_setjmp)(e,t,I),Module.___wasm_setjmp_test=(e,t)=>(Module.___wasm_setjmp_test=wasmExports.__wasm_setjmp_test)(e,t),Module._pg_re_throw=()=>(Module._pg_re_throw=wasmExports.pg_re_throw)(),Module._emscripten_longjmp=(e,t)=>(Module._emscripten_longjmp=wasmExports.emscripten_longjmp)(e,t),Module._procsignal_sigusr1_handler=e=>(Module._procsignal_sigusr1_handler=wasmExports.procsignal_sigusr1_handler)(e),Module._close=e=>(Module._close=wasmExports.close)(e),Module._ReleaseExternalFD=()=>(Module._ReleaseExternalFD=wasmExports.ReleaseExternalFD)(),Module._fcntl=(e,t,I)=>(Module._fcntl=wasmExports.fcntl)(e,t,I),Module._pqsignal=(e,t)=>(Module._pqsignal=wasmExports.pqsignal)(e,t),Module._write=(e,t,I)=>(Module._write=wasmExports.write)(e,t,I),Module._AddWaitEventToSet=(e,t,I,B,tr)=>(Module._AddWaitEventToSet=wasmExports.AddWaitEventToSet)(e,t,I,B,tr),Module._clock_gettime=(e,t)=>(Module._clock_gettime=wasmExports.clock_gettime)(e,t),Module._poll=(e,t,I)=>(Module._poll=wasmExports.poll)(e,t,I),Module._WaitLatchOrSocket=(e,t,I,B,tr)=>(Module._WaitLatchOrSocket=wasmExports.WaitLatchOrSocket)(e,t,I,B,tr),Module._GetNumRegisteredWaitEvents=e=>(Module._GetNumRegisteredWaitEvents=wasmExports.GetNumRegisteredWaitEvents)(e),Module._ShmemInitHash=(e,t,I,B,tr)=>(Module._ShmemInitHash=wasmExports.ShmemInitHash)(e,t,I,B,tr),Module._InitMaterializedSRF=(e,t)=>(Module._InitMaterializedSRF=wasmExports.InitMaterializedSRF)(e,t),Module._cstring_to_text=e=>(Module._cstring_to_text=wasmExports.cstring_to_text)(e),Module._Int64GetDatum=e=>(Module._Int64GetDatum=wasmExports.Int64GetDatum)(e),Module._tuplestore_putvalues=(e,t,I,B)=>(Module._tuplestore_putvalues=wasmExports.tuplestore_putvalues)(e,t,I,B),Module._shm_toc_allocate=(e,t)=>(Module._shm_toc_allocate=wasmExports.shm_toc_allocate)(e,t),Module._shm_toc_insert=(e,t,I)=>(Module._shm_toc_insert=wasmExports.shm_toc_insert)(e,t,I),Module._shm_toc_lookup=(e,t,I)=>(Module._shm_toc_lookup=wasmExports.shm_toc_lookup)(e,t,I),Module._superuser_arg=e=>(Module._superuser_arg=wasmExports.superuser_arg)(e),Module._superuser=()=>(Module._superuser=wasmExports.superuser)(),Module._GetUserId=()=>(Module._GetUserId=wasmExports.GetUserId)(),Module._has_privs_of_role=(e,t)=>(Module._has_privs_of_role=wasmExports.has_privs_of_role)(e,t),Module._errmsg_plural=(e,t,I,B)=>(Module._errmsg_plural=wasmExports.errmsg_plural)(e,t,I,B),Module._errhint=(e,t)=>(Module._errhint=wasmExports.errhint)(e,t),Module._fstat=(e,t)=>(Module._fstat=wasmExports.fstat)(e,t),Module._ftruncate=(e,t)=>(Module._ftruncate=wasmExports.ftruncate)(e,t),Module._RequestAddinShmemSpace=e=>(Module._RequestAddinShmemSpace=wasmExports.RequestAddinShmemSpace)(e),Module._hash_estimate_size=(e,t)=>(Module._hash_estimate_size=wasmExports.hash_estimate_size)(e,t),Module._pg_sprintf=(e,t,I)=>(Module._pg_sprintf=wasmExports.pg_sprintf)(e,t,I),Module._SetConfigOption=(e,t,I,B)=>(Module._SetConfigOption=wasmExports.SetConfigOption)(e,t,I,B),Module._pg_printf=(e,t)=>(Module._pg_printf=wasmExports.pg_printf)(e,t),Module._before_shmem_exit=(e,t)=>(Module._before_shmem_exit=wasmExports.before_shmem_exit)(e,t),Module._cancel_before_shmem_exit=(e,t)=>(Module._cancel_before_shmem_exit=wasmExports.cancel_before_shmem_exit)(e,t),Module._pg_qsort=(e,t,I,B)=>(Module._pg_qsort=wasmExports.pg_qsort)(e,t,I,B),Module._TransactionIdIsInProgress=e=>(Module._TransactionIdIsInProgress=wasmExports.TransactionIdIsInProgress)(e),Module._TransactionIdIsCurrentTransactionId=e=>(Module._TransactionIdIsCurrentTransactionId=wasmExports.TransactionIdIsCurrentTransactionId)(e),Module._RecoveryInProgress=()=>(Module._RecoveryInProgress=wasmExports.RecoveryInProgress)(),Module._GetOldestNonRemovableTransactionId=e=>(Module._GetOldestNonRemovableTransactionId=wasmExports.GetOldestNonRemovableTransactionId)(e),Module._GetCurrentCommandId=e=>(Module._GetCurrentCommandId=wasmExports.GetCurrentCommandId)(e),Module._BackendXidGetPid=e=>(Module._BackendXidGetPid=wasmExports.BackendXidGetPid)(e),Module._lappend_int=(e,t)=>(Module._lappend_int=wasmExports.lappend_int)(e,t),Module._index_close=(e,t)=>(Module._index_close=wasmExports.index_close)(e,t),Module._table_close=(e,t)=>(Module._table_close=wasmExports.table_close)(e,t),Module._CommandCounterIncrement=()=>(Module._CommandCounterIncrement=wasmExports.CommandCounterIncrement)(),Module._GetActiveSnapshot=()=>(Module._GetActiveSnapshot=wasmExports.GetActiveSnapshot)(),Module._ScanKeyInit=(e,t,I,B,tr)=>(Module._ScanKeyInit=wasmExports.ScanKeyInit)(e,t,I,B,tr),Module._table_open=(e,t)=>(Module._table_open=wasmExports.table_open)(e,t),Module._systable_beginscan=(e,t,I,B,tr,rr)=>(Module._systable_beginscan=wasmExports.systable_beginscan)(e,t,I,B,tr,rr),Module._systable_getnext=e=>(Module._systable_getnext=wasmExports.systable_getnext)(e),Module._systable_endscan=e=>(Module._systable_endscan=wasmExports.systable_endscan)(e),Module._index_open=(e,t)=>(Module._index_open=wasmExports.index_open)(e,t),Module._systable_beginscan_ordered=(e,t,I,B,tr)=>(Module._systable_beginscan_ordered=wasmExports.systable_beginscan_ordered)(e,t,I,B,tr),Module._systable_getnext_ordered=(e,t)=>(Module._systable_getnext_ordered=wasmExports.systable_getnext_ordered)(e,t),Module._systable_endscan_ordered=e=>(Module._systable_endscan_ordered=wasmExports.systable_endscan_ordered)(e),Module._heap_form_tuple=(e,t,I)=>(Module._heap_form_tuple=wasmExports.heap_form_tuple)(e,t,I),Module._heap_freetuple=e=>(Module._heap_freetuple=wasmExports.heap_freetuple)(e),Module._AllocSetContextCreateInternal=(e,t,I,B,tr)=>(Module._AllocSetContextCreateInternal=wasmExports.AllocSetContextCreateInternal)(e,t,I,B,tr),Module._list_free_deep=e=>(Module._list_free_deep=wasmExports.list_free_deep)(e),Module._lappend=(e,t)=>(Module._lappend=wasmExports.lappend)(e,t),Module._LockBuffer=(e,t)=>(Module._LockBuffer=wasmExports.LockBuffer)(e,t),Module._GetFreeIndexPage=e=>(Module._GetFreeIndexPage=wasmExports.GetFreeIndexPage)(e),Module._RecordFreeIndexPage=(e,t)=>(Module._RecordFreeIndexPage=wasmExports.RecordFreeIndexPage)(e,t),Module._IndexFreeSpaceMapVacuum=e=>(Module._IndexFreeSpaceMapVacuum=wasmExports.IndexFreeSpaceMapVacuum)(e),Module._UnlockReleaseBuffer=e=>(Module._UnlockReleaseBuffer=wasmExports.UnlockReleaseBuffer)(e),Module._smgropen=(e,t)=>(Module._smgropen=wasmExports.smgropen)(e,t),Module._smgrsetowner=(e,t)=>(Module._smgrsetowner=wasmExports.smgrsetowner)(e,t),Module._RelationGetNumberOfBlocksInFork=(e,t)=>(Module._RelationGetNumberOfBlocksInFork=wasmExports.RelationGetNumberOfBlocksInFork)(e,t),Module._ReleaseBuffer=e=>(Module._ReleaseBuffer=wasmExports.ReleaseBuffer)(e),Module._GetRecordedFreeSpace=(e,t)=>(Module._GetRecordedFreeSpace=wasmExports.GetRecordedFreeSpace)(e,t),Module._smgrexists=(e,t)=>(Module._smgrexists=wasmExports.smgrexists)(e,t),Module._ReadBufferExtended=(e,t,I,B,tr)=>(Module._ReadBufferExtended=wasmExports.ReadBufferExtended)(e,t,I,B,tr),Module._MarkBufferDirty=e=>(Module._MarkBufferDirty=wasmExports.MarkBufferDirty)(e),Module._log_newpage_buffer=(e,t)=>(Module._log_newpage_buffer=wasmExports.log_newpage_buffer)(e,t),Module._copy_file=(e,t)=>(Module._copy_file=wasmExports.copy_file)(e,t),Module._fd_fsync_fname=(e,t)=>(Module._fd_fsync_fname=wasmExports.fd_fsync_fname)(e,t),Module._OpenTransientFile=(e,t)=>(Module._OpenTransientFile=wasmExports.OpenTransientFile)(e,t),Module._CloseTransientFile=e=>(Module._CloseTransientFile=wasmExports.CloseTransientFile)(e),Module._hash_bytes=(e,t)=>(Module._hash_bytes=wasmExports.hash_bytes)(e,t),Module._pstrdup=e=>(Module._pstrdup=wasmExports.pstrdup)(e),Module._repalloc=(e,t)=>(Module._repalloc=wasmExports.repalloc)(e,t),Module._wasm_OpenPipeStream=(e,t)=>(Module._wasm_OpenPipeStream=wasmExports.wasm_OpenPipeStream)(e,t),Module._access=(e,t)=>(Module._access=wasmExports.access)(e,t),Module._fopen=(e,t)=>(Module._fopen=wasmExports.fopen)(e,t),Module._fiprintf=(e,t,I)=>(Module._fiprintf=wasmExports.fiprintf)(e,t,I),Module._fclose=e=>(Module._fclose=wasmExports.fclose)(e),Module._fsync_fname_ext=(e,t,I,B)=>(Module._fsync_fname_ext=wasmExports.fsync_fname_ext)(e,t,I,B),Module._fd_durable_rename=(e,t,I)=>(Module._fd_durable_rename=wasmExports.fd_durable_rename)(e,t,I),Module._rename=(e,t)=>(Module._rename=wasmExports.rename)(e,t),Module._strlcpy=(e,t,I)=>(Module._strlcpy=wasmExports.strlcpy)(e,t,I),Module._dup=e=>(Module._dup=wasmExports.dup)(e),Module._open=(e,t,I)=>(Module._open=wasmExports.open)(e,t,I),Module._AcquireExternalFD=()=>(Module._AcquireExternalFD=wasmExports.AcquireExternalFD)(),Module._realloc=(e,t)=>(Module._realloc=wasmExports.realloc)(e,t),Module._stat=(e,t)=>(Module._stat=wasmExports.stat)(e,t),Module._pwrite=(e,t,I,B)=>(Module._pwrite=wasmExports.pwrite)(e,t,I,B),Module._lseek=(e,t,I)=>(Module._lseek=wasmExports.lseek)(e,t,I),Module._AllocateFile=(e,t)=>(Module._AllocateFile=wasmExports.AllocateFile)(e,t),Module._GetCurrentSubTransactionId=()=>(Module._GetCurrentSubTransactionId=wasmExports.GetCurrentSubTransactionId)(),Module._FreeFile=e=>(Module._FreeFile=wasmExports.FreeFile)(e),Module._pclose=e=>(Module._pclose=wasmExports.pclose)(e),Module._ClosePipeStream=e=>(Module._ClosePipeStream=wasmExports.ClosePipeStream)(e),Module._pg_prng_uint64_range=(e,t,I)=>(Module._pg_prng_uint64_range=wasmExports.pg_prng_uint64_range)(e,t,I),Module._AtEOSubXact_Files=(e,t,I)=>(Module._AtEOSubXact_Files=wasmExports.AtEOSubXact_Files)(e,t,I),Module._pre_format_elog_string=(e,t)=>(Module._pre_format_elog_string=wasmExports.pre_format_elog_string)(e,t),Module._format_elog_string=(e,t)=>(Module._format_elog_string=wasmExports.format_elog_string)(e,t),Module._list_free=e=>(Module._list_free=wasmExports.list_free)(e),Module._guc_malloc=(e,t)=>(Module._guc_malloc=wasmExports.guc_malloc)(e,t),Module._MemoryContextDelete=e=>(Module._MemoryContextDelete=wasmExports.MemoryContextDelete)(e),Module._strtoul=(e,t,I)=>(Module._strtoul=wasmExports.strtoul)(e,t,I),Module._hash_get_num_entries=e=>(Module._hash_get_num_entries=wasmExports.hash_get_num_entries)(e),Module._LWLockInitialize=(e,t)=>(Module._LWLockInitialize=wasmExports.LWLockInitialize)(e,t),Module._PrefetchBuffer=(e,t,I,B)=>(Module._PrefetchBuffer=wasmExports.PrefetchBuffer)(e,t,I,B),Module._LockBufHdr=e=>(Module._LockBufHdr=wasmExports.LockBufHdr)(e),Module._ReadBuffer=(e,t)=>(Module._ReadBuffer=wasmExports.ReadBuffer)(e,t),Module._pgstat_assoc_relation=e=>(Module._pgstat_assoc_relation=wasmExports.pgstat_assoc_relation)(e),Module._ExtendBufferedRel=(e,t,I,B)=>(Module._ExtendBufferedRel=wasmExports.ExtendBufferedRel)(e,t,I,B),Module._LockBufferForCleanup=e=>(Module._LockBufferForCleanup=wasmExports.LockBufferForCleanup)(e),Module._smgrread=(e,t,I,B)=>(Module._smgrread=wasmExports.smgrread)(e,t,I,B),Module._LockRelationForExtension=(e,t)=>(Module._LockRelationForExtension=wasmExports.LockRelationForExtension)(e,t),Module._UnlockRelationForExtension=(e,t)=>(Module._UnlockRelationForExtension=wasmExports.UnlockRelationForExtension)(e,t),Module._BufferGetBlockNumber=e=>(Module._BufferGetBlockNumber=wasmExports.BufferGetBlockNumber)(e),Module._bsearch=(e,t,I,B,tr)=>(Module._bsearch=wasmExports.bsearch)(e,t,I,B,tr),Module._set_errcontext_domain=e=>(Module._set_errcontext_domain=wasmExports.set_errcontext_domain)(e),Module._errcontext_msg=(e,t)=>(Module._errcontext_msg=wasmExports.errcontext_msg)(e,t),Module._GetAccessStrategy=e=>(Module._GetAccessStrategy=wasmExports.GetAccessStrategy)(e),Module._FreeAccessStrategy=e=>(Module._FreeAccessStrategy=wasmExports.FreeAccessStrategy)(e),Module._ConditionalLockBuffer=e=>(Module._ConditionalLockBuffer=wasmExports.ConditionalLockBuffer)(e),Module._TestForOldSnapshot_impl=(e,t)=>(Module._TestForOldSnapshot_impl=wasmExports.TestForOldSnapshot_impl)(e,t);var _calloc=Module._calloc=(e,t)=>(_calloc=Module._calloc=wasmExports.calloc)(e,t);Module._have_free_buffer=()=>(Module._have_free_buffer=wasmExports.have_free_buffer)(),Module._palloc0=e=>(Module._palloc0=wasmExports.palloc0)(e),Module._resetStringInfo=e=>(Module._resetStringInfo=wasmExports.resetStringInfo)(e),Module._appendStringInfoChar=(e,t)=>(Module._appendStringInfoChar=wasmExports.appendStringInfoChar)(e,t),Module._appendBinaryStringInfo=(e,t,I)=>(Module._appendBinaryStringInfo=wasmExports.appendBinaryStringInfo)(e,t,I),Module._errdetail_internal=(e,t)=>(Module._errdetail_internal=wasmExports.errdetail_internal)(e,t),Module._strcpy=(e,t)=>(Module._strcpy=wasmExports.strcpy)(e,t),Module._LWLockRegisterTranche=(e,t)=>(Module._LWLockRegisterTranche=wasmExports.LWLockRegisterTranche)(e,t),Module._GetNamedLWLockTranche=e=>(Module._GetNamedLWLockTranche=wasmExports.GetNamedLWLockTranche)(e),Module._LWLockNewTrancheId=()=>(Module._LWLockNewTrancheId=wasmExports.LWLockNewTrancheId)(),Module._RequestNamedLWLockTranche=(e,t)=>(Module._RequestNamedLWLockTranche=wasmExports.RequestNamedLWLockTranche)(e,t),Module._pg_prng_double=e=>(Module._pg_prng_double=wasmExports.pg_prng_double)(e),Module._getpid=()=>(Module._getpid=wasmExports.getpid)(),Module._GetTransactionSnapshot=()=>(Module._GetTransactionSnapshot=wasmExports.GetTransactionSnapshot)(),Module._ConditionVariableSignal=e=>(Module._ConditionVariableSignal=wasmExports.ConditionVariableSignal)(e),Module._LockPage=(e,t,I)=>(Module._LockPage=wasmExports.LockPage)(e,t,I),Module._UnlockPage=(e,t,I)=>(Module._UnlockPage=wasmExports.UnlockPage)(e,t,I),Module._pgstat_progress_update_param=(e,t)=>(Module._pgstat_progress_update_param=wasmExports.pgstat_progress_update_param)(e,t),Module._list_make1_impl=(e,t)=>(Module._list_make1_impl=wasmExports.list_make1_impl)(e,t),Module._psprintf=(e,t)=>(Module._psprintf=wasmExports.psprintf)(e,t),Module._smgrtruncate=(e,t,I,B)=>(Module._smgrtruncate=wasmExports.smgrtruncate)(e,t,I,B),Module._log=e=>(Module._log=wasmExports.log)(e),Module._pairingheap_allocate=(e,t)=>(Module._pairingheap_allocate=wasmExports.pairingheap_allocate)(e,t),Module._pairingheap_add=(e,t)=>(Module._pairingheap_add=wasmExports.pairingheap_add)(e,t),Module._pairingheap_first=e=>(Module._pairingheap_first=wasmExports.pairingheap_first)(e),Module._pairingheap_remove_first=e=>(Module._pairingheap_remove_first=wasmExports.pairingheap_remove_first)(e),Module._bloom_create=(e,t,I)=>(Module._bloom_create=wasmExports.bloom_create)(e,t,I),Module._bloom_free=e=>(Module._bloom_free=wasmExports.bloom_free)(e),Module._bloom_add_element=(e,t,I)=>(Module._bloom_add_element=wasmExports.bloom_add_element)(e,t,I),Module._hash_bytes_extended=(e,t,I)=>(Module._hash_bytes_extended=wasmExports.hash_bytes_extended)(e,t,I),Module._bloom_lacks_element=(e,t,I)=>(Module._bloom_lacks_element=wasmExports.bloom_lacks_element)(e,t,I),Module._bloom_prop_bits_set=e=>(Module._bloom_prop_bits_set=wasmExports.bloom_prop_bits_set)(e),Module._pg_popcount=(e,t)=>(Module._pg_popcount=wasmExports.pg_popcount)(e,t),Module._memcmp=(e,t,I)=>(Module._memcmp=wasmExports.memcmp)(e,t,I),Module._bms_make_singleton=e=>(Module._bms_make_singleton=wasmExports.bms_make_singleton)(e),Module._bms_add_members=(e,t)=>(Module._bms_add_members=wasmExports.bms_add_members)(e,t),Module._bms_add_member=(e,t)=>(Module._bms_add_member=wasmExports.bms_add_member)(e,t),Module._bms_del_member=(e,t)=>(Module._bms_del_member=wasmExports.bms_del_member)(e,t),Module._check_stack_depth=()=>(Module._check_stack_depth=wasmExports.check_stack_depth)(),Module._parser_errposition=(e,t)=>(Module._parser_errposition=wasmExports.parser_errposition)(e,t),Module._makeVar=(e,t,I,B,tr,rr)=>(Module._makeVar=wasmExports.makeVar)(e,t,I,B,tr,rr),Module._bms_union=(e,t)=>(Module._bms_union=wasmExports.bms_union)(e,t),Module._varstr_levenshtein_less_equal=(e,t,I,B,tr,rr,ir,lr,mr)=>(Module._varstr_levenshtein_less_equal=wasmExports.varstr_levenshtein_less_equal)(e,t,I,B,tr,rr,ir,lr,mr),Module._SearchSysCacheExists=(e,t,I,B,tr)=>(Module._SearchSysCacheExists=wasmExports.SearchSysCacheExists)(e,t,I,B,tr),Module._MemoryContextAllocZeroAligned=(e,t)=>(Module._MemoryContextAllocZeroAligned=wasmExports.MemoryContextAllocZeroAligned)(e,t),Module._makeString=e=>(Module._makeString=wasmExports.makeString)(e),Module._addRTEPermissionInfo=(e,t)=>(Module._addRTEPermissionInfo=wasmExports.addRTEPermissionInfo)(e,t),Module._copyObjectImpl=e=>(Module._copyObjectImpl=wasmExports.copyObjectImpl)(e),Module._exprType=e=>(Module._exprType=wasmExports.exprType)(e),Module._lappend_oid=(e,t)=>(Module._lappend_oid=wasmExports.lappend_oid)(e,t),Module._exprTypmod=e=>(Module._exprTypmod=wasmExports.exprTypmod)(e),Module._exprLocation=e=>(Module._exprLocation=wasmExports.exprLocation)(e),Module._CreateTemplateTupleDesc=e=>(Module._CreateTemplateTupleDesc=wasmExports.CreateTemplateTupleDesc)(e),Module._TupleDescInitEntry=(e,t,I,B,tr,rr)=>(Module._TupleDescInitEntry=wasmExports.TupleDescInitEntry)(e,t,I,B,tr,rr),Module._TupleDescInitEntryCollation=(e,t,I)=>(Module._TupleDescInitEntryCollation=wasmExports.TupleDescInitEntryCollation)(e,t,I),Module._typenameTypeIdAndMod=(e,t,I,B)=>(Module._typenameTypeIdAndMod=wasmExports.typenameTypeIdAndMod)(e,t,I,B),Module._format_type_be=e=>(Module._format_type_be=wasmExports.format_type_be)(e),Module._list_concat=(e,t)=>(Module._list_concat=wasmExports.list_concat)(e,t),Module._list_copy=e=>(Module._list_copy=wasmExports.list_copy)(e),Module._relation_open=(e,t)=>(Module._relation_open=wasmExports.relation_open)(e,t),Module._relation_close=(e,t)=>(Module._relation_close=wasmExports.relation_close)(e,t),Module._makeTargetEntry=(e,t,I,B)=>(Module._makeTargetEntry=wasmExports.makeTargetEntry)(e,t,I,B),Module._get_attname=(e,t,I)=>(Module._get_attname=wasmExports.get_attname)(e,t,I),Module._SearchSysCache2=(e,t,I)=>(Module._SearchSysCache2=wasmExports.SearchSysCache2)(e,t,I),Module._ReleaseSysCache=e=>(Module._ReleaseSysCache=wasmExports.ReleaseSysCache)(e),Module._RangeVarGetRelidExtended=(e,t,I,B,tr)=>(Module._RangeVarGetRelidExtended=wasmExports.RangeVarGetRelidExtended)(e,t,I,B,tr),Module._pg_mbstrlen_with_len=(e,t)=>(Module._pg_mbstrlen_with_len=wasmExports.pg_mbstrlen_with_len)(e,t),Module._errposition=e=>(Module._errposition=wasmExports.errposition)(e),Module._numeric_in=e=>(Module._numeric_in=wasmExports.numeric_in)(e),Module._DirectFunctionCall3Coll=(e,t,I,B,tr)=>(Module._DirectFunctionCall3Coll=wasmExports.DirectFunctionCall3Coll)(e,t,I,B,tr),Module._bit_in=e=>(Module._bit_in=wasmExports.bit_in)(e),Module._NameListToString=e=>(Module._NameListToString=wasmExports.NameListToString)(e),Module._appendStringInfoString=(e,t)=>(Module._appendStringInfoString=wasmExports.appendStringInfoString)(e,t),Module._lookup_type_cache=(e,t)=>(Module._lookup_type_cache=wasmExports.lookup_type_cache)(e,t),Module._CacheRegisterSyscacheCallback=(e,t,I)=>(Module._CacheRegisterSyscacheCallback=wasmExports.CacheRegisterSyscacheCallback)(e,t,I),Module._SearchSysCache1=(e,t)=>(Module._SearchSysCache1=wasmExports.SearchSysCache1)(e,t),Module._list_make2_impl=(e,t,I)=>(Module._list_make2_impl=wasmExports.list_make2_impl)(e,t,I),Module._get_base_element_type=e=>(Module._get_base_element_type=wasmExports.get_base_element_type)(e),Module._downcase_truncate_identifier=(e,t,I)=>(Module._downcase_truncate_identifier=wasmExports.downcase_truncate_identifier)(e,t,I),Module._pg_database_encoding_max_length=()=>(Module._pg_database_encoding_max_length=wasmExports.pg_database_encoding_max_length)(),Module._truncate_identifier=(e,t,I)=>(Module._truncate_identifier=wasmExports.truncate_identifier)(e,t,I),Module._scanner_isspace=e=>(Module._scanner_isspace=wasmExports.scanner_isspace)(e),Module._get_typcollation=e=>(Module._get_typcollation=wasmExports.get_typcollation)(e),Module._list_delete_cell=(e,t)=>(Module._list_delete_cell=wasmExports.list_delete_cell)(e,t),Module._makeTypeNameFromNameList=e=>(Module._makeTypeNameFromNameList=wasmExports.makeTypeNameFromNameList)(e),Module._SysCacheGetAttrNotNull=(e,t,I)=>(Module._SysCacheGetAttrNotNull=wasmExports.SysCacheGetAttrNotNull)(e,t,I),Module._text_to_cstring=e=>(Module._text_to_cstring=wasmExports.text_to_cstring)(e),Module._stringToNode=e=>(Module._stringToNode=wasmExports.stringToNode)(e),Module._bms_is_member=(e,t)=>(Module._bms_is_member=wasmExports.bms_is_member)(e,t),Module._bms_free=e=>(Module._bms_free=wasmExports.bms_free)(e),Module._core_yylex=(e,t,I)=>(Module._core_yylex=wasmExports.core_yylex)(e,t,I),Module._getc=e=>(Module._getc=wasmExports.getc)(e),Module._ferror=e=>(Module._ferror=wasmExports.ferror)(e),Module._fread=(e,t,I,B)=>(Module._fread=wasmExports.fread)(e,t,I,B),Module._clearerr=e=>(Module._clearerr=wasmExports.clearerr)(e),Module._scanner_init=(e,t,I,B)=>(Module._scanner_init=wasmExports.scanner_init)(e,t,I,B),Module._scanner_finish=e=>(Module._scanner_finish=wasmExports.scanner_finish)(e),Module._get_namespace_name=e=>(Module._get_namespace_name=wasmExports.get_namespace_name)(e),Module._lookup_rowtype_tupdesc=(e,t)=>(Module._lookup_rowtype_tupdesc=wasmExports.lookup_rowtype_tupdesc)(e,t),Module._DecrTupleDescRefCount=e=>(Module._DecrTupleDescRefCount=wasmExports.DecrTupleDescRefCount)(e),Module._relation_openrv=(e,t)=>(Module._relation_openrv=wasmExports.relation_openrv)(e,t),Module._errdetail_relkind_not_supported=e=>(Module._errdetail_relkind_not_supported=wasmExports.errdetail_relkind_not_supported)(e),Module._object_aclcheck=(e,t,I,B)=>(Module._object_aclcheck=wasmExports.object_aclcheck)(e,t,I,B),Module._aclcheck_error=(e,t,I)=>(Module._aclcheck_error=wasmExports.aclcheck_error)(e,t,I),Module._pg_class_aclcheck=(e,t,I)=>(Module._pg_class_aclcheck=wasmExports.pg_class_aclcheck)(e,t,I),Module._get_relkind_objtype=e=>(Module._get_relkind_objtype=wasmExports.get_relkind_objtype)(e),Module._list_make3_impl=(e,t,I,B)=>(Module._list_make3_impl=wasmExports.list_make3_impl)(e,t,I,B),Module._quote_qualified_identifier=(e,t)=>(Module._quote_qualified_identifier=wasmExports.quote_qualified_identifier)(e,t),Module._table_openrv=(e,t)=>(Module._table_openrv=wasmExports.table_openrv)(e,t),Module._equal=(e,t)=>(Module._equal=wasmExports.equal)(e,t),Module._RelationGetIndexList=e=>(Module._RelationGetIndexList=wasmExports.RelationGetIndexList)(e),Module._pg_detoast_datum=e=>(Module._pg_detoast_datum=wasmExports.pg_detoast_datum)(e),Module._SysCacheGetAttr=(e,t,I,B)=>(Module._SysCacheGetAttr=wasmExports.SysCacheGetAttr)(e,t,I,B),Module._deconstruct_array_builtin=(e,t,I,B,tr)=>(Module._deconstruct_array_builtin=wasmExports.deconstruct_array_builtin)(e,t,I,B,tr),Module._untransformRelOptions=e=>(Module._untransformRelOptions=wasmExports.untransformRelOptions)(e),Module._transformExpr=(e,t,I)=>(Module._transformExpr=wasmExports.transformExpr)(e,t,I),Module._get_rel_namespace=e=>(Module._get_rel_namespace=wasmExports.get_rel_namespace)(e),Module._get_rel_name=e=>(Module._get_rel_name=wasmExports.get_rel_name)(e),Module._makeRangeVar=(e,t,I)=>(Module._makeRangeVar=wasmExports.makeRangeVar)(e,t,I),Module._makeDefElem=(e,t,I)=>(Module._makeDefElem=wasmExports.makeDefElem)(e,t,I),Module._makeRangeVarFromNameList=e=>(Module._makeRangeVarFromNameList=wasmExports.makeRangeVarFromNameList)(e),Module._coerce_to_target_type=(e,t,I,B,tr,rr,ir,lr)=>(Module._coerce_to_target_type=wasmExports.coerce_to_target_type)(e,t,I,B,tr,rr,ir,lr),Module._LookupTypeName=(e,t,I,B)=>(Module._LookupTypeName=wasmExports.LookupTypeName)(e,t,I,B),Module._GetSysCacheOid=(e,t,I,B,tr,rr)=>(Module._GetSysCacheOid=wasmExports.GetSysCacheOid)(e,t,I,B,tr,rr),Module._construct_array_builtin=(e,t,I)=>(Module._construct_array_builtin=wasmExports.construct_array_builtin)(e,t,I),Module._get_collation_oid=(e,t)=>(Module._get_collation_oid=wasmExports.get_collation_oid)(e,t),Module._typeStringToTypeName=(e,t)=>(Module._typeStringToTypeName=wasmExports.typeStringToTypeName)(e,t),Module._raw_parser=(e,t)=>(Module._raw_parser=wasmExports.raw_parser)(e,t),Module._errsave_start=(e,t)=>(Module._errsave_start=wasmExports.errsave_start)(e,t),Module._errsave_finish=(e,t,I,B)=>(Module._errsave_finish=wasmExports.errsave_finish)(e,t,I,B),Module._defGetBoolean=e=>(Module._defGetBoolean=wasmExports.defGetBoolean)(e),Module._list_delete_last=e=>(Module._list_delete_last=wasmExports.list_delete_last)(e),Module._format_type_with_typemod=(e,t)=>(Module._format_type_with_typemod=wasmExports.format_type_with_typemod)(e,t),Module._list_member=(e,t)=>(Module._list_member=wasmExports.list_member)(e,t),Module._list_member_int=(e,t)=>(Module._list_member_int=wasmExports.list_member_int)(e,t),Module._list_sort=(e,t)=>(Module._list_sort=wasmExports.list_sort)(e,t),Module._get_element_type=e=>(Module._get_element_type=wasmExports.get_element_type)(e),Module._makeBoolean=e=>(Module._makeBoolean=wasmExports.makeBoolean)(e),Module._makeInteger=e=>(Module._makeInteger=wasmExports.makeInteger)(e),Module._makeTypeName=e=>(Module._makeTypeName=wasmExports.makeTypeName)(e),Module._list_make4_impl=(e,t,I,B,tr)=>(Module._list_make4_impl=wasmExports.list_make4_impl)(e,t,I,B,tr),Module._isxdigit=e=>(Module._isxdigit=wasmExports.isxdigit)(e),Module._strip_implicit_coercions=e=>(Module._strip_implicit_coercions=wasmExports.strip_implicit_coercions)(e),Module._SearchSysCacheList=(e,t,I,B,tr)=>(Module._SearchSysCacheList=wasmExports.SearchSysCacheList)(e,t,I,B,tr),Module._ReleaseCatCacheList=e=>(Module._ReleaseCatCacheList=wasmExports.ReleaseCatCacheList)(e),Module._get_sortgroupref_tle=(e,t)=>(Module._get_sortgroupref_tle=wasmExports.get_sortgroupref_tle)(e,t),Module._type_is_rowtype=e=>(Module._type_is_rowtype=wasmExports.type_is_rowtype)(e),Module._bms_next_member=(e,t)=>(Module._bms_next_member=wasmExports.bms_next_member)(e,t),Module._MemoryContextReset=e=>(Module._MemoryContextReset=wasmExports.MemoryContextReset)(e),Module._abort=()=>(Module._abort=wasmExports.abort)(),Module._heap_getnext=(e,t)=>(Module._heap_getnext=wasmExports.heap_getnext)(e,t),Module._OidOutputFunctionCall=(e,t)=>(Module._OidOutputFunctionCall=wasmExports.OidOutputFunctionCall)(e,t),Module._atoi=e=>(Module._atoi=wasmExports.atoi)(e),Module._GetConfigOption=(e,t,I)=>(Module._GetConfigOption=wasmExports.GetConfigOption)(e,t,I),Module._pg_strong_random=(e,t)=>(Module._pg_strong_random=wasmExports.pg_strong_random)(e,t),Module._pg_prng_seed_check=e=>(Module._pg_prng_seed_check=wasmExports.pg_prng_seed_check)(e),Module._pg_prng_seed=(e,t)=>(Module._pg_prng_seed=wasmExports.pg_prng_seed)(e,t),Module._fputc=(e,t)=>(Module._fputc=wasmExports.fputc)(e,t),Module._time=e=>(Module._time=wasmExports.time)(e),Module._TimestampDifferenceMilliseconds=(e,t)=>(Module._TimestampDifferenceMilliseconds=wasmExports.TimestampDifferenceMilliseconds)(e,t),Module._ProcessConfigFile=e=>(Module._ProcessConfigFile=wasmExports.ProcessConfigFile)(e),Module._send=(e,t,I,B)=>(Module._send=wasmExports.send)(e,t,I,B),Module._parse_bool=(e,t)=>(Module._parse_bool=wasmExports.parse_bool)(e,t),Module._enlargeStringInfo=(e,t)=>(Module._enlargeStringInfo=wasmExports.enlargeStringInfo)(e,t),Module._BackgroundWorkerInitializeConnectionByOid=(e,t,I)=>(Module._BackgroundWorkerInitializeConnectionByOid=wasmExports.BackgroundWorkerInitializeConnectionByOid)(e,t,I),Module._BackgroundWorkerUnblockSignals=()=>(Module._BackgroundWorkerUnblockSignals=wasmExports.BackgroundWorkerUnblockSignals)(),Module._pg_getnameinfo_all=(e,t,I,B,tr,rr,ir)=>(Module._pg_getnameinfo_all=wasmExports.pg_getnameinfo_all)(e,t,I,B,tr,rr,ir),Module._gai_strerror=e=>(Module._gai_strerror=wasmExports.gai_strerror)(e),Module._SignalHandlerForConfigReload=e=>(Module._SignalHandlerForConfigReload=wasmExports.SignalHandlerForConfigReload)(e),Module._fwrite=(e,t,I,B)=>(Module._fwrite=wasmExports.fwrite)(e,t,I,B),Module._SignalHandlerForShutdownRequest=e=>(Module._SignalHandlerForShutdownRequest=wasmExports.SignalHandlerForShutdownRequest)(e),Module._EmitErrorReport=()=>(Module._EmitErrorReport=wasmExports.EmitErrorReport)(),Module._FlushErrorState=()=>(Module._FlushErrorState=wasmExports.FlushErrorState)(),Module._die=e=>(Module._die=wasmExports.die)(e),Module._MultiXactIdPrecedes=(e,t)=>(Module._MultiXactIdPrecedes=wasmExports.MultiXactIdPrecedes)(e,t),Module._CreateTupleDescCopy=e=>(Module._CreateTupleDescCopy=wasmExports.CreateTupleDescCopy)(e),Module._pgstat_report_activity=(e,t)=>(Module._pgstat_report_activity=wasmExports.pgstat_report_activity)(e,t),Module._DirectFunctionCall2Coll=(e,t,I,B)=>(Module._DirectFunctionCall2Coll=wasmExports.DirectFunctionCall2Coll)(e,t,I,B),Module._RegisterBackgroundWorker=e=>(Module._RegisterBackgroundWorker=wasmExports.RegisterBackgroundWorker)(e),Module._RegisterDynamicBackgroundWorker=(e,t)=>(Module._RegisterDynamicBackgroundWorker=wasmExports.RegisterDynamicBackgroundWorker)(e,t),Module._WaitForBackgroundWorkerStartup=(e,t)=>(Module._WaitForBackgroundWorkerStartup=wasmExports.WaitForBackgroundWorkerStartup)(e,t),Module._WaitForBackgroundWorkerShutdown=e=>(Module._WaitForBackgroundWorkerShutdown=wasmExports.WaitForBackgroundWorkerShutdown)(e),Module._GetXLogReplayRecPtr=e=>(Module._GetXLogReplayRecPtr=wasmExports.GetXLogReplayRecPtr)(e),Module._gettimeofday=(e,t)=>(Module._gettimeofday=wasmExports.gettimeofday)(e,t),Module._sscanf=(e,t,I)=>(Module._sscanf=wasmExports.sscanf)(e,t,I),Module._get_call_result_type=(e,t,I)=>(Module._get_call_result_type=wasmExports.get_call_result_type)(e,t,I),Module._HeapTupleHeaderGetDatum=e=>(Module._HeapTupleHeaderGetDatum=wasmExports.HeapTupleHeaderGetDatum)(e),Module._wal_segment_close=e=>(Module._wal_segment_close=wasmExports.wal_segment_close)(e),Module._wal_segment_open=(e,t,I)=>(Module._wal_segment_open=wasmExports.wal_segment_open)(e,t,I),Module._GetFlushRecPtr=e=>(Module._GetFlushRecPtr=wasmExports.GetFlushRecPtr)(e),Module._XLogReadRecord=(e,t)=>(Module._XLogReadRecord=wasmExports.XLogReadRecord)(e,t),Module._RmgrNotFound=e=>(Module._RmgrNotFound=wasmExports.RmgrNotFound)(e),Module._CacheRegisterRelcacheCallback=(e,t)=>(Module._CacheRegisterRelcacheCallback=wasmExports.CacheRegisterRelcacheCallback)(e,t),Module._free_attrmap=e=>(Module._free_attrmap=wasmExports.free_attrmap)(e),Module._BuildIndexInfo=e=>(Module._BuildIndexInfo=wasmExports.BuildIndexInfo)(e),Module._hash_seq_term=e=>(Module._hash_seq_term=wasmExports.hash_seq_term)(e),Module._PushActiveSnapshot=e=>(Module._PushActiveSnapshot=wasmExports.PushActiveSnapshot)(e),Module._PopActiveSnapshot=()=>(Module._PopActiveSnapshot=wasmExports.PopActiveSnapshot)(),Module._MakePerTupleExprContext=e=>(Module._MakePerTupleExprContext=wasmExports.MakePerTupleExprContext)(e),Module._ExecInitExpr=(e,t)=>(Module._ExecInitExpr=wasmExports.ExecInitExpr)(e,t),Module._FreeExecutorState=e=>(Module._FreeExecutorState=wasmExports.FreeExecutorState)(e),Module._list_member_oid=(e,t)=>(Module._list_member_oid=wasmExports.list_member_oid)(e,t),Module._MemoryContextStrdup=(e,t)=>(Module._MemoryContextStrdup=wasmExports.MemoryContextStrdup)(e,t),Module._pq_getmsgint=(e,t)=>(Module._pq_getmsgint=wasmExports.pq_getmsgint)(e,t),Module._CreateExecutorState=()=>(Module._CreateExecutorState=wasmExports.CreateExecutorState)(),Module._ExecInitRangeTable=(e,t,I)=>(Module._ExecInitRangeTable=wasmExports.ExecInitRangeTable)(e,t,I),Module._getTypeInputInfo=(e,t,I)=>(Module._getTypeInputInfo=wasmExports.getTypeInputInfo)(e,t,I),Module._ExecStoreVirtualTuple=e=>(Module._ExecStoreVirtualTuple=wasmExports.ExecStoreVirtualTuple)(e),Module._execute_attr_map_slot=(e,t,I)=>(Module._execute_attr_map_slot=wasmExports.execute_attr_map_slot)(e,t,I),Module._slot_getsomeattrs_int=(e,t)=>(Module._slot_getsomeattrs_int=wasmExports.slot_getsomeattrs_int)(e,t),Module._GetUserNameFromId=(e,t)=>(Module._GetUserNameFromId=wasmExports.GetUserNameFromId)(e,t),Module._makeStringInfo=()=>(Module._makeStringInfo=wasmExports.makeStringInfo)(),Module._list_member_xid=(e,t)=>(Module._list_member_xid=wasmExports.list_member_xid)(e,t),Module._lappend_xid=(e,t)=>(Module._lappend_xid=wasmExports.lappend_xid)(e,t),Module._tuplestore_end=e=>(Module._tuplestore_end=wasmExports.tuplestore_end)(e),Module._quote_literal_cstr=e=>(Module._quote_literal_cstr=wasmExports.quote_literal_cstr)(e),Module._MakeSingleTupleTableSlot=(e,t)=>(Module._MakeSingleTupleTableSlot=wasmExports.MakeSingleTupleTableSlot)(e,t),Module._ExecDropSingleTupleTableSlot=e=>(Module._ExecDropSingleTupleTableSlot=wasmExports.ExecDropSingleTupleTableSlot)(e),Module._tuplestore_tuple_count=e=>(Module._tuplestore_tuple_count=wasmExports.tuplestore_tuple_count)(e),Module._quote_identifier=e=>(Module._quote_identifier=wasmExports.quote_identifier)(e),Module._BeginCopyFrom=(e,t,I,B,tr,rr,ir,lr)=>(Module._BeginCopyFrom=wasmExports.BeginCopyFrom)(e,t,I,B,tr,rr,ir,lr),Module._array_contains_nulls=e=>(Module._array_contains_nulls=wasmExports.array_contains_nulls)(e),Module._format_procedure=e=>(Module._format_procedure=wasmExports.format_procedure)(e),Module._pg_detoast_datum_packed=e=>(Module._pg_detoast_datum_packed=wasmExports.pg_detoast_datum_packed)(e),Module._cstring_to_text_with_len=(e,t)=>(Module._cstring_to_text_with_len=wasmExports.cstring_to_text_with_len)(e,t),Module._GenerationContextCreate=(e,t,I,B,tr)=>(Module._GenerationContextCreate=wasmExports.GenerationContextCreate)(e,t,I,B,tr),Module._BeginInternalSubTransaction=e=>(Module._BeginInternalSubTransaction=wasmExports.BeginInternalSubTransaction)(e),Module._RollbackAndReleaseCurrentSubTransaction=()=>(Module._RollbackAndReleaseCurrentSubTransaction=wasmExports.RollbackAndReleaseCurrentSubTransaction)(),Module._CopyErrorData=()=>(Module._CopyErrorData=wasmExports.CopyErrorData)(),Module._FreeErrorData=e=>(Module._FreeErrorData=wasmExports.FreeErrorData)(e),Module._RelidByRelfilenumber=(e,t)=>(Module._RelidByRelfilenumber=wasmExports.RelidByRelfilenumber)(e,t),Module._RelationIdGetRelation=e=>(Module._RelationIdGetRelation=wasmExports.RelationIdGetRelation)(e),Module._heap_deform_tuple=(e,t,I,B)=>(Module._heap_deform_tuple=wasmExports.heap_deform_tuple)(e,t,I,B),Module._RelationClose=e=>(Module._RelationClose=wasmExports.RelationClose)(e),Module._nocachegetattr=(e,t,I)=>(Module._nocachegetattr=wasmExports.nocachegetattr)(e,t,I),Module._XLogReaderAllocate=(e,t,I,B)=>(Module._XLogReaderAllocate=wasmExports.XLogReaderAllocate)(e,t,I,B),Module._XLogReaderFree=e=>(Module._XLogReaderFree=wasmExports.XLogReaderFree)(e),Module._OutputPluginPrepareWrite=(e,t)=>(Module._OutputPluginPrepareWrite=wasmExports.OutputPluginPrepareWrite)(e,t),Module._OutputPluginWrite=(e,t)=>(Module._OutputPluginWrite=wasmExports.OutputPluginWrite)(e,t),Module._OutputPluginUpdateProgress=(e,t)=>(Module._OutputPluginUpdateProgress=wasmExports.OutputPluginUpdateProgress)(e,t),Module._replorigin_by_oid=(e,t,I)=>(Module._replorigin_by_oid=wasmExports.replorigin_by_oid)(e,t,I),Module._logicalrep_write_begin=(e,t)=>(Module._logicalrep_write_begin=wasmExports.logicalrep_write_begin)(e,t),Module._logicalrep_write_commit=(e,t,I)=>(Module._logicalrep_write_commit=wasmExports.logicalrep_write_commit)(e,t,I),Module._logicalrep_write_begin_prepare=(e,t)=>(Module._logicalrep_write_begin_prepare=wasmExports.logicalrep_write_begin_prepare)(e,t),Module._logicalrep_write_prepare=(e,t,I)=>(Module._logicalrep_write_prepare=wasmExports.logicalrep_write_prepare)(e,t,I),Module._logicalrep_write_commit_prepared=(e,t,I)=>(Module._logicalrep_write_commit_prepared=wasmExports.logicalrep_write_commit_prepared)(e,t,I),Module._logicalrep_write_rollback_prepared=(e,t,I,B)=>(Module._logicalrep_write_rollback_prepared=wasmExports.logicalrep_write_rollback_prepared)(e,t,I,B),Module._logicalrep_write_stream_prepare=(e,t,I)=>(Module._logicalrep_write_stream_prepare=wasmExports.logicalrep_write_stream_prepare)(e,t,I),Module._logicalrep_write_origin=(e,t,I)=>(Module._logicalrep_write_origin=wasmExports.logicalrep_write_origin)(e,t,I),Module._logicalrep_write_insert=(e,t,I,B,tr,rr)=>(Module._logicalrep_write_insert=wasmExports.logicalrep_write_insert)(e,t,I,B,tr,rr),Module._logicalrep_write_update=(e,t,I,B,tr,rr,ir)=>(Module._logicalrep_write_update=wasmExports.logicalrep_write_update)(e,t,I,B,tr,rr,ir),Module._logicalrep_write_delete=(e,t,I,B,tr,rr)=>(Module._logicalrep_write_delete=wasmExports.logicalrep_write_delete)(e,t,I,B,tr,rr),Module._logicalrep_write_truncate=(e,t,I,B,tr,rr)=>(Module._logicalrep_write_truncate=wasmExports.logicalrep_write_truncate)(e,t,I,B,tr,rr),Module._logicalrep_write_message=(e,t,I,B,tr,rr,ir)=>(Module._logicalrep_write_message=wasmExports.logicalrep_write_message)(e,t,I,B,tr,rr,ir),Module._logicalrep_write_rel=(e,t,I,B)=>(Module._logicalrep_write_rel=wasmExports.logicalrep_write_rel)(e,t,I,B),Module._logicalrep_write_typ=(e,t,I)=>(Module._logicalrep_write_typ=wasmExports.logicalrep_write_typ)(e,t,I),Module._logicalrep_write_stream_start=(e,t,I)=>(Module._logicalrep_write_stream_start=wasmExports.logicalrep_write_stream_start)(e,t,I),Module._logicalrep_write_stream_stop=e=>(Module._logicalrep_write_stream_stop=wasmExports.logicalrep_write_stream_stop)(e),Module._logicalrep_write_stream_commit=(e,t,I)=>(Module._logicalrep_write_stream_commit=wasmExports.logicalrep_write_stream_commit)(e,t,I),Module._logicalrep_write_stream_abort=(e,t,I,B,tr,rr)=>(Module._logicalrep_write_stream_abort=wasmExports.logicalrep_write_stream_abort)(e,t,I,B,tr,rr),Module._ProcessWalRcvInterrupts=()=>(Module._ProcessWalRcvInterrupts=wasmExports.ProcessWalRcvInterrupts)(),Module._timestamptz_to_str=e=>(Module._timestamptz_to_str=wasmExports.timestamptz_to_str)(e),Module._GetDatabaseEncodingName=()=>(Module._GetDatabaseEncodingName=wasmExports.GetDatabaseEncodingName)(),Module._PQconnectStartParams=(e,t,I)=>(Module._PQconnectStartParams=wasmExports.PQconnectStartParams)(e,t,I),Module._PQstatus=e=>(Module._PQstatus=wasmExports.PQstatus)(e),Module._PQsocket=e=>(Module._PQsocket=wasmExports.PQsocket)(e),Module._PQconnectPoll=e=>(Module._PQconnectPoll=wasmExports.PQconnectPoll)(e),Module._PQconnectionUsedPassword=e=>(Module._PQconnectionUsedPassword=wasmExports.PQconnectionUsedPassword)(e),Module._PQfinish=e=>(Module._PQfinish=wasmExports.PQfinish)(e),Module._PQresultStatus=e=>(Module._PQresultStatus=wasmExports.PQresultStatus)(e),Module._PQclear=e=>(Module._PQclear=wasmExports.PQclear)(e),Module._PQerrorMessage=e=>(Module._PQerrorMessage=wasmExports.PQerrorMessage)(e),Module._pchomp=e=>(Module._pchomp=wasmExports.pchomp)(e),Module._PQnfields=e=>(Module._PQnfields=wasmExports.PQnfields)(e),Module._PQntuples=e=>(Module._PQntuples=wasmExports.PQntuples)(e),Module._PQgetvalue=(e,t,I)=>(Module._PQgetvalue=wasmExports.PQgetvalue)(e,t,I),Module._pg_strtoint32=e=>(Module._pg_strtoint32=wasmExports.pg_strtoint32)(e),Module._PQconsumeInput=e=>(Module._PQconsumeInput=wasmExports.PQconsumeInput)(e),Module._pg_lsn_in=e=>(Module._pg_lsn_in=wasmExports.pg_lsn_in)(e),Module._DirectFunctionCall1Coll=(e,t,I)=>(Module._DirectFunctionCall1Coll=wasmExports.DirectFunctionCall1Coll)(e,t,I),Module._PQgetisnull=(e,t,I)=>(Module._PQgetisnull=wasmExports.PQgetisnull)(e,t,I),Module._tuplestore_begin_heap=(e,t,I)=>(Module._tuplestore_begin_heap=wasmExports.tuplestore_begin_heap)(e,t,I),Module._TupleDescGetAttInMetadata=e=>(Module._TupleDescGetAttInMetadata=wasmExports.TupleDescGetAttInMetadata)(e),Module._BuildTupleFromCStrings=(e,t)=>(Module._BuildTupleFromCStrings=wasmExports.BuildTupleFromCStrings)(e,t),Module._tuplestore_puttuple=(e,t)=>(Module._tuplestore_puttuple=wasmExports.tuplestore_puttuple)(e,t),Module._PQresultErrorField=(e,t)=>(Module._PQresultErrorField=wasmExports.PQresultErrorField)(e,t),Module._PQsendQuery=(e,t)=>(Module._PQsendQuery=wasmExports.PQsendQuery)(e,t),Module._PQisBusy=e=>(Module._PQisBusy=wasmExports.PQisBusy)(e),Module._PQgetResult=e=>(Module._PQgetResult=wasmExports.PQgetResult)(e),Module._ResourceOwnerDelete=e=>(Module._ResourceOwnerDelete=wasmExports.ResourceOwnerDelete)(e),Module._CreateDestReceiver=e=>(Module._CreateDestReceiver=wasmExports.CreateDestReceiver)(e),Module._defGetString=e=>(Module._defGetString=wasmExports.defGetString)(e),Module._pg_md5_encrypt=(e,t,I,B,tr)=>(Module._pg_md5_encrypt=wasmExports.pg_md5_encrypt)(e,t,I,B,tr),Module._plain_crypt_verify=(e,t,I,B)=>(Module._plain_crypt_verify=wasmExports.plain_crypt_verify)(e,t,I,B),Module._pg_b64_enc_len=e=>(Module._pg_b64_enc_len=wasmExports.pg_b64_enc_len)(e),Module._pg_b64_encode=(e,t,I,B)=>(Module._pg_b64_encode=wasmExports.pg_b64_encode)(e,t,I,B),Module._pg_b64_dec_len=e=>(Module._pg_b64_dec_len=wasmExports.pg_b64_dec_len)(e),Module._pg_b64_decode=(e,t,I,B)=>(Module._pg_b64_decode=wasmExports.pg_b64_decode)(e,t,I,B),Module._pg_hmac_create=e=>(Module._pg_hmac_create=wasmExports.pg_hmac_create)(e),Module._pg_hmac_init=(e,t,I)=>(Module._pg_hmac_init=wasmExports.pg_hmac_init)(e,t,I),Module._pg_hmac_update=(e,t,I)=>(Module._pg_hmac_update=wasmExports.pg_hmac_update)(e,t,I),Module._pg_hmac_final=(e,t,I)=>(Module._pg_hmac_final=wasmExports.pg_hmac_final)(e,t,I),Module._pg_hmac_error=e=>(Module._pg_hmac_error=wasmExports.pg_hmac_error)(e),Module._pg_hmac_free=e=>(Module._pg_hmac_free=wasmExports.pg_hmac_free)(e),Module._scram_H=(e,t,I,B,tr)=>(Module._scram_H=wasmExports.scram_H)(e,t,I,B,tr),Module._pg_saslprep=(e,t)=>(Module._pg_saslprep=wasmExports.pg_saslprep)(e,t),Module._scram_build_secret=(e,t,I,B,tr,rr,ir)=>(Module._scram_build_secret=wasmExports.scram_build_secret)(e,t,I,B,tr,rr,ir),Module._scram_SaltedPassword=(e,t,I,B,tr,rr,ir,lr)=>(Module._scram_SaltedPassword=wasmExports.scram_SaltedPassword)(e,t,I,B,tr,rr,ir,lr),Module._scram_ServerKey=(e,t,I,B,tr)=>(Module._scram_ServerKey=wasmExports.scram_ServerKey)(e,t,I,B,tr),Module._strtol=(e,t,I)=>(Module._strtol=wasmExports.strtol)(e,t,I),Module._replace_percent_placeholders=(e,t,I,B)=>(Module._replace_percent_placeholders=wasmExports.replace_percent_placeholders)(e,t,I,B),Module._fgets=(e,t,I)=>(Module._fgets=wasmExports.fgets)(e,t,I),Module._explicit_bzero=(e,t)=>(Module._explicit_bzero=wasmExports.explicit_bzero)(e,t),Module._wait_result_to_str=e=>(Module._wait_result_to_str=wasmExports.wait_result_to_str)(e),Module._pg_strip_crlf=e=>(Module._pg_strip_crlf=wasmExports.pg_strip_crlf)(e),Module._geteuid=()=>(Module._geteuid=wasmExports.geteuid)(),Module._getpeereid=(e,t,I)=>(Module._getpeereid=wasmExports.getpeereid)(e,t,I),Module._pg_getaddrinfo_all=(e,t,I,B)=>(Module._pg_getaddrinfo_all=wasmExports.pg_getaddrinfo_all)(e,t,I,B),Module._socket=(e,t,I)=>(Module._socket=wasmExports.socket)(e,t,I),Module._connect=(e,t,I)=>(Module._connect=wasmExports.connect)(e,t,I),Module._recv=(e,t,I,B)=>(Module._recv=wasmExports.recv)(e,t,I,B),Module._pg_freeaddrinfo_all=(e,t)=>(Module._pg_freeaddrinfo_all=wasmExports.pg_freeaddrinfo_all)(e,t),Module._pq_sendtext=(e,t,I)=>(Module._pq_sendtext=wasmExports.pq_sendtext)(e,t,I),Module._pq_sendfloat4=(e,t)=>(Module._pq_sendfloat4=wasmExports.pq_sendfloat4)(e,t),Module._pq_sendfloat8=(e,t)=>(Module._pq_sendfloat8=wasmExports.pq_sendfloat8)(e,t),Module._pq_begintypsend=e=>(Module._pq_begintypsend=wasmExports.pq_begintypsend)(e),Module._pq_endtypsend=e=>(Module._pq_endtypsend=wasmExports.pq_endtypsend)(e),Module._pq_getmsgfloat4=e=>(Module._pq_getmsgfloat4=wasmExports.pq_getmsgfloat4)(e),Module._pq_getmsgfloat8=e=>(Module._pq_getmsgfloat8=wasmExports.pq_getmsgfloat8)(e),Module._pq_getmsgtext=(e,t,I)=>(Module._pq_getmsgtext=wasmExports.pq_getmsgtext)(e,t,I),Module._feof=e=>(Module._feof=wasmExports.feof)(e),Module._pg_mb2wchar_with_len=(e,t,I)=>(Module._pg_mb2wchar_with_len=wasmExports.pg_mb2wchar_with_len)(e,t,I),Module._pg_regcomp=(e,t,I,B,tr)=>(Module._pg_regcomp=wasmExports.pg_regcomp)(e,t,I,B,tr),Module._pg_regerror=(e,t,I,B)=>(Module._pg_regerror=wasmExports.pg_regerror)(e,t,I,B),Module._get_role_oid=(e,t)=>(Module._get_role_oid=wasmExports.get_role_oid)(e,t),Module._strcat=(e,t)=>(Module._strcat=wasmExports.strcat)(e,t),Module._sigemptyset=e=>(Module._sigemptyset=wasmExports.sigemptyset)(e),Module._be_lo_unlink=e=>(Module._be_lo_unlink=wasmExports.be_lo_unlink)(e),Module._object_ownercheck=(e,t,I)=>(Module._object_ownercheck=wasmExports.object_ownercheck)(e,t,I),Module._text_to_cstring_buffer=(e,t,I)=>(Module._text_to_cstring_buffer=wasmExports.text_to_cstring_buffer)(e,t,I),Module._setsockopt=(e,t,I,B,tr)=>(Module._setsockopt=wasmExports.setsockopt)(e,t,I,B,tr),Module._getsockname=(e,t,I)=>(Module._getsockname=wasmExports.getsockname)(e,t,I),Module._pq_recvbuf_fill=(e,t)=>(Module._pq_recvbuf_fill=wasmExports.pq_recvbuf_fill)(e,t),Module._getsockopt=(e,t,I,B,tr)=>(Module._getsockopt=wasmExports.getsockopt)(e,t,I,B,tr),Module._getmissingattr=(e,t,I)=>(Module._getmissingattr=wasmExports.getmissingattr)(e,t,I),Module._get_rel_relkind=e=>(Module._get_rel_relkind=wasmExports.get_rel_relkind)(e),Module._MemoryContextSetIdentifier=(e,t)=>(Module._MemoryContextSetIdentifier=wasmExports.MemoryContextSetIdentifier)(e,t),Module._MemoryContextSetParent=(e,t)=>(Module._MemoryContextSetParent=wasmExports.MemoryContextSetParent)(e,t),Module._find_base_rel=(e,t)=>(Module._find_base_rel=wasmExports.find_base_rel)(e,t),Module._bms_equal=(e,t)=>(Module._bms_equal=wasmExports.bms_equal)(e,t),Module._bms_num_members=e=>(Module._bms_num_members=wasmExports.bms_num_members)(e),Module._fmgr_info_copy=(e,t,I)=>(Module._fmgr_info_copy=wasmExports.fmgr_info_copy)(e,t,I),Module._fmgr_info_cxt=(e,t,I)=>(Module._fmgr_info_cxt=wasmExports.fmgr_info_cxt)(e,t,I),Module._get_typlenbyvalalign=(e,t,I,B)=>(Module._get_typlenbyvalalign=wasmExports.get_typlenbyvalalign)(e,t,I,B),Module._deconstruct_array=(e,t,I,B,tr,rr,ir,lr)=>(Module._deconstruct_array=wasmExports.deconstruct_array)(e,t,I,B,tr,rr,ir,lr),Module._datumCopy=(e,t,I)=>(Module._datumCopy=wasmExports.datumCopy)(e,t,I),Module._qsort_arg=(e,t,I,B,tr)=>(Module._qsort_arg=wasmExports.qsort_arg)(e,t,I,B,tr),Module._FunctionCall2Coll=(e,t,I,B)=>(Module._FunctionCall2Coll=wasmExports.FunctionCall2Coll)(e,t,I,B),Module._datumIsEqual=(e,t,I,B)=>(Module._datumIsEqual=wasmExports.datumIsEqual)(e,t,I,B),Module._bms_overlap=(e,t)=>(Module._bms_overlap=wasmExports.bms_overlap)(e,t),Module._ExecPrepareExpr=(e,t)=>(Module._ExecPrepareExpr=wasmExports.ExecPrepareExpr)(e,t),Module._RegisterSnapshot=e=>(Module._RegisterSnapshot=wasmExports.RegisterSnapshot)(e),Module._UnregisterSnapshot=e=>(Module._UnregisterSnapshot=wasmExports.UnregisterSnapshot)(e),Module._get_fn_expr_argtype=(e,t)=>(Module._get_fn_expr_argtype=wasmExports.get_fn_expr_argtype)(e,t),Module._get_opfamily_member=(e,t,I,B)=>(Module._get_opfamily_member=wasmExports.get_opfamily_member)(e,t,I,B),Module._init_MultiFuncCall=e=>(Module._init_MultiFuncCall=wasmExports.init_MultiFuncCall)(e),Module._per_MultiFuncCall=e=>(Module._per_MultiFuncCall=wasmExports.per_MultiFuncCall)(e),Module._end_MultiFuncCall=(e,t)=>(Module._end_MultiFuncCall=wasmExports.end_MultiFuncCall)(e,t),Module._textToQualifiedNameList=e=>(Module._textToQualifiedNameList=wasmExports.textToQualifiedNameList)(e),Module._FunctionCall1Coll=(e,t,I)=>(Module._FunctionCall1Coll=wasmExports.FunctionCall1Coll)(e,t,I),Module._DirectFunctionCall4Coll=(e,t,I,B,tr,rr)=>(Module._DirectFunctionCall4Coll=wasmExports.DirectFunctionCall4Coll)(e,t,I,B,tr,rr),Module._pg_mblen=e=>(Module._pg_mblen=wasmExports.pg_mblen)(e),Module._tsearch_readline_begin=(e,t)=>(Module._tsearch_readline_begin=wasmExports.tsearch_readline_begin)(e,t),Module._tsearch_readline=e=>(Module._tsearch_readline=wasmExports.tsearch_readline)(e),Module._t_isspace=e=>(Module._t_isspace=wasmExports.t_isspace)(e),Module._lowerstr=e=>(Module._lowerstr=wasmExports.lowerstr)(e),Module._tsearch_readline_end=e=>(Module._tsearch_readline_end=wasmExports.tsearch_readline_end)(e),Module._t_isdigit=e=>(Module._t_isdigit=wasmExports.t_isdigit)(e),Module._pnstrdup=(e,t)=>(Module._pnstrdup=wasmExports.pnstrdup)(e,t),Module._get_tsearch_config_filename=(e,t)=>(Module._get_tsearch_config_filename=wasmExports.get_tsearch_config_filename)(e,t),Module._lookup_ts_dictionary_cache=e=>(Module._lookup_ts_dictionary_cache=wasmExports.lookup_ts_dictionary_cache)(e),Module._FunctionCall4Coll=(e,t,I,B,tr,rr)=>(Module._FunctionCall4Coll=wasmExports.FunctionCall4Coll)(e,t,I,B,tr,rr),Module._t_isalnum=e=>(Module._t_isalnum=wasmExports.t_isalnum)(e),Module._isalnum=e=>(Module._isalnum=wasmExports.isalnum)(e),Module._pg_any_to_server=(e,t,I)=>(Module._pg_any_to_server=wasmExports.pg_any_to_server)(e,t,I),Module._lowerstr_with_len=(e,t)=>(Module._lowerstr_with_len=wasmExports.lowerstr_with_len)(e,t),Module._tolower=e=>(Module._tolower=wasmExports.tolower)(e),Module._readstoplist=(e,t,I)=>(Module._readstoplist=wasmExports.readstoplist)(e,t,I),Module._searchstoplist=(e,t)=>(Module._searchstoplist=wasmExports.searchstoplist)(e,t),Module._GetDatabaseEncoding=()=>(Module._GetDatabaseEncoding=wasmExports.GetDatabaseEncoding)(),Module._vacuum_delay_point=()=>(Module._vacuum_delay_point=wasmExports.vacuum_delay_point)(),Module._get_restriction_variable=(e,t,I,B,tr,rr)=>(Module._get_restriction_variable=wasmExports.get_restriction_variable)(e,t,I,B,tr,rr),Module._get_attstatsslot=(e,t,I,B,tr)=>(Module._get_attstatsslot=wasmExports.get_attstatsslot)(e,t,I,B,tr),Module._free_attstatsslot=e=>(Module._free_attstatsslot=wasmExports.free_attstatsslot)(e),Module._Float8GetDatum=e=>(Module._Float8GetDatum=wasmExports.Float8GetDatum)(e),Module._ExecReScan=e=>(Module._ExecReScan=wasmExports.ExecReScan)(e),Module._ExecAsyncResponse=e=>(Module._ExecAsyncResponse=wasmExports.ExecAsyncResponse)(e),Module._ExecAsyncRequestDone=(e,t)=>(Module._ExecAsyncRequestDone=wasmExports.ExecAsyncRequestDone)(e,t),Module._ExecAsyncRequestPending=e=>(Module._ExecAsyncRequestPending=wasmExports.ExecAsyncRequestPending)(e),Module._tuplesort_end=e=>(Module._tuplesort_end=wasmExports.tuplesort_end)(e),Module._ExecInitExprList=(e,t)=>(Module._ExecInitExprList=wasmExports.ExecInitExprList)(e,t),Module._fmgr_info=(e,t)=>(Module._fmgr_info=wasmExports.fmgr_info)(e,t),Module._get_typlenbyval=(e,t,I)=>(Module._get_typlenbyval=wasmExports.get_typlenbyval)(e,t,I),Module._ExecForceStoreHeapTuple=(e,t,I)=>(Module._ExecForceStoreHeapTuple=wasmExports.ExecForceStoreHeapTuple)(e,t,I),Module._tuplesort_performsort=e=>(Module._tuplesort_performsort=wasmExports.tuplesort_performsort)(e),Module._tuplesort_begin_heap=(e,t,I,B,tr,rr,ir,lr,mr)=>(Module._tuplesort_begin_heap=wasmExports.tuplesort_begin_heap)(e,t,I,B,tr,rr,ir,lr,mr),Module._MemoryContextMemAllocated=(e,t)=>(Module._MemoryContextMemAllocated=wasmExports.MemoryContextMemAllocated)(e,t),Module._tuplesort_gettupleslot=(e,t,I,B,tr)=>(Module._tuplesort_gettupleslot=wasmExports.tuplesort_gettupleslot)(e,t,I,B,tr),Module._tuplesort_puttupleslot=(e,t)=>(Module._tuplesort_puttupleslot=wasmExports.tuplesort_puttupleslot)(e,t),Module._ExecStoreAllNullTuple=e=>(Module._ExecStoreAllNullTuple=wasmExports.ExecStoreAllNullTuple)(e),Module._MakeExpandedObjectReadOnlyInternal=e=>(Module._MakeExpandedObjectReadOnlyInternal=wasmExports.MakeExpandedObjectReadOnlyInternal)(e),Module._BlessTupleDesc=e=>(Module._BlessTupleDesc=wasmExports.BlessTupleDesc)(e),Module._pg_detoast_datum_copy=e=>(Module._pg_detoast_datum_copy=wasmExports.pg_detoast_datum_copy)(e),Module._construct_md_array=(e,t,I,B,tr,rr,ir,lr,mr)=>(Module._construct_md_array=wasmExports.construct_md_array)(e,t,I,B,tr,rr,ir,lr,mr),Module._ArrayGetNItems=(e,t)=>(Module._ArrayGetNItems=wasmExports.ArrayGetNItems)(e,t),Module._construct_empty_array=e=>(Module._construct_empty_array=wasmExports.construct_empty_array)(e),Module._DatumGetEOHP=e=>(Module._DatumGetEOHP=wasmExports.DatumGetEOHP)(e),Module._expanded_record_fetch_tupdesc=e=>(Module._expanded_record_fetch_tupdesc=wasmExports.expanded_record_fetch_tupdesc)(e),Module._expanded_record_fetch_field=(e,t,I)=>(Module._expanded_record_fetch_field=wasmExports.expanded_record_fetch_field)(e,t,I),Module._execute_attr_map_tuple=(e,t)=>(Module._execute_attr_map_tuple=wasmExports.execute_attr_map_tuple)(e,t),Module._MemoryContextAllocExtended=(e,t,I)=>(Module._MemoryContextAllocExtended=wasmExports.MemoryContextAllocExtended)(e,t,I),Module._lookup_rowtype_tupdesc_domain=(e,t,I)=>(Module._lookup_rowtype_tupdesc_domain=wasmExports.lookup_rowtype_tupdesc_domain)(e,t,I),Module._MemoryContextGetParent=e=>(Module._MemoryContextGetParent=wasmExports.MemoryContextGetParent)(e),Module._DeleteExpandedObject=e=>(Module._DeleteExpandedObject=wasmExports.DeleteExpandedObject)(e),Module._InstrAlloc=(e,t,I)=>(Module._InstrAlloc=wasmExports.InstrAlloc)(e,t,I),Module._ExprEvalPushStep=(e,t)=>(Module._ExprEvalPushStep=wasmExports.ExprEvalPushStep)(e,t),Module._getTypeOutputInfo=(e,t,I)=>(Module._getTypeOutputInfo=wasmExports.getTypeOutputInfo)(e,t,I),Module._ExecInitExprWithParams=(e,t)=>(Module._ExecInitExprWithParams=wasmExports.ExecInitExprWithParams)(e,t),Module._ExecOpenScanRelation=(e,t,I)=>(Module._ExecOpenScanRelation=wasmExports.ExecOpenScanRelation)(e,t,I),Module._FreeExprContext=(e,t)=>(Module._FreeExprContext=wasmExports.FreeExprContext)(e,t),Module._CreateExprContext=e=>(Module._CreateExprContext=wasmExports.CreateExprContext)(e),Module._ExecGetReturningSlot=(e,t)=>(Module._ExecGetReturningSlot=wasmExports.ExecGetReturningSlot)(e,t),Module._build_attrmap_by_name_if_req=(e,t,I)=>(Module._build_attrmap_by_name_if_req=wasmExports.build_attrmap_by_name_if_req)(e,t,I),Module._ExecGetResultRelCheckAsUser=(e,t)=>(Module._ExecGetResultRelCheckAsUser=wasmExports.ExecGetResultRelCheckAsUser)(e,t),Module._InstrEndLoop=e=>(Module._InstrEndLoop=wasmExports.InstrEndLoop)(e),Module._ExecStoreHeapTuple=(e,t,I)=>(Module._ExecStoreHeapTuple=wasmExports.ExecStoreHeapTuple)(e,t,I),Module._get_partition_ancestors=e=>(Module._get_partition_ancestors=wasmExports.get_partition_ancestors)(e),Module._pull_varattnos=(e,t,I)=>(Module._pull_varattnos=wasmExports.pull_varattnos)(e,t,I),Module._ExecFindJunkAttributeInTlist=(e,t)=>(Module._ExecFindJunkAttributeInTlist=wasmExports.ExecFindJunkAttributeInTlist)(e,t),Module._visibilitymap_get_status=(e,t,I)=>(Module._visibilitymap_get_status=wasmExports.visibilitymap_get_status)(e,t,I),Module._index_deform_tuple=(e,t,I,B)=>(Module._index_deform_tuple=wasmExports.index_deform_tuple)(e,t,I,B),Module._LaunchParallelWorkers=e=>(Module._LaunchParallelWorkers=wasmExports.LaunchParallelWorkers)(e),Module._standard_ExecutorStart=(e,t)=>(Module._standard_ExecutorStart=wasmExports.standard_ExecutorStart)(e,t),Module._GetCommandTagName=e=>(Module._GetCommandTagName=wasmExports.GetCommandTagName)(e),Module._standard_ExecutorRun=(e,t,I,B)=>(Module._standard_ExecutorRun=wasmExports.standard_ExecutorRun)(e,t,I,B),Module._EnterParallelMode=()=>(Module._EnterParallelMode=wasmExports.EnterParallelMode)(),Module._ExitParallelMode=()=>(Module._ExitParallelMode=wasmExports.ExitParallelMode)(),Module._standard_ExecutorFinish=e=>(Module._standard_ExecutorFinish=wasmExports.standard_ExecutorFinish)(e),Module._standard_ExecutorEnd=e=>(Module._standard_ExecutorEnd=wasmExports.standard_ExecutorEnd)(e),Module._MakeTupleTableSlot=(e,t)=>(Module._MakeTupleTableSlot=wasmExports.MakeTupleTableSlot)(e,t),Module._CreateParallelContext=(e,t,I)=>(Module._CreateParallelContext=wasmExports.CreateParallelContext)(e,t,I),Module._InitializeParallelDSM=e=>(Module._InitializeParallelDSM=wasmExports.InitializeParallelDSM)(e),Module._WaitForParallelWorkersToFinish=e=>(Module._WaitForParallelWorkersToFinish=wasmExports.WaitForParallelWorkersToFinish)(e),Module._DestroyParallelContext=e=>(Module._DestroyParallelContext=wasmExports.DestroyParallelContext)(e),Module._SPI_connect=()=>(Module._SPI_connect=wasmExports.SPI_connect)(),Module._SPI_connect_ext=e=>(Module._SPI_connect_ext=wasmExports.SPI_connect_ext)(e),Module._SPI_finish=()=>(Module._SPI_finish=wasmExports.SPI_finish)(),Module._SPI_commit=()=>(Module._SPI_commit=wasmExports.SPI_commit)(),Module._ReThrowError=e=>(Module._ReThrowError=wasmExports.ReThrowError)(e),Module._SPI_commit_and_chain=()=>(Module._SPI_commit_and_chain=wasmExports.SPI_commit_and_chain)(),Module._SPI_rollback=()=>(Module._SPI_rollback=wasmExports.SPI_rollback)(),Module._SPI_rollback_and_chain=()=>(Module._SPI_rollback_and_chain=wasmExports.SPI_rollback_and_chain)(),Module._SPI_execute=(e,t,I)=>(Module._SPI_execute=wasmExports.SPI_execute)(e,t,I),Module._EnsurePortalSnapshotExists=()=>(Module._EnsurePortalSnapshotExists=wasmExports.EnsurePortalSnapshotExists)(),Module._SPI_freetuptable=e=>(Module._SPI_freetuptable=wasmExports.SPI_freetuptable)(e),Module._ReleaseCachedPlan=(e,t)=>(Module._ReleaseCachedPlan=wasmExports.ReleaseCachedPlan)(e,t),Module._SPI_exec=(e,t)=>(Module._SPI_exec=wasmExports.SPI_exec)(e,t),Module._SPI_execute_extended=(e,t)=>(Module._SPI_execute_extended=wasmExports.SPI_execute_extended)(e,t),Module._makeParamList=e=>(Module._makeParamList=wasmExports.makeParamList)(e),Module._SPI_execp=(e,t,I,B)=>(Module._SPI_execp=wasmExports.SPI_execp)(e,t,I,B),Module._SPI_execute_plan_extended=(e,t)=>(Module._SPI_execute_plan_extended=wasmExports.SPI_execute_plan_extended)(e,t),Module._SPI_execute_plan_with_paramlist=(e,t,I,B)=>(Module._SPI_execute_plan_with_paramlist=wasmExports.SPI_execute_plan_with_paramlist)(e,t,I,B),Module._SPI_prepare=(e,t,I)=>(Module._SPI_prepare=wasmExports.SPI_prepare)(e,t,I),Module._SPI_prepare_extended=(e,t)=>(Module._SPI_prepare_extended=wasmExports.SPI_prepare_extended)(e,t),Module._SPI_keepplan=e=>(Module._SPI_keepplan=wasmExports.SPI_keepplan)(e),Module._SPI_freeplan=e=>(Module._SPI_freeplan=wasmExports.SPI_freeplan)(e),Module._SPI_copytuple=e=>(Module._SPI_copytuple=wasmExports.SPI_copytuple)(e),Module._SPI_returntuple=(e,t)=>(Module._SPI_returntuple=wasmExports.SPI_returntuple)(e,t),Module._SPI_fnumber=(e,t)=>(Module._SPI_fnumber=wasmExports.SPI_fnumber)(e,t),Module._SPI_fname=(e,t)=>(Module._SPI_fname=wasmExports.SPI_fname)(e,t),Module._SPI_getvalue=(e,t,I)=>(Module._SPI_getvalue=wasmExports.SPI_getvalue)(e,t,I),Module._SPI_getbinval=(e,t,I,B)=>(Module._SPI_getbinval=wasmExports.SPI_getbinval)(e,t,I,B),Module._SPI_gettype=(e,t)=>(Module._SPI_gettype=wasmExports.SPI_gettype)(e,t),Module._SPI_gettypeid=(e,t)=>(Module._SPI_gettypeid=wasmExports.SPI_gettypeid)(e,t),Module._SPI_getrelname=e=>(Module._SPI_getrelname=wasmExports.SPI_getrelname)(e),Module._SPI_palloc=e=>(Module._SPI_palloc=wasmExports.SPI_palloc)(e),Module._SPI_datumTransfer=(e,t,I)=>(Module._SPI_datumTransfer=wasmExports.SPI_datumTransfer)(e,t,I),Module._datumTransfer=(e,t,I)=>(Module._datumTransfer=wasmExports.datumTransfer)(e,t,I),Module._SPI_cursor_open_with_paramlist=(e,t,I,B)=>(Module._SPI_cursor_open_with_paramlist=wasmExports.SPI_cursor_open_with_paramlist)(e,t,I,B),Module._SPI_cursor_parse_open=(e,t,I)=>(Module._SPI_cursor_parse_open=wasmExports.SPI_cursor_parse_open)(e,t,I),Module._SPI_cursor_find=e=>(Module._SPI_cursor_find=wasmExports.SPI_cursor_find)(e),Module._SPI_cursor_fetch=(e,t,I)=>(Module._SPI_cursor_fetch=wasmExports.SPI_cursor_fetch)(e,t,I),Module._SPI_scroll_cursor_fetch=(e,t,I)=>(Module._SPI_scroll_cursor_fetch=wasmExports.SPI_scroll_cursor_fetch)(e,t,I),Module._SPI_scroll_cursor_move=(e,t,I)=>(Module._SPI_scroll_cursor_move=wasmExports.SPI_scroll_cursor_move)(e,t,I),Module._SPI_cursor_close=e=>(Module._SPI_cursor_close=wasmExports.SPI_cursor_close)(e),Module._SPI_result_code_string=e=>(Module._SPI_result_code_string=wasmExports.SPI_result_code_string)(e),Module._SPI_plan_get_plan_sources=e=>(Module._SPI_plan_get_plan_sources=wasmExports.SPI_plan_get_plan_sources)(e),Module._SPI_plan_get_cached_plan=e=>(Module._SPI_plan_get_cached_plan=wasmExports.SPI_plan_get_cached_plan)(e),Module._geterrposition=()=>(Module._geterrposition=wasmExports.geterrposition)(),Module._internalerrposition=e=>(Module._internalerrposition=wasmExports.internalerrposition)(e),Module._internalerrquery=e=>(Module._internalerrquery=wasmExports.internalerrquery)(e),Module._SPI_register_trigger_data=e=>(Module._SPI_register_trigger_data=wasmExports.SPI_register_trigger_data)(e),Module._EOH_get_flat_size=e=>(Module._EOH_get_flat_size=wasmExports.EOH_get_flat_size)(e),Module._EOH_flatten_into=(e,t,I)=>(Module._EOH_flatten_into=wasmExports.EOH_flatten_into)(e,t,I),Module._ExecFetchSlotHeapTuple=(e,t,I)=>(Module._ExecFetchSlotHeapTuple=wasmExports.ExecFetchSlotHeapTuple)(e,t,I),Module._InputFunctionCall=(e,t,I,B)=>(Module._InputFunctionCall=wasmExports.InputFunctionCall)(e,t,I,B),Module._convert_tuples_by_position=(e,t,I)=>(Module._convert_tuples_by_position=wasmExports.convert_tuples_by_position)(e,t,I),Module._SetTuplestoreDestReceiverParams=(e,t,I,B,tr,rr)=>(Module._SetTuplestoreDestReceiverParams=wasmExports.SetTuplestoreDestReceiverParams)(e,t,I,B,tr,rr),Module._detoast_external_attr=e=>(Module._detoast_external_attr=wasmExports.detoast_external_attr)(e),Module._bms_nonempty_difference=(e,t)=>(Module._bms_nonempty_difference=wasmExports.bms_nonempty_difference)(e,t),Module._table_parallelscan_estimate=(e,t)=>(Module._table_parallelscan_estimate=wasmExports.table_parallelscan_estimate)(e,t),Module._table_parallelscan_initialize=(e,t,I)=>(Module._table_parallelscan_initialize=wasmExports.table_parallelscan_initialize)(e,t,I),Module._table_beginscan_parallel=(e,t)=>(Module._table_beginscan_parallel=wasmExports.table_beginscan_parallel)(e,t),Module._BufferUsageAccumDiff=(e,t,I)=>(Module._BufferUsageAccumDiff=wasmExports.BufferUsageAccumDiff)(e,t,I),Module._WalUsageAccumDiff=(e,t,I)=>(Module._WalUsageAccumDiff=wasmExports.WalUsageAccumDiff)(e,t,I),Module._InstrUpdateTupleCount=(e,t)=>(Module._InstrUpdateTupleCount=wasmExports.InstrUpdateTupleCount)(e,t),Module._tuplesort_reset=e=>(Module._tuplesort_reset=wasmExports.tuplesort_reset)(e),Module._get_call_expr_argtype=(e,t)=>(Module._get_call_expr_argtype=wasmExports.get_call_expr_argtype)(e,t),Module._get_typtype=e=>(Module._get_typtype=wasmExports.get_typtype)(e),Module._pull_var_clause=(e,t)=>(Module._pull_var_clause=wasmExports.pull_var_clause)(e,t),Module._bms_is_subset=(e,t)=>(Module._bms_is_subset=wasmExports.bms_is_subset)(e,t),Module._bms_membership=e=>(Module._bms_membership=wasmExports.bms_membership)(e),Module._make_restrictinfo=(e,t,I,B,tr,rr,ir,lr,mr,dr)=>(Module._make_restrictinfo=wasmExports.make_restrictinfo)(e,t,I,B,tr,rr,ir,lr,mr,dr),Module._GetSysCacheHashValue=(e,t,I,B,tr)=>(Module._GetSysCacheHashValue=wasmExports.GetSysCacheHashValue)(e,t,I,B,tr),Module._tlist_member=(e,t)=>(Module._tlist_member=wasmExports.tlist_member)(e,t),Module._add_path=(e,t)=>(Module._add_path=wasmExports.add_path)(e,t),Module._contain_mutable_functions=e=>(Module._contain_mutable_functions=wasmExports.contain_mutable_functions)(e),Module._make_orclause=e=>(Module._make_orclause=wasmExports.make_orclause)(e),Module._extract_actual_clauses=(e,t)=>(Module._extract_actual_clauses=wasmExports.extract_actual_clauses)(e,t),Module._cost_sort=(e,t,I,B,tr,rr,ir,lr,mr)=>(Module._cost_sort=wasmExports.cost_sort)(e,t,I,B,tr,rr,ir,lr,mr),Module._pathkeys_contained_in=(e,t)=>(Module._pathkeys_contained_in=wasmExports.pathkeys_contained_in)(e,t),Module._change_plan_targetlist=(e,t,I)=>(Module._change_plan_targetlist=wasmExports.change_plan_targetlist)(e,t,I),Module._make_foreignscan=(e,t,I,B,tr,rr,ir,lr)=>(Module._make_foreignscan=wasmExports.make_foreignscan)(e,t,I,B,tr,rr,ir,lr),Module._list_member_ptr=(e,t)=>(Module._list_member_ptr=wasmExports.list_member_ptr)(e,t),Module._clamp_row_est=e=>(Module._clamp_row_est=wasmExports.clamp_row_est)(e),Module._standard_planner=(e,t,I,B)=>(Module._standard_planner=wasmExports.standard_planner)(e,t,I,B),Module._estimate_expression_value=(e,t)=>(Module._estimate_expression_value=wasmExports.estimate_expression_value)(e,t),Module._add_new_columns_to_pathtarget=(e,t)=>(Module._add_new_columns_to_pathtarget=wasmExports.add_new_columns_to_pathtarget)(e,t),Module._get_sortgroupref_clause_noerr=(e,t)=>(Module._get_sortgroupref_clause_noerr=wasmExports.get_sortgroupref_clause_noerr)(e,t),Module._get_agg_clause_costs=(e,t,I)=>(Module._get_agg_clause_costs=wasmExports.get_agg_clause_costs)(e,t,I),Module._grouping_is_sortable=e=>(Module._grouping_is_sortable=wasmExports.grouping_is_sortable)(e),Module._create_sort_path=(e,t,I,B,tr)=>(Module._create_sort_path=wasmExports.create_sort_path)(e,t,I,B,tr),Module._copy_pathtarget=e=>(Module._copy_pathtarget=wasmExports.copy_pathtarget)(e),Module._get_sortgrouplist_exprs=(e,t)=>(Module._get_sortgrouplist_exprs=wasmExports.get_sortgrouplist_exprs)(e,t),Module._estimate_num_groups=(e,t,I,B,tr)=>(Module._estimate_num_groups=wasmExports.estimate_num_groups)(e,t,I,B,tr),Module._cost_qual_eval=(e,t,I)=>(Module._cost_qual_eval=wasmExports.cost_qual_eval)(e,t,I),Module._plan_create_index_workers=(e,t)=>(Module._plan_create_index_workers=wasmExports.plan_create_index_workers)(e,t),Module._create_projection_path=(e,t,I,B)=>(Module._create_projection_path=wasmExports.create_projection_path)(e,t,I,B),Module._get_plan_rowmark=(e,t)=>(Module._get_plan_rowmark=wasmExports.get_plan_rowmark)(e,t),Module._find_join_rel=(e,t)=>(Module._find_join_rel=wasmExports.find_join_rel)(e,t),Module._make_canonical_pathkey=(e,t,I,B,tr)=>(Module._make_canonical_pathkey=wasmExports.make_canonical_pathkey)(e,t,I,B,tr),Module._eclass_useful_for_merging=(e,t,I)=>(Module._eclass_useful_for_merging=wasmExports.eclass_useful_for_merging)(e,t,I),Module._update_mergeclause_eclasses=(e,t)=>(Module._update_mergeclause_eclasses=wasmExports.update_mergeclause_eclasses)(e,t),Module._clauselist_selectivity=(e,t,I,B,tr)=>(Module._clauselist_selectivity=wasmExports.clauselist_selectivity)(e,t,I,B,tr),Module._join_clause_is_movable_to=(e,t)=>(Module._join_clause_is_movable_to=wasmExports.join_clause_is_movable_to)(e,t),Module._generate_implied_equalities_for_column=(e,t,I,B,tr)=>(Module._generate_implied_equalities_for_column=wasmExports.generate_implied_equalities_for_column)(e,t,I,B,tr),Module._get_tablespace_page_costs=(e,t,I)=>(Module._get_tablespace_page_costs=wasmExports.get_tablespace_page_costs)(e,t,I),Module._set_baserel_size_estimates=(e,t)=>(Module._set_baserel_size_estimates=wasmExports.set_baserel_size_estimates)(e,t),Module._add_to_flat_tlist=(e,t)=>(Module._add_to_flat_tlist=wasmExports.add_to_flat_tlist)(e,t),Module._get_baserel_parampathinfo=(e,t,I)=>(Module._get_baserel_parampathinfo=wasmExports.get_baserel_parampathinfo)(e,t,I),Module._create_foreignscan_path=(e,t,I,B,tr,rr,ir,lr,mr,dr)=>(Module._create_foreignscan_path=wasmExports.create_foreignscan_path)(e,t,I,B,tr,rr,ir,lr,mr,dr),Module._create_foreign_join_path=(e,t,I,B,tr,rr,ir,lr,mr,dr)=>(Module._create_foreign_join_path=wasmExports.create_foreign_join_path)(e,t,I,B,tr,rr,ir,lr,mr,dr),Module._create_foreign_upper_path=(e,t,I,B,tr,rr,ir,lr,mr)=>(Module._create_foreign_upper_path=wasmExports.create_foreign_upper_path)(e,t,I,B,tr,rr,ir,lr,mr),Module._adjust_limit_rows_costs=(e,t,I,B,tr)=>(Module._adjust_limit_rows_costs=wasmExports.adjust_limit_rows_costs)(e,t,I,B,tr),Module._SearchSysCacheAttName=(e,t)=>(Module._SearchSysCacheAttName=wasmExports.SearchSysCacheAttName)(e,t),Module._get_translated_update_targetlist=(e,t,I,B)=>(Module._get_translated_update_targetlist=wasmExports.get_translated_update_targetlist)(e,t,I,B),Module._add_row_identity_var=(e,t,I,B)=>(Module._add_row_identity_var=wasmExports.add_row_identity_var)(e,t,I,B),Module._get_rel_all_updated_cols=(e,t)=>(Module._get_rel_all_updated_cols=wasmExports.get_rel_all_updated_cols)(e,t),Module._list_append_unique_ptr=(e,t)=>(Module._list_append_unique_ptr=wasmExports.list_append_unique_ptr)(e,t),Module._palloc_extended=(e,t)=>(Module._palloc_extended=wasmExports.palloc_extended)(e,t),Module._pg_reg_getinitialstate=e=>(Module._pg_reg_getinitialstate=wasmExports.pg_reg_getinitialstate)(e),Module._pg_reg_getfinalstate=e=>(Module._pg_reg_getfinalstate=wasmExports.pg_reg_getfinalstate)(e),Module._pg_reg_getnumoutarcs=(e,t)=>(Module._pg_reg_getnumoutarcs=wasmExports.pg_reg_getnumoutarcs)(e,t),Module._pg_reg_getoutarcs=(e,t,I,B)=>(Module._pg_reg_getoutarcs=wasmExports.pg_reg_getoutarcs)(e,t,I,B),Module._pg_reg_getnumcolors=e=>(Module._pg_reg_getnumcolors=wasmExports.pg_reg_getnumcolors)(e),Module._pg_reg_colorisbegin=(e,t)=>(Module._pg_reg_colorisbegin=wasmExports.pg_reg_colorisbegin)(e,t),Module._pg_reg_colorisend=(e,t)=>(Module._pg_reg_colorisend=wasmExports.pg_reg_colorisend)(e,t),Module._pg_reg_getnumcharacters=(e,t)=>(Module._pg_reg_getnumcharacters=wasmExports.pg_reg_getnumcharacters)(e,t),Module._pg_reg_getcharacters=(e,t,I,B)=>(Module._pg_reg_getcharacters=wasmExports.pg_reg_getcharacters)(e,t,I,B),Module._toupper=e=>(Module._toupper=wasmExports.toupper)(e),Module._pg_initdb=()=>(Module._pg_initdb=wasmExports.pg_initdb)(),Module._pg_initdb_main=()=>(Module._pg_initdb_main=wasmExports.pg_initdb_main)(),Module.___cxa_throw=(e,t,I)=>(Module.___cxa_throw=wasmExports.__cxa_throw)(e,t,I),Module._main_repl=()=>(Module._main_repl=wasmExports.main_repl)(),Module._main=(e,t)=>(Module._main=wasmExports.__main_argc_argv)(e,t),Module._setenv=(e,t,I)=>(Module._setenv=wasmExports.setenv)(e,t,I),Module._pg_repl_raf=()=>(Module._pg_repl_raf=wasmExports.pg_repl_raf)(),Module._GetForeignDataWrapper=e=>(Module._GetForeignDataWrapper=wasmExports.GetForeignDataWrapper)(e),Module._GetForeignServer=e=>(Module._GetForeignServer=wasmExports.GetForeignServer)(e),Module._GetForeignServerExtended=(e,t)=>(Module._GetForeignServerExtended=wasmExports.GetForeignServerExtended)(e,t),Module._GetForeignServerByName=(e,t)=>(Module._GetForeignServerByName=wasmExports.GetForeignServerByName)(e,t),Module._GetUserMapping=(e,t)=>(Module._GetUserMapping=wasmExports.GetUserMapping)(e,t),Module._GetForeignTable=e=>(Module._GetForeignTable=wasmExports.GetForeignTable)(e),Module._GetForeignColumnOptions=(e,t)=>(Module._GetForeignColumnOptions=wasmExports.GetForeignColumnOptions)(e,t),Module._initClosestMatch=(e,t,I)=>(Module._initClosestMatch=wasmExports.initClosestMatch)(e,t,I),Module._updateClosestMatch=(e,t)=>(Module._updateClosestMatch=wasmExports.updateClosestMatch)(e,t),Module._getClosestMatch=e=>(Module._getClosestMatch=wasmExports.getClosestMatch)(e),Module._GetExistingLocalJoinPath=e=>(Module._GetExistingLocalJoinPath=wasmExports.GetExistingLocalJoinPath)(e),Module._BaseBackupAddTarget=(e,t,I)=>(Module._BaseBackupAddTarget=wasmExports.BaseBackupAddTarget)(e,t,I),Module._bbsink_forward_begin_backup=e=>(Module._bbsink_forward_begin_backup=wasmExports.bbsink_forward_begin_backup)(e),Module._bbsink_forward_archive_contents=(e,t)=>(Module._bbsink_forward_archive_contents=wasmExports.bbsink_forward_archive_contents)(e,t),Module._bbsink_forward_end_archive=e=>(Module._bbsink_forward_end_archive=wasmExports.bbsink_forward_end_archive)(e),Module._bbsink_forward_begin_archive=(e,t)=>(Module._bbsink_forward_begin_archive=wasmExports.bbsink_forward_begin_archive)(e,t),Module._bbsink_forward_begin_manifest=e=>(Module._bbsink_forward_begin_manifest=wasmExports.bbsink_forward_begin_manifest)(e),Module._bbsink_forward_manifest_contents=(e,t)=>(Module._bbsink_forward_manifest_contents=wasmExports.bbsink_forward_manifest_contents)(e,t),Module._bbsink_forward_end_manifest=e=>(Module._bbsink_forward_end_manifest=wasmExports.bbsink_forward_end_manifest)(e),Module._bbsink_forward_end_backup=(e,t,I)=>(Module._bbsink_forward_end_backup=wasmExports.bbsink_forward_end_backup)(e,t,I),Module._bbsink_forward_cleanup=e=>(Module._bbsink_forward_cleanup=wasmExports.bbsink_forward_cleanup)(e),Module._ResourceOwnerCreate=(e,t)=>(Module._ResourceOwnerCreate=wasmExports.ResourceOwnerCreate)(e,t),Module._escape_json=(e,t)=>(Module._escape_json=wasmExports.escape_json)(e,t),Module._exprIsLengthCoercion=(e,t)=>(Module._exprIsLengthCoercion=wasmExports.exprIsLengthCoercion)(e,t),Module._tbm_add_tuples=(e,t,I,B)=>(Module._tbm_add_tuples=wasmExports.tbm_add_tuples)(e,t,I,B),Module._appendStringInfoStringQuoted=(e,t,I)=>(Module._appendStringInfoStringQuoted=wasmExports.appendStringInfoStringQuoted)(e,t,I),Module._list_make5_impl=(e,t,I,B,tr,rr)=>(Module._list_make5_impl=wasmExports.list_make5_impl)(e,t,I,B,tr,rr),Module._list_delete=(e,t)=>(Module._list_delete=wasmExports.list_delete)(e,t),Module._CleanQuerytext=(e,t,I)=>(Module._CleanQuerytext=wasmExports.CleanQuerytext)(e,t,I),Module._EnableQueryId=()=>(Module._EnableQueryId=wasmExports.EnableQueryId)(),Module._get_rel_type_id=e=>(Module._get_rel_type_id=wasmExports.get_rel_type_id)(e),Module._set_config_option=(e,t,I,B,tr,rr,ir,lr)=>(Module._set_config_option=wasmExports.set_config_option)(e,t,I,B,tr,rr,ir,lr),Module._NewGUCNestLevel=()=>(Module._NewGUCNestLevel=wasmExports.NewGUCNestLevel)(),Module._AtEOXact_GUC=(e,t)=>(Module._AtEOXact_GUC=wasmExports.AtEOXact_GUC)(e,t),Module._parse_int=(e,t,I,B)=>(Module._parse_int=wasmExports.parse_int)(e,t,I,B),Module._strtod=(e,t)=>(Module._strtod=wasmExports.strtod)(e,t),Module._parse_real=(e,t,I,B)=>(Module._parse_real=wasmExports.parse_real)(e,t,I,B),Module._DefineCustomBoolVariable=(e,t,I,B,tr,rr,ir,lr,mr,dr)=>(Module._DefineCustomBoolVariable=wasmExports.DefineCustomBoolVariable)(e,t,I,B,tr,rr,ir,lr,mr,dr),Module._DefineCustomIntVariable=(e,t,I,B,tr,rr,ir,lr,mr,dr,_r,hr)=>(Module._DefineCustomIntVariable=wasmExports.DefineCustomIntVariable)(e,t,I,B,tr,rr,ir,lr,mr,dr,_r,hr),Module._DefineCustomRealVariable=(e,t,I,B,tr,rr,ir,lr,mr,dr,_r,hr)=>(Module._DefineCustomRealVariable=wasmExports.DefineCustomRealVariable)(e,t,I,B,tr,rr,ir,lr,mr,dr,_r,hr),Module._DefineCustomStringVariable=(e,t,I,B,tr,rr,ir,lr,mr,dr)=>(Module._DefineCustomStringVariable=wasmExports.DefineCustomStringVariable)(e,t,I,B,tr,rr,ir,lr,mr,dr),Module._DefineCustomEnumVariable=(e,t,I,B,tr,rr,ir,lr,mr,dr,_r)=>(Module._DefineCustomEnumVariable=wasmExports.DefineCustomEnumVariable)(e,t,I,B,tr,rr,ir,lr,mr,dr,_r),Module._MarkGUCPrefixReserved=e=>(Module._MarkGUCPrefixReserved=wasmExports.MarkGUCPrefixReserved)(e),Module._strcspn=(e,t)=>(Module._strcspn=wasmExports.strcspn)(e,t),Module._BlockSampler_Init=(e,t,I,B)=>(Module._BlockSampler_Init=wasmExports.BlockSampler_Init)(e,t,I,B),Module._sampler_random_init_state=(e,t)=>(Module._sampler_random_init_state=wasmExports.sampler_random_init_state)(e,t),Module._BlockSampler_HasMore=e=>(Module._BlockSampler_HasMore=wasmExports.BlockSampler_HasMore)(e),Module._BlockSampler_Next=e=>(Module._BlockSampler_Next=wasmExports.BlockSampler_Next)(e),Module._sampler_random_fract=e=>(Module._sampler_random_fract=wasmExports.sampler_random_fract)(e),Module._reservoir_init_selection_state=(e,t)=>(Module._reservoir_init_selection_state=wasmExports.reservoir_init_selection_state)(e,t),Module._reservoir_get_next_S=(e,t,I)=>(Module._reservoir_get_next_S=wasmExports.reservoir_get_next_S)(e,t,I),Module._canonicalize_path=e=>(Module._canonicalize_path=wasmExports.canonicalize_path)(e),Module.__bt_mkscankey=(e,t)=>(Module.__bt_mkscankey=wasmExports._bt_mkscankey)(e,t),Module._nocache_index_getattr=(e,t,I)=>(Module._nocache_index_getattr=wasmExports.nocache_index_getattr)(e,t,I),Module._tuplesort_estimate_shared=e=>(Module._tuplesort_estimate_shared=wasmExports.tuplesort_estimate_shared)(e),Module._tuplesort_initialize_shared=(e,t,I)=>(Module._tuplesort_initialize_shared=wasmExports.tuplesort_initialize_shared)(e,t,I),Module._tuplesort_attach_shared=(e,t)=>(Module._tuplesort_attach_shared=wasmExports.tuplesort_attach_shared)(e,t),Module._GetCurrentTransactionNestLevel=()=>(Module._GetCurrentTransactionNestLevel=wasmExports.GetCurrentTransactionNestLevel)(),Module._in_error_recursion_trouble=()=>(Module._in_error_recursion_trouble=wasmExports.in_error_recursion_trouble)(),Module._strrchr=(e,t)=>(Module._strrchr=wasmExports.strrchr)(e,t),Module._errhidestmt=e=>(Module._errhidestmt=wasmExports.errhidestmt)(e),Module._err_generic_string=(e,t)=>(Module._err_generic_string=wasmExports.err_generic_string)(e,t),Module._getinternalerrposition=()=>(Module._getinternalerrposition=wasmExports.getinternalerrposition)(),Module._GetErrorContextStack=()=>(Module._GetErrorContextStack=wasmExports.GetErrorContextStack)(),Module._SplitIdentifierString=(e,t,I)=>(Module._SplitIdentifierString=wasmExports.SplitIdentifierString)(e,t,I),Module._appendStringInfoSpaces=(e,t)=>(Module._appendStringInfoSpaces=wasmExports.appendStringInfoSpaces)(e,t),Module._unpack_sql_state=e=>(Module._unpack_sql_state=wasmExports.unpack_sql_state)(e),Module._CreateTupleDescCopyConstr=e=>(Module._CreateTupleDescCopyConstr=wasmExports.CreateTupleDescCopyConstr)(e),Module._CachedPlanAllowsSimpleValidityCheck=(e,t,I)=>(Module._CachedPlanAllowsSimpleValidityCheck=wasmExports.CachedPlanAllowsSimpleValidityCheck)(e,t,I),Module._CachedPlanIsSimplyValid=(e,t,I)=>(Module._CachedPlanIsSimplyValid=wasmExports.CachedPlanIsSimplyValid)(e,t,I),Module._GetCachedExpression=e=>(Module._GetCachedExpression=wasmExports.GetCachedExpression)(e),Module._FreeCachedExpression=e=>(Module._FreeCachedExpression=wasmExports.FreeCachedExpression)(e),Module._MemoryContextDeleteChildren=e=>(Module._MemoryContextDeleteChildren=wasmExports.MemoryContextDeleteChildren)(e),Module._is_publishable_relation=e=>(Module._is_publishable_relation=wasmExports.is_publishable_relation)(e),Module._GetRelationPublications=e=>(Module._GetRelationPublications=wasmExports.GetRelationPublications)(e),Module._GetSchemaPublications=e=>(Module._GetSchemaPublications=wasmExports.GetSchemaPublications)(e),Module._index_getprocid=(e,t,I)=>(Module._index_getprocid=wasmExports.index_getprocid)(e,t,I),Module._get_rel_relispartition=e=>(Module._get_rel_relispartition=wasmExports.get_rel_relispartition)(e),Module._get_func_namespace=e=>(Module._get_func_namespace=wasmExports.get_func_namespace)(e),Module._get_typsubscript=(e,t)=>(Module._get_typsubscript=wasmExports.get_typsubscript)(e,t),Module._get_namespace_name_or_temp=e=>(Module._get_namespace_name_or_temp=wasmExports.get_namespace_name_or_temp)(e),Module._texteq=e=>(Module._texteq=wasmExports.texteq)(e),Module._GetUserIdAndSecContext=(e,t)=>(Module._GetUserIdAndSecContext=wasmExports.GetUserIdAndSecContext)(e,t),Module._SetUserIdAndSecContext=(e,t)=>(Module._SetUserIdAndSecContext=wasmExports.SetUserIdAndSecContext)(e,t),Module._DirectFunctionCall5Coll=(e,t,I,B,tr,rr,ir)=>(Module._DirectFunctionCall5Coll=wasmExports.DirectFunctionCall5Coll)(e,t,I,B,tr,rr,ir),Module._CallerFInfoFunctionCall2=(e,t,I,B,tr)=>(Module._CallerFInfoFunctionCall2=wasmExports.CallerFInfoFunctionCall2)(e,t,I,B,tr),Module._FunctionCall0Coll=(e,t)=>(Module._FunctionCall0Coll=wasmExports.FunctionCall0Coll)(e,t),Module._OutputFunctionCall=(e,t)=>(Module._OutputFunctionCall=wasmExports.OutputFunctionCall)(e,t),Module._get_fn_expr_rettype=e=>(Module._get_fn_expr_rettype=wasmExports.get_fn_expr_rettype)(e),Module._has_fn_opclass_options=e=>(Module._has_fn_opclass_options=wasmExports.has_fn_opclass_options)(e),Module._get_fn_opclass_options=e=>(Module._get_fn_opclass_options=wasmExports.get_fn_opclass_options)(e),Module._CheckFunctionValidatorAccess=(e,t)=>(Module._CheckFunctionValidatorAccess=wasmExports.CheckFunctionValidatorAccess)(e,t),Module._resolve_polymorphic_argtypes=(e,t,I,B)=>(Module._resolve_polymorphic_argtypes=wasmExports.resolve_polymorphic_argtypes)(e,t,I,B),Module._get_func_arg_info=(e,t,I,B)=>(Module._get_func_arg_info=wasmExports.get_func_arg_info)(e,t,I,B),Module._dlsym=(e,t)=>(Module._dlsym=wasmExports.dlsym)(e,t),Module._dlopen=(e,t)=>(Module._dlopen=wasmExports.dlopen)(e,t),Module._dlerror=()=>(Module._dlerror=wasmExports.dlerror)(),Module._dlclose=e=>(Module._dlclose=wasmExports.dlclose)(e),Module._find_rendezvous_variable=e=>(Module._find_rendezvous_variable=wasmExports.find_rendezvous_variable)(e),Module._fscanf=(e,t,I)=>(Module._fscanf=wasmExports.fscanf)(e,t,I),Module._strlcat=(e,t,I)=>(Module._strlcat=wasmExports.strlcat)(e,t,I),Module._pg_bindtextdomain=e=>(Module._pg_bindtextdomain=wasmExports.pg_bindtextdomain)(e),Module._pg_do_encoding_conversion=(e,t,I,B)=>(Module._pg_do_encoding_conversion=wasmExports.pg_do_encoding_conversion)(e,t,I,B),Module._report_invalid_encoding=(e,t,I)=>(Module._report_invalid_encoding=wasmExports.report_invalid_encoding)(e,t,I),Module._pg_encoding_to_char_private=e=>(Module._pg_encoding_to_char_private=wasmExports.pg_encoding_to_char_private)(e),Module._MemoryContextAllocHuge=(e,t)=>(Module._MemoryContextAllocHuge=wasmExports.MemoryContextAllocHuge)(e,t),Module._namein=e=>(Module._namein=wasmExports.namein)(e),Module._pg_char_to_encoding_private=e=>(Module._pg_char_to_encoding_private=wasmExports.pg_char_to_encoding_private)(e),Module._pg_encoding_max_length=e=>(Module._pg_encoding_max_length=wasmExports.pg_encoding_max_length)(e),Module._pg_server_to_any=(e,t,I)=>(Module._pg_server_to_any=wasmExports.pg_server_to_any)(e,t,I),Module._pg_utf_mblen=e=>(Module._pg_utf_mblen=wasmExports.pg_utf_mblen)(e),Module._pg_wchar2mb_with_len=(e,t,I)=>(Module._pg_wchar2mb_with_len=wasmExports.pg_wchar2mb_with_len)(e,t,I),Module._pg_encoding_mblen=(e,t)=>(Module._pg_encoding_mblen=wasmExports.pg_encoding_mblen)(e,t),Module._check_encoding_conversion_args=(e,t,I,B,tr)=>(Module._check_encoding_conversion_args=wasmExports.check_encoding_conversion_args)(e,t,I,B,tr),Module._report_untranslatable_char=(e,t,I,B)=>(Module._report_untranslatable_char=wasmExports.report_untranslatable_char)(e,t,I,B),Module._local2local=(e,t,I,B,tr,rr,ir)=>(Module._local2local=wasmExports.local2local)(e,t,I,B,tr,rr,ir),Module._latin2mic=(e,t,I,B,tr,rr)=>(Module._latin2mic=wasmExports.latin2mic)(e,t,I,B,tr,rr),Module._mic2latin=(e,t,I,B,tr,rr)=>(Module._mic2latin=wasmExports.mic2latin)(e,t,I,B,tr,rr),Module._latin2mic_with_table=(e,t,I,B,tr,rr,ir)=>(Module._latin2mic_with_table=wasmExports.latin2mic_with_table)(e,t,I,B,tr,rr,ir),Module._mic2latin_with_table=(e,t,I,B,tr,rr,ir)=>(Module._mic2latin_with_table=wasmExports.mic2latin_with_table)(e,t,I,B,tr,rr,ir),Module._pg_encoding_verifymbchar=(e,t,I)=>(Module._pg_encoding_verifymbchar=wasmExports.pg_encoding_verifymbchar)(e,t,I),Module._float_overflow_error=()=>(Module._float_overflow_error=wasmExports.float_overflow_error)(),Module._float_underflow_error=()=>(Module._float_underflow_error=wasmExports.float_underflow_error)(),Module._float4in_internal=(e,t,I,B,tr)=>(Module._float4in_internal=wasmExports.float4in_internal)(e,t,I,B,tr),Module._strtof=(e,t)=>(Module._strtof=wasmExports.strtof)(e,t),Module._float_to_shortest_decimal_buf=(e,t)=>(Module._float_to_shortest_decimal_buf=wasmExports.float_to_shortest_decimal_buf)(e,t),Module._float8in_internal=(e,t,I,B,tr)=>(Module._float8in_internal=wasmExports.float8in_internal)(e,t,I,B,tr),Module._float8out_internal=e=>(Module._float8out_internal=wasmExports.float8out_internal)(e),Module._btfloat4cmp=e=>(Module._btfloat4cmp=wasmExports.btfloat4cmp)(e),Module._btfloat8cmp=e=>(Module._btfloat8cmp=wasmExports.btfloat8cmp)(e),Module._pow=(e,t)=>(Module._pow=wasmExports.pow)(e,t),Module._log10=e=>(Module._log10=wasmExports.log10)(e),Module._acos=e=>(Module._acos=wasmExports.acos)(e),Module._asin=e=>(Module._asin=wasmExports.asin)(e),Module._cos=e=>(Module._cos=wasmExports.cos)(e),Module._sin=e=>(Module._sin=wasmExports.sin)(e),Module._fmod=(e,t)=>(Module._fmod=wasmExports.fmod)(e,t),Module._construct_array=(e,t,I,B,tr,rr)=>(Module._construct_array=wasmExports.construct_array)(e,t,I,B,tr,rr),Module._try_relation_open=(e,t)=>(Module._try_relation_open=wasmExports.try_relation_open)(e,t),Module._forkname_to_number=e=>(Module._forkname_to_number=wasmExports.forkname_to_number)(e),Module._numeric_lt=e=>(Module._numeric_lt=wasmExports.numeric_lt)(e),Module._int64_to_numeric=e=>(Module._int64_to_numeric=wasmExports.int64_to_numeric)(e),Module._numeric_sub=e=>(Module._numeric_sub=wasmExports.numeric_sub)(e),Module._numeric_ge=e=>(Module._numeric_ge=wasmExports.numeric_ge)(e),Module._inet_in=e=>(Module._inet_in=wasmExports.inet_in)(e),Module._format_operator=e=>(Module._format_operator=wasmExports.format_operator)(e),Module._RelationIsVisible=e=>(Module._RelationIsVisible=wasmExports.RelationIsVisible)(e),Module._pg_get_indexdef_columns_extended=(e,t)=>(Module._pg_get_indexdef_columns_extended=wasmExports.pg_get_indexdef_columns_extended)(e,t),Module._accumArrayResult=(e,t,I,B,tr)=>(Module._accumArrayResult=wasmExports.accumArrayResult)(e,t,I,B,tr),Module._makeArrayResult=(e,t)=>(Module._makeArrayResult=wasmExports.makeArrayResult)(e,t),Module._init_local_reloptions=(e,t)=>(Module._init_local_reloptions=wasmExports.init_local_reloptions)(e,t),Module._add_local_int_reloption=(e,t,I,B,tr,rr,ir)=>(Module._add_local_int_reloption=wasmExports.add_local_int_reloption)(e,t,I,B,tr,rr,ir),Module._pg_inet_net_ntop=(e,t,I,B,tr)=>(Module._pg_inet_net_ntop=wasmExports.pg_inet_net_ntop)(e,t,I,B,tr),Module._network_cmp=e=>(Module._network_cmp=wasmExports.network_cmp)(e),Module._convert_network_to_scalar=(e,t,I)=>(Module._convert_network_to_scalar=wasmExports.convert_network_to_scalar)(e,t,I),Module._JsonbValueToJsonb=e=>(Module._JsonbValueToJsonb=wasmExports.JsonbValueToJsonb)(e),Module._pushJsonbValue=(e,t,I)=>(Module._pushJsonbValue=wasmExports.pushJsonbValue)(e,t,I),Module._numeric_cmp=e=>(Module._numeric_cmp=wasmExports.numeric_cmp)(e),Module._timetz_cmp=e=>(Module._timetz_cmp=wasmExports.timetz_cmp)(e),Module._date_cmp=e=>(Module._date_cmp=wasmExports.date_cmp)(e),Module._time_cmp=e=>(Module._time_cmp=wasmExports.time_cmp)(e),Module._timestamp_cmp=e=>(Module._timestamp_cmp=wasmExports.timestamp_cmp)(e),Module._domain_check=(e,t,I,B,tr)=>(Module._domain_check=wasmExports.domain_check)(e,t,I,B,tr),Module._initArrayResult=(e,t,I)=>(Module._initArrayResult=wasmExports.initArrayResult)(e,t,I),Module._path_is_prefix_of_path=(e,t)=>(Module._path_is_prefix_of_path=wasmExports.path_is_prefix_of_path)(e,t),Module._path_is_relative_and_below_cwd=e=>(Module._path_is_relative_and_below_cwd=wasmExports.path_is_relative_and_below_cwd)(e),Module._ArrayGetIntegerTypmods=(e,t)=>(Module._ArrayGetIntegerTypmods=wasmExports.ArrayGetIntegerTypmods)(e,t),Module._bpchareq=e=>(Module._bpchareq=wasmExports.bpchareq)(e),Module._varstr_cmp=(e,t,I,B,tr)=>(Module._varstr_cmp=wasmExports.varstr_cmp)(e,t,I,B,tr),Module._bpcharlt=e=>(Module._bpcharlt=wasmExports.bpcharlt)(e),Module._bpcharle=e=>(Module._bpcharle=wasmExports.bpcharle)(e),Module._bpchargt=e=>(Module._bpchargt=wasmExports.bpchargt)(e),Module._bpcharge=e=>(Module._bpcharge=wasmExports.bpcharge)(e),Module._bpcharcmp=e=>(Module._bpcharcmp=wasmExports.bpcharcmp)(e),Module._current_query=e=>(Module._current_query=wasmExports.current_query)(e),Module._str_tolower=(e,t,I)=>(Module._str_tolower=wasmExports.str_tolower)(e,t,I),Module._TransferExpandedObject=(e,t)=>(Module._TransferExpandedObject=wasmExports.TransferExpandedObject)(e,t),Module._macaddr_cmp=e=>(Module._macaddr_cmp=wasmExports.macaddr_cmp)(e),Module._macaddr_lt=e=>(Module._macaddr_lt=wasmExports.macaddr_lt)(e),Module._macaddr_le=e=>(Module._macaddr_le=wasmExports.macaddr_le)(e),Module._macaddr_eq=e=>(Module._macaddr_eq=wasmExports.macaddr_eq)(e),Module._macaddr_ge=e=>(Module._macaddr_ge=wasmExports.macaddr_ge)(e),Module._macaddr_gt=e=>(Module._macaddr_gt=wasmExports.macaddr_gt)(e),Module._quote_ident=e=>(Module._quote_ident=wasmExports.quote_ident)(e),Module._timestamp_in=e=>(Module._timestamp_in=wasmExports.timestamp_in)(e),Module._ParseDateTime=(e,t,I,B,tr,rr,ir)=>(Module._ParseDateTime=wasmExports.ParseDateTime)(e,t,I,B,tr,rr,ir),Module._DecodeDateTime=(e,t,I,B,tr,rr,ir,lr)=>(Module._DecodeDateTime=wasmExports.DecodeDateTime)(e,t,I,B,tr,rr,ir,lr),Module.___multi3=(e,t,I,B,tr)=>(Module.___multi3=wasmExports.__multi3)(e,t,I,B,tr),Module._timestamptz_in=e=>(Module._timestamptz_in=wasmExports.timestamptz_in)(e),Module._timestamp_eq=e=>(Module._timestamp_eq=wasmExports.timestamp_eq)(e),Module._timestamp_lt=e=>(Module._timestamp_lt=wasmExports.timestamp_lt)(e),Module._timestamp_gt=e=>(Module._timestamp_gt=wasmExports.timestamp_gt)(e),Module._timestamp_le=e=>(Module._timestamp_le=wasmExports.timestamp_le)(e),Module._timestamp_ge=e=>(Module._timestamp_ge=wasmExports.timestamp_ge)(e),Module._interval_eq=e=>(Module._interval_eq=wasmExports.interval_eq)(e),Module._interval_lt=e=>(Module._interval_lt=wasmExports.interval_lt)(e),Module._interval_gt=e=>(Module._interval_gt=wasmExports.interval_gt)(e),Module._interval_le=e=>(Module._interval_le=wasmExports.interval_le)(e),Module._interval_ge=e=>(Module._interval_ge=wasmExports.interval_ge)(e),Module._interval_cmp=e=>(Module._interval_cmp=wasmExports.interval_cmp)(e),Module._timestamp_mi=e=>(Module._timestamp_mi=wasmExports.timestamp_mi)(e),Module._interval_um=e=>(Module._interval_um=wasmExports.interval_um)(e),Module._interval_mi=e=>(Module._interval_mi=wasmExports.interval_mi)(e),Module._IsValidJsonNumber=(e,t)=>(Module._IsValidJsonNumber=wasmExports.IsValidJsonNumber)(e,t),Module._btnamecmp=e=>(Module._btnamecmp=wasmExports.btnamecmp)(e),Module._strncpy=(e,t,I)=>(Module._strncpy=wasmExports.strncpy)(e,t,I),Module._expand_array=(e,t,I)=>(Module._expand_array=wasmExports.expand_array)(e,t,I),Module._pg_get_encoding_from_locale=(e,t)=>(Module._pg_get_encoding_from_locale=wasmExports.pg_get_encoding_from_locale)(e,t),Module._localtime=e=>(Module._localtime=wasmExports.localtime)(e),Module._strftime=(e,t,I,B)=>(Module._strftime=wasmExports.strftime)(e,t,I,B),Module._numeric_is_nan=e=>(Module._numeric_is_nan=wasmExports.numeric_is_nan)(e),Module._numeric_eq=e=>(Module._numeric_eq=wasmExports.numeric_eq)(e),Module._numeric_gt=e=>(Module._numeric_gt=wasmExports.numeric_gt)(e),Module._numeric_le=e=>(Module._numeric_le=wasmExports.numeric_le)(e),Module._numeric_div=e=>(Module._numeric_div=wasmExports.numeric_div)(e),Module._numeric_float8_no_overflow=e=>(Module._numeric_float8_no_overflow=wasmExports.numeric_float8_no_overflow)(e),Module._numeric_float4=e=>(Module._numeric_float4=wasmExports.numeric_float4)(e),Module._date_eq=e=>(Module._date_eq=wasmExports.date_eq)(e),Module._date_lt=e=>(Module._date_lt=wasmExports.date_lt)(e),Module._date_le=e=>(Module._date_le=wasmExports.date_le)(e),Module._date_gt=e=>(Module._date_gt=wasmExports.date_gt)(e),Module._date_ge=e=>(Module._date_ge=wasmExports.date_ge)(e),Module._date_mi=e=>(Module._date_mi=wasmExports.date_mi)(e),Module._time_eq=e=>(Module._time_eq=wasmExports.time_eq)(e),Module._time_lt=e=>(Module._time_lt=wasmExports.time_lt)(e),Module._time_le=e=>(Module._time_le=wasmExports.time_le)(e),Module._time_gt=e=>(Module._time_gt=wasmExports.time_gt)(e),Module._time_ge=e=>(Module._time_ge=wasmExports.time_ge)(e),Module._time_mi_time=e=>(Module._time_mi_time=wasmExports.time_mi_time)(e),Module._get_extension_oid=(e,t)=>(Module._get_extension_oid=wasmExports.get_extension_oid)(e,t),Module._pg_ltoa=(e,t)=>(Module._pg_ltoa=wasmExports.pg_ltoa)(e,t),Module._varbit_in=e=>(Module._varbit_in=wasmExports.varbit_in)(e),Module._biteq=e=>(Module._biteq=wasmExports.biteq)(e),Module._bitlt=e=>(Module._bitlt=wasmExports.bitlt)(e),Module._bitle=e=>(Module._bitle=wasmExports.bitle)(e),Module._bitgt=e=>(Module._bitgt=wasmExports.bitgt)(e),Module._bitge=e=>(Module._bitge=wasmExports.bitge)(e),Module._bitcmp=e=>(Module._bitcmp=wasmExports.bitcmp)(e),Module._tidin=e=>(Module._tidin=wasmExports.tidin)(e),Module._tidout=e=>(Module._tidout=wasmExports.tidout)(e),Module._cash_cmp=e=>(Module._cash_cmp=wasmExports.cash_cmp)(e),Module._arraycontsel=e=>(Module._arraycontsel=wasmExports.arraycontsel)(e),Module._arraycontjoinsel=e=>(Module._arraycontjoinsel=wasmExports.arraycontjoinsel)(e),Module._text_lt=e=>(Module._text_lt=wasmExports.text_lt)(e),Module._text_le=e=>(Module._text_le=wasmExports.text_le)(e),Module._text_gt=e=>(Module._text_gt=wasmExports.text_gt)(e),Module._text_ge=e=>(Module._text_ge=wasmExports.text_ge)(e),Module._bttextcmp=e=>(Module._bttextcmp=wasmExports.bttextcmp)(e),Module._byteaeq=e=>(Module._byteaeq=wasmExports.byteaeq)(e),Module._bytealt=e=>(Module._bytealt=wasmExports.bytealt)(e),Module._byteale=e=>(Module._byteale=wasmExports.byteale)(e),Module._byteagt=e=>(Module._byteagt=wasmExports.byteagt)(e),Module._byteage=e=>(Module._byteage=wasmExports.byteage)(e),Module._byteacmp=e=>(Module._byteacmp=wasmExports.byteacmp)(e),Module._to_hex32=e=>(Module._to_hex32=wasmExports.to_hex32)(e),Module._varstr_levenshtein=(e,t,I,B,tr,rr,ir,lr)=>(Module._varstr_levenshtein=wasmExports.varstr_levenshtein)(e,t,I,B,tr,rr,ir,lr),Module._utf8_to_unicode=e=>(Module._utf8_to_unicode=wasmExports.utf8_to_unicode)(e),Module._format_type_extended=(e,t,I)=>(Module._format_type_extended=wasmExports.format_type_extended)(e,t,I),Module._array_create_iterator=(e,t,I)=>(Module._array_create_iterator=wasmExports.array_create_iterator)(e,t,I),Module._array_iterate=(e,t,I)=>(Module._array_iterate=wasmExports.array_iterate)(e,t,I),Module._make_expanded_record_from_typeid=(e,t,I)=>(Module._make_expanded_record_from_typeid=wasmExports.make_expanded_record_from_typeid)(e,t,I),Module._make_expanded_record_from_tupdesc=(e,t)=>(Module._make_expanded_record_from_tupdesc=wasmExports.make_expanded_record_from_tupdesc)(e,t),Module._make_expanded_record_from_exprecord=(e,t)=>(Module._make_expanded_record_from_exprecord=wasmExports.make_expanded_record_from_exprecord)(e,t),Module._expanded_record_set_tuple=(e,t,I,B)=>(Module._expanded_record_set_tuple=wasmExports.expanded_record_set_tuple)(e,t,I,B),Module._expanded_record_get_tuple=e=>(Module._expanded_record_get_tuple=wasmExports.expanded_record_get_tuple)(e),Module._deconstruct_expanded_record=e=>(Module._deconstruct_expanded_record=wasmExports.deconstruct_expanded_record)(e),Module._expanded_record_lookup_field=(e,t,I)=>(Module._expanded_record_lookup_field=wasmExports.expanded_record_lookup_field)(e,t,I),Module._expanded_record_set_field_internal=(e,t,I,B,tr,rr)=>(Module._expanded_record_set_field_internal=wasmExports.expanded_record_set_field_internal)(e,t,I,B,tr,rr),Module._expanded_record_set_fields=(e,t,I,B)=>(Module._expanded_record_set_fields=wasmExports.expanded_record_set_fields)(e,t,I,B),Module._macaddr8_cmp=e=>(Module._macaddr8_cmp=wasmExports.macaddr8_cmp)(e),Module._macaddr8_lt=e=>(Module._macaddr8_lt=wasmExports.macaddr8_lt)(e),Module._macaddr8_le=e=>(Module._macaddr8_le=wasmExports.macaddr8_le)(e),Module._macaddr8_eq=e=>(Module._macaddr8_eq=wasmExports.macaddr8_eq)(e),Module._macaddr8_ge=e=>(Module._macaddr8_ge=wasmExports.macaddr8_ge)(e),Module._macaddr8_gt=e=>(Module._macaddr8_gt=wasmExports.macaddr8_gt)(e),Module._enum_lt=e=>(Module._enum_lt=wasmExports.enum_lt)(e),Module._enum_le=e=>(Module._enum_le=wasmExports.enum_le)(e),Module._enum_ge=e=>(Module._enum_ge=wasmExports.enum_ge)(e),Module._enum_gt=e=>(Module._enum_gt=wasmExports.enum_gt)(e),Module._enum_cmp=e=>(Module._enum_cmp=wasmExports.enum_cmp)(e),Module._uuid_in=e=>(Module._uuid_in=wasmExports.uuid_in)(e),Module._uuid_out=e=>(Module._uuid_out=wasmExports.uuid_out)(e),Module._uuid_cmp=e=>(Module._uuid_cmp=wasmExports.uuid_cmp)(e),Module._gen_random_uuid=e=>(Module._gen_random_uuid=wasmExports.gen_random_uuid)(e),Module._generic_restriction_selectivity=(e,t,I,B,tr,rr)=>(Module._generic_restriction_selectivity=wasmExports.generic_restriction_selectivity)(e,t,I,B,tr,rr),Module._genericcostestimate=(e,t,I,B)=>(Module._genericcostestimate=wasmExports.genericcostestimate)(e,t,I,B),Module._pg_xml_init=e=>(Module._pg_xml_init=wasmExports.pg_xml_init)(e),Module._xmlInitParser=()=>(Module._xmlInitParser=wasmExports.xmlInitParser)(),Module._xml_ereport=(e,t,I,B)=>(Module._xml_ereport=wasmExports.xml_ereport)(e,t,I,B),Module._pg_xml_done=(e,t)=>(Module._pg_xml_done=wasmExports.pg_xml_done)(e,t),Module._xmlXPathNewContext=e=>(Module._xmlXPathNewContext=wasmExports.xmlXPathNewContext)(e),Module._xmlXPathFreeContext=e=>(Module._xmlXPathFreeContext=wasmExports.xmlXPathFreeContext)(e),Module._xmlFreeDoc=e=>(Module._xmlFreeDoc=wasmExports.xmlFreeDoc)(e),Module._xmlXPathCompile=e=>(Module._xmlXPathCompile=wasmExports.xmlXPathCompile)(e),Module._xmlXPathCompiledEval=(e,t)=>(Module._xmlXPathCompiledEval=wasmExports.xmlXPathCompiledEval)(e,t),Module._xmlXPathFreeCompExpr=e=>(Module._xmlXPathFreeCompExpr=wasmExports.xmlXPathFreeCompExpr)(e),Module._xmlStrdup=e=>(Module._xmlStrdup=wasmExports.xmlStrdup)(e),Module._strnlen=(e,t)=>(Module._strnlen=wasmExports.strnlen)(e,t),Module._xmlXPathCastNodeToString=e=>(Module._xmlXPathCastNodeToString=wasmExports.xmlXPathCastNodeToString)(e),Module._heap_modify_tuple_by_cols=(e,t,I,B,tr,rr)=>(Module._heap_modify_tuple_by_cols=wasmExports.heap_modify_tuple_by_cols)(e,t,I,B,tr,rr),Module._ResourceOwnerReleaseAllPlanCacheRefs=e=>(Module._ResourceOwnerReleaseAllPlanCacheRefs=wasmExports.ResourceOwnerReleaseAllPlanCacheRefs)(e),Module._RegisterResourceReleaseCallback=(e,t)=>(Module._RegisterResourceReleaseCallback=wasmExports.RegisterResourceReleaseCallback)(e,t),Module._PinPortal=e=>(Module._PinPortal=wasmExports.PinPortal)(e),Module._UnpinPortal=e=>(Module._UnpinPortal=wasmExports.UnpinPortal)(e),Module._btint2cmp=e=>(Module._btint2cmp=wasmExports.btint2cmp)(e),Module._btint4cmp=e=>(Module._btint4cmp=wasmExports.btint4cmp)(e),Module._btoidcmp=e=>(Module._btoidcmp=wasmExports.btoidcmp)(e),Module._btcharcmp=e=>(Module._btcharcmp=wasmExports.btcharcmp)(e),Module._btint8cmp=e=>(Module._btint8cmp=wasmExports.btint8cmp)(e),Module._btboolcmp=e=>(Module._btboolcmp=wasmExports.btboolcmp)(e),Module._GetPublicationByName=(e,t)=>(Module._GetPublicationByName=wasmExports.GetPublicationByName)(e,t),Module._GetTopMostAncestorInPublication=(e,t,I)=>(Module._GetTopMostAncestorInPublication=wasmExports.GetTopMostAncestorInPublication)(e,t,I),Module._pub_collist_to_bitmapset=(e,t,I)=>(Module._pub_collist_to_bitmapset=wasmExports.pub_collist_to_bitmapset)(e,t,I),Module._getExtensionOfObject=(e,t)=>(Module._getExtensionOfObject=wasmExports.getExtensionOfObject)(e,t),Module._visibilitymap_prepare_truncate=(e,t)=>(Module._visibilitymap_prepare_truncate=wasmExports.visibilitymap_prepare_truncate)(e,t),Module._log_newpage_range=(e,t,I,B,tr)=>(Module._log_newpage_range=wasmExports.log_newpage_range)(e,t,I,B,tr),Module._function_parse_error_transpose=e=>(Module._function_parse_error_transpose=wasmExports.function_parse_error_transpose)(e),Module._IndexGetRelation=(e,t)=>(Module._IndexGetRelation=wasmExports.IndexGetRelation)(e,t),Module._RelnameGetRelid=e=>(Module._RelnameGetRelid=wasmExports.RelnameGetRelid)(e),Module._standard_ProcessUtility=(e,t,I,B,tr,rr,ir,lr)=>(Module._standard_ProcessUtility=wasmExports.standard_ProcessUtility)(e,t,I,B,tr,rr,ir,lr),Module._Async_Notify=(e,t)=>(Module._Async_Notify=wasmExports.Async_Notify)(e,t),Module._sigaddset=(e,t)=>(Module._sigaddset=wasmExports.sigaddset)(e,t),Module._fsync_pgdata=(e,t)=>(Module._fsync_pgdata=wasmExports.fsync_pgdata)(e,t),Module._get_restricted_token=()=>(Module._get_restricted_token=wasmExports.get_restricted_token)(),Module._pg_malloc=e=>(Module._pg_malloc=wasmExports.pg_malloc)(e),Module._pg_realloc=(e,t)=>(Module._pg_realloc=wasmExports.pg_realloc)(e,t),Module._pg_strdup=e=>(Module._pg_strdup=wasmExports.pg_strdup)(e),Module._simple_prompt=(e,t)=>(Module._simple_prompt=wasmExports.simple_prompt)(e,t),Module._interactive_file=()=>(Module._interactive_file=wasmExports.interactive_file)(),Module._interactive_one=()=>(Module._interactive_one=wasmExports.interactive_one)(),Module._pg_shutdown=()=>(Module._pg_shutdown=wasmExports.pg_shutdown)(),Module._interactive_write=e=>(Module._interactive_write=wasmExports.interactive_write)(e),Module._interactive_read=()=>(Module._interactive_read=wasmExports.interactive_read)(),Module._visibilitymap_pin=(e,t,I)=>(Module._visibilitymap_pin=wasmExports.visibilitymap_pin)(e,t,I),Module._HeapTupleSatisfiesVacuum=(e,t,I)=>(Module._HeapTupleSatisfiesVacuum=wasmExports.HeapTupleSatisfiesVacuum)(e,t,I),Module._visibilitymap_clear=(e,t,I,B)=>(Module._visibilitymap_clear=wasmExports.visibilitymap_clear)(e,t,I,B),Module._vac_estimate_reltuples=(e,t,I,B)=>(Module._vac_estimate_reltuples=wasmExports.vac_estimate_reltuples)(e,t,I,B),Module._heap_tuple_needs_eventual_freeze=e=>(Module._heap_tuple_needs_eventual_freeze=wasmExports.heap_tuple_needs_eventual_freeze)(e),Module._HeapTupleSatisfiesUpdate=(e,t,I)=>(Module._HeapTupleSatisfiesUpdate=wasmExports.HeapTupleSatisfiesUpdate)(e,t,I),Module._HeapTupleGetUpdateXid=e=>(Module._HeapTupleGetUpdateXid=wasmExports.HeapTupleGetUpdateXid)(e),Module._HeapTupleSatisfiesVisibility=(e,t,I)=>(Module._HeapTupleSatisfiesVisibility=wasmExports.HeapTupleSatisfiesVisibility)(e,t,I),Module._GetMultiXactIdMembers=(e,t,I,B)=>(Module._GetMultiXactIdMembers=wasmExports.GetMultiXactIdMembers)(e,t,I,B),Module._XLogRecGetBlockTagExtended=(e,t,I,B,tr,rr)=>(Module._XLogRecGetBlockTagExtended=wasmExports.XLogRecGetBlockTagExtended)(e,t,I,B,tr,rr),Module._toast_open_indexes=(e,t,I,B)=>(Module._toast_open_indexes=wasmExports.toast_open_indexes)(e,t,I,B),Module._init_toast_snapshot=e=>(Module._init_toast_snapshot=wasmExports.init_toast_snapshot)(e),Module._toast_close_indexes=(e,t,I)=>(Module._toast_close_indexes=wasmExports.toast_close_indexes)(e,t,I),Module._index_getprocinfo=(e,t,I)=>(Module._index_getprocinfo=wasmExports.index_getprocinfo)(e,t,I),Module._identify_opfamily_groups=(e,t)=>(Module._identify_opfamily_groups=wasmExports.identify_opfamily_groups)(e,t),Module._check_amproc_signature=(e,t,I,B,tr,rr)=>(Module._check_amproc_signature=wasmExports.check_amproc_signature)(e,t,I,B,tr,rr),Module._check_amoptsproc_signature=e=>(Module._check_amoptsproc_signature=wasmExports.check_amoptsproc_signature)(e),Module._check_amop_signature=(e,t,I,B)=>(Module._check_amop_signature=wasmExports.check_amop_signature)(e,t,I,B),Module._RelationGetIndexScan=(e,t,I)=>(Module._RelationGetIndexScan=wasmExports.RelationGetIndexScan)(e,t,I),Module.__hash_get_indextuple_hashkey=e=>(Module.__hash_get_indextuple_hashkey=wasmExports._hash_get_indextuple_hashkey)(e),Module.__hash_getbuf=(e,t,I,B)=>(Module.__hash_getbuf=wasmExports._hash_getbuf)(e,t,I,B),Module.__hash_relbuf=(e,t)=>(Module.__hash_relbuf=wasmExports._hash_relbuf)(e,t),Module.__hash_getbuf_with_strategy=(e,t,I,B,tr)=>(Module.__hash_getbuf_with_strategy=wasmExports._hash_getbuf_with_strategy)(e,t,I,B,tr),Module._build_reloptions=(e,t,I,B,tr,rr)=>(Module._build_reloptions=wasmExports.build_reloptions)(e,t,I,B,tr,rr),Module._index_form_tuple=(e,t,I)=>(Module._index_form_tuple=wasmExports.index_form_tuple)(e,t,I),Module.__hash_ovflblkno_to_bitno=(e,t)=>(Module.__hash_ovflblkno_to_bitno=wasmExports._hash_ovflblkno_to_bitno)(e,t),Module._brin_build_desc=e=>(Module._brin_build_desc=wasmExports.brin_build_desc)(e),Module._brin_deform_tuple=(e,t,I)=>(Module._brin_deform_tuple=wasmExports.brin_deform_tuple)(e,t,I),Module._brin_free_desc=e=>(Module._brin_free_desc=wasmExports.brin_free_desc)(e),Module._XLogRecGetBlockRefInfo=(e,t,I,B,tr)=>(Module._XLogRecGetBlockRefInfo=wasmExports.XLogRecGetBlockRefInfo)(e,t,I,B,tr),Module._ginPostingListDecode=(e,t)=>(Module._ginPostingListDecode=wasmExports.ginPostingListDecode)(e,t),Module._add_reloption_kind=()=>(Module._add_reloption_kind=wasmExports.add_reloption_kind)(),Module._register_reloptions_validator=(e,t)=>(Module._register_reloptions_validator=wasmExports.register_reloptions_validator)(e,t),Module._add_int_reloption=(e,t,I,B,tr,rr,ir)=>(Module._add_int_reloption=wasmExports.add_int_reloption)(e,t,I,B,tr,rr,ir),Module._XLogFindNextRecord=(e,t)=>(Module._XLogFindNextRecord=wasmExports.XLogFindNextRecord)(e,t),Module._RestoreBlockImage=(e,t,I)=>(Module._RestoreBlockImage=wasmExports.RestoreBlockImage)(e,t,I),Module._GenericXLogStart=e=>(Module._GenericXLogStart=wasmExports.GenericXLogStart)(e),Module._GenericXLogRegisterBuffer=(e,t,I)=>(Module._GenericXLogRegisterBuffer=wasmExports.GenericXLogRegisterBuffer)(e,t,I),Module._GenericXLogFinish=e=>(Module._GenericXLogFinish=wasmExports.GenericXLogFinish)(e),Module._GenericXLogAbort=e=>(Module._GenericXLogAbort=wasmExports.GenericXLogAbort)(e),Module._read_local_xlog_page_no_wait=(e,t,I,B,tr)=>(Module._read_local_xlog_page_no_wait=wasmExports.read_local_xlog_page_no_wait)(e,t,I,B,tr),Module._XLogRecStoreStats=(e,t)=>(Module._XLogRecStoreStats=wasmExports.XLogRecStoreStats)(e,t),Module._ReadMultiXactIdRange=(e,t)=>(Module._ReadMultiXactIdRange=wasmExports.ReadMultiXactIdRange)(e,t),Module._MultiXactIdPrecedesOrEquals=(e,t)=>(Module._MultiXactIdPrecedesOrEquals=wasmExports.MultiXactIdPrecedesOrEquals)(e,t),Module._RegisterXactCallback=(e,t)=>(Module._RegisterXactCallback=wasmExports.RegisterXactCallback)(e,t),Module._RegisterSubXactCallback=(e,t)=>(Module._RegisterSubXactCallback=wasmExports.RegisterSubXactCallback)(e,t),Module._ReleaseCurrentSubTransaction=()=>(Module._ReleaseCurrentSubTransaction=wasmExports.ReleaseCurrentSubTransaction)(),Module._WaitForParallelWorkersToAttach=e=>(Module._WaitForParallelWorkersToAttach=wasmExports.WaitForParallelWorkersToAttach)(e),Module.__bt_allequalimage=(e,t)=>(Module.__bt_allequalimage=wasmExports._bt_allequalimage)(e,t),Module.__bt_checkpage=(e,t)=>(Module.__bt_checkpage=wasmExports._bt_checkpage)(e,t),Module.__bt_relbuf=(e,t)=>(Module.__bt_relbuf=wasmExports._bt_relbuf)(e,t),Module.__bt_metaversion=(e,t,I)=>(Module.__bt_metaversion=wasmExports._bt_metaversion)(e,t,I),Module.__bt_search=(e,t,I,B,tr,rr)=>(Module.__bt_search=wasmExports._bt_search)(e,t,I,B,tr,rr),Module.__bt_compare=(e,t,I,B)=>(Module.__bt_compare=wasmExports._bt_compare)(e,t,I,B),Module.__bt_binsrch_insert=(e,t)=>(Module.__bt_binsrch_insert=wasmExports._bt_binsrch_insert)(e,t),Module.__bt_freestack=e=>(Module.__bt_freestack=wasmExports._bt_freestack)(e),Module.__bt_form_posting=(e,t,I)=>(Module.__bt_form_posting=wasmExports._bt_form_posting)(e,t,I),Module.__bt_check_natts=(e,t,I,B)=>(Module.__bt_check_natts=wasmExports._bt_check_natts)(e,t,I,B),Module._gistcheckpage=(e,t)=>(Module._gistcheckpage=wasmExports.gistcheckpage)(e,t),Module._EndCopyFrom=e=>(Module._EndCopyFrom=wasmExports.EndCopyFrom)(e),Module._ProcessCopyOptions=(e,t,I,B)=>(Module._ProcessCopyOptions=wasmExports.ProcessCopyOptions)(e,t,I,B),Module._CopyFromErrorCallback=e=>(Module._CopyFromErrorCallback=wasmExports.CopyFromErrorCallback)(e),Module._NextCopyFrom=(e,t,I,B)=>(Module._NextCopyFrom=wasmExports.NextCopyFrom)(e,t,I,B),Module._nextval=e=>(Module._nextval=wasmExports.nextval)(e),Module._defGetStreamingMode=e=>(Module._defGetStreamingMode=wasmExports.defGetStreamingMode)(e),Module._ExplainBeginOutput=e=>(Module._ExplainBeginOutput=wasmExports.ExplainBeginOutput)(e),Module._NewExplainState=()=>(Module._NewExplainState=wasmExports.NewExplainState)(),Module._ExplainEndOutput=e=>(Module._ExplainEndOutput=wasmExports.ExplainEndOutput)(e),Module._ExplainPrintPlan=(e,t)=>(Module._ExplainPrintPlan=wasmExports.ExplainPrintPlan)(e,t),Module._ExplainPrintTriggers=(e,t)=>(Module._ExplainPrintTriggers=wasmExports.ExplainPrintTriggers)(e,t),Module._ExplainPrintJITSummary=(e,t)=>(Module._ExplainPrintJITSummary=wasmExports.ExplainPrintJITSummary)(e,t),Module._ExplainPropertyInteger=(e,t,I,B)=>(Module._ExplainPropertyInteger=wasmExports.ExplainPropertyInteger)(e,t,I,B),Module._ExplainQueryText=(e,t)=>(Module._ExplainQueryText=wasmExports.ExplainQueryText)(e,t),Module._ExplainPropertyText=(e,t,I)=>(Module._ExplainPropertyText=wasmExports.ExplainPropertyText)(e,t,I),Module._ExplainQueryParameters=(e,t,I)=>(Module._ExplainQueryParameters=wasmExports.ExplainQueryParameters)(e,t,I),Module._pg_is_ascii=e=>(Module._pg_is_ascii=wasmExports.pg_is_ascii)(e),Module._fputs=(e,t)=>(Module._fputs=wasmExports.fputs)(e,t),Module._popen=(e,t)=>(Module._popen=wasmExports.popen)(e,t),Module._float_to_shortest_decimal_bufn=(e,t)=>(Module._float_to_shortest_decimal_bufn=wasmExports.float_to_shortest_decimal_bufn)(e,t),Module._pg_prng_uint64=e=>(Module._pg_prng_uint64=wasmExports.pg_prng_uint64)(e),Module._scram_ClientKey=(e,t,I,B,tr)=>(Module._scram_ClientKey=wasmExports.scram_ClientKey)(e,t,I,B,tr),Module._pg_encoding_dsplen=(e,t)=>(Module._pg_encoding_dsplen=wasmExports.pg_encoding_dsplen)(e,t),Module._getcwd=(e,t)=>(Module._getcwd=wasmExports.getcwd)(e,t),Module._pg_get_user_home_dir=(e,t,I)=>(Module._pg_get_user_home_dir=wasmExports.pg_get_user_home_dir)(e,t,I),Module._nanosleep=(e,t)=>(Module._nanosleep=wasmExports.nanosleep)(e,t),Module._snprintf=(e,t,I,B)=>(Module._snprintf=wasmExports.snprintf)(e,t,I,B),Module._pg_strerror_r=(e,t,I)=>(Module._pg_strerror_r=wasmExports.pg_strerror_r)(e,t,I),Module._pthread_mutex_lock=e=>(Module._pthread_mutex_lock=wasmExports.pthread_mutex_lock)(e),Module._pthread_mutex_unlock=e=>(Module._pthread_mutex_unlock=wasmExports.pthread_mutex_unlock)(e),Module._strncat=(e,t,I)=>(Module._strncat=wasmExports.strncat)(e,t,I),Module._PQexec=(e,t)=>(Module._PQexec=wasmExports.PQexec)(e,t),Module._PQsetSingleRowMode=e=>(Module._PQsetSingleRowMode=wasmExports.PQsetSingleRowMode)(e),Module._PQcmdStatus=e=>(Module._PQcmdStatus=wasmExports.PQcmdStatus)(e),Module._pthread_sigmask=(e,t,I)=>(Module._pthread_sigmask=wasmExports.pthread_sigmask)(e,t,I),Module._sigismember=(e,t)=>(Module._sigismember=wasmExports.sigismember)(e,t),Module._sigpending=e=>(Module._sigpending=wasmExports.sigpending)(e),Module._sigwait=(e,t)=>(Module._sigwait=wasmExports.sigwait)(e,t),Module._isolat1ToUTF8=(e,t,I,B)=>(Module._isolat1ToUTF8=wasmExports.isolat1ToUTF8)(e,t,I,B),Module._UTF8Toisolat1=(e,t,I,B)=>(Module._UTF8Toisolat1=wasmExports.UTF8Toisolat1)(e,t,I,B),Module._vfprintf=(e,t,I)=>(Module._vfprintf=wasmExports.vfprintf)(e,t,I),Module._vsnprintf=(e,t,I,B)=>(Module._vsnprintf=wasmExports.vsnprintf)(e,t,I,B),Module._xmlParserValidityWarning=(e,t,I)=>(Module._xmlParserValidityWarning=wasmExports.xmlParserValidityWarning)(e,t,I),Module._xmlParserValidityError=(e,t,I)=>(Module._xmlParserValidityError=wasmExports.xmlParserValidityError)(e,t,I),Module._xmlParserError=(e,t,I)=>(Module._xmlParserError=wasmExports.xmlParserError)(e,t,I),Module._xmlParserWarning=(e,t,I)=>(Module._xmlParserWarning=wasmExports.xmlParserWarning)(e,t,I),Module._fprintf=(e,t,I)=>(Module._fprintf=wasmExports.fprintf)(e,t,I),Module.___xmlParserInputBufferCreateFilename=(e,t)=>(Module.___xmlParserInputBufferCreateFilename=wasmExports.__xmlParserInputBufferCreateFilename)(e,t),Module.___xmlOutputBufferCreateFilename=(e,t,I)=>(Module.___xmlOutputBufferCreateFilename=wasmExports.__xmlOutputBufferCreateFilename)(e,t,I),Module._xmlSAX2InternalSubset=(e,t,I,B)=>(Module._xmlSAX2InternalSubset=wasmExports.xmlSAX2InternalSubset)(e,t,I,B),Module._xmlSAX2IsStandalone=e=>(Module._xmlSAX2IsStandalone=wasmExports.xmlSAX2IsStandalone)(e),Module._xmlSAX2HasInternalSubset=e=>(Module._xmlSAX2HasInternalSubset=wasmExports.xmlSAX2HasInternalSubset)(e),Module._xmlSAX2HasExternalSubset=e=>(Module._xmlSAX2HasExternalSubset=wasmExports.xmlSAX2HasExternalSubset)(e),Module._xmlSAX2ResolveEntity=(e,t,I)=>(Module._xmlSAX2ResolveEntity=wasmExports.xmlSAX2ResolveEntity)(e,t,I),Module._xmlSAX2GetEntity=(e,t)=>(Module._xmlSAX2GetEntity=wasmExports.xmlSAX2GetEntity)(e,t),Module._xmlSAX2EntityDecl=(e,t,I,B,tr,rr)=>(Module._xmlSAX2EntityDecl=wasmExports.xmlSAX2EntityDecl)(e,t,I,B,tr,rr),Module._xmlSAX2NotationDecl=(e,t,I,B)=>(Module._xmlSAX2NotationDecl=wasmExports.xmlSAX2NotationDecl)(e,t,I,B),Module._xmlSAX2AttributeDecl=(e,t,I,B,tr,rr,ir)=>(Module._xmlSAX2AttributeDecl=wasmExports.xmlSAX2AttributeDecl)(e,t,I,B,tr,rr,ir),Module._xmlSAX2ElementDecl=(e,t,I,B)=>(Module._xmlSAX2ElementDecl=wasmExports.xmlSAX2ElementDecl)(e,t,I,B),Module._xmlSAX2UnparsedEntityDecl=(e,t,I,B,tr)=>(Module._xmlSAX2UnparsedEntityDecl=wasmExports.xmlSAX2UnparsedEntityDecl)(e,t,I,B,tr),Module._xmlSAX2SetDocumentLocator=(e,t)=>(Module._xmlSAX2SetDocumentLocator=wasmExports.xmlSAX2SetDocumentLocator)(e,t),Module._xmlSAX2StartDocument=e=>(Module._xmlSAX2StartDocument=wasmExports.xmlSAX2StartDocument)(e),Module._xmlSAX2EndDocument=e=>(Module._xmlSAX2EndDocument=wasmExports.xmlSAX2EndDocument)(e),Module._xmlSAX2StartElement=(e,t,I)=>(Module._xmlSAX2StartElement=wasmExports.xmlSAX2StartElement)(e,t,I),Module._xmlSAX2EndElement=(e,t)=>(Module._xmlSAX2EndElement=wasmExports.xmlSAX2EndElement)(e,t),Module._xmlSAX2Reference=(e,t)=>(Module._xmlSAX2Reference=wasmExports.xmlSAX2Reference)(e,t),Module._xmlSAX2Characters=(e,t,I)=>(Module._xmlSAX2Characters=wasmExports.xmlSAX2Characters)(e,t,I),Module._xmlSAX2ProcessingInstruction=(e,t,I)=>(Module._xmlSAX2ProcessingInstruction=wasmExports.xmlSAX2ProcessingInstruction)(e,t,I),Module._xmlSAX2Comment=(e,t)=>(Module._xmlSAX2Comment=wasmExports.xmlSAX2Comment)(e,t),Module._xmlSAX2GetParameterEntity=(e,t)=>(Module._xmlSAX2GetParameterEntity=wasmExports.xmlSAX2GetParameterEntity)(e,t),Module._xmlSAX2CDataBlock=(e,t,I)=>(Module._xmlSAX2CDataBlock=wasmExports.xmlSAX2CDataBlock)(e,t,I),Module._xmlSAX2ExternalSubset=(e,t,I,B)=>(Module._xmlSAX2ExternalSubset=wasmExports.xmlSAX2ExternalSubset)(e,t,I,B),Module._xmlSAX2GetPublicId=e=>(Module._xmlSAX2GetPublicId=wasmExports.xmlSAX2GetPublicId)(e),Module._xmlSAX2GetSystemId=e=>(Module._xmlSAX2GetSystemId=wasmExports.xmlSAX2GetSystemId)(e),Module._xmlSAX2GetLineNumber=e=>(Module._xmlSAX2GetLineNumber=wasmExports.xmlSAX2GetLineNumber)(e),Module._xmlSAX2GetColumnNumber=e=>(Module._xmlSAX2GetColumnNumber=wasmExports.xmlSAX2GetColumnNumber)(e),Module._xmlSAX2IgnorableWhitespace=(e,t,I)=>(Module._xmlSAX2IgnorableWhitespace=wasmExports.xmlSAX2IgnorableWhitespace)(e,t,I),Module._xmlHashDefaultDeallocator=(e,t)=>(Module._xmlHashDefaultDeallocator=wasmExports.xmlHashDefaultDeallocator)(e,t),Module._iconv_open=(e,t)=>(Module._iconv_open=wasmExports.iconv_open)(e,t),Module._iconv_close=e=>(Module._iconv_close=wasmExports.iconv_close)(e),Module._iconv=(e,t,I,B,tr)=>(Module._iconv=wasmExports.iconv)(e,t,I,B,tr),Module._UTF8ToHtml=(e,t,I,B)=>(Module._UTF8ToHtml=wasmExports.UTF8ToHtml)(e,t,I,B),Module._xmlReadMemory=(e,t,I,B,tr)=>(Module._xmlReadMemory=wasmExports.xmlReadMemory)(e,t,I,B,tr),Module._xmlSAX2StartElementNs=(e,t,I,B,tr,rr,ir,lr,mr)=>(Module._xmlSAX2StartElementNs=wasmExports.xmlSAX2StartElementNs)(e,t,I,B,tr,rr,ir,lr,mr),Module._xmlSAX2EndElementNs=(e,t,I,B)=>(Module._xmlSAX2EndElementNs=wasmExports.xmlSAX2EndElementNs)(e,t,I,B),Module.___cxa_atexit=(e,t,I)=>(Module.___cxa_atexit=wasmExports.__cxa_atexit)(e,t,I),Module._xmlDocGetRootElement=e=>(Module._xmlDocGetRootElement=wasmExports.xmlDocGetRootElement)(e),Module._xmlFileMatch=e=>(Module._xmlFileMatch=wasmExports.xmlFileMatch)(e),Module._xmlFileOpen=e=>(Module._xmlFileOpen=wasmExports.xmlFileOpen)(e),Module._xmlFileRead=(e,t,I)=>(Module._xmlFileRead=wasmExports.xmlFileRead)(e,t,I),Module._xmlFileClose=e=>(Module._xmlFileClose=wasmExports.xmlFileClose)(e),Module._gzread=(e,t,I)=>(Module._gzread=wasmExports.gzread)(e,t,I),Module._gzclose=e=>(Module._gzclose=wasmExports.gzclose)(e),Module._gzdirect=e=>(Module._gzdirect=wasmExports.gzdirect)(e),Module._gzdopen=(e,t)=>(Module._gzdopen=wasmExports.gzdopen)(e,t),Module._gzopen=(e,t)=>(Module._gzopen=wasmExports.gzopen)(e,t),Module._gzwrite=(e,t,I)=>(Module._gzwrite=wasmExports.gzwrite)(e,t,I),Module._xmlUCSIsCatNd=e=>(Module._xmlUCSIsCatNd=wasmExports.xmlUCSIsCatNd)(e),Module._xmlUCSIsCatP=e=>(Module._xmlUCSIsCatP=wasmExports.xmlUCSIsCatP)(e),Module._xmlUCSIsCatZ=e=>(Module._xmlUCSIsCatZ=wasmExports.xmlUCSIsCatZ)(e),Module._xmlUCSIsCatC=e=>(Module._xmlUCSIsCatC=wasmExports.xmlUCSIsCatC)(e),Module._xmlUCSIsCatL=e=>(Module._xmlUCSIsCatL=wasmExports.xmlUCSIsCatL)(e),Module._xmlUCSIsCatLu=e=>(Module._xmlUCSIsCatLu=wasmExports.xmlUCSIsCatLu)(e),Module._xmlUCSIsCatLl=e=>(Module._xmlUCSIsCatLl=wasmExports.xmlUCSIsCatLl)(e),Module._xmlUCSIsCatLt=e=>(Module._xmlUCSIsCatLt=wasmExports.xmlUCSIsCatLt)(e),Module._xmlUCSIsCatLm=e=>(Module._xmlUCSIsCatLm=wasmExports.xmlUCSIsCatLm)(e),Module._xmlUCSIsCatLo=e=>(Module._xmlUCSIsCatLo=wasmExports.xmlUCSIsCatLo)(e),Module._xmlUCSIsCatM=e=>(Module._xmlUCSIsCatM=wasmExports.xmlUCSIsCatM)(e),Module._xmlUCSIsCatMn=e=>(Module._xmlUCSIsCatMn=wasmExports.xmlUCSIsCatMn)(e),Module._xmlUCSIsCatMc=e=>(Module._xmlUCSIsCatMc=wasmExports.xmlUCSIsCatMc)(e),Module._xmlUCSIsCatMe=e=>(Module._xmlUCSIsCatMe=wasmExports.xmlUCSIsCatMe)(e),Module._xmlUCSIsCatN=e=>(Module._xmlUCSIsCatN=wasmExports.xmlUCSIsCatN)(e),Module._xmlUCSIsCatNl=e=>(Module._xmlUCSIsCatNl=wasmExports.xmlUCSIsCatNl)(e),Module._xmlUCSIsCatNo=e=>(Module._xmlUCSIsCatNo=wasmExports.xmlUCSIsCatNo)(e),Module._xmlUCSIsCatPc=e=>(Module._xmlUCSIsCatPc=wasmExports.xmlUCSIsCatPc)(e),Module._xmlUCSIsCatPd=e=>(Module._xmlUCSIsCatPd=wasmExports.xmlUCSIsCatPd)(e),Module._xmlUCSIsCatPs=e=>(Module._xmlUCSIsCatPs=wasmExports.xmlUCSIsCatPs)(e),Module._xmlUCSIsCatPe=e=>(Module._xmlUCSIsCatPe=wasmExports.xmlUCSIsCatPe)(e),Module._xmlUCSIsCatPi=e=>(Module._xmlUCSIsCatPi=wasmExports.xmlUCSIsCatPi)(e),Module._xmlUCSIsCatPf=e=>(Module._xmlUCSIsCatPf=wasmExports.xmlUCSIsCatPf)(e),Module._xmlUCSIsCatPo=e=>(Module._xmlUCSIsCatPo=wasmExports.xmlUCSIsCatPo)(e),Module._xmlUCSIsCatZs=e=>(Module._xmlUCSIsCatZs=wasmExports.xmlUCSIsCatZs)(e),Module._xmlUCSIsCatZl=e=>(Module._xmlUCSIsCatZl=wasmExports.xmlUCSIsCatZl)(e),Module._xmlUCSIsCatZp=e=>(Module._xmlUCSIsCatZp=wasmExports.xmlUCSIsCatZp)(e),Module._xmlUCSIsCatS=e=>(Module._xmlUCSIsCatS=wasmExports.xmlUCSIsCatS)(e),Module._xmlUCSIsCatSm=e=>(Module._xmlUCSIsCatSm=wasmExports.xmlUCSIsCatSm)(e),Module._xmlUCSIsCatSc=e=>(Module._xmlUCSIsCatSc=wasmExports.xmlUCSIsCatSc)(e),Module._xmlUCSIsCatSk=e=>(Module._xmlUCSIsCatSk=wasmExports.xmlUCSIsCatSk)(e),Module._xmlUCSIsCatSo=e=>(Module._xmlUCSIsCatSo=wasmExports.xmlUCSIsCatSo)(e),Module._xmlUCSIsCatCc=e=>(Module._xmlUCSIsCatCc=wasmExports.xmlUCSIsCatCc)(e),Module._xmlUCSIsCatCf=e=>(Module._xmlUCSIsCatCf=wasmExports.xmlUCSIsCatCf)(e),Module._xmlUCSIsCatCo=e=>(Module._xmlUCSIsCatCo=wasmExports.xmlUCSIsCatCo)(e),Module._xmlUCSIsAegeanNumbers=e=>(Module._xmlUCSIsAegeanNumbers=wasmExports.xmlUCSIsAegeanNumbers)(e),Module._xmlUCSIsAlphabeticPresentationForms=e=>(Module._xmlUCSIsAlphabeticPresentationForms=wasmExports.xmlUCSIsAlphabeticPresentationForms)(e),Module._xmlUCSIsArabic=e=>(Module._xmlUCSIsArabic=wasmExports.xmlUCSIsArabic)(e),Module._xmlUCSIsArabicPresentationFormsA=e=>(Module._xmlUCSIsArabicPresentationFormsA=wasmExports.xmlUCSIsArabicPresentationFormsA)(e),Module._xmlUCSIsArabicPresentationFormsB=e=>(Module._xmlUCSIsArabicPresentationFormsB=wasmExports.xmlUCSIsArabicPresentationFormsB)(e),Module._xmlUCSIsArmenian=e=>(Module._xmlUCSIsArmenian=wasmExports.xmlUCSIsArmenian)(e),Module._xmlUCSIsArrows=e=>(Module._xmlUCSIsArrows=wasmExports.xmlUCSIsArrows)(e),Module._xmlUCSIsBasicLatin=e=>(Module._xmlUCSIsBasicLatin=wasmExports.xmlUCSIsBasicLatin)(e),Module._xmlUCSIsBengali=e=>(Module._xmlUCSIsBengali=wasmExports.xmlUCSIsBengali)(e),Module._xmlUCSIsBlockElements=e=>(Module._xmlUCSIsBlockElements=wasmExports.xmlUCSIsBlockElements)(e),Module._xmlUCSIsBopomofo=e=>(Module._xmlUCSIsBopomofo=wasmExports.xmlUCSIsBopomofo)(e),Module._xmlUCSIsBopomofoExtended=e=>(Module._xmlUCSIsBopomofoExtended=wasmExports.xmlUCSIsBopomofoExtended)(e),Module._xmlUCSIsBoxDrawing=e=>(Module._xmlUCSIsBoxDrawing=wasmExports.xmlUCSIsBoxDrawing)(e),Module._xmlUCSIsBraillePatterns=e=>(Module._xmlUCSIsBraillePatterns=wasmExports.xmlUCSIsBraillePatterns)(e),Module._xmlUCSIsBuhid=e=>(Module._xmlUCSIsBuhid=wasmExports.xmlUCSIsBuhid)(e),Module._xmlUCSIsByzantineMusicalSymbols=e=>(Module._xmlUCSIsByzantineMusicalSymbols=wasmExports.xmlUCSIsByzantineMusicalSymbols)(e),Module._xmlUCSIsCJKCompatibility=e=>(Module._xmlUCSIsCJKCompatibility=wasmExports.xmlUCSIsCJKCompatibility)(e),Module._xmlUCSIsCJKCompatibilityForms=e=>(Module._xmlUCSIsCJKCompatibilityForms=wasmExports.xmlUCSIsCJKCompatibilityForms)(e),Module._xmlUCSIsCJKCompatibilityIdeographs=e=>(Module._xmlUCSIsCJKCompatibilityIdeographs=wasmExports.xmlUCSIsCJKCompatibilityIdeographs)(e),Module._xmlUCSIsCJKCompatibilityIdeographsSupplement=e=>(Module._xmlUCSIsCJKCompatibilityIdeographsSupplement=wasmExports.xmlUCSIsCJKCompatibilityIdeographsSupplement)(e),Module._xmlUCSIsCJKRadicalsSupplement=e=>(Module._xmlUCSIsCJKRadicalsSupplement=wasmExports.xmlUCSIsCJKRadicalsSupplement)(e),Module._xmlUCSIsCJKSymbolsandPunctuation=e=>(Module._xmlUCSIsCJKSymbolsandPunctuation=wasmExports.xmlUCSIsCJKSymbolsandPunctuation)(e),Module._xmlUCSIsCJKUnifiedIdeographs=e=>(Module._xmlUCSIsCJKUnifiedIdeographs=wasmExports.xmlUCSIsCJKUnifiedIdeographs)(e),Module._xmlUCSIsCJKUnifiedIdeographsExtensionA=e=>(Module._xmlUCSIsCJKUnifiedIdeographsExtensionA=wasmExports.xmlUCSIsCJKUnifiedIdeographsExtensionA)(e),Module._xmlUCSIsCJKUnifiedIdeographsExtensionB=e=>(Module._xmlUCSIsCJKUnifiedIdeographsExtensionB=wasmExports.xmlUCSIsCJKUnifiedIdeographsExtensionB)(e),Module._xmlUCSIsCherokee=e=>(Module._xmlUCSIsCherokee=wasmExports.xmlUCSIsCherokee)(e),Module._xmlUCSIsCombiningDiacriticalMarks=e=>(Module._xmlUCSIsCombiningDiacriticalMarks=wasmExports.xmlUCSIsCombiningDiacriticalMarks)(e),Module._xmlUCSIsCombiningDiacriticalMarksforSymbols=e=>(Module._xmlUCSIsCombiningDiacriticalMarksforSymbols=wasmExports.xmlUCSIsCombiningDiacriticalMarksforSymbols)(e),Module._xmlUCSIsCombiningHalfMarks=e=>(Module._xmlUCSIsCombiningHalfMarks=wasmExports.xmlUCSIsCombiningHalfMarks)(e),Module._xmlUCSIsCombiningMarksforSymbols=e=>(Module._xmlUCSIsCombiningMarksforSymbols=wasmExports.xmlUCSIsCombiningMarksforSymbols)(e),Module._xmlUCSIsControlPictures=e=>(Module._xmlUCSIsControlPictures=wasmExports.xmlUCSIsControlPictures)(e),Module._xmlUCSIsCurrencySymbols=e=>(Module._xmlUCSIsCurrencySymbols=wasmExports.xmlUCSIsCurrencySymbols)(e),Module._xmlUCSIsCypriotSyllabary=e=>(Module._xmlUCSIsCypriotSyllabary=wasmExports.xmlUCSIsCypriotSyllabary)(e),Module._xmlUCSIsCyrillic=e=>(Module._xmlUCSIsCyrillic=wasmExports.xmlUCSIsCyrillic)(e),Module._xmlUCSIsCyrillicSupplement=e=>(Module._xmlUCSIsCyrillicSupplement=wasmExports.xmlUCSIsCyrillicSupplement)(e),Module._xmlUCSIsDeseret=e=>(Module._xmlUCSIsDeseret=wasmExports.xmlUCSIsDeseret)(e),Module._xmlUCSIsDevanagari=e=>(Module._xmlUCSIsDevanagari=wasmExports.xmlUCSIsDevanagari)(e),Module._xmlUCSIsDingbats=e=>(Module._xmlUCSIsDingbats=wasmExports.xmlUCSIsDingbats)(e),Module._xmlUCSIsEnclosedAlphanumerics=e=>(Module._xmlUCSIsEnclosedAlphanumerics=wasmExports.xmlUCSIsEnclosedAlphanumerics)(e),Module._xmlUCSIsEnclosedCJKLettersandMonths=e=>(Module._xmlUCSIsEnclosedCJKLettersandMonths=wasmExports.xmlUCSIsEnclosedCJKLettersandMonths)(e),Module._xmlUCSIsEthiopic=e=>(Module._xmlUCSIsEthiopic=wasmExports.xmlUCSIsEthiopic)(e),Module._xmlUCSIsGeneralPunctuation=e=>(Module._xmlUCSIsGeneralPunctuation=wasmExports.xmlUCSIsGeneralPunctuation)(e),Module._xmlUCSIsGeometricShapes=e=>(Module._xmlUCSIsGeometricShapes=wasmExports.xmlUCSIsGeometricShapes)(e),Module._xmlUCSIsGeorgian=e=>(Module._xmlUCSIsGeorgian=wasmExports.xmlUCSIsGeorgian)(e),Module._xmlUCSIsGothic=e=>(Module._xmlUCSIsGothic=wasmExports.xmlUCSIsGothic)(e),Module._xmlUCSIsGreek=e=>(Module._xmlUCSIsGreek=wasmExports.xmlUCSIsGreek)(e),Module._xmlUCSIsGreekExtended=e=>(Module._xmlUCSIsGreekExtended=wasmExports.xmlUCSIsGreekExtended)(e),Module._xmlUCSIsGreekandCoptic=e=>(Module._xmlUCSIsGreekandCoptic=wasmExports.xmlUCSIsGreekandCoptic)(e),Module._xmlUCSIsGujarati=e=>(Module._xmlUCSIsGujarati=wasmExports.xmlUCSIsGujarati)(e),Module._xmlUCSIsGurmukhi=e=>(Module._xmlUCSIsGurmukhi=wasmExports.xmlUCSIsGurmukhi)(e),Module._xmlUCSIsHalfwidthandFullwidthForms=e=>(Module._xmlUCSIsHalfwidthandFullwidthForms=wasmExports.xmlUCSIsHalfwidthandFullwidthForms)(e),Module._xmlUCSIsHangulCompatibilityJamo=e=>(Module._xmlUCSIsHangulCompatibilityJamo=wasmExports.xmlUCSIsHangulCompatibilityJamo)(e),Module._xmlUCSIsHangulJamo=e=>(Module._xmlUCSIsHangulJamo=wasmExports.xmlUCSIsHangulJamo)(e),Module._xmlUCSIsHangulSyllables=e=>(Module._xmlUCSIsHangulSyllables=wasmExports.xmlUCSIsHangulSyllables)(e),Module._xmlUCSIsHanunoo=e=>(Module._xmlUCSIsHanunoo=wasmExports.xmlUCSIsHanunoo)(e),Module._xmlUCSIsHebrew=e=>(Module._xmlUCSIsHebrew=wasmExports.xmlUCSIsHebrew)(e),Module._xmlUCSIsHighPrivateUseSurrogates=e=>(Module._xmlUCSIsHighPrivateUseSurrogates=wasmExports.xmlUCSIsHighPrivateUseSurrogates)(e),Module._xmlUCSIsHighSurrogates=e=>(Module._xmlUCSIsHighSurrogates=wasmExports.xmlUCSIsHighSurrogates)(e),Module._xmlUCSIsHiragana=e=>(Module._xmlUCSIsHiragana=wasmExports.xmlUCSIsHiragana)(e),Module._xmlUCSIsIPAExtensions=e=>(Module._xmlUCSIsIPAExtensions=wasmExports.xmlUCSIsIPAExtensions)(e),Module._xmlUCSIsIdeographicDescriptionCharacters=e=>(Module._xmlUCSIsIdeographicDescriptionCharacters=wasmExports.xmlUCSIsIdeographicDescriptionCharacters)(e),Module._xmlUCSIsKanbun=e=>(Module._xmlUCSIsKanbun=wasmExports.xmlUCSIsKanbun)(e),Module._xmlUCSIsKangxiRadicals=e=>(Module._xmlUCSIsKangxiRadicals=wasmExports.xmlUCSIsKangxiRadicals)(e),Module._xmlUCSIsKannada=e=>(Module._xmlUCSIsKannada=wasmExports.xmlUCSIsKannada)(e),Module._xmlUCSIsKatakana=e=>(Module._xmlUCSIsKatakana=wasmExports.xmlUCSIsKatakana)(e),Module._xmlUCSIsKatakanaPhoneticExtensions=e=>(Module._xmlUCSIsKatakanaPhoneticExtensions=wasmExports.xmlUCSIsKatakanaPhoneticExtensions)(e),Module._xmlUCSIsKhmer=e=>(Module._xmlUCSIsKhmer=wasmExports.xmlUCSIsKhmer)(e),Module._xmlUCSIsKhmerSymbols=e=>(Module._xmlUCSIsKhmerSymbols=wasmExports.xmlUCSIsKhmerSymbols)(e),Module._xmlUCSIsLao=e=>(Module._xmlUCSIsLao=wasmExports.xmlUCSIsLao)(e),Module._xmlUCSIsLatin1Supplement=e=>(Module._xmlUCSIsLatin1Supplement=wasmExports.xmlUCSIsLatin1Supplement)(e),Module._xmlUCSIsLatinExtendedA=e=>(Module._xmlUCSIsLatinExtendedA=wasmExports.xmlUCSIsLatinExtendedA)(e),Module._xmlUCSIsLatinExtendedB=e=>(Module._xmlUCSIsLatinExtendedB=wasmExports.xmlUCSIsLatinExtendedB)(e),Module._xmlUCSIsLatinExtendedAdditional=e=>(Module._xmlUCSIsLatinExtendedAdditional=wasmExports.xmlUCSIsLatinExtendedAdditional)(e),Module._xmlUCSIsLetterlikeSymbols=e=>(Module._xmlUCSIsLetterlikeSymbols=wasmExports.xmlUCSIsLetterlikeSymbols)(e),Module._xmlUCSIsLimbu=e=>(Module._xmlUCSIsLimbu=wasmExports.xmlUCSIsLimbu)(e),Module._xmlUCSIsLinearBIdeograms=e=>(Module._xmlUCSIsLinearBIdeograms=wasmExports.xmlUCSIsLinearBIdeograms)(e),Module._xmlUCSIsLinearBSyllabary=e=>(Module._xmlUCSIsLinearBSyllabary=wasmExports.xmlUCSIsLinearBSyllabary)(e),Module._xmlUCSIsLowSurrogates=e=>(Module._xmlUCSIsLowSurrogates=wasmExports.xmlUCSIsLowSurrogates)(e),Module._xmlUCSIsMalayalam=e=>(Module._xmlUCSIsMalayalam=wasmExports.xmlUCSIsMalayalam)(e),Module._xmlUCSIsMathematicalAlphanumericSymbols=e=>(Module._xmlUCSIsMathematicalAlphanumericSymbols=wasmExports.xmlUCSIsMathematicalAlphanumericSymbols)(e),Module._xmlUCSIsMathematicalOperators=e=>(Module._xmlUCSIsMathematicalOperators=wasmExports.xmlUCSIsMathematicalOperators)(e),Module._xmlUCSIsMiscellaneousMathematicalSymbolsA=e=>(Module._xmlUCSIsMiscellaneousMathematicalSymbolsA=wasmExports.xmlUCSIsMiscellaneousMathematicalSymbolsA)(e),Module._xmlUCSIsMiscellaneousMathematicalSymbolsB=e=>(Module._xmlUCSIsMiscellaneousMathematicalSymbolsB=wasmExports.xmlUCSIsMiscellaneousMathematicalSymbolsB)(e),Module._xmlUCSIsMiscellaneousSymbols=e=>(Module._xmlUCSIsMiscellaneousSymbols=wasmExports.xmlUCSIsMiscellaneousSymbols)(e),Module._xmlUCSIsMiscellaneousSymbolsandArrows=e=>(Module._xmlUCSIsMiscellaneousSymbolsandArrows=wasmExports.xmlUCSIsMiscellaneousSymbolsandArrows)(e),Module._xmlUCSIsMiscellaneousTechnical=e=>(Module._xmlUCSIsMiscellaneousTechnical=wasmExports.xmlUCSIsMiscellaneousTechnical)(e),Module._xmlUCSIsMongolian=e=>(Module._xmlUCSIsMongolian=wasmExports.xmlUCSIsMongolian)(e),Module._xmlUCSIsMusicalSymbols=e=>(Module._xmlUCSIsMusicalSymbols=wasmExports.xmlUCSIsMusicalSymbols)(e),Module._xmlUCSIsMyanmar=e=>(Module._xmlUCSIsMyanmar=wasmExports.xmlUCSIsMyanmar)(e),Module._xmlUCSIsNumberForms=e=>(Module._xmlUCSIsNumberForms=wasmExports.xmlUCSIsNumberForms)(e),Module._xmlUCSIsOgham=e=>(Module._xmlUCSIsOgham=wasmExports.xmlUCSIsOgham)(e),Module._xmlUCSIsOldItalic=e=>(Module._xmlUCSIsOldItalic=wasmExports.xmlUCSIsOldItalic)(e),Module._xmlUCSIsOpticalCharacterRecognition=e=>(Module._xmlUCSIsOpticalCharacterRecognition=wasmExports.xmlUCSIsOpticalCharacterRecognition)(e),Module._xmlUCSIsOriya=e=>(Module._xmlUCSIsOriya=wasmExports.xmlUCSIsOriya)(e),Module._xmlUCSIsOsmanya=e=>(Module._xmlUCSIsOsmanya=wasmExports.xmlUCSIsOsmanya)(e),Module._xmlUCSIsPhoneticExtensions=e=>(Module._xmlUCSIsPhoneticExtensions=wasmExports.xmlUCSIsPhoneticExtensions)(e),Module._xmlUCSIsPrivateUse=e=>(Module._xmlUCSIsPrivateUse=wasmExports.xmlUCSIsPrivateUse)(e),Module._xmlUCSIsPrivateUseArea=e=>(Module._xmlUCSIsPrivateUseArea=wasmExports.xmlUCSIsPrivateUseArea)(e),Module._xmlUCSIsRunic=e=>(Module._xmlUCSIsRunic=wasmExports.xmlUCSIsRunic)(e),Module._xmlUCSIsShavian=e=>(Module._xmlUCSIsShavian=wasmExports.xmlUCSIsShavian)(e),Module._xmlUCSIsSinhala=e=>(Module._xmlUCSIsSinhala=wasmExports.xmlUCSIsSinhala)(e),Module._xmlUCSIsSmallFormVariants=e=>(Module._xmlUCSIsSmallFormVariants=wasmExports.xmlUCSIsSmallFormVariants)(e),Module._xmlUCSIsSpacingModifierLetters=e=>(Module._xmlUCSIsSpacingModifierLetters=wasmExports.xmlUCSIsSpacingModifierLetters)(e),Module._xmlUCSIsSpecials=e=>(Module._xmlUCSIsSpecials=wasmExports.xmlUCSIsSpecials)(e),Module._xmlUCSIsSuperscriptsandSubscripts=e=>(Module._xmlUCSIsSuperscriptsandSubscripts=wasmExports.xmlUCSIsSuperscriptsandSubscripts)(e),Module._xmlUCSIsSupplementalArrowsA=e=>(Module._xmlUCSIsSupplementalArrowsA=wasmExports.xmlUCSIsSupplementalArrowsA)(e),Module._xmlUCSIsSupplementalArrowsB=e=>(Module._xmlUCSIsSupplementalArrowsB=wasmExports.xmlUCSIsSupplementalArrowsB)(e),Module._xmlUCSIsSupplementalMathematicalOperators=e=>(Module._xmlUCSIsSupplementalMathematicalOperators=wasmExports.xmlUCSIsSupplementalMathematicalOperators)(e),Module._xmlUCSIsSupplementaryPrivateUseAreaA=e=>(Module._xmlUCSIsSupplementaryPrivateUseAreaA=wasmExports.xmlUCSIsSupplementaryPrivateUseAreaA)(e),Module._xmlUCSIsSupplementaryPrivateUseAreaB=e=>(Module._xmlUCSIsSupplementaryPrivateUseAreaB=wasmExports.xmlUCSIsSupplementaryPrivateUseAreaB)(e),Module._xmlUCSIsSyriac=e=>(Module._xmlUCSIsSyriac=wasmExports.xmlUCSIsSyriac)(e),Module._xmlUCSIsTagalog=e=>(Module._xmlUCSIsTagalog=wasmExports.xmlUCSIsTagalog)(e),Module._xmlUCSIsTagbanwa=e=>(Module._xmlUCSIsTagbanwa=wasmExports.xmlUCSIsTagbanwa)(e),Module._xmlUCSIsTags=e=>(Module._xmlUCSIsTags=wasmExports.xmlUCSIsTags)(e),Module._xmlUCSIsTaiLe=e=>(Module._xmlUCSIsTaiLe=wasmExports.xmlUCSIsTaiLe)(e),Module._xmlUCSIsTaiXuanJingSymbols=e=>(Module._xmlUCSIsTaiXuanJingSymbols=wasmExports.xmlUCSIsTaiXuanJingSymbols)(e),Module._xmlUCSIsTamil=e=>(Module._xmlUCSIsTamil=wasmExports.xmlUCSIsTamil)(e),Module._xmlUCSIsTelugu=e=>(Module._xmlUCSIsTelugu=wasmExports.xmlUCSIsTelugu)(e),Module._xmlUCSIsThaana=e=>(Module._xmlUCSIsThaana=wasmExports.xmlUCSIsThaana)(e),Module._xmlUCSIsThai=e=>(Module._xmlUCSIsThai=wasmExports.xmlUCSIsThai)(e),Module._xmlUCSIsTibetan=e=>(Module._xmlUCSIsTibetan=wasmExports.xmlUCSIsTibetan)(e),Module._xmlUCSIsUgaritic=e=>(Module._xmlUCSIsUgaritic=wasmExports.xmlUCSIsUgaritic)(e),Module._xmlUCSIsUnifiedCanadianAboriginalSyllabics=e=>(Module._xmlUCSIsUnifiedCanadianAboriginalSyllabics=wasmExports.xmlUCSIsUnifiedCanadianAboriginalSyllabics)(e),Module._xmlUCSIsVariationSelectors=e=>(Module._xmlUCSIsVariationSelectors=wasmExports.xmlUCSIsVariationSelectors)(e),Module._xmlUCSIsVariationSelectorsSupplement=e=>(Module._xmlUCSIsVariationSelectorsSupplement=wasmExports.xmlUCSIsVariationSelectorsSupplement)(e),Module._xmlUCSIsYiRadicals=e=>(Module._xmlUCSIsYiRadicals=wasmExports.xmlUCSIsYiRadicals)(e),Module._xmlUCSIsYiSyllables=e=>(Module._xmlUCSIsYiSyllables=wasmExports.xmlUCSIsYiSyllables)(e),Module._xmlUCSIsYijingHexagramSymbols=e=>(Module._xmlUCSIsYijingHexagramSymbols=wasmExports.xmlUCSIsYijingHexagramSymbols)(e),Module._xmlUCSIsCatCs=e=>(Module._xmlUCSIsCatCs=wasmExports.xmlUCSIsCatCs)(e),Module.___small_fprintf=(e,t,I)=>(Module.___small_fprintf=wasmExports.__small_fprintf)(e,t,I),Module._xmlXPathBooleanFunction=(e,t)=>(Module._xmlXPathBooleanFunction=wasmExports.xmlXPathBooleanFunction)(e,t),Module._xmlXPathCeilingFunction=(e,t)=>(Module._xmlXPathCeilingFunction=wasmExports.xmlXPathCeilingFunction)(e,t),Module._xmlXPathCountFunction=(e,t)=>(Module._xmlXPathCountFunction=wasmExports.xmlXPathCountFunction)(e,t),Module._xmlXPathConcatFunction=(e,t)=>(Module._xmlXPathConcatFunction=wasmExports.xmlXPathConcatFunction)(e,t),Module._xmlXPathContainsFunction=(e,t)=>(Module._xmlXPathContainsFunction=wasmExports.xmlXPathContainsFunction)(e,t),Module._xmlXPathIdFunction=(e,t)=>(Module._xmlXPathIdFunction=wasmExports.xmlXPathIdFunction)(e,t),Module._xmlXPathFalseFunction=(e,t)=>(Module._xmlXPathFalseFunction=wasmExports.xmlXPathFalseFunction)(e,t),Module._xmlXPathFloorFunction=(e,t)=>(Module._xmlXPathFloorFunction=wasmExports.xmlXPathFloorFunction)(e,t),Module._xmlXPathLastFunction=(e,t)=>(Module._xmlXPathLastFunction=wasmExports.xmlXPathLastFunction)(e,t),Module._xmlXPathLangFunction=(e,t)=>(Module._xmlXPathLangFunction=wasmExports.xmlXPathLangFunction)(e,t),Module._xmlXPathLocalNameFunction=(e,t)=>(Module._xmlXPathLocalNameFunction=wasmExports.xmlXPathLocalNameFunction)(e,t),Module._xmlXPathNotFunction=(e,t)=>(Module._xmlXPathNotFunction=wasmExports.xmlXPathNotFunction)(e,t),Module._xmlXPathNamespaceURIFunction=(e,t)=>(Module._xmlXPathNamespaceURIFunction=wasmExports.xmlXPathNamespaceURIFunction)(e,t),Module._xmlXPathNormalizeFunction=(e,t)=>(Module._xmlXPathNormalizeFunction=wasmExports.xmlXPathNormalizeFunction)(e,t),Module._xmlXPathNumberFunction=(e,t)=>(Module._xmlXPathNumberFunction=wasmExports.xmlXPathNumberFunction)(e,t),Module._xmlXPathPositionFunction=(e,t)=>(Module._xmlXPathPositionFunction=wasmExports.xmlXPathPositionFunction)(e,t),Module._xmlXPathRoundFunction=(e,t)=>(Module._xmlXPathRoundFunction=wasmExports.xmlXPathRoundFunction)(e,t),Module._xmlXPathStringFunction=(e,t)=>(Module._xmlXPathStringFunction=wasmExports.xmlXPathStringFunction)(e,t),Module._xmlXPathStringLengthFunction=(e,t)=>(Module._xmlXPathStringLengthFunction=wasmExports.xmlXPathStringLengthFunction)(e,t),Module._xmlXPathStartsWithFunction=(e,t)=>(Module._xmlXPathStartsWithFunction=wasmExports.xmlXPathStartsWithFunction)(e,t),Module._xmlXPathSubstringFunction=(e,t)=>(Module._xmlXPathSubstringFunction=wasmExports.xmlXPathSubstringFunction)(e,t),Module._xmlXPathSubstringBeforeFunction=(e,t)=>(Module._xmlXPathSubstringBeforeFunction=wasmExports.xmlXPathSubstringBeforeFunction)(e,t),Module._xmlXPathSubstringAfterFunction=(e,t)=>(Module._xmlXPathSubstringAfterFunction=wasmExports.xmlXPathSubstringAfterFunction)(e,t),Module._xmlXPathSumFunction=(e,t)=>(Module._xmlXPathSumFunction=wasmExports.xmlXPathSumFunction)(e,t),Module._xmlXPathTrueFunction=(e,t)=>(Module._xmlXPathTrueFunction=wasmExports.xmlXPathTrueFunction)(e,t),Module._xmlXPathTranslateFunction=(e,t)=>(Module._xmlXPathTranslateFunction=wasmExports.xmlXPathTranslateFunction)(e,t),Module._xmlXPathNextSelf=(e,t)=>(Module._xmlXPathNextSelf=wasmExports.xmlXPathNextSelf)(e,t),Module._xmlXPathNextChild=(e,t)=>(Module._xmlXPathNextChild=wasmExports.xmlXPathNextChild)(e,t),Module._xmlXPathNextDescendant=(e,t)=>(Module._xmlXPathNextDescendant=wasmExports.xmlXPathNextDescendant)(e,t),Module._xmlXPathNextDescendantOrSelf=(e,t)=>(Module._xmlXPathNextDescendantOrSelf=wasmExports.xmlXPathNextDescendantOrSelf)(e,t),Module._xmlXPathNextParent=(e,t)=>(Module._xmlXPathNextParent=wasmExports.xmlXPathNextParent)(e,t),Module._xmlXPathNextAncestor=(e,t)=>(Module._xmlXPathNextAncestor=wasmExports.xmlXPathNextAncestor)(e,t),Module._xmlXPathNextAncestorOrSelf=(e,t)=>(Module._xmlXPathNextAncestorOrSelf=wasmExports.xmlXPathNextAncestorOrSelf)(e,t),Module._xmlXPathNextFollowingSibling=(e,t)=>(Module._xmlXPathNextFollowingSibling=wasmExports.xmlXPathNextFollowingSibling)(e,t),Module._xmlXPathNextPrecedingSibling=(e,t)=>(Module._xmlXPathNextPrecedingSibling=wasmExports.xmlXPathNextPrecedingSibling)(e,t),Module._xmlXPathNextFollowing=(e,t)=>(Module._xmlXPathNextFollowing=wasmExports.xmlXPathNextFollowing)(e,t),Module._xmlXPathNextNamespace=(e,t)=>(Module._xmlXPathNextNamespace=wasmExports.xmlXPathNextNamespace)(e,t),Module._xmlXPathNextAttribute=(e,t)=>(Module._xmlXPathNextAttribute=wasmExports.xmlXPathNextAttribute)(e,t),Module._zcalloc=(e,t,I)=>(Module._zcalloc=wasmExports.zcalloc)(e,t,I),Module._zcfree=(e,t)=>(Module._zcfree=wasmExports.zcfree)(e,t),Module._strerror=e=>(Module._strerror=wasmExports.strerror)(e);var ___dl_seterr=(e,t)=>(___dl_seterr=wasmExports.__dl_seterr)(e,t);Module._putc=(e,t)=>(Module._putc=wasmExports.putc)(e,t),Module._gmtime=e=>(Module._gmtime=wasmExports.gmtime)(e);var _htonl=e=>(_htonl=wasmExports.htonl)(e),_htons=e=>(_htons=wasmExports.htons)(e);Module._ioctl=(e,t,I)=>(Module._ioctl=wasmExports.ioctl)(e,t,I);var _emscripten_builtin_memalign=(e,t)=>(_emscripten_builtin_memalign=wasmExports.emscripten_builtin_memalign)(e,t),_ntohs=e=>(_ntohs=wasmExports.ntohs)(e);Module._srand=e=>(Module._srand=wasmExports.srand)(e),Module._rand=()=>(Module._rand=wasmExports.rand)();var __emscripten_timeout=(e,t)=>(__emscripten_timeout=wasmExports._emscripten_timeout)(e,t);Module.___floatsitf=(e,t)=>(Module.___floatsitf=wasmExports.__floatsitf)(e,t),Module.___multf3=(e,t,I,B,tr)=>(Module.___multf3=wasmExports.__multf3)(e,t,I,B,tr),Module.___extenddftf2=(e,t)=>(Module.___extenddftf2=wasmExports.__extenddftf2)(e,t),Module.___getf2=(e,t,I,B)=>(Module.___getf2=wasmExports.__getf2)(e,t,I,B),Module.___subtf3=(e,t,I,B,tr)=>(Module.___subtf3=wasmExports.__subtf3)(e,t,I,B,tr),Module.___letf2=(e,t,I,B)=>(Module.___letf2=wasmExports.__letf2)(e,t,I,B),Module.___lttf2=(e,t,I,B)=>(Module.___lttf2=wasmExports.__lttf2)(e,t,I,B);var _setThrew=(e,t)=>(_setThrew=wasmExports.setThrew)(e,t),__emscripten_tempret_set=e=>(__emscripten_tempret_set=wasmExports._emscripten_tempret_set)(e),__emscripten_tempret_get=()=>(__emscripten_tempret_get=wasmExports._emscripten_tempret_get)();Module.___fixtfsi=(e,t)=>(Module.___fixtfsi=wasmExports.__fixtfsi)(e,t);var __emscripten_stack_restore=e=>(__emscripten_stack_restore=wasmExports._emscripten_stack_restore)(e),__emscripten_stack_alloc=e=>(__emscripten_stack_alloc=wasmExports._emscripten_stack_alloc)(e),_emscripten_stack_get_current=()=>(_emscripten_stack_get_current=wasmExports.emscripten_stack_get_current)();Module._ScanKeywords=18770052,Module._stderr=18792480,Module._stdout=18792784,Module._TopMemoryContext=18830716,Module._MainLWLockArray=18800668,Module._MyProc=18802328,Module._MyProcPid=18824228,Module._MyLatch=18824260,Module._CurrentMemoryContext=18830712,Module._InterruptPending=18824092,Module._pg_global_prng_state=18936304,Module._CurrentResourceOwner=18830692,Module._InterruptHoldoffCount=18824132,Module._IsUnderPostmaster=18824165,Module._wal_level=18758340,Module._MyDatabaseId=18824148,Module._error_context_stack=18816816,Module._PG_exception_stack=18816820,Module.___THREW__=18950052,Module.___threwValue=18950056,Module._ShmemVariableCache=18849760,Module._shmem_startup_hook=18794508,Module._debug_query_string=18848300,Module._CritSectionCount=18824140,Module._old_snapshot_threshold=18823756,Module._TopTransactionResourceOwner=18830700,Module._LocalBufferBlockPointers=18800556,Module._BufferBlocks=18795304,Module._pgBufferUsage=18813728,Module._GUC_check_errdetail_string=18814680,Module._NBuffers=18690456,Module._BufferDescriptors=18795300,Module._ParallelWorkerNumber=18767008,Module._stdin=18792632,Module._ScanKeywordTokens=17487664,Module._post_parse_analyze_hook=18802584,Module._progname=18848060,Module._DataDir=18824144,Module._MyStartTime=18824232,Module._MyProcPort=18824248,Module._Log_directory=18803120,Module._Log_filename=18803124,Module._ConfigReloadPending=18803272,Module._ShutdownRequestPending=18803276,Module._process_shared_preload_libraries_in_progress=18824080,Module._wal_segment_size=18758360,Module._application_name=18815988,Module._XactIsoLevel=18758700,Module._RmgrTable=18758816,Module._CacheMemoryContext=18830728,Module._TopTransactionContext=18830736,Module._TTSOpsVirtual=18638668,Module._WalReceiverFunctions=18803712,Module._TTSOpsMinimalTuple=18638764,Module._cluster_name=18640444,Module._work_mem=18690432,Module._ClientAuthentication_hook=18804032,Module._cma_rsize=18848108,Module._SOCKET_DATA=18854312,Module._SOCKET_FILE=18854308,Module._TTSOpsHeapTuple=18638716,Module._SnapshotAnyData=18690240,Module._ExecutorStart_hook=18813600,Module._ExecutorRun_hook=18813604,Module._ExecutorFinish_hook=18813608,Module._ExecutorEnd_hook=18813612,Module._SPI_processed=18813624,Module._SPI_tuptable=18813632,Module._SPI_result=18813636,Module._pgWalUsage=18813840,Module._cpu_operator_cost=18638912,Module._planner_hook=18813876,Module._maintenance_work_mem=18690448,Module._max_parallel_maintenance_workers=18690452,Module._cpu_tuple_cost=18638896,Module._seq_page_cost=18638880,Module._check_function_bodies=18640389,Module._quote_all_identifiers=18848065,Module._extra_float_digits=18692128,Module._IntervalStyle=18824172,Module._pg_crc32_table=18115504,Module._oldSnapshotControl=18823760,Module._shmem_request_hook=18824084,Module._DateStyle=18690420,Module._pg_number_of_ones=18433360,Module._xmlStructuredError=18936668,Module._xmlStructuredErrorContext=18936676,Module._xmlGenericErrorContext=18936672,Module._xmlGenericError=18774356,Module._xmlIsBaseCharGroup=18774120,Module._xmlIsDigitGroup=18774152,Module._xmlIsCombiningGroup=18774136,Module._xmlIsExtenderGroup=18774168,Module._xmlFree=18774320,Module._ProcessUtility_hook=18848012,Module._single_mode_feed=18848076,Module._cma_wsize=18848116,Module._check_password_hook=18850784,Module._IDB_STAGE=18854320,Module._IDB_PIPE_FP=18854316,Module._pg_scram_mech=18774064,Module._pg_g_threadlock=18772168,Module._pgresStatus=18773856,Module._xmlIsPubidChar_tab=18433648,Module._xmlGetWarningsDefaultValue=18774348,Module._xmlMalloc=18774324,Module._xmlRealloc=18774332,Module._xmlLastError=18936688,Module._xmlMallocAtomic=18774328,Module._xmlMemStrdup=18774336,Module._xmlBufferAllocScheme=18774340,Module._xmlDefaultBufferSize=18774344,Module._xmlParserDebugEntities=18936628,Module._xmlDoValidityCheckingDefaultValue=18936632,Module._xmlLoadExtDtdDefaultValue=18936636,Module._xmlPedanticParserDefaultValue=18936640,Module._xmlLineNumbersDefaultValue=18936644,Module._xmlKeepBlanksDefaultValue=18774352,Module._xmlSubstituteEntitiesDefaultValue=18936648,Module._xmlRegisterNodeDefaultValue=18936652,Module._xmlDeregisterNodeDefaultValue=18936656,Module._xmlParserInputBufferCreateFilenameValue=18936660,Module._xmlOutputBufferCreateFilenameValue=18936664,Module._xmlIndentTreeOutput=18774360,Module._xmlTreeIndentString=18774364,Module._xmlSaveNoEmptyTags=18936680,Module._xmlDefaultSAXHandler=18774368,Module._xmlDefaultSAXLocator=18774480,Module._xmlParserMaxDepth=18775140,Module._xmlStringText=18435456,Module._xmlStringComment=18435471,Module._xmlStringTextNoenc=18435461,Module._xmlXPathNAN=18937352,Module._xmlXPathNINF=18937368,Module._xmlXPathPINF=18937360,Module._z_errmsg=18791696,Module.__length_code=18455120,Module.__dist_code=18454608;function invoke_i(e){var t=stackSave();try{return getWasmTableEntry(e)()}catch(I){if(stackRestore(t),I!==I+0)throw I;_setThrew(1,0)}}function invoke_v(e){var t=stackSave();try{getWasmTableEntry(e)()}catch(I){if(stackRestore(t),I!==I+0)throw I;_setThrew(1,0)}}function invoke_vi(e,t){var I=stackSave();try{getWasmTableEntry(e)(t)}catch(B){if(stackRestore(I),B!==B+0)throw B;_setThrew(1,0)}}function invoke_iii(e,t,I){var B=stackSave();try{return getWasmTableEntry(e)(t,I)}catch(tr){if(stackRestore(B),tr!==tr+0)throw tr;_setThrew(1,0)}}function invoke_iiiiii(e,t,I,B,tr,rr){var ir=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr)}catch(lr){if(stackRestore(ir),lr!==lr+0)throw lr;_setThrew(1,0)}}function invoke_viii(e,t,I,B){var tr=stackSave();try{getWasmTableEntry(e)(t,I,B)}catch(rr){if(stackRestore(tr),rr!==rr+0)throw rr;_setThrew(1,0)}}function invoke_viiiiiii(e,t,I,B,tr,rr,ir,lr){var mr=stackSave();try{getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr)}catch(dr){if(stackRestore(mr),dr!==dr+0)throw dr;_setThrew(1,0)}}function invoke_iiii(e,t,I,B){var tr=stackSave();try{return getWasmTableEntry(e)(t,I,B)}catch(rr){if(stackRestore(tr),rr!==rr+0)throw rr;_setThrew(1,0)}}function invoke_viiii(e,t,I,B,tr){var rr=stackSave();try{getWasmTableEntry(e)(t,I,B,tr)}catch(ir){if(stackRestore(rr),ir!==ir+0)throw ir;_setThrew(1,0)}}function invoke_iiiii(e,t,I,B,tr){var rr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr)}catch(ir){if(stackRestore(rr),ir!==ir+0)throw ir;_setThrew(1,0)}}function invoke_vii(e,t,I){var B=stackSave();try{getWasmTableEntry(e)(t,I)}catch(tr){if(stackRestore(B),tr!==tr+0)throw tr;_setThrew(1,0)}}function invoke_ii(e,t){var I=stackSave();try{return getWasmTableEntry(e)(t)}catch(B){if(stackRestore(I),B!==B+0)throw B;_setThrew(1,0)}}function invoke_viiiiiiii(e,t,I,B,tr,rr,ir,lr,mr){var dr=stackSave();try{getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr,mr)}catch(_r){if(stackRestore(dr),_r!==_r+0)throw _r;_setThrew(1,0)}}function invoke_viiiii(e,t,I,B,tr,rr){var ir=stackSave();try{getWasmTableEntry(e)(t,I,B,tr,rr)}catch(lr){if(stackRestore(ir),lr!==lr+0)throw lr;_setThrew(1,0)}}function invoke_ij(e,t){var I=stackSave();try{return getWasmTableEntry(e)(t)}catch(B){if(stackRestore(I),B!==B+0)throw B;_setThrew(1,0)}}function invoke_ji(e,t){var I=stackSave();try{return getWasmTableEntry(e)(t)}catch(B){if(stackRestore(I),B!==B+0)throw B;return _setThrew(1,0),0n}}function invoke_ijiiiiii(e,t,I,B,tr,rr,ir,lr){var mr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr)}catch(dr){if(stackRestore(mr),dr!==dr+0)throw dr;_setThrew(1,0)}}function invoke_vij(e,t,I){var B=stackSave();try{getWasmTableEntry(e)(t,I)}catch(tr){if(stackRestore(B),tr!==tr+0)throw tr;_setThrew(1,0)}}function invoke_vj(e,t){var I=stackSave();try{getWasmTableEntry(e)(t)}catch(B){if(stackRestore(I),B!==B+0)throw B;_setThrew(1,0)}}function invoke_viijii(e,t,I,B,tr,rr){var ir=stackSave();try{getWasmTableEntry(e)(t,I,B,tr,rr)}catch(lr){if(stackRestore(ir),lr!==lr+0)throw lr;_setThrew(1,0)}}function invoke_iiiiiji(e,t,I,B,tr,rr,ir){var lr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr,ir)}catch(mr){if(stackRestore(lr),mr!==mr+0)throw mr;_setThrew(1,0)}}function invoke_viijiiii(e,t,I,B,tr,rr,ir,lr){var mr=stackSave();try{getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr)}catch(dr){if(stackRestore(mr),dr!==dr+0)throw dr;_setThrew(1,0)}}function invoke_viij(e,t,I,B){var tr=stackSave();try{getWasmTableEntry(e)(t,I,B)}catch(rr){if(stackRestore(tr),rr!==rr+0)throw rr;_setThrew(1,0)}}function invoke_jiiiiiiii(e,t,I,B,tr,rr,ir,lr,mr){var dr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr,mr)}catch(_r){if(stackRestore(dr),_r!==_r+0)throw _r;return _setThrew(1,0),0n}}function invoke_jiiiii(e,t,I,B,tr,rr){var ir=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr)}catch(lr){if(stackRestore(ir),lr!==lr+0)throw lr;return _setThrew(1,0),0n}}function invoke_iiiiiiiii(e,t,I,B,tr,rr,ir,lr,mr){var dr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr,mr)}catch(_r){if(stackRestore(dr),_r!==_r+0)throw _r;_setThrew(1,0)}}function invoke_vji(e,t,I){var B=stackSave();try{getWasmTableEntry(e)(t,I)}catch(tr){if(stackRestore(B),tr!==tr+0)throw tr;_setThrew(1,0)}}function invoke_iiiijii(e,t,I,B,tr,rr,ir){var lr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr,ir)}catch(mr){if(stackRestore(lr),mr!==mr+0)throw mr;_setThrew(1,0)}}function invoke_vijiji(e,t,I,B,tr,rr){var ir=stackSave();try{getWasmTableEntry(e)(t,I,B,tr,rr)}catch(lr){if(stackRestore(ir),lr!==lr+0)throw lr;_setThrew(1,0)}}function invoke_viji(e,t,I,B){var tr=stackSave();try{getWasmTableEntry(e)(t,I,B)}catch(rr){if(stackRestore(tr),rr!==rr+0)throw rr;_setThrew(1,0)}}function invoke_iiij(e,t,I,B){var tr=stackSave();try{return getWasmTableEntry(e)(t,I,B)}catch(rr){if(stackRestore(tr),rr!==rr+0)throw rr;_setThrew(1,0)}}function invoke_iiiiiiii(e,t,I,B,tr,rr,ir,lr){var mr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr)}catch(dr){if(stackRestore(mr),dr!==dr+0)throw dr;_setThrew(1,0)}}function invoke_iiiiiii(e,t,I,B,tr,rr,ir){var lr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr,ir)}catch(mr){if(stackRestore(lr),mr!==mr+0)throw mr;_setThrew(1,0)}}function invoke_di(e,t){var I=stackSave();try{return getWasmTableEntry(e)(t)}catch(B){if(stackRestore(I),B!==B+0)throw B;_setThrew(1,0)}}function invoke_id(e,t){var I=stackSave();try{return getWasmTableEntry(e)(t)}catch(B){if(stackRestore(I),B!==B+0)throw B;_setThrew(1,0)}}function invoke_ijiiiii(e,t,I,B,tr,rr,ir){var lr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr,ir)}catch(mr){if(stackRestore(lr),mr!==mr+0)throw mr;_setThrew(1,0)}}function invoke_jiiii(e,t,I,B,tr){var rr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr)}catch(ir){if(stackRestore(rr),ir!==ir+0)throw ir;return _setThrew(1,0),0n}}function invoke_viiiiii(e,t,I,B,tr,rr,ir){var lr=stackSave();try{getWasmTableEntry(e)(t,I,B,tr,rr,ir)}catch(mr){if(stackRestore(lr),mr!==mr+0)throw mr;_setThrew(1,0)}}function invoke_viiiiiiiiiiii(e,t,I,B,tr,rr,ir,lr,mr,dr,_r,hr,fr){var yr=stackSave();try{getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr,mr,dr,_r,hr,fr)}catch(Sr){if(stackRestore(yr),Sr!==Sr+0)throw Sr;_setThrew(1,0)}}function invoke_jii(e,t,I){var B=stackSave();try{return getWasmTableEntry(e)(t,I)}catch(tr){if(stackRestore(B),tr!==tr+0)throw tr;return _setThrew(1,0),0n}}function invoke_iiiij(e,t,I,B,tr){var rr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr)}catch(ir){if(stackRestore(rr),ir!==ir+0)throw ir;_setThrew(1,0)}}function invoke_iiiiiiiiii(e,t,I,B,tr,rr,ir,lr,mr,dr){var _r=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr,mr,dr)}catch(hr){if(stackRestore(_r),hr!==hr+0)throw hr;_setThrew(1,0)}}function invoke_viiji(e,t,I,B,tr){var rr=stackSave();try{getWasmTableEntry(e)(t,I,B,tr)}catch(ir){if(stackRestore(rr),ir!==ir+0)throw ir;_setThrew(1,0)}}function invoke_iiji(e,t,I,B){var tr=stackSave();try{return getWasmTableEntry(e)(t,I,B)}catch(rr){if(stackRestore(tr),rr!==rr+0)throw rr;_setThrew(1,0)}}function invoke_vid(e,t,I){var B=stackSave();try{getWasmTableEntry(e)(t,I)}catch(tr){if(stackRestore(B),tr!==tr+0)throw tr;_setThrew(1,0)}}function invoke_viiiiiiiii(e,t,I,B,tr,rr,ir,lr,mr,dr){var _r=stackSave();try{getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr,mr,dr)}catch(hr){if(stackRestore(_r),hr!==hr+0)throw hr;_setThrew(1,0)}}function invoke_viiij(e,t,I,B,tr){var rr=stackSave();try{getWasmTableEntry(e)(t,I,B,tr)}catch(ir){if(stackRestore(rr),ir!==ir+0)throw ir;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiii(e,t,I,B,tr,rr,ir,lr,mr,dr,_r,hr,fr,yr,Sr,vr,Mr){var wr=stackSave();try{return getWasmTableEntry(e)(t,I,B,tr,rr,ir,lr,mr,dr,_r,hr,fr,yr,Sr,vr,Mr)}catch(gr){if(stackRestore(wr),gr!==gr+0)throw gr;_setThrew(1,0)}}Module.addRunDependency=addRunDependency,Module.removeRunDependency=removeRunDependency,Module.callMain=callMain,Module.ccall=ccall,Module.cwrap=cwrap,Module.setValue=setValue,Module.getValue=getValue,Module.UTF8ToString=UTF8ToString,Module.stringToNewUTF8=stringToNewUTF8,Module.stringToUTF8OnStack=stringToUTF8OnStack,Module.FS_createPreloadedFile=FS_createPreloadedFile,Module.FS_unlink=FS_unlink,Module.FS_createPath=FS_createPath,Module.FS_createDevice=FS_createDevice,Module.FS=FS,Module.FS_createDataFile=FS_createDataFile,Module.FS_createLazyFile=FS_createLazyFile;var calledRun;dependenciesFulfilled=function e(){calledRun||run(),calledRun||(dependenciesFulfilled=e)};function callMain(e=[]){var t=resolveGlobalSymbol("main").sym;if(t){e.unshift(thisProgram);var I=e.length,B=stackAlloc((I+1)*4),tr=B;e.forEach(ir=>{HEAPU32[tr>>2]=stringToUTF8OnStack(ir),tr+=4}),HEAPU32[tr>>2]=0;try{var rr=t(I,B);return exitJS(rr,!0),rr}catch(ir){return handleException(ir)}}}function run(e=arguments_){if(runDependencies>0||(preRun(),runDependencies>0))return;function t(){calledRun||(calledRun=!0,Module.calledRun=!0,!ABORT&&(initRuntime(),preMain(),readyPromiseResolve(Module),Module.onRuntimeInitialized?.(),shouldRunNow&&callMain(e),postRun()))}Module.setStatus?(Module.setStatus("Running..."),setTimeout(()=>{setTimeout(()=>Module.setStatus(""),1),t()},1)):t()}if(Module.preInit)for(typeof Module.preInit=="function"&&(Module.preInit=[Module.preInit]);Module.preInit.length>0;)Module.preInit.pop()();var shouldRunNow=!0;return Module.noInitialRun&&(shouldRunNow=!1),run(),moduleRtn=readyPromise,moduleRtn}})(),ke=Qe,Te=ke,Y,W,j,J,$,_e,ie,me,Z,ae,oe,se,V,G,k,K,O,qe,re,pe=class Pi extends z{constructor(t={},I={}){super(),R$2(this,O),R$2(this,Y,!1),R$2(this,W,!1),R$2(this,j,!1),R$2(this,J,!1),R$2(this,$,!1),R$2(this,_e,new H),R$2(this,ie,new H),R$2(this,me,new H),R$2(this,Z,!1),this.debug=0,R$2(this,ae),R$2(this,oe,[]),R$2(this,se,new ye),R$2(this,V),R$2(this,G),R$2(this,k,new Map),R$2(this,K,new Set),typeof t=="string"?I={dataDir:t,...I}:I=t,this.dataDir=I.dataDir,I.parsers!==void 0&&(this.parsers={...this.parsers,...I.parsers}),I.serializers!==void 0&&(this.serializers={...this.serializers,...I.serializers}),I?.debug!==void 0&&(this.debug=I.debug),I?.relaxedDurability!==void 0&&x$2(this,$,I.relaxedDurability),x$2(this,ae,I.extensions??{}),this.waitReady=T(this,O,qe).call(this,I??{})}static async create(t,I){let B=typeof t=="string"?{dataDir:t,...I??{}}:t??{},tr=new Pi(B);return await tr.waitReady,tr}get Module(){return this.mod}get ready(){return h$1(this,Y)&&!h$1(this,W)&&!h$1(this,j)}get closed(){return h$1(this,j)}async close(){await this._checkReady(),x$2(this,W,!0);for(let t of h$1(this,oe))await t();try{await this.execProtocol(O$1.end()),this.mod._pg_shutdown()}catch(t){let I=t;if(!(I.name==="ExitStatus"&&I.status===0))throw t}await this.fs.closeFs(),x$2(this,j,!0),x$2(this,W,!1)}async[Symbol.asyncDispose](){await this.close()}async _handleBlob(t){x$2(this,V,t?await t.arrayBuffer():void 0)}async _cleanupBlob(){x$2(this,V,void 0)}async _getWrittenBlob(){if(!h$1(this,G))return;let t=new Blob(h$1(this,G));return x$2(this,G,void 0),t}async _checkReady(){if(h$1(this,W))throw new Error("PGlite is closing");if(h$1(this,j))throw new Error("PGlite is closed");h$1(this,Y)||await this.waitReady}execProtocolRawSync(t){let I=t.length,B=this.mod;B._interactive_write(I),B.HEAPU8.set(t,1),B._interactive_one();let tr=I+2,rr=tr+B._interactive_read();return B.HEAPU8.subarray(tr,rr)}async execProtocolRaw(t,{syncToFs:I=!0}={}){let B=t.length,tr=this.mod;tr._interactive_write(B),tr.HEAPU8.set(t,1),tr._interactive_one();let rr=B+2,ir=rr+tr._interactive_read(),lr=tr.HEAPU8.subarray(rr,ir);return I&&await this.syncToFs(),lr}async execProtocol(t,{syncToFs:I=!0,throwOnError:B=!0,onNotice:tr}={}){let rr=await this.execProtocolRaw(t,{syncToFs:I}),ir=[];return h$1(this,se).parse(rr,lr=>{if(lr instanceof E){if(x$2(this,se,new ye),B)throw lr}else if(lr instanceof ne)this.debug>0&&console.warn(lr),tr&&tr(lr);else if(lr instanceof ee$1)switch(lr.text){case"BEGIN":x$2(this,J,!0);break;case"COMMIT":case"ROLLBACK":x$2(this,J,!1);break}else if(lr instanceof X){let mr=h$1(this,k).get(lr.channel);mr&&mr.forEach(dr=>{queueMicrotask(()=>dr(lr.payload))}),h$1(this,K).forEach(dr=>{queueMicrotask(()=>dr(lr.channel,lr.payload))})}ir.push(lr)}),{messages:ir,data:rr}}isInTransaction(){return h$1(this,J)}async syncToFs(){if(h$1(this,Z))return;x$2(this,Z,!0);let t=async()=>{await h$1(this,me).runExclusive(async()=>{x$2(this,Z,!1),await this.fs.syncToFs(h$1(this,$))})};h$1(this,$)?t():await t()}async listen(t,I){let B=Nr(t);h$1(this,k).has(B)||h$1(this,k).set(B,new Set),h$1(this,k).get(B).add(I);try{await this.exec(`LISTEN ${t}`)}catch(tr){throw h$1(this,k).get(B).delete(I),h$1(this,k).get(B)?.size===0&&h$1(this,k).delete(B),tr}return async()=>{await this.unlisten(B,I)}}async unlisten(t,I){let B=Nr(t);I?(h$1(this,k).get(B)?.delete(I),h$1(this,k).get(B)?.size===0&&(await this.exec(`UNLISTEN ${t}`),h$1(this,k).delete(B))):(await this.exec(`UNLISTEN ${t}`),h$1(this,k).delete(B))}onNotification(t){return h$1(this,K).add(t),()=>{h$1(this,K).delete(t)}}offNotification(t){h$1(this,K).delete(t)}async dumpDataDir(t){let I=this.dataDir?.split("/").pop()??"pgdata";return this.fs.dumpTar(I,t)}_runExclusiveQuery(t){return h$1(this,_e).runExclusive(t)}_runExclusiveTransaction(t){return h$1(this,ie).runExclusive(t)}async clone(){let t=await this.dumpDataDir("none");return new Pi({loadDataDir:t})}};Y=new WeakMap,W=new WeakMap,j=new WeakMap,J=new WeakMap,$=new WeakMap,_e=new WeakMap,ie=new WeakMap,me=new WeakMap,Z=new WeakMap,ae=new WeakMap,oe=new WeakMap,se=new WeakMap,V=new WeakMap,G=new WeakMap,k=new WeakMap,K=new WeakMap,O=new WeakSet,qe=async function(e){if(e.fs)this.fs=e.fs;else{let{dataDir:dr,fsType:_r}=Fe(e.dataDir);this.fs=await Ae(dr,_r)}let t={},I=[],B=[`PGDATA=${C}`,`PREFIX=${Vr}`,`PGUSER=${e.username??"postgres"}`,`PGDATABASE=${e.database??"template1"}`,"MODE=REACT","REPL=N",...this.debug?["-d",this.debug.toString()]:[]];e.wasmModule||Rr();let tr=e.fsBundle?e.fsBundle.arrayBuffer():Er(),rr;tr.then(dr=>{rr=dr});let ir={WASM_PREFIX:Vr,arguments:B,INITIAL_MEMORY:e.initialMemory,noExitRuntime:!0,...this.debug>0?{print:console.info,printErr:console.error}:{print:()=>{},printErr:()=>{}},instantiateWasm:(dr,_r)=>(Tr(dr,e.wasmModule).then(({instance:hr,module:fr})=>{_r(hr,fr)}),{}),getPreloadedPackage:(dr,_r)=>{if(dr==="postgres.data"){if(rr.byteLength!==_r)throw new Error(`Invalid FS bundle size: ${rr.byteLength} !== ${_r}`);return rr}throw new Error(`Unknown package: ${dr}`)},preRun:[dr=>{let _r=dr.FS.makedev(64,0),hr={open:fr=>{},close:fr=>{},read:(fr,yr,Sr,vr,Mr)=>{let wr=h$1(this,V);if(!wr)throw new Error("No /dev/blob File or Blob provided to read from");let gr=new Uint8Array(wr);if(Mr>=gr.length)return 0;let br=Math.min(gr.length-Mr,vr);for(let xr=0;xr<br;xr++)yr[Sr+xr]=gr[Mr+xr];return br},write:(fr,yr,Sr,vr,Mr)=>(h$1(this,G)??x$2(this,G,[]),h$1(this,G).push(yr.slice(Sr,Sr+vr)),vr),llseek:(fr,yr,Sr)=>{let vr=h$1(this,V);if(!vr)throw new Error("No /dev/blob File or Blob provided to llseek");let Mr=yr;if(Sr===1?Mr+=fr.position:Sr===2&&(Mr=new Uint8Array(vr).length),Mr<0)throw new dr.FS.ErrnoError(28);return Mr}};dr.FS.registerDevice(_r,hr),dr.FS.mkdev("/dev/blob",_r)}]},{emscriptenOpts:lr}=await this.fs.init(this,ir);ir=lr;for(let[dr,_r]of Object.entries(h$1(this,ae)))if(_r instanceof URL)t[dr]=ge(_r);else{let hr=await _r.setup(this,ir);if(hr.emscriptenOpts&&(ir=hr.emscriptenOpts),hr.namespaceObj){let fr=this;fr[dr]=hr.namespaceObj}hr.bundlePath&&(t[dr]=ge(hr.bundlePath)),hr.init&&I.push(hr.init),hr.close&&h$1(this,oe).push(hr.close)}if(ir.pg_extensions=t,await tr,this.mod=await Te(ir),await this.fs.initialSyncFs(),e.loadDataDir){if(this.mod.FS.analyzePath(C+"/PG_VERSION").exists)throw new Error("Database already exists, cannot load from tarball");T(this,O,re).call(this,"pglite: loading data from tarball"),await ce$1(this.mod.FS,e.loadDataDir,C)}this.mod.FS.analyzePath(C+"/PG_VERSION").exists?T(this,O,re).call(this,"pglite: found DB, resuming"):T(this,O,re).call(this,"pglite: no db"),await Pe(this.mod,(...dr)=>T(this,O,re).call(this,...dr));let mr=this.mod._pg_initdb();if(!mr)throw new Error("INITDB failed to return value");if(mr&1)throw new Error("INITDB failed");if(mr&2){let dr=e.username??"postgres",_r=e.database??"template1";if(mr&4){if(!(mr&12))throw new Error("Invalid db/user combination")}else if(_r!=="template1"&&dr!=="postgres")throw new Error("INITDB created a new datadir, but an alternative db/user was requested")}await this.syncToFs(),x$2(this,Y,!0),await this.exec("SET search_path TO public;"),await this._initArrayTypes();for(let dr of I)await dr()},re=function(...e){this.debug>0&&console.log(...e)};var Ue=pe;u$1();const initSql=`
133
+
134
+ create table if not exists "AnalyticsSeries"
135
+ (
136
+ id serial primary key,
137
+ source varchar(255) not null,
138
+ start timestamp not null,
139
+ "end" timestamp,
140
+ metric varchar(255) not null,
141
+ value real not null,
142
+ unit varchar(255),
143
+ fn varchar(255) not null,
144
+ params json
145
+ );
146
+
147
+ create unique index if not exists "AnalyticsSeries_pkey"
148
+ on "AnalyticsSeries" (id);
149
+
150
+ create index if not exists analyticsseries_end_index
151
+ on "AnalyticsSeries" ("end");
152
+
153
+ create index if not exists analyticsseries_fn_index
154
+ on "AnalyticsSeries" (fn);
155
+
156
+ create index if not exists analyticsseries_metric_index
157
+ on "AnalyticsSeries" (metric);
158
+
159
+ create index if not exists analyticsseries_source_index
160
+ on "AnalyticsSeries" (source);
161
+
162
+ create index if not exists analyticsseries_start_index
163
+ on "AnalyticsSeries" (start);
164
+
165
+ create index if not exists analyticsseries_unit_index
166
+ on "AnalyticsSeries" (unit);
167
+
168
+ create index if not exists analyticsseries_value_index
169
+ on "AnalyticsSeries" (value);
170
+
171
+ create table if not exists "AnalyticsDimension"
172
+ (
173
+ id serial primary key,
174
+ dimension varchar(255) not null,
175
+ path varchar(255) not null,
176
+ label varchar(255),
177
+ icon varchar(1000),
178
+ description text
179
+ );
180
+
181
+ create unique index if not exists "AnalyticsDimension_pkey"
182
+ on "AnalyticsDimension" (id);
183
+
184
+ create index if not exists analyticsdimension_dimension_index
185
+ on "AnalyticsDimension" (dimension);
186
+
187
+ create index if not exists analyticsdimension_path_index
188
+ on "AnalyticsDimension" (path);
189
+
190
+ create table if not exists "AnalyticsSeries_AnalyticsDimension"
191
+ (
192
+ "seriesId" integer not null
193
+ constraint analyticsseries_analyticsdimension_seriesid_foreign
194
+ references "AnalyticsSeries"
195
+ on delete cascade,
196
+ "dimensionId" integer not null
197
+ constraint analyticsseries_analyticsdimension_dimensionid_foreign
198
+ references "AnalyticsDimension"
199
+ on delete cascade
200
+ );
201
+
202
+ create index if not exists analyticsseries_analyticsdimension_dimensionid_index
203
+ on "AnalyticsSeries_AnalyticsDimension" ("dimensionId");
204
+
205
+ create index if not exists analyticsseries_analyticsdimension_seriesid_index
206
+ on "AnalyticsSeries_AnalyticsDimension" ("seriesId");
207
+
208
+ `;class MemoryAnalyticsStore extends KnexAnalyticsStore{_pgLiteFactory;_queryLogger;_resultsLogger;_pgExecutor;_profiler;_sql=null;constructor({knex:t,pgLiteFactory:I,queryLogger:B,resultsLogger:tr,profiler:rr}={}){rr||(rr=new PassthroughAnalyticsProfiler);const ir=new PGLiteQueryExecutor(rr,B,tr);super({executor:ir,knex:t||knex({client:"pg",useNullAsDefault:!0})}),this._pgLiteFactory=I||Ue.create,this._queryLogger=B||(()=>{}),this._resultsLogger=tr||(()=>{}),this._profiler=rr,this._pgExecutor=ir}async init(){this._sql=await this._pgLiteFactory(),this._pgExecutor.init(this._sql),await this._sql.exec(initSql)}async raw(t){return this._queryLogger(-1,t),await this._profiler.record("QueryRaw",async()=>{const I=await this._sql?.exec(t);return this._resultsLogger(-1,I),parseRawResults(I||[])})}async destroy(){super.destroy(),this._sql?.close()}}class BrowserAnalyticsStore extends MemoryAnalyticsStore{constructor(t={databaseName:"analytics"}){t.pgLiteFactory||(t.pgLiteFactory=async()=>Ue.create({fs:new ee(t.databaseName),relaxedDurability:!0})),super(t)}}const index=Object.freeze(Object.defineProperty({__proto__:null,BrowserAnalyticsStore,MemoryAnalyticsStore},Symbol.toStringTag,{value:"Module"}));export{C,R$2 as R,T,U$1 as U,u$1 as a,cr as c,h$1 as h,index as i,pr as p,ur as u,x$2 as x};