@malloy-publisher/sdk 0.0.116 → 0.0.117
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.
- package/TREE_SHAKING.md +279 -0
- package/dist/ServerProvider.cjs.js +1 -0
- package/dist/_virtual/index.es2.js +7 -0
- package/dist/_virtual/index.es3.js +5 -0
- package/dist/_virtual/index.es5.js +7 -0
- package/dist/_virtual/index.es6.js +7 -0
- package/dist/_virtual/index.es8.js +7 -0
- package/dist/abap.cjs.js +1 -0
- package/dist/actionscript-3.cjs.js +1 -0
- package/dist/ada.cjs.js +1 -0
- package/dist/andromeeda.cjs.js +1 -0
- package/dist/angular-html.cjs.js +1 -0
- package/dist/angular-ts.cjs.js +1 -0
- package/dist/apache.cjs.js +1 -0
- package/dist/apex.cjs.js +1 -0
- package/dist/apl.cjs.js +1 -0
- package/dist/applescript.cjs.js +1 -0
- package/dist/ara.cjs.js +1 -0
- package/dist/asciidoc.cjs.js +1 -0
- package/dist/asm.cjs.js +1 -0
- package/dist/astro.cjs.js +1 -0
- package/dist/aurora-x.cjs.js +1 -0
- package/dist/awk.cjs.js +1 -0
- package/dist/ayu-dark.cjs.js +1 -0
- package/dist/ballerina.cjs.js +1 -0
- package/dist/bat.cjs.js +1 -0
- package/dist/beancount.cjs.js +1 -0
- package/dist/berry.cjs.js +1 -0
- package/dist/bibtex.cjs.js +1 -0
- package/dist/bicep.cjs.js +1 -0
- package/dist/blade.cjs.js +1 -0
- package/dist/bsl.cjs.js +1 -0
- package/dist/c.cjs.js +1 -0
- package/dist/cadence.cjs.js +1 -0
- package/dist/cairo.cjs.js +1 -0
- package/dist/catppuccin-frappe.cjs.js +1 -0
- package/dist/catppuccin-latte.cjs.js +1 -0
- package/dist/catppuccin-macchiato.cjs.js +1 -0
- package/dist/catppuccin-mocha.cjs.js +1 -0
- package/dist/clarity.cjs.js +1 -0
- package/dist/client/api.es.js +2168 -0
- package/dist/client/common.es.js +32 -0
- package/dist/client/index.cjs.js +1 -1
- package/dist/client/index.es.js +30 -25
- package/dist/client-entry.d.ts +5 -0
- package/dist/clojure.cjs.js +1 -0
- package/dist/cmake.cjs.js +1 -0
- package/dist/cobol.cjs.js +1 -0
- package/dist/codeowners.cjs.js +1 -0
- package/dist/codeql.cjs.js +1 -0
- package/dist/coffee.cjs.js +1 -0
- package/dist/common-lisp.cjs.js +1 -0
- package/dist/components/AnalyzePackageButton.es.js +251 -0
- package/dist/components/Connections/AddConnectionDialog.es.js +109 -0
- package/dist/components/Connections/DeleteConnectionDialog.es.js +88 -0
- package/dist/components/Connections/EditConnectionDialog.es.js +141 -0
- package/dist/components/Home/AddProjectDialog.es.js +120 -0
- package/dist/components/Home/DeleteProjectDialog.es.js +94 -0
- package/dist/components/Home/EditProjectDialog.es.js +117 -0
- package/dist/components/Home/Home.es.js +470 -0
- package/dist/components/Model/Model.es.js +179 -0
- package/dist/components/Model/ModelCell.es.js +144 -0
- package/dist/components/Model/ModelExplorer.es.js +113 -0
- package/dist/components/Model/ModelExplorerDialog.es.js +63 -0
- package/dist/components/Model/SourcesExplorer.es.js +251 -0
- package/dist/components/Model/useModelData.es.js +19 -0
- package/dist/components/Notebook/Notebook.es.js +58 -0
- package/dist/components/Notebook/NotebookCell.d.ts +2 -1
- package/dist/components/Notebook/NotebookCell.es.js +457 -0
- package/dist/components/Package/Config.es.js +86 -0
- package/dist/components/Package/Connections.es.js +303 -0
- package/dist/components/Package/Databases.es.js +168 -0
- package/dist/components/Package/FileTreeView.es.js +152 -0
- package/dist/components/Package/Models.es.js +54 -0
- package/dist/components/Package/Notebooks.es.js +61 -0
- package/dist/components/Package/Package.es.js +51 -0
- package/dist/components/Package/Schedules.es.js +72 -0
- package/dist/components/Project/About.es.js +26 -0
- package/dist/components/Project/AddPackageDialog.es.js +148 -0
- package/dist/components/Project/ConnectionExplorer.es.js +225 -0
- package/dist/components/Project/DeletePackageDialog.es.js +95 -0
- package/dist/components/Project/EditPackageDialog.es.js +116 -0
- package/dist/components/Project/Packages.es.js +176 -0
- package/dist/components/Project/Project.es.js +45 -0
- package/dist/components/QueryResult/QueryResult.es.js +79 -0
- package/dist/components/RenderedResult/ResultContainer.es.js +122 -0
- package/dist/components/ResultsDialog.es.js +65 -0
- package/dist/components/ServerProvider.es.js +54 -0
- package/dist/components/Workbook/EditableMalloyCell.es.js +31 -0
- package/dist/components/Workbook/ModelPicker.es.js +85 -0
- package/dist/components/Workbook/MutableCell.es.js +342 -0
- package/dist/components/Workbook/Workbook.es.js +377 -0
- package/dist/components/Workbook/WorkbookList.es.js +75 -0
- package/dist/components/Workbook/WorkbookStorageProvider.es.js +22 -0
- package/dist/components/highlighter.es.js +640 -0
- package/dist/coq.cjs.js +1 -0
- package/dist/cpp.cjs.js +1 -0
- package/dist/crystal.cjs.js +1 -0
- package/dist/csharp.cjs.js +1 -0
- package/dist/css.cjs.js +1 -0
- package/dist/csv.cjs.js +1 -0
- package/dist/cue.cjs.js +1 -0
- package/dist/cypher.cjs.js +1 -0
- package/dist/d.cjs.js +1 -0
- package/dist/dark-plus.cjs.js +1 -0
- package/dist/dart.cjs.js +1 -0
- package/dist/dax.cjs.js +1 -0
- package/dist/desktop.cjs.js +1 -0
- package/dist/diff.cjs.js +1 -0
- package/dist/docker.cjs.js +1 -0
- package/dist/dotenv.cjs.js +1 -0
- package/dist/dracula-soft.cjs.js +1 -0
- package/dist/dracula.cjs.js +1 -0
- package/dist/dream-maker.cjs.js +1 -0
- package/dist/edge.cjs.js +1 -0
- package/dist/elixir.cjs.js +1 -0
- package/dist/elm.cjs.js +1 -0
- package/dist/emacs-lisp.cjs.js +1 -0
- package/dist/erb.cjs.js +1 -0
- package/dist/erlang.cjs.js +1 -0
- package/dist/everforest-dark.cjs.js +1 -0
- package/dist/everforest-light.cjs.js +1 -0
- package/dist/fennel.cjs.js +1 -0
- package/dist/fish.cjs.js +1 -0
- package/dist/fluent.cjs.js +1 -0
- package/dist/fortran-fixed-form.cjs.js +1 -0
- package/dist/fortran-free-form.cjs.js +1 -0
- package/dist/fsharp.cjs.js +1 -0
- package/dist/gdresource.cjs.js +1 -0
- package/dist/gdscript.cjs.js +1 -0
- package/dist/gdshader.cjs.js +1 -0
- package/dist/genie.cjs.js +1 -0
- package/dist/gherkin.cjs.js +1 -0
- package/dist/git-commit.cjs.js +1 -0
- package/dist/git-rebase.cjs.js +1 -0
- package/dist/github-dark-default.cjs.js +1 -0
- package/dist/github-dark-dimmed.cjs.js +1 -0
- package/dist/github-dark-high-contrast.cjs.js +1 -0
- package/dist/github-dark.cjs.js +1 -0
- package/dist/github-light-default.cjs.js +1 -0
- package/dist/github-light-high-contrast.cjs.js +1 -0
- package/dist/github-light.cjs.js +1 -0
- package/dist/gleam.cjs.js +1 -0
- package/dist/glimmer-js.cjs.js +1 -0
- package/dist/glimmer-ts.cjs.js +1 -0
- package/dist/glsl.cjs.js +1 -0
- package/dist/gnuplot.cjs.js +1 -0
- package/dist/go.cjs.js +1 -0
- package/dist/graphql.cjs.js +1 -0
- package/dist/groovy.cjs.js +1 -0
- package/dist/hack.cjs.js +1 -0
- package/dist/haml.cjs.js +1 -0
- package/dist/handlebars.cjs.js +1 -0
- package/dist/haskell.cjs.js +1 -0
- package/dist/haxe.cjs.js +1 -0
- package/dist/hcl.cjs.js +1 -0
- package/dist/hjson.cjs.js +1 -0
- package/dist/hlsl.cjs.js +1 -0
- package/dist/hooks/useQueryWithApiError.d.ts +3 -3
- package/dist/hooks/useQueryWithApiError.es.js +58 -0
- package/dist/hooks/useRawQueryData.es.js +50 -0
- package/dist/houston.cjs.js +1 -0
- package/dist/html-derivative.cjs.js +1 -0
- package/dist/html.cjs.js +1 -0
- package/dist/http.cjs.js +1 -0
- package/dist/hxml.cjs.js +1 -0
- package/dist/hy.cjs.js +1 -0
- package/dist/imba.cjs.js +1 -0
- package/dist/index.cjs.js +213 -1
- package/dist/index.es.js +57 -57
- package/dist/ini.cjs.js +1 -0
- package/dist/java.cjs.js +1 -0
- package/dist/javascript.cjs.js +1 -0
- package/dist/jinja.cjs.js +1 -0
- package/dist/jison.cjs.js +1 -0
- package/dist/json.cjs.js +1 -0
- package/dist/json5.cjs.js +1 -0
- package/dist/jsonc.cjs.js +1 -0
- package/dist/jsonl.cjs.js +1 -0
- package/dist/jsonnet.cjs.js +1 -0
- package/dist/jssm.cjs.js +1 -0
- package/dist/jsx.cjs.js +1 -0
- package/dist/julia.cjs.js +1 -0
- package/dist/kanagawa-dragon.cjs.js +1 -0
- package/dist/kanagawa-lotus.cjs.js +1 -0
- package/dist/kanagawa-wave.cjs.js +1 -0
- package/dist/kotlin.cjs.js +1 -0
- package/dist/kusto.cjs.js +1 -0
- package/dist/laserwave.cjs.js +1 -0
- package/dist/latex.cjs.js +1 -0
- package/dist/lean.cjs.js +1 -0
- package/dist/less.cjs.js +1 -0
- package/dist/light-plus.cjs.js +1 -0
- package/dist/liquid.cjs.js +1 -0
- package/dist/log.cjs.js +1 -0
- package/dist/logo.cjs.js +1 -0
- package/dist/lua.cjs.js +1 -0
- package/dist/luau.cjs.js +1 -0
- package/dist/make.cjs.js +1 -0
- package/dist/markdown.cjs.js +1 -0
- package/dist/marko.cjs.js +1 -0
- package/dist/material-theme-darker.cjs.js +1 -0
- package/dist/material-theme-lighter.cjs.js +1 -0
- package/dist/material-theme-ocean.cjs.js +1 -0
- package/dist/material-theme-palenight.cjs.js +1 -0
- package/dist/material-theme.cjs.js +1 -0
- package/dist/matlab.cjs.js +1 -0
- package/dist/mdc.cjs.js +1 -0
- package/dist/mdx.cjs.js +1 -0
- package/dist/mermaid.cjs.js +1 -0
- package/dist/min-dark.cjs.js +1 -0
- package/dist/min-light.cjs.js +1 -0
- package/dist/mipsasm.cjs.js +1 -0
- package/dist/mojo.cjs.js +1 -0
- package/dist/monokai.cjs.js +1 -0
- package/dist/move.cjs.js +1 -0
- package/dist/narrat.cjs.js +1 -0
- package/dist/nextflow.cjs.js +1 -0
- package/dist/nginx.cjs.js +1 -0
- package/dist/night-owl.cjs.js +1 -0
- package/dist/nim.cjs.js +1 -0
- package/dist/nix.cjs.js +1 -0
- package/dist/nord.cjs.js +1 -0
- package/dist/nushell.cjs.js +1 -0
- package/dist/objective-c.cjs.js +1 -0
- package/dist/objective-cpp.cjs.js +1 -0
- package/dist/ocaml.cjs.js +1 -0
- package/dist/one-dark-pro.cjs.js +1 -0
- package/dist/one-light.cjs.js +1 -0
- package/dist/pascal.cjs.js +1 -0
- package/dist/perl.cjs.js +1 -0
- package/dist/php.cjs.js +1 -0
- package/dist/plastic.cjs.js +1 -0
- package/dist/plsql.cjs.js +1 -0
- package/dist/po.cjs.js +1 -0
- package/dist/poimandres.cjs.js +1 -0
- package/dist/polar.cjs.js +1 -0
- package/dist/postcss.cjs.js +1 -0
- package/dist/powerquery.cjs.js +1 -0
- package/dist/powershell.cjs.js +1 -0
- package/dist/prisma.cjs.js +1 -0
- package/dist/prolog.cjs.js +1 -0
- package/dist/proto.cjs.js +1 -0
- package/dist/pug.cjs.js +1 -0
- package/dist/puppet.cjs.js +1 -0
- package/dist/purescript.cjs.js +1 -0
- package/dist/python.cjs.js +1 -0
- package/dist/qml.cjs.js +1 -0
- package/dist/qmldir.cjs.js +1 -0
- package/dist/qss.cjs.js +1 -0
- package/dist/r.cjs.js +1 -0
- package/dist/racket.cjs.js +1 -0
- package/dist/raku.cjs.js +1 -0
- package/dist/razor.cjs.js +1 -0
- package/dist/red.cjs.js +1 -0
- package/dist/reg.cjs.js +1 -0
- package/dist/regexp.cjs.js +1 -0
- package/dist/rel.cjs.js +1 -0
- package/dist/riscv.cjs.js +1 -0
- package/dist/rose-pine-dawn.cjs.js +1 -0
- package/dist/rose-pine-moon.cjs.js +1 -0
- package/dist/rose-pine.cjs.js +1 -0
- package/dist/rst.cjs.js +1 -0
- package/dist/ruby.cjs.js +1 -0
- package/dist/rust.cjs.js +1 -0
- package/dist/sas.cjs.js +1 -0
- package/dist/sass.cjs.js +1 -0
- package/dist/scala.cjs.js +1 -0
- package/dist/scheme.cjs.js +1 -0
- package/dist/scss.cjs.js +1 -0
- package/dist/sdbl.cjs.js +1 -0
- package/dist/shaderlab.cjs.js +1 -0
- package/dist/shellscript.cjs.js +1 -0
- package/dist/shellsession.cjs.js +1 -0
- package/dist/slack-dark.cjs.js +1 -0
- package/dist/slack-ochin.cjs.js +1 -0
- package/dist/smalltalk.cjs.js +1 -0
- package/dist/snazzy-light.cjs.js +1 -0
- package/dist/solarized-dark.cjs.js +1 -0
- package/dist/solarized-light.cjs.js +1 -0
- package/dist/solidity.cjs.js +1 -0
- package/dist/soy.cjs.js +1 -0
- package/dist/sparql.cjs.js +1 -0
- package/dist/splunk.cjs.js +1 -0
- package/dist/sql.cjs.js +1 -0
- package/dist/ssh-config.cjs.js +1 -0
- package/dist/stata.cjs.js +1 -0
- package/dist/stylus.cjs.js +1 -0
- package/dist/svelte.cjs.js +1 -0
- package/dist/swift.cjs.js +1 -0
- package/dist/synthwave-84.cjs.js +1 -0
- package/dist/system-verilog.cjs.js +1 -0
- package/dist/systemd.cjs.js +1 -0
- package/dist/talonscript.cjs.js +1 -0
- package/dist/tasl.cjs.js +1 -0
- package/dist/tcl.cjs.js +1 -0
- package/dist/templ.cjs.js +1 -0
- package/dist/terraform.cjs.js +1 -0
- package/dist/tex.cjs.js +1 -0
- package/dist/tokyo-night.cjs.js +1 -0
- package/dist/toml.cjs.js +1 -0
- package/dist/ts-tags.cjs.js +1 -0
- package/dist/tsv.cjs.js +1 -0
- package/dist/tsx.cjs.js +1 -0
- package/dist/turtle.cjs.js +1 -0
- package/dist/twig.cjs.js +1 -0
- package/dist/typescript.cjs.js +1 -0
- package/dist/typespec.cjs.js +1 -0
- package/dist/typst.cjs.js +1 -0
- package/dist/utils/queryClient.d.ts +2 -0
- package/dist/utils/queryClient.es.js +16 -0
- package/dist/v.cjs.js +1 -0
- package/dist/vala.cjs.js +1 -0
- package/dist/vb.cjs.js +1 -0
- package/dist/verilog.cjs.js +1 -0
- package/dist/vesper.cjs.js +1 -0
- package/dist/vhdl.cjs.js +1 -0
- package/dist/viml.cjs.js +1 -0
- package/dist/vitesse-black.cjs.js +1 -0
- package/dist/vitesse-dark.cjs.js +1 -0
- package/dist/vitesse-light.cjs.js +1 -0
- package/dist/vue-html.cjs.js +1 -0
- package/dist/vue.cjs.js +1 -0
- package/dist/vyper.cjs.js +1 -0
- package/dist/wasm.cjs.js +1 -0
- package/dist/wasm.cjs2.js +1 -0
- package/dist/wenyan.cjs.js +1 -0
- package/dist/wgsl.cjs.js +1 -0
- package/dist/wikitext.cjs.js +1 -0
- package/dist/wolfram.cjs.js +1 -0
- package/dist/xml.cjs.js +1 -0
- package/dist/xsl.cjs.js +1 -0
- package/dist/yaml.cjs.js +1 -0
- package/dist/zenscript.cjs.js +1 -0
- package/dist/zig.cjs.js +1 -0
- package/package.json +8 -3
- package/src/client-entry.ts +17 -0
- package/src/components/Model/Model.tsx +43 -3
- package/src/components/Notebook/Notebook.tsx +1 -0
- package/src/components/Notebook/NotebookCell.tsx +43 -2
- package/src/components/ServerProvider.tsx +1 -1
- package/src/hooks/useQueryWithApiError.ts +7 -21
- package/src/utils/queryClient.ts +15 -0
- package/vite.config.ts +28 -19
- package/dist/client/index.cjs10.js +0 -1
- package/dist/client/index.cjs100.js +0 -1
- package/dist/client/index.cjs1000.js +0 -1
- package/dist/client/index.cjs1001.js +0 -1
- package/dist/client/index.cjs1002.js +0 -1
- package/dist/client/index.cjs1003.js +0 -1
- package/dist/client/index.cjs1004.js +0 -1
- package/dist/client/index.cjs1005.js +0 -1
- package/dist/client/index.cjs1006.js +0 -1
- package/dist/client/index.cjs1007.js +0 -1
- package/dist/client/index.cjs1008.js +0 -1
- package/dist/client/index.cjs1009.js +0 -1
- package/dist/client/index.cjs101.js +0 -1
- package/dist/client/index.cjs1010.js +0 -1
- package/dist/client/index.cjs1011.js +0 -1
- package/dist/client/index.cjs1012.js +0 -1
- package/dist/client/index.cjs1013.js +0 -1
- package/dist/client/index.cjs1014.js +0 -1
- package/dist/client/index.cjs1015.js +0 -1
- package/dist/client/index.cjs1016.js +0 -1
- package/dist/client/index.cjs1017.js +0 -1
- package/dist/client/index.cjs1018.js +0 -1
- package/dist/client/index.cjs1019.js +0 -1
- package/dist/client/index.cjs102.js +0 -1
- package/dist/client/index.cjs103.js +0 -1
- package/dist/client/index.cjs104.js +0 -1
- package/dist/client/index.cjs105.js +0 -1
- package/dist/client/index.cjs106.js +0 -1
- package/dist/client/index.cjs107.js +0 -1
- package/dist/client/index.cjs108.js +0 -1
- package/dist/client/index.cjs109.js +0 -1
- package/dist/client/index.cjs11.js +0 -1
- package/dist/client/index.cjs110.js +0 -1
- package/dist/client/index.cjs111.js +0 -1
- package/dist/client/index.cjs112.js +0 -1
- package/dist/client/index.cjs113.js +0 -1
- package/dist/client/index.cjs114.js +0 -1
- package/dist/client/index.cjs115.js +0 -1
- package/dist/client/index.cjs116.js +0 -1
- package/dist/client/index.cjs117.js +0 -1
- package/dist/client/index.cjs118.js +0 -1
- package/dist/client/index.cjs119.js +0 -8
- package/dist/client/index.cjs12.js +0 -6
- package/dist/client/index.cjs120.js +0 -1
- package/dist/client/index.cjs121.js +0 -1
- package/dist/client/index.cjs122.js +0 -1
- package/dist/client/index.cjs123.js +0 -1
- package/dist/client/index.cjs124.js +0 -1
- package/dist/client/index.cjs125.js +0 -1
- package/dist/client/index.cjs126.js +0 -1
- package/dist/client/index.cjs127.js +0 -1
- package/dist/client/index.cjs128.js +0 -1
- package/dist/client/index.cjs129.js +0 -1
- package/dist/client/index.cjs13.js +0 -1
- package/dist/client/index.cjs130.js +0 -1
- package/dist/client/index.cjs131.js +0 -1
- package/dist/client/index.cjs132.js +0 -1
- package/dist/client/index.cjs133.js +0 -1
- package/dist/client/index.cjs134.js +0 -1
- package/dist/client/index.cjs135.js +0 -1
- package/dist/client/index.cjs136.js +0 -1
- package/dist/client/index.cjs137.js +0 -1
- package/dist/client/index.cjs138.js +0 -1
- package/dist/client/index.cjs139.js +0 -1
- package/dist/client/index.cjs14.js +0 -1
- package/dist/client/index.cjs140.js +0 -1
- package/dist/client/index.cjs141.js +0 -1
- package/dist/client/index.cjs142.js +0 -1
- package/dist/client/index.cjs143.js +0 -1
- package/dist/client/index.cjs144.js +0 -1
- package/dist/client/index.cjs145.js +0 -1
- package/dist/client/index.cjs146.js +0 -1
- package/dist/client/index.cjs147.js +0 -1
- package/dist/client/index.cjs148.js +0 -1
- package/dist/client/index.cjs149.js +0 -1
- package/dist/client/index.cjs15.js +0 -1
- package/dist/client/index.cjs150.js +0 -1
- package/dist/client/index.cjs151.js +0 -1
- package/dist/client/index.cjs152.js +0 -1
- package/dist/client/index.cjs153.js +0 -1
- package/dist/client/index.cjs154.js +0 -1
- package/dist/client/index.cjs155.js +0 -1
- package/dist/client/index.cjs156.js +0 -1
- package/dist/client/index.cjs157.js +0 -1
- package/dist/client/index.cjs158.js +0 -1
- package/dist/client/index.cjs159.js +0 -1
- package/dist/client/index.cjs16.js +0 -1
- package/dist/client/index.cjs160.js +0 -1
- package/dist/client/index.cjs161.js +0 -1
- package/dist/client/index.cjs162.js +0 -28
- package/dist/client/index.cjs163.js +0 -1
- package/dist/client/index.cjs164.js +0 -1
- package/dist/client/index.cjs165.js +0 -1
- package/dist/client/index.cjs166.js +0 -1
- package/dist/client/index.cjs167.js +0 -1
- package/dist/client/index.cjs168.js +0 -1
- package/dist/client/index.cjs169.js +0 -1
- package/dist/client/index.cjs17.js +0 -1
- package/dist/client/index.cjs170.js +0 -1
- package/dist/client/index.cjs171.js +0 -1
- package/dist/client/index.cjs172.js +0 -1
- package/dist/client/index.cjs173.js +0 -1
- package/dist/client/index.cjs174.js +0 -1
- package/dist/client/index.cjs175.js +0 -1
- package/dist/client/index.cjs176.js +0 -1
- package/dist/client/index.cjs177.js +0 -1
- package/dist/client/index.cjs178.js +0 -1
- package/dist/client/index.cjs179.js +0 -1
- package/dist/client/index.cjs18.js +0 -1
- package/dist/client/index.cjs180.js +0 -1
- package/dist/client/index.cjs181.js +0 -1
- package/dist/client/index.cjs182.js +0 -1
- package/dist/client/index.cjs183.js +0 -1
- package/dist/client/index.cjs184.js +0 -1
- package/dist/client/index.cjs185.js +0 -1
- package/dist/client/index.cjs186.js +0 -1
- package/dist/client/index.cjs187.js +0 -1
- package/dist/client/index.cjs188.js +0 -1
- package/dist/client/index.cjs189.js +0 -1
- package/dist/client/index.cjs19.js +0 -1
- package/dist/client/index.cjs190.js +0 -1
- package/dist/client/index.cjs191.js +0 -1
- package/dist/client/index.cjs192.js +0 -1
- package/dist/client/index.cjs193.js +0 -1
- package/dist/client/index.cjs194.js +0 -1
- package/dist/client/index.cjs195.js +0 -1
- package/dist/client/index.cjs196.js +0 -1
- package/dist/client/index.cjs197.js +0 -1
- package/dist/client/index.cjs198.js +0 -1
- package/dist/client/index.cjs199.js +0 -1
- package/dist/client/index.cjs2.js +0 -1
- package/dist/client/index.cjs20.js +0 -1
- package/dist/client/index.cjs200.js +0 -4
- package/dist/client/index.cjs201.js +0 -1
- package/dist/client/index.cjs202.js +0 -1
- package/dist/client/index.cjs203.js +0 -1
- package/dist/client/index.cjs204.js +0 -1
- package/dist/client/index.cjs205.js +0 -4
- package/dist/client/index.cjs206.js +0 -1
- package/dist/client/index.cjs207.js +0 -1
- package/dist/client/index.cjs208.js +0 -1
- package/dist/client/index.cjs209.js +0 -5
- package/dist/client/index.cjs21.js +0 -1
- package/dist/client/index.cjs210.js +0 -1
- package/dist/client/index.cjs211.js +0 -3
- package/dist/client/index.cjs212.js +0 -1
- package/dist/client/index.cjs213.js +0 -1
- package/dist/client/index.cjs214.js +0 -1
- package/dist/client/index.cjs215.js +0 -1
- package/dist/client/index.cjs216.js +0 -1
- package/dist/client/index.cjs217.js +0 -1
- package/dist/client/index.cjs218.js +0 -1
- package/dist/client/index.cjs219.js +0 -8
- package/dist/client/index.cjs22.js +0 -1
- package/dist/client/index.cjs220.js +0 -1
- package/dist/client/index.cjs221.js +0 -4
- package/dist/client/index.cjs222.js +0 -1
- package/dist/client/index.cjs223.js +0 -1
- package/dist/client/index.cjs224.js +0 -1
- package/dist/client/index.cjs225.js +0 -1
- package/dist/client/index.cjs226.js +0 -1
- package/dist/client/index.cjs227.js +0 -1
- package/dist/client/index.cjs228.js +0 -1
- package/dist/client/index.cjs229.js +0 -1
- package/dist/client/index.cjs23.js +0 -1
- package/dist/client/index.cjs230.js +0 -1
- package/dist/client/index.cjs231.js +0 -4
- package/dist/client/index.cjs232.js +0 -1
- package/dist/client/index.cjs233.js +0 -1
- package/dist/client/index.cjs234.js +0 -1
- package/dist/client/index.cjs235.js +0 -1
- package/dist/client/index.cjs236.js +0 -1
- package/dist/client/index.cjs237.js +0 -2
- package/dist/client/index.cjs238.js +0 -1
- package/dist/client/index.cjs239.js +0 -2
- package/dist/client/index.cjs24.js +0 -1
- package/dist/client/index.cjs240.js +0 -1
- package/dist/client/index.cjs241.js +0 -1
- package/dist/client/index.cjs242.js +0 -1
- package/dist/client/index.cjs243.js +0 -1
- package/dist/client/index.cjs244.js +0 -1
- package/dist/client/index.cjs245.js +0 -1
- package/dist/client/index.cjs246.js +0 -1
- package/dist/client/index.cjs247.js +0 -1
- package/dist/client/index.cjs248.js +0 -1
- package/dist/client/index.cjs249.js +0 -1
- package/dist/client/index.cjs25.js +0 -1
- package/dist/client/index.cjs250.js +0 -1
- package/dist/client/index.cjs251.js +0 -1
- package/dist/client/index.cjs252.js +0 -1
- package/dist/client/index.cjs253.js +0 -1
- package/dist/client/index.cjs254.js +0 -1
- package/dist/client/index.cjs255.js +0 -1
- package/dist/client/index.cjs256.js +0 -1
- package/dist/client/index.cjs257.js +0 -1
- package/dist/client/index.cjs258.js +0 -1
- package/dist/client/index.cjs259.js +0 -1
- package/dist/client/index.cjs26.js +0 -1
- package/dist/client/index.cjs260.js +0 -1
- package/dist/client/index.cjs261.js +0 -1
- package/dist/client/index.cjs262.js +0 -1
- package/dist/client/index.cjs263.js +0 -1
- package/dist/client/index.cjs264.js +0 -1
- package/dist/client/index.cjs265.js +0 -1
- package/dist/client/index.cjs266.js +0 -1
- package/dist/client/index.cjs267.js +0 -1
- package/dist/client/index.cjs268.js +0 -1
- package/dist/client/index.cjs269.js +0 -1
- package/dist/client/index.cjs27.js +0 -1
- package/dist/client/index.cjs270.js +0 -1
- package/dist/client/index.cjs271.js +0 -1
- package/dist/client/index.cjs272.js +0 -1
- package/dist/client/index.cjs273.js +0 -1
- package/dist/client/index.cjs274.js +0 -1
- package/dist/client/index.cjs275.js +0 -1
- package/dist/client/index.cjs276.js +0 -1
- package/dist/client/index.cjs277.js +0 -1
- package/dist/client/index.cjs278.js +0 -1
- package/dist/client/index.cjs279.js +0 -1
- package/dist/client/index.cjs28.js +0 -1
- package/dist/client/index.cjs280.js +0 -1
- package/dist/client/index.cjs281.js +0 -1
- package/dist/client/index.cjs282.js +0 -1
- package/dist/client/index.cjs283.js +0 -1
- package/dist/client/index.cjs284.js +0 -1
- package/dist/client/index.cjs285.js +0 -1
- package/dist/client/index.cjs286.js +0 -1
- package/dist/client/index.cjs287.js +0 -1
- package/dist/client/index.cjs288.js +0 -1
- package/dist/client/index.cjs289.js +0 -1
- package/dist/client/index.cjs29.js +0 -1
- package/dist/client/index.cjs290.js +0 -1
- package/dist/client/index.cjs291.js +0 -1
- package/dist/client/index.cjs292.js +0 -1
- package/dist/client/index.cjs293.js +0 -1
- package/dist/client/index.cjs294.js +0 -1
- package/dist/client/index.cjs295.js +0 -1
- package/dist/client/index.cjs296.js +0 -1
- package/dist/client/index.cjs297.js +0 -1
- package/dist/client/index.cjs298.js +0 -1
- package/dist/client/index.cjs299.js +0 -1
- package/dist/client/index.cjs3.js +0 -1
- package/dist/client/index.cjs30.js +0 -1
- package/dist/client/index.cjs300.js +0 -1
- package/dist/client/index.cjs301.js +0 -2
- package/dist/client/index.cjs302.js +0 -1
- package/dist/client/index.cjs303.js +0 -1
- package/dist/client/index.cjs304.js +0 -3
- package/dist/client/index.cjs305.js +0 -1
- package/dist/client/index.cjs306.js +0 -1
- package/dist/client/index.cjs307.js +0 -1
- package/dist/client/index.cjs308.js +0 -1
- package/dist/client/index.cjs309.js +0 -1
- package/dist/client/index.cjs31.js +0 -1
- package/dist/client/index.cjs310.js +0 -1
- package/dist/client/index.cjs311.js +0 -1
- package/dist/client/index.cjs312.js +0 -1
- package/dist/client/index.cjs313.js +0 -1
- package/dist/client/index.cjs314.js +0 -1
- package/dist/client/index.cjs315.js +0 -1
- package/dist/client/index.cjs316.js +0 -1
- package/dist/client/index.cjs317.js +0 -1
- package/dist/client/index.cjs318.js +0 -1
- package/dist/client/index.cjs319.js +0 -1
- package/dist/client/index.cjs32.js +0 -1
- package/dist/client/index.cjs320.js +0 -1
- package/dist/client/index.cjs321.js +0 -1
- package/dist/client/index.cjs322.js +0 -1
- package/dist/client/index.cjs323.js +0 -1
- package/dist/client/index.cjs324.js +0 -1
- package/dist/client/index.cjs325.js +0 -1
- package/dist/client/index.cjs326.js +0 -1
- package/dist/client/index.cjs327.js +0 -1
- package/dist/client/index.cjs328.js +0 -1
- package/dist/client/index.cjs329.js +0 -1
- package/dist/client/index.cjs33.js +0 -1
- package/dist/client/index.cjs330.js +0 -1
- package/dist/client/index.cjs331.js +0 -1
- package/dist/client/index.cjs332.js +0 -1
- package/dist/client/index.cjs333.js +0 -1
- package/dist/client/index.cjs334.js +0 -1
- package/dist/client/index.cjs335.js +0 -1
- package/dist/client/index.cjs336.js +0 -1
- package/dist/client/index.cjs337.js +0 -1
- package/dist/client/index.cjs338.js +0 -1
- package/dist/client/index.cjs339.js +0 -1
- package/dist/client/index.cjs34.js +0 -1
- package/dist/client/index.cjs340.js +0 -1
- package/dist/client/index.cjs341.js +0 -1
- package/dist/client/index.cjs342.js +0 -1
- package/dist/client/index.cjs343.js +0 -1
- package/dist/client/index.cjs344.js +0 -1
- package/dist/client/index.cjs345.js +0 -1
- package/dist/client/index.cjs346.js +0 -1
- package/dist/client/index.cjs347.js +0 -1
- package/dist/client/index.cjs348.js +0 -1
- package/dist/client/index.cjs349.js +0 -1
- package/dist/client/index.cjs35.js +0 -2
- package/dist/client/index.cjs350.js +0 -1
- package/dist/client/index.cjs351.js +0 -1
- package/dist/client/index.cjs352.js +0 -1
- package/dist/client/index.cjs353.js +0 -1
- package/dist/client/index.cjs354.js +0 -1
- package/dist/client/index.cjs355.js +0 -1
- package/dist/client/index.cjs356.js +0 -1
- package/dist/client/index.cjs357.js +0 -1
- package/dist/client/index.cjs358.js +0 -1
- package/dist/client/index.cjs359.js +0 -1
- package/dist/client/index.cjs36.js +0 -1
- package/dist/client/index.cjs360.js +0 -1
- package/dist/client/index.cjs361.js +0 -1
- package/dist/client/index.cjs362.js +0 -1
- package/dist/client/index.cjs363.js +0 -1
- package/dist/client/index.cjs364.js +0 -1
- package/dist/client/index.cjs365.js +0 -1
- package/dist/client/index.cjs366.js +0 -1
- package/dist/client/index.cjs367.js +0 -1
- package/dist/client/index.cjs368.js +0 -1
- package/dist/client/index.cjs369.js +0 -1
- package/dist/client/index.cjs370.js +0 -1
- package/dist/client/index.cjs371.js +0 -1
- package/dist/client/index.cjs372.js +0 -1
- package/dist/client/index.cjs373.js +0 -1
- package/dist/client/index.cjs374.js +0 -1
- package/dist/client/index.cjs375.js +0 -1
- package/dist/client/index.cjs376.js +0 -1
- package/dist/client/index.cjs377.js +0 -1
- package/dist/client/index.cjs378.js +0 -1
- package/dist/client/index.cjs379.js +0 -1
- package/dist/client/index.cjs38.js +0 -1
- package/dist/client/index.cjs380.js +0 -1
- package/dist/client/index.cjs381.js +0 -1
- package/dist/client/index.cjs382.js +0 -1
- package/dist/client/index.cjs383.js +0 -1
- package/dist/client/index.cjs384.js +0 -1
- package/dist/client/index.cjs385.js +0 -1
- package/dist/client/index.cjs386.js +0 -1
- package/dist/client/index.cjs387.js +0 -1
- package/dist/client/index.cjs388.js +0 -1
- package/dist/client/index.cjs389.js +0 -1
- package/dist/client/index.cjs390.js +0 -1
- package/dist/client/index.cjs391.js +0 -1
- package/dist/client/index.cjs392.js +0 -1
- package/dist/client/index.cjs393.js +0 -1
- package/dist/client/index.cjs394.js +0 -1
- package/dist/client/index.cjs395.js +0 -1
- package/dist/client/index.cjs396.js +0 -1
- package/dist/client/index.cjs397.js +0 -1
- package/dist/client/index.cjs398.js +0 -1
- package/dist/client/index.cjs399.js +0 -1
- package/dist/client/index.cjs4.js +0 -1
- package/dist/client/index.cjs40.js +0 -1
- package/dist/client/index.cjs400.js +0 -1
- package/dist/client/index.cjs401.js +0 -1
- package/dist/client/index.cjs402.js +0 -1
- package/dist/client/index.cjs403.js +0 -1
- package/dist/client/index.cjs404.js +0 -1
- package/dist/client/index.cjs405.js +0 -1
- package/dist/client/index.cjs406.js +0 -1
- package/dist/client/index.cjs407.js +0 -1
- package/dist/client/index.cjs408.js +0 -1
- package/dist/client/index.cjs409.js +0 -1
- package/dist/client/index.cjs41.js +0 -1
- package/dist/client/index.cjs410.js +0 -1
- package/dist/client/index.cjs411.js +0 -1
- package/dist/client/index.cjs412.js +0 -1
- package/dist/client/index.cjs413.js +0 -1
- package/dist/client/index.cjs414.js +0 -1
- package/dist/client/index.cjs415.js +0 -1
- package/dist/client/index.cjs416.js +0 -1
- package/dist/client/index.cjs417.js +0 -1
- package/dist/client/index.cjs418.js +0 -1
- package/dist/client/index.cjs419.js +0 -1
- package/dist/client/index.cjs42.js +0 -1
- package/dist/client/index.cjs420.js +0 -1
- package/dist/client/index.cjs421.js +0 -1
- package/dist/client/index.cjs422.js +0 -1
- package/dist/client/index.cjs423.js +0 -1
- package/dist/client/index.cjs424.js +0 -1
- package/dist/client/index.cjs425.js +0 -1
- package/dist/client/index.cjs426.js +0 -1
- package/dist/client/index.cjs427.js +0 -1
- package/dist/client/index.cjs428.js +0 -1
- package/dist/client/index.cjs429.js +0 -1
- package/dist/client/index.cjs43.js +0 -1
- package/dist/client/index.cjs430.js +0 -1
- package/dist/client/index.cjs431.js +0 -1
- package/dist/client/index.cjs432.js +0 -1
- package/dist/client/index.cjs433.js +0 -1
- package/dist/client/index.cjs434.js +0 -1
- package/dist/client/index.cjs435.js +0 -1
- package/dist/client/index.cjs436.js +0 -1
- package/dist/client/index.cjs437.js +0 -1
- package/dist/client/index.cjs438.js +0 -1
- package/dist/client/index.cjs439.js +0 -1
- package/dist/client/index.cjs44.js +0 -1
- package/dist/client/index.cjs440.js +0 -1
- package/dist/client/index.cjs441.js +0 -1
- package/dist/client/index.cjs442.js +0 -1
- package/dist/client/index.cjs443.js +0 -1
- package/dist/client/index.cjs444.js +0 -1
- package/dist/client/index.cjs445.js +0 -1
- package/dist/client/index.cjs446.js +0 -1
- package/dist/client/index.cjs447.js +0 -1
- package/dist/client/index.cjs448.js +0 -1
- package/dist/client/index.cjs449.js +0 -1
- package/dist/client/index.cjs45.js +0 -1
- package/dist/client/index.cjs450.js +0 -1
- package/dist/client/index.cjs451.js +0 -1
- package/dist/client/index.cjs452.js +0 -1
- package/dist/client/index.cjs453.js +0 -1
- package/dist/client/index.cjs454.js +0 -1
- package/dist/client/index.cjs455.js +0 -1
- package/dist/client/index.cjs456.js +0 -1
- package/dist/client/index.cjs457.js +0 -1
- package/dist/client/index.cjs458.js +0 -1
- package/dist/client/index.cjs459.js +0 -1
- package/dist/client/index.cjs46.js +0 -2
- package/dist/client/index.cjs460.js +0 -1
- package/dist/client/index.cjs461.js +0 -1
- package/dist/client/index.cjs462.js +0 -1
- package/dist/client/index.cjs463.js +0 -1
- package/dist/client/index.cjs464.js +0 -1
- package/dist/client/index.cjs465.js +0 -1
- package/dist/client/index.cjs466.js +0 -1
- package/dist/client/index.cjs467.js +0 -1
- package/dist/client/index.cjs468.js +0 -1
- package/dist/client/index.cjs469.js +0 -1
- package/dist/client/index.cjs47.js +0 -1
- package/dist/client/index.cjs470.js +0 -1
- package/dist/client/index.cjs471.js +0 -1
- package/dist/client/index.cjs472.js +0 -1
- package/dist/client/index.cjs473.js +0 -1
- package/dist/client/index.cjs474.js +0 -1
- package/dist/client/index.cjs475.js +0 -1
- package/dist/client/index.cjs476.js +0 -1
- package/dist/client/index.cjs477.js +0 -1
- package/dist/client/index.cjs478.js +0 -1
- package/dist/client/index.cjs479.js +0 -1
- package/dist/client/index.cjs48.js +0 -1
- package/dist/client/index.cjs480.js +0 -1
- package/dist/client/index.cjs481.js +0 -1
- package/dist/client/index.cjs482.js +0 -1
- package/dist/client/index.cjs483.js +0 -1
- package/dist/client/index.cjs484.js +0 -1
- package/dist/client/index.cjs485.js +0 -1
- package/dist/client/index.cjs486.js +0 -1
- package/dist/client/index.cjs487.js +0 -1
- package/dist/client/index.cjs488.js +0 -1
- package/dist/client/index.cjs489.js +0 -1
- package/dist/client/index.cjs49.js +0 -1
- package/dist/client/index.cjs490.js +0 -1
- package/dist/client/index.cjs491.js +0 -1
- package/dist/client/index.cjs492.js +0 -1
- package/dist/client/index.cjs493.js +0 -1
- package/dist/client/index.cjs494.js +0 -1
- package/dist/client/index.cjs495.js +0 -1
- package/dist/client/index.cjs496.js +0 -1
- package/dist/client/index.cjs497.js +0 -1
- package/dist/client/index.cjs498.js +0 -1
- package/dist/client/index.cjs499.js +0 -1
- package/dist/client/index.cjs5.js +0 -1
- package/dist/client/index.cjs50.js +0 -1
- package/dist/client/index.cjs500.js +0 -1
- package/dist/client/index.cjs501.js +0 -1
- package/dist/client/index.cjs502.js +0 -1
- package/dist/client/index.cjs503.js +0 -1
- package/dist/client/index.cjs504.js +0 -1
- package/dist/client/index.cjs505.js +0 -1
- package/dist/client/index.cjs506.js +0 -1
- package/dist/client/index.cjs507.js +0 -1
- package/dist/client/index.cjs508.js +0 -1
- package/dist/client/index.cjs509.js +0 -1
- package/dist/client/index.cjs51.js +0 -1
- package/dist/client/index.cjs510.js +0 -1
- package/dist/client/index.cjs511.js +0 -1
- package/dist/client/index.cjs512.js +0 -1
- package/dist/client/index.cjs513.js +0 -1
- package/dist/client/index.cjs514.js +0 -1
- package/dist/client/index.cjs515.js +0 -1
- package/dist/client/index.cjs516.js +0 -1
- package/dist/client/index.cjs517.js +0 -1
- package/dist/client/index.cjs518.js +0 -1
- package/dist/client/index.cjs519.js +0 -1
- package/dist/client/index.cjs52.js +0 -1
- package/dist/client/index.cjs520.js +0 -1
- package/dist/client/index.cjs521.js +0 -1
- package/dist/client/index.cjs522.js +0 -1
- package/dist/client/index.cjs523.js +0 -1
- package/dist/client/index.cjs524.js +0 -1
- package/dist/client/index.cjs525.js +0 -1
- package/dist/client/index.cjs526.js +0 -1
- package/dist/client/index.cjs527.js +0 -1
- package/dist/client/index.cjs528.js +0 -1
- package/dist/client/index.cjs529.js +0 -1
- package/dist/client/index.cjs53.js +0 -1
- package/dist/client/index.cjs530.js +0 -1
- package/dist/client/index.cjs531.js +0 -1
- package/dist/client/index.cjs532.js +0 -1
- package/dist/client/index.cjs533.js +0 -1
- package/dist/client/index.cjs534.js +0 -1
- package/dist/client/index.cjs535.js +0 -1
- package/dist/client/index.cjs536.js +0 -1
- package/dist/client/index.cjs537.js +0 -1
- package/dist/client/index.cjs538.js +0 -1
- package/dist/client/index.cjs539.js +0 -1
- package/dist/client/index.cjs54.js +0 -1
- package/dist/client/index.cjs540.js +0 -1
- package/dist/client/index.cjs541.js +0 -1
- package/dist/client/index.cjs542.js +0 -1
- package/dist/client/index.cjs543.js +0 -1
- package/dist/client/index.cjs544.js +0 -1
- package/dist/client/index.cjs545.js +0 -1
- package/dist/client/index.cjs546.js +0 -1
- package/dist/client/index.cjs547.js +0 -1
- package/dist/client/index.cjs548.js +0 -1
- package/dist/client/index.cjs549.js +0 -1
- package/dist/client/index.cjs55.js +0 -1
- package/dist/client/index.cjs550.js +0 -1
- package/dist/client/index.cjs551.js +0 -1
- package/dist/client/index.cjs552.js +0 -1
- package/dist/client/index.cjs553.js +0 -1
- package/dist/client/index.cjs554.js +0 -1
- package/dist/client/index.cjs555.js +0 -1
- package/dist/client/index.cjs556.js +0 -1
- package/dist/client/index.cjs557.js +0 -1
- package/dist/client/index.cjs558.js +0 -1
- package/dist/client/index.cjs559.js +0 -1
- package/dist/client/index.cjs56.js +0 -1
- package/dist/client/index.cjs560.js +0 -1
- package/dist/client/index.cjs561.js +0 -1
- package/dist/client/index.cjs562.js +0 -1
- package/dist/client/index.cjs563.js +0 -1
- package/dist/client/index.cjs564.js +0 -1
- package/dist/client/index.cjs565.js +0 -1
- package/dist/client/index.cjs566.js +0 -1
- package/dist/client/index.cjs567.js +0 -1
- package/dist/client/index.cjs568.js +0 -1
- package/dist/client/index.cjs569.js +0 -1
- package/dist/client/index.cjs57.js +0 -1
- package/dist/client/index.cjs570.js +0 -1
- package/dist/client/index.cjs571.js +0 -1
- package/dist/client/index.cjs572.js +0 -1
- package/dist/client/index.cjs573.js +0 -1
- package/dist/client/index.cjs574.js +0 -1
- package/dist/client/index.cjs575.js +0 -1
- package/dist/client/index.cjs576.js +0 -1
- package/dist/client/index.cjs577.js +0 -1
- package/dist/client/index.cjs578.js +0 -1
- package/dist/client/index.cjs579.js +0 -1
- package/dist/client/index.cjs58.js +0 -1
- package/dist/client/index.cjs580.js +0 -1
- package/dist/client/index.cjs581.js +0 -1
- package/dist/client/index.cjs582.js +0 -1
- package/dist/client/index.cjs583.js +0 -1
- package/dist/client/index.cjs584.js +0 -1
- package/dist/client/index.cjs585.js +0 -1
- package/dist/client/index.cjs587.js +0 -1
- package/dist/client/index.cjs59.js +0 -1
- package/dist/client/index.cjs590.js +0 -1
- package/dist/client/index.cjs591.js +0 -1
- package/dist/client/index.cjs592.js +0 -1
- package/dist/client/index.cjs593.js +0 -1
- package/dist/client/index.cjs594.js +0 -1
- package/dist/client/index.cjs595.js +0 -1
- package/dist/client/index.cjs596.js +0 -1
- package/dist/client/index.cjs597.js +0 -1
- package/dist/client/index.cjs598.js +0 -1
- package/dist/client/index.cjs599.js +0 -9
- package/dist/client/index.cjs6.js +0 -1
- package/dist/client/index.cjs60.js +0 -1
- package/dist/client/index.cjs600.js +0 -1
- package/dist/client/index.cjs601.js +0 -1
- package/dist/client/index.cjs602.js +0 -1
- package/dist/client/index.cjs603.js +0 -1
- package/dist/client/index.cjs604.js +0 -1
- package/dist/client/index.cjs605.js +0 -1
- package/dist/client/index.cjs606.js +0 -1
- package/dist/client/index.cjs607.js +0 -1
- package/dist/client/index.cjs608.js +0 -1
- package/dist/client/index.cjs609.js +0 -1
- package/dist/client/index.cjs61.js +0 -1
- package/dist/client/index.cjs610.js +0 -1
- package/dist/client/index.cjs611.js +0 -1
- package/dist/client/index.cjs612.js +0 -1
- package/dist/client/index.cjs613.js +0 -1
- package/dist/client/index.cjs614.js +0 -1
- package/dist/client/index.cjs615.js +0 -1
- package/dist/client/index.cjs616.js +0 -1
- package/dist/client/index.cjs617.js +0 -1
- package/dist/client/index.cjs618.js +0 -1
- package/dist/client/index.cjs619.js +0 -1
- package/dist/client/index.cjs62.js +0 -1
- package/dist/client/index.cjs620.js +0 -1
- package/dist/client/index.cjs621.js +0 -1
- package/dist/client/index.cjs622.js +0 -1
- package/dist/client/index.cjs623.js +0 -74
- package/dist/client/index.cjs624.js +0 -1
- package/dist/client/index.cjs625.js +0 -1
- package/dist/client/index.cjs626.js +0 -1
- package/dist/client/index.cjs627.js +0 -1
- package/dist/client/index.cjs628.js +0 -1
- package/dist/client/index.cjs629.js +0 -1
- package/dist/client/index.cjs63.js +0 -1
- package/dist/client/index.cjs630.js +0 -1
- package/dist/client/index.cjs631.js +0 -1
- package/dist/client/index.cjs632.js +0 -1
- package/dist/client/index.cjs633.js +0 -1
- package/dist/client/index.cjs634.js +0 -1
- package/dist/client/index.cjs635.js +0 -1
- package/dist/client/index.cjs636.js +0 -1
- package/dist/client/index.cjs637.js +0 -1
- package/dist/client/index.cjs638.js +0 -1
- package/dist/client/index.cjs639.js +0 -1
- package/dist/client/index.cjs64.js +0 -1
- package/dist/client/index.cjs640.js +0 -1
- package/dist/client/index.cjs641.js +0 -1
- package/dist/client/index.cjs642.js +0 -1
- package/dist/client/index.cjs643.js +0 -1
- package/dist/client/index.cjs644.js +0 -1
- package/dist/client/index.cjs645.js +0 -1
- package/dist/client/index.cjs646.js +0 -1
- package/dist/client/index.cjs647.js +0 -1
- package/dist/client/index.cjs648.js +0 -1
- package/dist/client/index.cjs649.js +0 -1
- package/dist/client/index.cjs65.js +0 -1
- package/dist/client/index.cjs650.js +0 -1
- package/dist/client/index.cjs651.js +0 -1
- package/dist/client/index.cjs652.js +0 -1
- package/dist/client/index.cjs653.js +0 -1
- package/dist/client/index.cjs654.js +0 -1
- package/dist/client/index.cjs655.js +0 -3
- package/dist/client/index.cjs656.js +0 -1
- package/dist/client/index.cjs658.js +0 -1
- package/dist/client/index.cjs659.js +0 -1
- package/dist/client/index.cjs66.js +0 -3
- package/dist/client/index.cjs660.js +0 -1
- package/dist/client/index.cjs661.js +0 -1
- package/dist/client/index.cjs662.js +0 -1
- package/dist/client/index.cjs663.js +0 -1
- package/dist/client/index.cjs664.js +0 -1
- package/dist/client/index.cjs665.js +0 -1
- package/dist/client/index.cjs666.js +0 -1
- package/dist/client/index.cjs667.js +0 -1
- package/dist/client/index.cjs668.js +0 -1
- package/dist/client/index.cjs669.js +0 -14
- package/dist/client/index.cjs67.js +0 -1
- package/dist/client/index.cjs671.js +0 -1
- package/dist/client/index.cjs672.js +0 -1
- package/dist/client/index.cjs673.js +0 -1
- package/dist/client/index.cjs674.js +0 -1
- package/dist/client/index.cjs675.js +0 -1
- package/dist/client/index.cjs676.js +0 -1
- package/dist/client/index.cjs677.js +0 -1
- package/dist/client/index.cjs678.js +0 -1
- package/dist/client/index.cjs679.js +0 -1
- package/dist/client/index.cjs68.js +0 -1
- package/dist/client/index.cjs680.js +0 -1
- package/dist/client/index.cjs681.js +0 -1
- package/dist/client/index.cjs682.js +0 -1
- package/dist/client/index.cjs683.js +0 -1
- package/dist/client/index.cjs684.js +0 -1
- package/dist/client/index.cjs685.js +0 -1
- package/dist/client/index.cjs686.js +0 -1
- package/dist/client/index.cjs687.js +0 -1
- package/dist/client/index.cjs688.js +0 -1
- package/dist/client/index.cjs689.js +0 -1
- package/dist/client/index.cjs69.js +0 -1
- package/dist/client/index.cjs690.js +0 -1
- package/dist/client/index.cjs691.js +0 -1
- package/dist/client/index.cjs692.js +0 -1
- package/dist/client/index.cjs693.js +0 -1
- package/dist/client/index.cjs694.js +0 -1
- package/dist/client/index.cjs695.js +0 -1
- package/dist/client/index.cjs696.js +0 -1
- package/dist/client/index.cjs697.js +0 -1
- package/dist/client/index.cjs698.js +0 -1
- package/dist/client/index.cjs699.js +0 -1
- package/dist/client/index.cjs7.js +0 -1
- package/dist/client/index.cjs70.js +0 -1
- package/dist/client/index.cjs700.js +0 -1
- package/dist/client/index.cjs701.js +0 -1
- package/dist/client/index.cjs702.js +0 -1
- package/dist/client/index.cjs703.js +0 -1
- package/dist/client/index.cjs704.js +0 -1
- package/dist/client/index.cjs705.js +0 -1
- package/dist/client/index.cjs706.js +0 -1
- package/dist/client/index.cjs707.js +0 -1
- package/dist/client/index.cjs708.js +0 -1
- package/dist/client/index.cjs709.js +0 -1
- package/dist/client/index.cjs71.js +0 -1
- package/dist/client/index.cjs710.js +0 -1
- package/dist/client/index.cjs711.js +0 -1
- package/dist/client/index.cjs712.js +0 -1
- package/dist/client/index.cjs713.js +0 -1
- package/dist/client/index.cjs714.js +0 -1
- package/dist/client/index.cjs715.js +0 -1
- package/dist/client/index.cjs716.js +0 -3
- package/dist/client/index.cjs717.js +0 -1
- package/dist/client/index.cjs718.js +0 -1
- package/dist/client/index.cjs719.js +0 -1
- package/dist/client/index.cjs72.js +0 -1
- package/dist/client/index.cjs720.js +0 -1
- package/dist/client/index.cjs721.js +0 -1
- package/dist/client/index.cjs722.js +0 -1
- package/dist/client/index.cjs723.js +0 -1
- package/dist/client/index.cjs724.js +0 -1
- package/dist/client/index.cjs725.js +0 -1
- package/dist/client/index.cjs726.js +0 -1
- package/dist/client/index.cjs727.js +0 -1
- package/dist/client/index.cjs728.js +0 -1
- package/dist/client/index.cjs729.js +0 -1
- package/dist/client/index.cjs73.js +0 -1
- package/dist/client/index.cjs730.js +0 -1
- package/dist/client/index.cjs731.js +0 -1
- package/dist/client/index.cjs732.js +0 -1
- package/dist/client/index.cjs733.js +0 -1
- package/dist/client/index.cjs734.js +0 -1
- package/dist/client/index.cjs735.js +0 -1
- package/dist/client/index.cjs736.js +0 -1
- package/dist/client/index.cjs737.js +0 -1
- package/dist/client/index.cjs738.js +0 -1
- package/dist/client/index.cjs739.js +0 -9
- package/dist/client/index.cjs74.js +0 -1
- package/dist/client/index.cjs740.js +0 -1
- package/dist/client/index.cjs741.js +0 -1
- package/dist/client/index.cjs742.js +0 -1
- package/dist/client/index.cjs743.js +0 -1
- package/dist/client/index.cjs744.js +0 -1
- package/dist/client/index.cjs745.js +0 -1
- package/dist/client/index.cjs746.js +0 -1
- package/dist/client/index.cjs747.js +0 -1
- package/dist/client/index.cjs748.js +0 -1
- package/dist/client/index.cjs749.js +0 -1
- package/dist/client/index.cjs75.js +0 -1
- package/dist/client/index.cjs750.js +0 -1
- package/dist/client/index.cjs751.js +0 -1
- package/dist/client/index.cjs752.js +0 -1
- package/dist/client/index.cjs753.js +0 -1
- package/dist/client/index.cjs754.js +0 -1
- package/dist/client/index.cjs755.js +0 -1
- package/dist/client/index.cjs756.js +0 -1
- package/dist/client/index.cjs757.js +0 -1
- package/dist/client/index.cjs758.js +0 -1
- package/dist/client/index.cjs759.js +0 -1
- package/dist/client/index.cjs76.js +0 -1
- package/dist/client/index.cjs760.js +0 -1
- package/dist/client/index.cjs761.js +0 -1
- package/dist/client/index.cjs762.js +0 -1
- package/dist/client/index.cjs763.js +0 -1
- package/dist/client/index.cjs764.js +0 -1
- package/dist/client/index.cjs765.js +0 -1
- package/dist/client/index.cjs766.js +0 -1
- package/dist/client/index.cjs767.js +0 -1
- package/dist/client/index.cjs768.js +0 -1
- package/dist/client/index.cjs769.js +0 -1
- package/dist/client/index.cjs77.js +0 -1
- package/dist/client/index.cjs770.js +0 -1
- package/dist/client/index.cjs771.js +0 -1
- package/dist/client/index.cjs772.js +0 -1
- package/dist/client/index.cjs773.js +0 -1
- package/dist/client/index.cjs774.js +0 -1
- package/dist/client/index.cjs775.js +0 -1
- package/dist/client/index.cjs776.js +0 -1
- package/dist/client/index.cjs777.js +0 -1
- package/dist/client/index.cjs778.js +0 -1
- package/dist/client/index.cjs779.js +0 -1
- package/dist/client/index.cjs78.js +0 -1
- package/dist/client/index.cjs780.js +0 -1
- package/dist/client/index.cjs781.js +0 -1
- package/dist/client/index.cjs782.js +0 -1
- package/dist/client/index.cjs783.js +0 -1
- package/dist/client/index.cjs784.js +0 -1
- package/dist/client/index.cjs785.js +0 -1
- package/dist/client/index.cjs786.js +0 -1
- package/dist/client/index.cjs787.js +0 -1
- package/dist/client/index.cjs788.js +0 -1
- package/dist/client/index.cjs789.js +0 -5
- package/dist/client/index.cjs79.js +0 -1
- package/dist/client/index.cjs790.js +0 -1
- package/dist/client/index.cjs791.js +0 -1
- package/dist/client/index.cjs792.js +0 -1
- package/dist/client/index.cjs793.js +0 -1
- package/dist/client/index.cjs794.js +0 -1
- package/dist/client/index.cjs795.js +0 -1
- package/dist/client/index.cjs796.js +0 -1
- package/dist/client/index.cjs797.js +0 -1
- package/dist/client/index.cjs798.js +0 -1
- package/dist/client/index.cjs799.js +0 -1
- package/dist/client/index.cjs8.js +0 -1
- package/dist/client/index.cjs80.js +0 -1
- package/dist/client/index.cjs800.js +0 -1
- package/dist/client/index.cjs801.js +0 -1
- package/dist/client/index.cjs802.js +0 -1
- package/dist/client/index.cjs803.js +0 -2
- package/dist/client/index.cjs804.js +0 -1
- package/dist/client/index.cjs805.js +0 -1
- package/dist/client/index.cjs806.js +0 -1
- package/dist/client/index.cjs807.js +0 -1
- package/dist/client/index.cjs808.js +0 -1
- package/dist/client/index.cjs809.js +0 -1
- package/dist/client/index.cjs81.js +0 -1
- package/dist/client/index.cjs810.js +0 -1
- package/dist/client/index.cjs811.js +0 -1
- package/dist/client/index.cjs812.js +0 -1
- package/dist/client/index.cjs813.js +0 -1
- package/dist/client/index.cjs814.js +0 -2
- package/dist/client/index.cjs815.js +0 -1
- package/dist/client/index.cjs816.js +0 -3
- package/dist/client/index.cjs817.js +0 -1
- package/dist/client/index.cjs818.js +0 -1
- package/dist/client/index.cjs819.js +0 -1
- package/dist/client/index.cjs82.js +0 -1
- package/dist/client/index.cjs820.js +0 -1
- package/dist/client/index.cjs821.js +0 -1
- package/dist/client/index.cjs822.js +0 -1
- package/dist/client/index.cjs823.js +0 -1
- package/dist/client/index.cjs824.js +0 -1
- package/dist/client/index.cjs825.js +0 -1
- package/dist/client/index.cjs826.js +0 -1
- package/dist/client/index.cjs827.js +0 -1
- package/dist/client/index.cjs828.js +0 -1
- package/dist/client/index.cjs829.js +0 -1
- package/dist/client/index.cjs83.js +0 -1
- package/dist/client/index.cjs830.js +0 -1
- package/dist/client/index.cjs831.js +0 -1
- package/dist/client/index.cjs832.js +0 -1
- package/dist/client/index.cjs833.js +0 -1
- package/dist/client/index.cjs834.js +0 -1
- package/dist/client/index.cjs835.js +0 -1
- package/dist/client/index.cjs836.js +0 -1
- package/dist/client/index.cjs837.js +0 -1
- package/dist/client/index.cjs838.js +0 -1
- package/dist/client/index.cjs839.js +0 -1
- package/dist/client/index.cjs84.js +0 -1
- package/dist/client/index.cjs840.js +0 -1
- package/dist/client/index.cjs841.js +0 -1
- package/dist/client/index.cjs842.js +0 -1
- package/dist/client/index.cjs843.js +0 -1
- package/dist/client/index.cjs844.js +0 -1
- package/dist/client/index.cjs845.js +0 -1
- package/dist/client/index.cjs846.js +0 -1
- package/dist/client/index.cjs847.js +0 -1
- package/dist/client/index.cjs848.js +0 -2
- package/dist/client/index.cjs849.js +0 -2
- package/dist/client/index.cjs85.js +0 -1
- package/dist/client/index.cjs850.js +0 -1
- package/dist/client/index.cjs851.js +0 -1
- package/dist/client/index.cjs852.js +0 -1
- package/dist/client/index.cjs853.js +0 -1
- package/dist/client/index.cjs854.js +0 -1
- package/dist/client/index.cjs855.js +0 -1
- package/dist/client/index.cjs856.js +0 -1
- package/dist/client/index.cjs857.js +0 -1
- package/dist/client/index.cjs858.js +0 -1
- package/dist/client/index.cjs859.js +0 -1
- package/dist/client/index.cjs86.js +0 -1
- package/dist/client/index.cjs860.js +0 -3
- package/dist/client/index.cjs861.js +0 -1
- package/dist/client/index.cjs862.js +0 -1
- package/dist/client/index.cjs863.js +0 -1
- package/dist/client/index.cjs864.js +0 -1
- package/dist/client/index.cjs865.js +0 -1
- package/dist/client/index.cjs866.js +0 -1
- package/dist/client/index.cjs867.js +0 -1
- package/dist/client/index.cjs868.js +0 -1
- package/dist/client/index.cjs869.js +0 -1
- package/dist/client/index.cjs87.js +0 -1
- package/dist/client/index.cjs870.js +0 -3
- package/dist/client/index.cjs871.js +0 -4
- package/dist/client/index.cjs872.js +0 -1
- package/dist/client/index.cjs873.js +0 -1
- package/dist/client/index.cjs874.js +0 -1
- package/dist/client/index.cjs875.js +0 -1
- package/dist/client/index.cjs876.js +0 -1
- package/dist/client/index.cjs877.js +0 -1
- package/dist/client/index.cjs878.js +0 -1
- package/dist/client/index.cjs879.js +0 -1
- package/dist/client/index.cjs88.js +0 -1
- package/dist/client/index.cjs880.js +0 -1
- package/dist/client/index.cjs881.js +0 -1
- package/dist/client/index.cjs882.js +0 -1
- package/dist/client/index.cjs883.js +0 -1
- package/dist/client/index.cjs884.js +0 -1
- package/dist/client/index.cjs885.js +0 -1
- package/dist/client/index.cjs886.js +0 -1
- package/dist/client/index.cjs887.js +0 -1
- package/dist/client/index.cjs888.js +0 -1
- package/dist/client/index.cjs889.js +0 -1
- package/dist/client/index.cjs89.js +0 -1
- package/dist/client/index.cjs890.js +0 -2
- package/dist/client/index.cjs891.js +0 -1
- package/dist/client/index.cjs892.js +0 -1
- package/dist/client/index.cjs893.js +0 -1
- package/dist/client/index.cjs894.js +0 -1
- package/dist/client/index.cjs895.js +0 -1
- package/dist/client/index.cjs896.js +0 -1
- package/dist/client/index.cjs897.js +0 -1
- package/dist/client/index.cjs898.js +0 -1
- package/dist/client/index.cjs899.js +0 -1
- package/dist/client/index.cjs9.js +0 -1
- package/dist/client/index.cjs90.js +0 -1
- package/dist/client/index.cjs900.js +0 -1
- package/dist/client/index.cjs901.js +0 -1
- package/dist/client/index.cjs902.js +0 -1
- package/dist/client/index.cjs903.js +0 -1
- package/dist/client/index.cjs904.js +0 -1
- package/dist/client/index.cjs905.js +0 -1
- package/dist/client/index.cjs906.js +0 -1
- package/dist/client/index.cjs907.js +0 -2
- package/dist/client/index.cjs908.js +0 -1
- package/dist/client/index.cjs909.js +0 -1
- package/dist/client/index.cjs91.js +0 -1
- package/dist/client/index.cjs910.js +0 -2
- package/dist/client/index.cjs911.js +0 -1
- package/dist/client/index.cjs912.js +0 -1
- package/dist/client/index.cjs913.js +0 -1
- package/dist/client/index.cjs914.js +0 -1
- package/dist/client/index.cjs915.js +0 -1
- package/dist/client/index.cjs916.js +0 -1
- package/dist/client/index.cjs917.js +0 -1
- package/dist/client/index.cjs918.js +0 -1
- package/dist/client/index.cjs919.js +0 -1
- package/dist/client/index.cjs92.js +0 -1
- package/dist/client/index.cjs920.js +0 -1
- package/dist/client/index.cjs921.js +0 -1
- package/dist/client/index.cjs922.js +0 -1
- package/dist/client/index.cjs923.js +0 -1
- package/dist/client/index.cjs924.js +0 -1
- package/dist/client/index.cjs925.js +0 -1
- package/dist/client/index.cjs926.js +0 -1
- package/dist/client/index.cjs927.js +0 -1
- package/dist/client/index.cjs928.js +0 -1
- package/dist/client/index.cjs929.js +0 -1
- package/dist/client/index.cjs93.js +0 -1
- package/dist/client/index.cjs930.js +0 -1
- package/dist/client/index.cjs931.js +0 -1
- package/dist/client/index.cjs932.js +0 -1
- package/dist/client/index.cjs933.js +0 -1
- package/dist/client/index.cjs934.js +0 -1
- package/dist/client/index.cjs935.js +0 -1
- package/dist/client/index.cjs936.js +0 -1
- package/dist/client/index.cjs937.js +0 -1
- package/dist/client/index.cjs938.js +0 -1
- package/dist/client/index.cjs939.js +0 -1
- package/dist/client/index.cjs94.js +0 -1
- package/dist/client/index.cjs940.js +0 -1
- package/dist/client/index.cjs941.js +0 -1
- package/dist/client/index.cjs942.js +0 -1
- package/dist/client/index.cjs943.js +0 -1
- package/dist/client/index.cjs944.js +0 -1
- package/dist/client/index.cjs945.js +0 -1
- package/dist/client/index.cjs946.js +0 -1
- package/dist/client/index.cjs947.js +0 -1
- package/dist/client/index.cjs948.js +0 -1
- package/dist/client/index.cjs949.js +0 -1
- package/dist/client/index.cjs95.js +0 -1
- package/dist/client/index.cjs950.js +0 -1
- package/dist/client/index.cjs951.js +0 -1
- package/dist/client/index.cjs952.js +0 -1
- package/dist/client/index.cjs953.js +0 -1
- package/dist/client/index.cjs954.js +0 -1
- package/dist/client/index.cjs955.js +0 -1
- package/dist/client/index.cjs956.js +0 -1
- package/dist/client/index.cjs957.js +0 -1
- package/dist/client/index.cjs958.js +0 -1
- package/dist/client/index.cjs959.js +0 -1
- package/dist/client/index.cjs96.js +0 -1
- package/dist/client/index.cjs960.js +0 -1
- package/dist/client/index.cjs961.js +0 -1
- package/dist/client/index.cjs962.js +0 -1
- package/dist/client/index.cjs963.js +0 -1
- package/dist/client/index.cjs964.js +0 -1
- package/dist/client/index.cjs965.js +0 -1
- package/dist/client/index.cjs966.js +0 -1
- package/dist/client/index.cjs967.js +0 -1
- package/dist/client/index.cjs968.js +0 -3
- package/dist/client/index.cjs969.js +0 -1
- package/dist/client/index.cjs97.js +0 -1
- package/dist/client/index.cjs970.js +0 -1
- package/dist/client/index.cjs971.js +0 -3
- package/dist/client/index.cjs972.js +0 -4
- package/dist/client/index.cjs973.js +0 -2
- package/dist/client/index.cjs974.js +0 -1
- package/dist/client/index.cjs975.js +0 -6
- package/dist/client/index.cjs976.js +0 -1
- package/dist/client/index.cjs977.js +0 -1
- package/dist/client/index.cjs978.js +0 -1
- package/dist/client/index.cjs979.js +0 -1
- package/dist/client/index.cjs98.js +0 -1
- package/dist/client/index.cjs980.js +0 -1
- package/dist/client/index.cjs981.js +0 -1
- package/dist/client/index.cjs982.js +0 -1
- package/dist/client/index.cjs983.js +0 -1
- package/dist/client/index.cjs984.js +0 -1
- package/dist/client/index.cjs985.js +0 -1
- package/dist/client/index.cjs986.js +0 -1
- package/dist/client/index.cjs987.js +0 -1
- package/dist/client/index.cjs988.js +0 -1
- package/dist/client/index.cjs989.js +0 -1
- package/dist/client/index.cjs99.js +0 -1
- package/dist/client/index.cjs990.js +0 -1
- package/dist/client/index.cjs991.js +0 -1
- package/dist/client/index.cjs992.js +0 -1
- package/dist/client/index.cjs993.js +0 -1
- package/dist/client/index.cjs994.js +0 -1
- package/dist/client/index.cjs995.js +0 -1
- package/dist/client/index.cjs996.js +0 -1
- package/dist/client/index.cjs997.js +0 -1
- package/dist/client/index.cjs998.js +0 -1
- package/dist/client/index.cjs999.js +0 -1
- package/dist/client/index.es10.js +0 -22
- package/dist/client/index.es100.js +0 -29
- package/dist/client/index.es1000.js +0 -14
- package/dist/client/index.es1001.js +0 -15
- package/dist/client/index.es1002.js +0 -12
- package/dist/client/index.es1003.js +0 -9
- package/dist/client/index.es1004.js +0 -11
- package/dist/client/index.es1005.js +0 -11
- package/dist/client/index.es1006.js +0 -11
- package/dist/client/index.es1007.js +0 -6
- package/dist/client/index.es1008.js +0 -37
- package/dist/client/index.es1009.js +0 -13
- package/dist/client/index.es101.js +0 -66
- package/dist/client/index.es1010.js +0 -15
- package/dist/client/index.es1011.js +0 -11
- package/dist/client/index.es1012.js +0 -18
- package/dist/client/index.es1013.js +0 -11
- package/dist/client/index.es1014.js +0 -11
- package/dist/client/index.es1015.js +0 -11
- package/dist/client/index.es1016.js +0 -30
- package/dist/client/index.es1017.js +0 -11
- package/dist/client/index.es1018.js +0 -11
- package/dist/client/index.es1019.js +0 -20
- package/dist/client/index.es102.js +0 -236
- package/dist/client/index.es103.js +0 -4
- package/dist/client/index.es104.js +0 -60
- package/dist/client/index.es105.js +0 -250
- package/dist/client/index.es106.js +0 -175
- package/dist/client/index.es107.js +0 -87
- package/dist/client/index.es108.js +0 -61
- package/dist/client/index.es109.js +0 -48
- package/dist/client/index.es110.js +0 -7
- package/dist/client/index.es111.js +0 -11
- package/dist/client/index.es112.js +0 -5
- package/dist/client/index.es113.js +0 -17
- package/dist/client/index.es114.js +0 -18
- package/dist/client/index.es115.js +0 -5
- package/dist/client/index.es116.js +0 -152
- package/dist/client/index.es117.js +0 -7
- package/dist/client/index.es118.js +0 -41
- package/dist/client/index.es119.js +0 -29
- package/dist/client/index.es120.js +0 -7
- package/dist/client/index.es121.js +0 -10
- package/dist/client/index.es122.js +0 -143
- package/dist/client/index.es123.js +0 -31
- package/dist/client/index.es124.js +0 -126
- package/dist/client/index.es125.js +0 -8
- package/dist/client/index.es126.js +0 -296
- package/dist/client/index.es127.js +0 -96
- package/dist/client/index.es128.js +0 -78
- package/dist/client/index.es129.js +0 -78
- package/dist/client/index.es13.js +0 -51
- package/dist/client/index.es130.js +0 -19
- package/dist/client/index.es131.js +0 -4
- package/dist/client/index.es132.js +0 -45
- package/dist/client/index.es134.js +0 -187
- package/dist/client/index.es135.js +0 -9
- package/dist/client/index.es136.js +0 -8
- package/dist/client/index.es137.js +0 -174
- package/dist/client/index.es138.js +0 -62
- package/dist/client/index.es139.js +0 -7
- package/dist/client/index.es14.js +0 -54
- package/dist/client/index.es140.js +0 -19
- package/dist/client/index.es141.js +0 -11
- package/dist/client/index.es142.js +0 -10
- package/dist/client/index.es143.js +0 -10
- package/dist/client/index.es144.js +0 -10
- package/dist/client/index.es145.js +0 -10
- package/dist/client/index.es146.js +0 -11
- package/dist/client/index.es147.js +0 -7
- package/dist/client/index.es148.js +0 -13
- package/dist/client/index.es149.js +0 -44
- package/dist/client/index.es15.js +0 -45
- package/dist/client/index.es150.js +0 -6
- package/dist/client/index.es151.js +0 -17
- package/dist/client/index.es152.js +0 -5
- package/dist/client/index.es153.js +0 -17
- package/dist/client/index.es154.js +0 -10
- package/dist/client/index.es155.js +0 -5
- package/dist/client/index.es156.js +0 -5
- package/dist/client/index.es157.js +0 -39
- package/dist/client/index.es158.js +0 -21
- package/dist/client/index.es159.js +0 -9
- package/dist/client/index.es16.js +0 -176
- package/dist/client/index.es160.js +0 -16
- package/dist/client/index.es161.js +0 -178
- package/dist/client/index.es162.js +0 -190
- package/dist/client/index.es163.js +0 -10
- package/dist/client/index.es164.js +0 -23
- package/dist/client/index.es165.js +0 -9
- package/dist/client/index.es166.js +0 -50
- package/dist/client/index.es167.js +0 -241
- package/dist/client/index.es168.js +0 -306
- package/dist/client/index.es169.js +0 -159
- package/dist/client/index.es17.js +0 -79
- package/dist/client/index.es170.js +0 -206
- package/dist/client/index.es171.js +0 -120
- package/dist/client/index.es172.js +0 -134
- package/dist/client/index.es173.js +0 -155
- package/dist/client/index.es174.js +0 -10
- package/dist/client/index.es175.js +0 -5
- package/dist/client/index.es176.js +0 -101
- package/dist/client/index.es177.js +0 -95
- package/dist/client/index.es178.js +0 -177
- package/dist/client/index.es179.js +0 -104
- package/dist/client/index.es18.js +0 -470
- package/dist/client/index.es180.js +0 -9
- package/dist/client/index.es181.js +0 -9
- package/dist/client/index.es182.js +0 -9
- package/dist/client/index.es183.js +0 -10
- package/dist/client/index.es184.js +0 -10
- package/dist/client/index.es185.js +0 -27
- package/dist/client/index.es186.js +0 -9
- package/dist/client/index.es187.js +0 -9
- package/dist/client/index.es189.js +0 -52
- package/dist/client/index.es190.js +0 -12
- package/dist/client/index.es191.js +0 -12
- package/dist/client/index.es192.js +0 -23
- package/dist/client/index.es193.js +0 -80
- package/dist/client/index.es194.js +0 -111
- package/dist/client/index.es195.js +0 -65
- package/dist/client/index.es196.js +0 -125
- package/dist/client/index.es197.js +0 -12
- package/dist/client/index.es198.js +0 -53
- package/dist/client/index.es199.js +0 -39
- package/dist/client/index.es2.js +0 -140
- package/dist/client/index.es200.js +0 -87
- package/dist/client/index.es201.js +0 -56
- package/dist/client/index.es202.js +0 -6
- package/dist/client/index.es203.js +0 -29
- package/dist/client/index.es204.js +0 -29
- package/dist/client/index.es205.js +0 -54
- package/dist/client/index.es206.js +0 -58
- package/dist/client/index.es207.js +0 -40
- package/dist/client/index.es208.js +0 -60
- package/dist/client/index.es209.js +0 -108
- package/dist/client/index.es21.js +0 -54
- package/dist/client/index.es210.js +0 -86
- package/dist/client/index.es211.js +0 -40
- package/dist/client/index.es212.js +0 -40
- package/dist/client/index.es213.js +0 -33
- package/dist/client/index.es214.js +0 -33
- package/dist/client/index.es215.js +0 -33
- package/dist/client/index.es216.js +0 -33
- package/dist/client/index.es217.js +0 -33
- package/dist/client/index.es218.js +0 -33
- package/dist/client/index.es219.js +0 -58
- package/dist/client/index.es22.js +0 -262
- package/dist/client/index.es220.js +0 -25
- package/dist/client/index.es221.js +0 -118
- package/dist/client/index.es222.js +0 -6
- package/dist/client/index.es223.js +0 -150
- package/dist/client/index.es224.js +0 -9
- package/dist/client/index.es225.js +0 -7
- package/dist/client/index.es226.js +0 -11
- package/dist/client/index.es227.js +0 -56
- package/dist/client/index.es228.js +0 -71
- package/dist/client/index.es229.js +0 -26
- package/dist/client/index.es230.js +0 -19
- package/dist/client/index.es231.js +0 -182
- package/dist/client/index.es232.js +0 -68
- package/dist/client/index.es233.js +0 -121
- package/dist/client/index.es234.js +0 -78
- package/dist/client/index.es235.js +0 -140
- package/dist/client/index.es236.js +0 -23
- package/dist/client/index.es237.js +0 -69
- package/dist/client/index.es238.js +0 -7
- package/dist/client/index.es239.js +0 -12
- package/dist/client/index.es24.js +0 -122
- package/dist/client/index.es240.js +0 -93
- package/dist/client/index.es241.js +0 -10
- package/dist/client/index.es242.js +0 -5
- package/dist/client/index.es243.js +0 -70
- package/dist/client/index.es244.js +0 -27
- package/dist/client/index.es245.js +0 -11
- package/dist/client/index.es246.js +0 -6
- package/dist/client/index.es247.js +0 -12
- package/dist/client/index.es248.js +0 -17
- package/dist/client/index.es249.js +0 -9
- package/dist/client/index.es250.js +0 -166
- package/dist/client/index.es251.js +0 -28
- package/dist/client/index.es252.js +0 -76
- package/dist/client/index.es253.js +0 -9
- package/dist/client/index.es254.js +0 -70
- package/dist/client/index.es255.js +0 -86
- package/dist/client/index.es256.js +0 -124
- package/dist/client/index.es257.js +0 -12
- package/dist/client/index.es258.js +0 -10
- package/dist/client/index.es259.js +0 -5
- package/dist/client/index.es26.js +0 -225
- package/dist/client/index.es260.js +0 -21
- package/dist/client/index.es261.js +0 -17
- package/dist/client/index.es262.js +0 -17
- package/dist/client/index.es263.js +0 -4
- package/dist/client/index.es264.js +0 -161
- package/dist/client/index.es265.js +0 -4
- package/dist/client/index.es266.js +0 -15
- package/dist/client/index.es267.js +0 -4
- package/dist/client/index.es268.js +0 -12
- package/dist/client/index.es269.js +0 -4
- package/dist/client/index.es27.js +0 -50
- package/dist/client/index.es270.js +0 -6
- package/dist/client/index.es271.js +0 -4
- package/dist/client/index.es272.js +0 -7
- package/dist/client/index.es273.js +0 -4
- package/dist/client/index.es274.js +0 -5
- package/dist/client/index.es275.js +0 -4
- package/dist/client/index.es276.js +0 -4
- package/dist/client/index.es277.js +0 -17
- package/dist/client/index.es278.js +0 -4
- package/dist/client/index.es279.js +0 -14
- package/dist/client/index.es28.js +0 -2168
- package/dist/client/index.es280.js +0 -4
- package/dist/client/index.es281.js +0 -62
- package/dist/client/index.es282.js +0 -37
- package/dist/client/index.es283.js +0 -15
- package/dist/client/index.es284.js +0 -48
- package/dist/client/index.es285.js +0 -13
- package/dist/client/index.es286.js +0 -67
- package/dist/client/index.es287.js +0 -10
- package/dist/client/index.es288.js +0 -44
- package/dist/client/index.es289.js +0 -40
- package/dist/client/index.es290.js +0 -63
- package/dist/client/index.es291.js +0 -71
- package/dist/client/index.es292.js +0 -26
- package/dist/client/index.es293.js +0 -42
- package/dist/client/index.es294.js +0 -7
- package/dist/client/index.es295.js +0 -41
- package/dist/client/index.es296.js +0 -6
- package/dist/client/index.es297.js +0 -31
- package/dist/client/index.es298.js +0 -6
- package/dist/client/index.es299.js +0 -1322
- package/dist/client/index.es3.js +0 -113
- package/dist/client/index.es30.js +0 -32
- package/dist/client/index.es300.js +0 -330
- package/dist/client/index.es301.js +0 -1430
- package/dist/client/index.es302.js +0 -264
- package/dist/client/index.es303.js +0 -8
- package/dist/client/index.es304.js +0 -2133
- package/dist/client/index.es305.js +0 -53
- package/dist/client/index.es306.js +0 -6
- package/dist/client/index.es307.js +0 -6
- package/dist/client/index.es308.js +0 -6
- package/dist/client/index.es309.js +0 -16
- package/dist/client/index.es310.js +0 -18
- package/dist/client/index.es311.js +0 -6
- package/dist/client/index.es312.js +0 -6
- package/dist/client/index.es313.js +0 -16
- package/dist/client/index.es314.js +0 -6
- package/dist/client/index.es315.js +0 -6
- package/dist/client/index.es316.js +0 -6
- package/dist/client/index.es317.js +0 -6
- package/dist/client/index.es318.js +0 -16
- package/dist/client/index.es319.js +0 -6
- package/dist/client/index.es320.js +0 -6
- package/dist/client/index.es321.js +0 -6
- package/dist/client/index.es322.js +0 -6
- package/dist/client/index.es323.js +0 -6
- package/dist/client/index.es324.js +0 -6
- package/dist/client/index.es325.js +0 -6
- package/dist/client/index.es326.js +0 -18
- package/dist/client/index.es327.js +0 -8
- package/dist/client/index.es328.js +0 -6
- package/dist/client/index.es329.js +0 -6
- package/dist/client/index.es33.js +0 -88
- package/dist/client/index.es330.js +0 -8
- package/dist/client/index.es331.js +0 -6
- package/dist/client/index.es332.js +0 -6
- package/dist/client/index.es333.js +0 -6
- package/dist/client/index.es334.js +0 -10
- package/dist/client/index.es335.js +0 -6
- package/dist/client/index.es336.js +0 -6
- package/dist/client/index.es337.js +0 -8
- package/dist/client/index.es338.js +0 -6
- package/dist/client/index.es339.js +0 -6
- package/dist/client/index.es340.js +0 -14
- package/dist/client/index.es341.js +0 -18
- package/dist/client/index.es342.js +0 -6
- package/dist/client/index.es343.js +0 -6
- package/dist/client/index.es344.js +0 -6
- package/dist/client/index.es345.js +0 -6
- package/dist/client/index.es346.js +0 -6
- package/dist/client/index.es347.js +0 -6
- package/dist/client/index.es348.js +0 -6
- package/dist/client/index.es349.js +0 -6
- package/dist/client/index.es35.js +0 -197
- package/dist/client/index.es350.js +0 -6
- package/dist/client/index.es351.js +0 -6
- package/dist/client/index.es352.js +0 -6
- package/dist/client/index.es353.js +0 -6
- package/dist/client/index.es354.js +0 -6
- package/dist/client/index.es355.js +0 -12
- package/dist/client/index.es356.js +0 -8
- package/dist/client/index.es357.js +0 -8
- package/dist/client/index.es358.js +0 -6
- package/dist/client/index.es359.js +0 -10
- package/dist/client/index.es36.js +0 -37
- package/dist/client/index.es360.js +0 -6
- package/dist/client/index.es361.js +0 -6
- package/dist/client/index.es362.js +0 -6
- package/dist/client/index.es363.js +0 -6
- package/dist/client/index.es364.js +0 -8
- package/dist/client/index.es365.js +0 -6
- package/dist/client/index.es366.js +0 -8
- package/dist/client/index.es367.js +0 -10
- package/dist/client/index.es368.js +0 -6
- package/dist/client/index.es369.js +0 -6
- package/dist/client/index.es370.js +0 -6
- package/dist/client/index.es371.js +0 -6
- package/dist/client/index.es372.js +0 -8
- package/dist/client/index.es373.js +0 -8
- package/dist/client/index.es374.js +0 -6
- package/dist/client/index.es375.js +0 -14
- package/dist/client/index.es376.js +0 -14
- package/dist/client/index.es377.js +0 -8
- package/dist/client/index.es378.js +0 -6
- package/dist/client/index.es379.js +0 -6
- package/dist/client/index.es38.js +0 -640
- package/dist/client/index.es380.js +0 -14
- package/dist/client/index.es381.js +0 -6
- package/dist/client/index.es382.js +0 -10
- package/dist/client/index.es383.js +0 -10
- package/dist/client/index.es384.js +0 -14
- package/dist/client/index.es385.js +0 -6
- package/dist/client/index.es386.js +0 -6
- package/dist/client/index.es387.js +0 -6
- package/dist/client/index.es388.js +0 -6
- package/dist/client/index.es389.js +0 -6
- package/dist/client/index.es390.js +0 -10
- package/dist/client/index.es391.js +0 -8
- package/dist/client/index.es392.js +0 -14
- package/dist/client/index.es393.js +0 -8
- package/dist/client/index.es394.js +0 -6
- package/dist/client/index.es395.js +0 -8
- package/dist/client/index.es396.js +0 -6
- package/dist/client/index.es397.js +0 -6
- package/dist/client/index.es398.js +0 -6
- package/dist/client/index.es399.js +0 -8
- package/dist/client/index.es4.js +0 -63
- package/dist/client/index.es40.js +0 -152
- package/dist/client/index.es400.js +0 -8
- package/dist/client/index.es401.js +0 -6
- package/dist/client/index.es402.js +0 -6
- package/dist/client/index.es403.js +0 -6
- package/dist/client/index.es404.js +0 -6
- package/dist/client/index.es405.js +0 -6
- package/dist/client/index.es406.js +0 -6
- package/dist/client/index.es407.js +0 -6
- package/dist/client/index.es408.js +0 -16
- package/dist/client/index.es409.js +0 -6
- package/dist/client/index.es41.js +0 -26
- package/dist/client/index.es410.js +0 -6
- package/dist/client/index.es411.js +0 -8
- package/dist/client/index.es412.js +0 -6
- package/dist/client/index.es413.js +0 -6
- package/dist/client/index.es414.js +0 -14
- package/dist/client/index.es415.js +0 -6
- package/dist/client/index.es416.js +0 -6
- package/dist/client/index.es417.js +0 -8
- package/dist/client/index.es418.js +0 -6
- package/dist/client/index.es419.js +0 -6
- package/dist/client/index.es42.js +0 -148
- package/dist/client/index.es420.js +0 -6
- package/dist/client/index.es421.js +0 -14
- package/dist/client/index.es422.js +0 -6
- package/dist/client/index.es423.js +0 -12
- package/dist/client/index.es424.js +0 -6
- package/dist/client/index.es425.js +0 -6
- package/dist/client/index.es426.js +0 -6
- package/dist/client/index.es427.js +0 -6
- package/dist/client/index.es428.js +0 -6
- package/dist/client/index.es429.js +0 -6
- package/dist/client/index.es43.js +0 -95
- package/dist/client/index.es430.js +0 -6
- package/dist/client/index.es431.js +0 -8
- package/dist/client/index.es432.js +0 -20
- package/dist/client/index.es433.js +0 -6
- package/dist/client/index.es434.js +0 -6
- package/dist/client/index.es435.js +0 -6
- package/dist/client/index.es436.js +0 -6
- package/dist/client/index.es437.js +0 -6
- package/dist/client/index.es438.js +0 -6
- package/dist/client/index.es439.js +0 -16
- package/dist/client/index.es44.js +0 -116
- package/dist/client/index.es440.js +0 -18
- package/dist/client/index.es441.js +0 -6
- package/dist/client/index.es442.js +0 -6
- package/dist/client/index.es443.js +0 -6
- package/dist/client/index.es444.js +0 -6
- package/dist/client/index.es445.js +0 -6
- package/dist/client/index.es446.js +0 -6
- package/dist/client/index.es447.js +0 -6
- package/dist/client/index.es448.js +0 -6
- package/dist/client/index.es449.js +0 -6
- package/dist/client/index.es45.js +0 -8
- package/dist/client/index.es450.js +0 -12
- package/dist/client/index.es451.js +0 -6
- package/dist/client/index.es452.js +0 -6
- package/dist/client/index.es453.js +0 -6
- package/dist/client/index.es454.js +0 -8
- package/dist/client/index.es455.js +0 -6
- package/dist/client/index.es456.js +0 -6
- package/dist/client/index.es457.js +0 -6
- package/dist/client/index.es458.js +0 -6
- package/dist/client/index.es459.js +0 -6
- package/dist/client/index.es46.js +0 -144
- package/dist/client/index.es460.js +0 -10
- package/dist/client/index.es461.js +0 -6
- package/dist/client/index.es462.js +0 -6
- package/dist/client/index.es463.js +0 -6
- package/dist/client/index.es464.js +0 -6
- package/dist/client/index.es465.js +0 -22
- package/dist/client/index.es466.js +0 -30
- package/dist/client/index.es467.js +0 -6
- package/dist/client/index.es468.js +0 -8
- package/dist/client/index.es469.js +0 -6
- package/dist/client/index.es47.js +0 -13
- package/dist/client/index.es470.js +0 -6
- package/dist/client/index.es471.js +0 -6
- package/dist/client/index.es472.js +0 -8
- package/dist/client/index.es473.js +0 -6
- package/dist/client/index.es474.js +0 -8
- package/dist/client/index.es475.js +0 -6
- package/dist/client/index.es476.js +0 -8
- package/dist/client/index.es477.js +0 -6
- package/dist/client/index.es478.js +0 -6
- package/dist/client/index.es479.js +0 -8
- package/dist/client/index.es48.js +0 -8
- package/dist/client/index.es480.js +0 -8
- package/dist/client/index.es481.js +0 -6
- package/dist/client/index.es482.js +0 -6
- package/dist/client/index.es483.js +0 -6
- package/dist/client/index.es484.js +0 -8
- package/dist/client/index.es485.js +0 -6
- package/dist/client/index.es486.js +0 -14
- package/dist/client/index.es487.js +0 -6
- package/dist/client/index.es488.js +0 -6
- package/dist/client/index.es489.js +0 -6
- package/dist/client/index.es49.js +0 -417
- package/dist/client/index.es490.js +0 -6
- package/dist/client/index.es491.js +0 -6
- package/dist/client/index.es492.js +0 -6
- package/dist/client/index.es493.js +0 -12
- package/dist/client/index.es494.js +0 -6
- package/dist/client/index.es495.js +0 -8
- package/dist/client/index.es496.js +0 -6
- package/dist/client/index.es497.js +0 -18
- package/dist/client/index.es498.js +0 -6
- package/dist/client/index.es499.js +0 -6
- package/dist/client/index.es5.js +0 -251
- package/dist/client/index.es50.js +0 -8
- package/dist/client/index.es500.js +0 -6
- package/dist/client/index.es501.js +0 -18
- package/dist/client/index.es502.js +0 -6
- package/dist/client/index.es503.js +0 -6
- package/dist/client/index.es504.js +0 -6
- package/dist/client/index.es505.js +0 -6
- package/dist/client/index.es506.js +0 -6
- package/dist/client/index.es507.js +0 -6
- package/dist/client/index.es508.js +0 -6
- package/dist/client/index.es509.js +0 -6
- package/dist/client/index.es51.js +0 -342
- package/dist/client/index.es510.js +0 -6
- package/dist/client/index.es511.js +0 -26
- package/dist/client/index.es512.js +0 -10
- package/dist/client/index.es513.js +0 -6
- package/dist/client/index.es514.js +0 -6
- package/dist/client/index.es515.js +0 -6
- package/dist/client/index.es516.js +0 -6
- package/dist/client/index.es517.js +0 -6
- package/dist/client/index.es518.js +0 -6
- package/dist/client/index.es519.js +0 -8
- package/dist/client/index.es52.js +0 -85
- package/dist/client/index.es520.js +0 -8
- package/dist/client/index.es521.js +0 -6
- package/dist/client/index.es522.js +0 -6
- package/dist/client/index.es523.js +0 -6
- package/dist/client/index.es524.js +0 -4
- package/dist/client/index.es525.js +0 -4
- package/dist/client/index.es526.js +0 -4
- package/dist/client/index.es527.js +0 -4
- package/dist/client/index.es528.js +0 -4
- package/dist/client/index.es529.js +0 -4
- package/dist/client/index.es53.js +0 -16
- package/dist/client/index.es530.js +0 -4
- package/dist/client/index.es531.js +0 -4
- package/dist/client/index.es532.js +0 -4
- package/dist/client/index.es533.js +0 -4
- package/dist/client/index.es534.js +0 -4
- package/dist/client/index.es535.js +0 -4
- package/dist/client/index.es536.js +0 -4
- package/dist/client/index.es537.js +0 -4
- package/dist/client/index.es538.js +0 -4
- package/dist/client/index.es539.js +0 -4
- package/dist/client/index.es54.js +0 -86
- package/dist/client/index.es540.js +0 -4
- package/dist/client/index.es541.js +0 -4
- package/dist/client/index.es542.js +0 -4
- package/dist/client/index.es543.js +0 -4
- package/dist/client/index.es544.js +0 -4
- package/dist/client/index.es545.js +0 -4
- package/dist/client/index.es546.js +0 -4
- package/dist/client/index.es547.js +0 -4
- package/dist/client/index.es548.js +0 -4
- package/dist/client/index.es549.js +0 -4
- package/dist/client/index.es55.js +0 -303
- package/dist/client/index.es550.js +0 -4
- package/dist/client/index.es551.js +0 -4
- package/dist/client/index.es552.js +0 -4
- package/dist/client/index.es553.js +0 -4
- package/dist/client/index.es554.js +0 -4
- package/dist/client/index.es555.js +0 -4
- package/dist/client/index.es556.js +0 -4
- package/dist/client/index.es557.js +0 -4
- package/dist/client/index.es558.js +0 -4
- package/dist/client/index.es559.js +0 -4
- package/dist/client/index.es56.js +0 -168
- package/dist/client/index.es560.js +0 -4
- package/dist/client/index.es561.js +0 -4
- package/dist/client/index.es562.js +0 -4
- package/dist/client/index.es563.js +0 -4
- package/dist/client/index.es564.js +0 -4
- package/dist/client/index.es565.js +0 -4
- package/dist/client/index.es566.js +0 -4
- package/dist/client/index.es567.js +0 -4
- package/dist/client/index.es568.js +0 -4
- package/dist/client/index.es569.js +0 -4
- package/dist/client/index.es57.js +0 -61
- package/dist/client/index.es570.js +0 -4
- package/dist/client/index.es571.js +0 -4
- package/dist/client/index.es572.js +0 -4
- package/dist/client/index.es573.js +0 -4
- package/dist/client/index.es574.js +0 -4
- package/dist/client/index.es575.js +0 -4
- package/dist/client/index.es576.js +0 -4
- package/dist/client/index.es577.js +0 -4
- package/dist/client/index.es578.js +0 -55
- package/dist/client/index.es579.js +0 -25
- package/dist/client/index.es58.js +0 -72
- package/dist/client/index.es580.js +0 -29
- package/dist/client/index.es581.js +0 -14
- package/dist/client/index.es582.js +0 -15
- package/dist/client/index.es583.js +0 -24
- package/dist/client/index.es584.js +0 -23
- package/dist/client/index.es585.js +0 -79
- package/dist/client/index.es587.js +0 -32
- package/dist/client/index.es59.js +0 -8
- package/dist/client/index.es590.js +0 -10
- package/dist/client/index.es591.js +0 -328
- package/dist/client/index.es592.js +0 -5
- package/dist/client/index.es593.js +0 -10
- package/dist/client/index.es594.js +0 -5
- package/dist/client/index.es595.js +0 -5
- package/dist/client/index.es596.js +0 -5
- package/dist/client/index.es597.js +0 -9
- package/dist/client/index.es599.js +0 -77
- package/dist/client/index.es6.js +0 -19
- package/dist/client/index.es60.js +0 -8
- package/dist/client/index.es600.js +0 -6
- package/dist/client/index.es601.js +0 -15
- package/dist/client/index.es602.js +0 -15
- package/dist/client/index.es603.js +0 -14
- package/dist/client/index.es604.js +0 -406
- package/dist/client/index.es605.js +0 -10
- package/dist/client/index.es606.js +0 -14
- package/dist/client/index.es607.js +0 -125
- package/dist/client/index.es608.js +0 -8
- package/dist/client/index.es609.js +0 -10
- package/dist/client/index.es61.js +0 -8
- package/dist/client/index.es610.js +0 -14
- package/dist/client/index.es611.js +0 -9
- package/dist/client/index.es612.js +0 -119
- package/dist/client/index.es613.js +0 -10
- package/dist/client/index.es614.js +0 -10
- package/dist/client/index.es615.js +0 -14
- package/dist/client/index.es616.js +0 -5
- package/dist/client/index.es617.js +0 -9
- package/dist/client/index.es618.js +0 -349
- package/dist/client/index.es619.js +0 -9
- package/dist/client/index.es62.js +0 -8
- package/dist/client/index.es620.js +0 -179
- package/dist/client/index.es621.js +0 -10
- package/dist/client/index.es622.js +0 -7
- package/dist/client/index.es623.js +0 -229
- package/dist/client/index.es624.js +0 -10
- package/dist/client/index.es625.js +0 -51
- package/dist/client/index.es626.js +0 -10
- package/dist/client/index.es627.js +0 -5
- package/dist/client/index.es628.js +0 -9
- package/dist/client/index.es629.js +0 -9
- package/dist/client/index.es63.js +0 -8
- package/dist/client/index.es630.js +0 -9
- package/dist/client/index.es631.js +0 -128
- package/dist/client/index.es632.js +0 -7
- package/dist/client/index.es633.js +0 -104
- package/dist/client/index.es634.js +0 -9
- package/dist/client/index.es635.js +0 -36
- package/dist/client/index.es636.js +0 -116
- package/dist/client/index.es637.js +0 -7
- package/dist/client/index.es638.js +0 -6
- package/dist/client/index.es639.js +0 -8
- package/dist/client/index.es64.js +0 -10
- package/dist/client/index.es640.js +0 -8
- package/dist/client/index.es641.js +0 -10
- package/dist/client/index.es642.js +0 -8
- package/dist/client/index.es643.js +0 -10
- package/dist/client/index.es644.js +0 -12
- package/dist/client/index.es645.js +0 -8
- package/dist/client/index.es646.js +0 -12
- package/dist/client/index.es647.js +0 -12
- package/dist/client/index.es648.js +0 -12
- package/dist/client/index.es649.js +0 -10
- package/dist/client/index.es65.js +0 -8
- package/dist/client/index.es650.js +0 -8
- package/dist/client/index.es651.js +0 -6
- package/dist/client/index.es652.js +0 -6
- package/dist/client/index.es653.js +0 -6
- package/dist/client/index.es654.js +0 -8
- package/dist/client/index.es655.js +0 -84
- package/dist/client/index.es656.js +0 -27
- package/dist/client/index.es658.js +0 -13
- package/dist/client/index.es659.js +0 -103
- package/dist/client/index.es660.js +0 -12
- package/dist/client/index.es661.js +0 -29
- package/dist/client/index.es662.js +0 -16
- package/dist/client/index.es663.js +0 -35
- package/dist/client/index.es664.js +0 -24
- package/dist/client/index.es665.js +0 -24
- package/dist/client/index.es666.js +0 -62
- package/dist/client/index.es667.js +0 -16
- package/dist/client/index.es668.js +0 -76
- package/dist/client/index.es669.js +0 -115
- package/dist/client/index.es67.js +0 -120
- package/dist/client/index.es671.js +0 -120
- package/dist/client/index.es672.js +0 -10
- package/dist/client/index.es673.js +0 -6
- package/dist/client/index.es674.js +0 -10
- package/dist/client/index.es675.js +0 -47
- package/dist/client/index.es676.js +0 -7
- package/dist/client/index.es677.js +0 -6
- package/dist/client/index.es678.js +0 -4
- package/dist/client/index.es679.js +0 -42
- package/dist/client/index.es68.js +0 -94
- package/dist/client/index.es680.js +0 -5
- package/dist/client/index.es681.js +0 -29
- package/dist/client/index.es682.js +0 -36
- package/dist/client/index.es683.js +0 -69
- package/dist/client/index.es684.js +0 -7
- package/dist/client/index.es685.js +0 -193
- package/dist/client/index.es686.js +0 -9
- package/dist/client/index.es687.js +0 -9
- package/dist/client/index.es688.js +0 -9
- package/dist/client/index.es689.js +0 -10
- package/dist/client/index.es69.js +0 -117
- package/dist/client/index.es690.js +0 -77
- package/dist/client/index.es691.js +0 -10
- package/dist/client/index.es692.js +0 -75
- package/dist/client/index.es693.js +0 -22
- package/dist/client/index.es694.js +0 -61
- package/dist/client/index.es695.js +0 -67
- package/dist/client/index.es696.js +0 -7
- package/dist/client/index.es697.js +0 -7
- package/dist/client/index.es698.js +0 -5
- package/dist/client/index.es699.js +0 -74
- package/dist/client/index.es7.js +0 -57
- package/dist/client/index.es70.js +0 -545
- package/dist/client/index.es700.js +0 -6
- package/dist/client/index.es701.js +0 -6
- package/dist/client/index.es702.js +0 -9
- package/dist/client/index.es703.js +0 -8
- package/dist/client/index.es704.js +0 -9
- package/dist/client/index.es706.js +0 -12
- package/dist/client/index.es707.js +0 -9
- package/dist/client/index.es708.js +0 -6
- package/dist/client/index.es709.js +0 -6
- package/dist/client/index.es71.js +0 -312
- package/dist/client/index.es710.js +0 -11
- package/dist/client/index.es711.js +0 -10
- package/dist/client/index.es712.js +0 -25
- package/dist/client/index.es713.js +0 -12
- package/dist/client/index.es714.js +0 -25
- package/dist/client/index.es715.js +0 -20
- package/dist/client/index.es716.js +0 -127
- package/dist/client/index.es717.js +0 -171
- package/dist/client/index.es718.js +0 -10
- package/dist/client/index.es719.js +0 -38
- package/dist/client/index.es72.js +0 -46
- package/dist/client/index.es720.js +0 -9
- package/dist/client/index.es721.js +0 -26
- package/dist/client/index.es722.js +0 -19
- package/dist/client/index.es724.js +0 -22
- package/dist/client/index.es725.js +0 -53
- package/dist/client/index.es726.js +0 -9
- package/dist/client/index.es727.js +0 -9
- package/dist/client/index.es728.js +0 -8
- package/dist/client/index.es729.js +0 -10
- package/dist/client/index.es73.js +0 -75
- package/dist/client/index.es730.js +0 -61
- package/dist/client/index.es731.js +0 -368
- package/dist/client/index.es732.js +0 -566
- package/dist/client/index.es733.js +0 -19
- package/dist/client/index.es734.js +0 -11
- package/dist/client/index.es735.js +0 -11
- package/dist/client/index.es736.js +0 -18
- package/dist/client/index.es737.js +0 -21
- package/dist/client/index.es738.js +0 -6
- package/dist/client/index.es739.js +0 -97
- package/dist/client/index.es74.js +0 -47
- package/dist/client/index.es740.js +0 -7
- package/dist/client/index.es741.js +0 -6
- package/dist/client/index.es742.js +0 -13
- package/dist/client/index.es743.js +0 -8
- package/dist/client/index.es744.js +0 -529
- package/dist/client/index.es745.js +0 -19
- package/dist/client/index.es746.js +0 -18
- package/dist/client/index.es747.js +0 -406
- package/dist/client/index.es748.js +0 -302
- package/dist/client/index.es749.js +0 -26
- package/dist/client/index.es75.js +0 -182
- package/dist/client/index.es750.js +0 -18
- package/dist/client/index.es751.js +0 -29
- package/dist/client/index.es752.js +0 -217
- package/dist/client/index.es753.js +0 -56
- package/dist/client/index.es754.js +0 -10
- package/dist/client/index.es755.js +0 -95
- package/dist/client/index.es756.js +0 -47
- package/dist/client/index.es757.js +0 -7
- package/dist/client/index.es758.js +0 -16
- package/dist/client/index.es759.js +0 -11
- package/dist/client/index.es76.js +0 -62
- package/dist/client/index.es760.js +0 -65
- package/dist/client/index.es761.js +0 -9
- package/dist/client/index.es762.js +0 -267
- package/dist/client/index.es763.js +0 -121
- package/dist/client/index.es764.js +0 -20
- package/dist/client/index.es765.js +0 -14
- package/dist/client/index.es766.js +0 -38
- package/dist/client/index.es767.js +0 -21
- package/dist/client/index.es768.js +0 -19
- package/dist/client/index.es769.js +0 -14
- package/dist/client/index.es77.js +0 -216
- package/dist/client/index.es770.js +0 -7
- package/dist/client/index.es771.js +0 -6
- package/dist/client/index.es772.js +0 -22
- package/dist/client/index.es773.js +0 -33
- package/dist/client/index.es774.js +0 -36
- package/dist/client/index.es775.js +0 -28
- package/dist/client/index.es776.js +0 -6
- package/dist/client/index.es777.js +0 -8
- package/dist/client/index.es778.js +0 -12
- package/dist/client/index.es779.js +0 -20
- package/dist/client/index.es78.js +0 -170
- package/dist/client/index.es780.js +0 -11
- package/dist/client/index.es781.js +0 -87
- package/dist/client/index.es782.js +0 -40
- package/dist/client/index.es783.js +0 -36
- package/dist/client/index.es784.js +0 -193
- package/dist/client/index.es785.js +0 -192
- package/dist/client/index.es786.js +0 -67
- package/dist/client/index.es787.js +0 -145
- package/dist/client/index.es788.js +0 -45
- package/dist/client/index.es789.js +0 -400
- package/dist/client/index.es79.js +0 -17
- package/dist/client/index.es790.js +0 -36
- package/dist/client/index.es791.js +0 -26
- package/dist/client/index.es792.js +0 -4
- package/dist/client/index.es793.js +0 -62
- package/dist/client/index.es794.js +0 -106
- package/dist/client/index.es795.js +0 -17
- package/dist/client/index.es796.js +0 -10
- package/dist/client/index.es797.js +0 -10
- package/dist/client/index.es798.js +0 -7
- package/dist/client/index.es799.js +0 -7
- package/dist/client/index.es8.js +0 -377
- package/dist/client/index.es80.js +0 -65
- package/dist/client/index.es800.js +0 -91
- package/dist/client/index.es801.js +0 -23
- package/dist/client/index.es802.js +0 -581
- package/dist/client/index.es803.js +0 -10
- package/dist/client/index.es804.js +0 -7
- package/dist/client/index.es805.js +0 -7
- package/dist/client/index.es806.js +0 -9
- package/dist/client/index.es807.js +0 -25
- package/dist/client/index.es808.js +0 -60
- package/dist/client/index.es809.js +0 -112
- package/dist/client/index.es81.js +0 -8
- package/dist/client/index.es810.js +0 -7
- package/dist/client/index.es811.js +0 -41
- package/dist/client/index.es812.js +0 -7
- package/dist/client/index.es813.js +0 -130
- package/dist/client/index.es814.js +0 -95
- package/dist/client/index.es815.js +0 -50
- package/dist/client/index.es816.js +0 -135
- package/dist/client/index.es817.js +0 -58
- package/dist/client/index.es818.js +0 -16
- package/dist/client/index.es819.js +0 -2271
- package/dist/client/index.es82.js +0 -8
- package/dist/client/index.es820.js +0 -250
- package/dist/client/index.es821.js +0 -2
- package/dist/client/index.es822.js +0 -7
- package/dist/client/index.es823.js +0 -210
- package/dist/client/index.es824.js +0 -14
- package/dist/client/index.es825.js +0 -1940
- package/dist/client/index.es826.js +0 -11
- package/dist/client/index.es827.js +0 -145
- package/dist/client/index.es828.js +0 -118
- package/dist/client/index.es829.js +0 -6
- package/dist/client/index.es83.js +0 -8
- package/dist/client/index.es830.js +0 -84
- package/dist/client/index.es831.js +0 -8
- package/dist/client/index.es832.js +0 -53
- package/dist/client/index.es833.js +0 -7
- package/dist/client/index.es834.js +0 -6
- package/dist/client/index.es835.js +0 -6
- package/dist/client/index.es836.js +0 -193
- package/dist/client/index.es837.js +0 -13
- package/dist/client/index.es838.js +0 -83
- package/dist/client/index.es839.js +0 -9
- package/dist/client/index.es84.js +0 -109
- package/dist/client/index.es840.js +0 -41
- package/dist/client/index.es841.js +0 -40
- package/dist/client/index.es842.js +0 -19
- package/dist/client/index.es843.js +0 -20
- package/dist/client/index.es844.js +0 -28
- package/dist/client/index.es845.js +0 -19
- package/dist/client/index.es846.js +0 -58
- package/dist/client/index.es847.js +0 -12
- package/dist/client/index.es848.js +0 -8
- package/dist/client/index.es849.js +0 -15
- package/dist/client/index.es85.js +0 -88
- package/dist/client/index.es850.js +0 -12
- package/dist/client/index.es851.js +0 -12
- package/dist/client/index.es852.js +0 -28
- package/dist/client/index.es853.js +0 -12
- package/dist/client/index.es854.js +0 -9
- package/dist/client/index.es855.js +0 -14
- package/dist/client/index.es856.js +0 -10
- package/dist/client/index.es857.js +0 -14
- package/dist/client/index.es858.js +0 -19
- package/dist/client/index.es859.js +0 -15
- package/dist/client/index.es86.js +0 -141
- package/dist/client/index.es860.js +0 -42
- package/dist/client/index.es861.js +0 -21
- package/dist/client/index.es862.js +0 -12
- package/dist/client/index.es863.js +0 -7
- package/dist/client/index.es864.js +0 -12
- package/dist/client/index.es865.js +0 -32
- package/dist/client/index.es866.js +0 -21
- package/dist/client/index.es867.js +0 -13
- package/dist/client/index.es868.js +0 -8
- package/dist/client/index.es869.js +0 -12
- package/dist/client/index.es87.js +0 -8
- package/dist/client/index.es870.js +0 -90
- package/dist/client/index.es871.js +0 -104
- package/dist/client/index.es872.js +0 -23
- package/dist/client/index.es873.js +0 -43
- package/dist/client/index.es874.js +0 -39
- package/dist/client/index.es875.js +0 -15
- package/dist/client/index.es876.js +0 -6
- package/dist/client/index.es877.js +0 -18
- package/dist/client/index.es878.js +0 -10
- package/dist/client/index.es879.js +0 -12
- package/dist/client/index.es88.js +0 -8
- package/dist/client/index.es880.js +0 -71
- package/dist/client/index.es881.js +0 -23
- package/dist/client/index.es882.js +0 -31
- package/dist/client/index.es883.js +0 -44
- package/dist/client/index.es884.js +0 -385
- package/dist/client/index.es885.js +0 -39
- package/dist/client/index.es886.js +0 -62
- package/dist/client/index.es887.js +0 -10
- package/dist/client/index.es888.js +0 -8
- package/dist/client/index.es89.js +0 -8
- package/dist/client/index.es890.js +0 -93
- package/dist/client/index.es892.js +0 -4
- package/dist/client/index.es893.js +0 -8
- package/dist/client/index.es894.js +0 -8
- package/dist/client/index.es895.js +0 -19
- package/dist/client/index.es896.js +0 -15
- package/dist/client/index.es897.js +0 -16
- package/dist/client/index.es898.js +0 -18
- package/dist/client/index.es899.js +0 -14
- package/dist/client/index.es9.js +0 -75
- package/dist/client/index.es90.js +0 -31
- package/dist/client/index.es900.js +0 -9
- package/dist/client/index.es901.js +0 -32
- package/dist/client/index.es902.js +0 -39
- package/dist/client/index.es903.js +0 -29
- package/dist/client/index.es904.js +0 -13
- package/dist/client/index.es905.js +0 -28
- package/dist/client/index.es906.js +0 -70
- package/dist/client/index.es907.js +0 -75
- package/dist/client/index.es908.js +0 -44
- package/dist/client/index.es909.js +0 -8
- package/dist/client/index.es91.js +0 -8
- package/dist/client/index.es910.js +0 -42
- package/dist/client/index.es911.js +0 -12
- package/dist/client/index.es912.js +0 -33
- package/dist/client/index.es913.js +0 -240
- package/dist/client/index.es914.js +0 -84
- package/dist/client/index.es915.js +0 -162
- package/dist/client/index.es916.js +0 -98
- package/dist/client/index.es917.js +0 -73
- package/dist/client/index.es918.js +0 -88
- package/dist/client/index.es919.js +0 -245
- package/dist/client/index.es92.js +0 -5
- package/dist/client/index.es920.js +0 -7
- package/dist/client/index.es921.js +0 -28
- package/dist/client/index.es922.js +0 -17
- package/dist/client/index.es923.js +0 -9
- package/dist/client/index.es924.js +0 -111
- package/dist/client/index.es925.js +0 -257
- package/dist/client/index.es926.js +0 -13
- package/dist/client/index.es927.js +0 -83
- package/dist/client/index.es928.js +0 -43
- package/dist/client/index.es929.js +0 -42
- package/dist/client/index.es93.js +0 -8
- package/dist/client/index.es930.js +0 -17
- package/dist/client/index.es931.js +0 -30
- package/dist/client/index.es932.js +0 -94
- package/dist/client/index.es933.js +0 -43
- package/dist/client/index.es934.js +0 -45
- package/dist/client/index.es935.js +0 -50
- package/dist/client/index.es936.js +0 -55
- package/dist/client/index.es937.js +0 -80
- package/dist/client/index.es938.js +0 -31
- package/dist/client/index.es939.js +0 -28
- package/dist/client/index.es94.js +0 -10
- package/dist/client/index.es940.js +0 -26
- package/dist/client/index.es941.js +0 -12
- package/dist/client/index.es942.js +0 -17
- package/dist/client/index.es943.js +0 -46
- package/dist/client/index.es944.js +0 -144
- package/dist/client/index.es945.js +0 -68
- package/dist/client/index.es946.js +0 -102
- package/dist/client/index.es947.js +0 -152
- package/dist/client/index.es948.js +0 -22
- package/dist/client/index.es949.js +0 -19
- package/dist/client/index.es95.js +0 -8
- package/dist/client/index.es950.js +0 -14
- package/dist/client/index.es951.js +0 -90
- package/dist/client/index.es952.js +0 -25
- package/dist/client/index.es953.js +0 -57
- package/dist/client/index.es954.js +0 -11
- package/dist/client/index.es955.js +0 -19
- package/dist/client/index.es956.js +0 -11
- package/dist/client/index.es957.js +0 -11
- package/dist/client/index.es958.js +0 -61
- package/dist/client/index.es959.js +0 -368
- package/dist/client/index.es96.js +0 -8
- package/dist/client/index.es960.js +0 -566
- package/dist/client/index.es961.js +0 -38
- package/dist/client/index.es962.js +0 -7
- package/dist/client/index.es963.js +0 -37
- package/dist/client/index.es964.js +0 -126
- package/dist/client/index.es965.js +0 -33
- package/dist/client/index.es966.js +0 -95
- package/dist/client/index.es967.js +0 -85
- package/dist/client/index.es968.js +0 -223
- package/dist/client/index.es969.js +0 -8
- package/dist/client/index.es97.js +0 -237
- package/dist/client/index.es970.js +0 -15
- package/dist/client/index.es971.js +0 -13
- package/dist/client/index.es972.js +0 -44
- package/dist/client/index.es973.js +0 -34
- package/dist/client/index.es974.js +0 -33
- package/dist/client/index.es975.js +0 -34
- package/dist/client/index.es976.js +0 -10
- package/dist/client/index.es977.js +0 -33
- package/dist/client/index.es978.js +0 -27
- package/dist/client/index.es979.js +0 -22
- package/dist/client/index.es98.js +0 -27
- package/dist/client/index.es980.js +0 -50
- package/dist/client/index.es981.js +0 -27
- package/dist/client/index.es982.js +0 -35
- package/dist/client/index.es983.js +0 -22
- package/dist/client/index.es984.js +0 -7
- package/dist/client/index.es985.js +0 -9
- package/dist/client/index.es986.js +0 -33
- package/dist/client/index.es987.js +0 -6
- package/dist/client/index.es988.js +0 -9
- package/dist/client/index.es989.js +0 -175
- package/dist/client/index.es99.js +0 -163
- package/dist/client/index.es990.js +0 -112
- package/dist/client/index.es991.js +0 -44
- package/dist/client/index.es992.js +0 -17
- package/dist/client/index.es993.js +0 -22
- package/dist/client/index.es994.js +0 -7
- package/dist/client/index.es995.js +0 -14
- package/dist/client/index.es996.js +0 -6
- package/dist/client/index.es997.js +0 -6
- package/dist/client/index.es998.js +0 -27
- package/dist/client/index.es999.js +0 -23
- /package/dist/{client/index.es723.js → _virtual/_commonjsHelpers.es.js} +0 -0
- /package/dist/{client/index.es188.js → _virtual/index.es.js} +0 -0
- /package/dist/{client/index.es598.js → _virtual/index.es4.js} +0 -0
- /package/dist/{client/index.es705.js → _virtual/index.es7.js} +0 -0
- /package/dist/{client/index.es889.js → _virtual/react-is.production.es.js} +0 -0
- /package/dist/{client/index.es891.js → _virtual/utilities.es.js} +0 -0
- /package/dist/client/{index.es31.js → base.es.js} +0 -0
- /package/dist/client/{index.es29.js → configuration.es.js} +0 -0
- /package/dist/{client/index.es32.js → components/ApiErrorDisplay.es.js} +0 -0
- /package/dist/{client/index.es133.js → components/Connections/common.es.js} +0 -0
- /package/dist/{client/index.es19.js → components/Loading.es.js} +0 -0
- /package/dist/{client/index.es23.js → components/RenderedResult/RenderedResult.es.js} +0 -0
- /package/dist/{client/index.es11.js → components/Workbook/BrowserWorkbookStorage.es.js} +0 -0
- /package/dist/{client/index.es12.js → components/Workbook/WorkbookManager.es.js} +0 -0
- /package/dist/{client/index.es20.js → components/click_helper.es.js} +0 -0
- /package/dist/{client/index.es34.js → components/styles.es.js} +0 -0
- /package/dist/{client/index.es25.js → utils/formatting.es.js} +0 -0
- /package/dist/{client/index.es66.js → utils/parsing.es.js} +0 -0
|
@@ -1,2168 +0,0 @@
|
|
|
1
|
-
import u from "axios";
|
|
2
|
-
import { assertParamExists as h, DUMMY_BASE_URL as m, setSearchParams as P, serializeDataIfNeeded as A, toPathString as V, createRequestFunction as O } from "./index.es30.js";
|
|
3
|
-
import { operationServerMap as g, BaseAPI as j, BASE_PATH as b } from "./index.es31.js";
|
|
4
|
-
const J = {
|
|
5
|
-
Postgres: "postgres",
|
|
6
|
-
Bigquery: "bigquery",
|
|
7
|
-
Snowflake: "snowflake",
|
|
8
|
-
Trino: "trino",
|
|
9
|
-
Mysql: "mysql"
|
|
10
|
-
}, K = {
|
|
11
|
-
Ok: "ok",
|
|
12
|
-
Failed: "failed"
|
|
13
|
-
}, X = {
|
|
14
|
-
Embedded: "embedded",
|
|
15
|
-
Materialized: "materialized"
|
|
16
|
-
}, Z = {
|
|
17
|
-
Markdown: "markdown",
|
|
18
|
-
Code: "code"
|
|
19
|
-
}, F = function(c) {
|
|
20
|
-
return {
|
|
21
|
-
/**
|
|
22
|
-
* Retrieves detailed information about a specific database connection within a project. This includes connection configuration, credentials (if accessible), and metadata. Useful for inspecting connection settings and troubleshooting connectivity issues.
|
|
23
|
-
* @summary Get connection details
|
|
24
|
-
* @param {string} projectName Name of the project
|
|
25
|
-
* @param {string} connectionName Name of the connection
|
|
26
|
-
* @param {*} [options] Override http request option.
|
|
27
|
-
* @throws {RequiredError}
|
|
28
|
-
*/
|
|
29
|
-
getConnection: async (o, a, r = {}) => {
|
|
30
|
-
h("getConnection", "projectName", o), h("getConnection", "connectionName", a);
|
|
31
|
-
const e = "/projects/{projectName}/connections/{connectionName}".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))), t = new URL(e, m);
|
|
32
|
-
let s;
|
|
33
|
-
c && (s = c.baseOptions);
|
|
34
|
-
const n = { method: "GET", ...s, ...r }, l = {};
|
|
35
|
-
P(t, {});
|
|
36
|
-
let p = s && s.headers ? s.headers : {};
|
|
37
|
-
return n.headers = { ...l, ...p, ...r.headers }, {
|
|
38
|
-
url: V(t),
|
|
39
|
-
options: n
|
|
40
|
-
};
|
|
41
|
-
},
|
|
42
|
-
/**
|
|
43
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Executes a SQL statement against the specified database connection and returns the results. The query results include data, metadata, and execution information.
|
|
44
|
-
* @summary Execute SQL query (deprecated)
|
|
45
|
-
* @param {string} projectName Name of the project
|
|
46
|
-
* @param {string} connectionName Name of the connection
|
|
47
|
-
* @param {string} [sqlStatement] SQL statement
|
|
48
|
-
* @param {string} [_options] Options
|
|
49
|
-
* @param {*} [options] Override http request option.
|
|
50
|
-
* @deprecated
|
|
51
|
-
* @throws {RequiredError}
|
|
52
|
-
*/
|
|
53
|
-
getQuerydata: async (o, a, r, e, t = {}) => {
|
|
54
|
-
h("getQuerydata", "projectName", o), h("getQuerydata", "connectionName", a);
|
|
55
|
-
const s = "/projects/{projectName}/connections/{connectionName}/queryData".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))), n = new URL(s, m);
|
|
56
|
-
let l;
|
|
57
|
-
c && (l = c.baseOptions);
|
|
58
|
-
const i = { method: "GET", ...l, ...t }, p = {}, d = {};
|
|
59
|
-
r !== void 0 && (d.sqlStatement = r), e !== void 0 && (d.options = e), P(n, d);
|
|
60
|
-
let y = l && l.headers ? l.headers : {};
|
|
61
|
-
return i.headers = { ...p, ...y, ...t.headers }, {
|
|
62
|
-
url: V(n),
|
|
63
|
-
options: i
|
|
64
|
-
};
|
|
65
|
-
},
|
|
66
|
-
/**
|
|
67
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Creates a Malloy source from a SQL statement using the specified connection. The SQL statement is executed to generate a source definition that can be used in Malloy models.
|
|
68
|
-
* @summary Get SQL source (deprecated)
|
|
69
|
-
* @param {string} projectName Name of the project
|
|
70
|
-
* @param {string} connectionName Name of the connection
|
|
71
|
-
* @param {string} [sqlStatement] SQL statement
|
|
72
|
-
* @param {*} [options] Override http request option.
|
|
73
|
-
* @deprecated
|
|
74
|
-
* @throws {RequiredError}
|
|
75
|
-
*/
|
|
76
|
-
getSqlsource: async (o, a, r, e = {}) => {
|
|
77
|
-
h("getSqlsource", "projectName", o), h("getSqlsource", "connectionName", a);
|
|
78
|
-
const t = "/projects/{projectName}/connections/{connectionName}/sqlSource".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))), s = new URL(t, m);
|
|
79
|
-
let n;
|
|
80
|
-
c && (n = c.baseOptions);
|
|
81
|
-
const l = { method: "GET", ...n, ...e }, i = {}, p = {};
|
|
82
|
-
r !== void 0 && (p.sqlStatement = r), P(s, p);
|
|
83
|
-
let d = n && n.headers ? n.headers : {};
|
|
84
|
-
return l.headers = { ...i, ...d, ...e.headers }, {
|
|
85
|
-
url: V(s),
|
|
86
|
-
options: l
|
|
87
|
-
};
|
|
88
|
-
},
|
|
89
|
-
/**
|
|
90
|
-
* Retrieves information about a specific table or view from the database connection. This includes table schema, column definitions, and metadata. The table can be specified by either tableKey or tablePath parameters, depending on the database type.
|
|
91
|
-
* @summary Get table source information
|
|
92
|
-
* @param {string} projectName Name of the project
|
|
93
|
-
* @param {string} connectionName Name of the connection
|
|
94
|
-
* @param {string} [tableKey] Table key
|
|
95
|
-
* @param {string} [tablePath] Table path
|
|
96
|
-
* @param {*} [options] Override http request option.
|
|
97
|
-
* @throws {RequiredError}
|
|
98
|
-
*/
|
|
99
|
-
getTablesource: async (o, a, r, e, t = {}) => {
|
|
100
|
-
h("getTablesource", "projectName", o), h("getTablesource", "connectionName", a);
|
|
101
|
-
const s = "/projects/{projectName}/connections/{connectionName}/tableSource".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))), n = new URL(s, m);
|
|
102
|
-
let l;
|
|
103
|
-
c && (l = c.baseOptions);
|
|
104
|
-
const i = { method: "GET", ...l, ...t }, p = {}, d = {};
|
|
105
|
-
r !== void 0 && (d.tableKey = r), e !== void 0 && (d.tablePath = e), P(n, d);
|
|
106
|
-
let y = l && l.headers ? l.headers : {};
|
|
107
|
-
return i.headers = { ...p, ...y, ...t.headers }, {
|
|
108
|
-
url: V(n),
|
|
109
|
-
options: i
|
|
110
|
-
};
|
|
111
|
-
},
|
|
112
|
-
/**
|
|
113
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Creates a temporary table from a SQL statement using the specified connection. Temporary tables are useful for storing intermediate results during complex queries.
|
|
114
|
-
* @summary Create temporary table (deprecated)
|
|
115
|
-
* @param {string} projectName Name of the project
|
|
116
|
-
* @param {string} connectionName Name of the connection
|
|
117
|
-
* @param {string} [sqlStatement] SQL statement
|
|
118
|
-
* @param {*} [options] Override http request option.
|
|
119
|
-
* @deprecated
|
|
120
|
-
* @throws {RequiredError}
|
|
121
|
-
*/
|
|
122
|
-
getTemporarytable: async (o, a, r, e = {}) => {
|
|
123
|
-
h("getTemporarytable", "projectName", o), h("getTemporarytable", "connectionName", a);
|
|
124
|
-
const t = "/projects/{projectName}/connections/{connectionName}/temporaryTable".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))), s = new URL(t, m);
|
|
125
|
-
let n;
|
|
126
|
-
c && (n = c.baseOptions);
|
|
127
|
-
const l = { method: "GET", ...n, ...e }, i = {}, p = {};
|
|
128
|
-
r !== void 0 && (p.sqlStatement = r), P(s, p);
|
|
129
|
-
let d = n && n.headers ? n.headers : {};
|
|
130
|
-
return l.headers = { ...i, ...d, ...e.headers }, {
|
|
131
|
-
url: V(s),
|
|
132
|
-
options: l
|
|
133
|
-
};
|
|
134
|
-
},
|
|
135
|
-
/**
|
|
136
|
-
* Retrieves a list of all database connections configured for the specified project. Each connection includes its configuration, type, and status information. This endpoint is useful for discovering available data sources within a project.
|
|
137
|
-
* @summary List project database connections
|
|
138
|
-
* @param {string} projectName Name of the project
|
|
139
|
-
* @param {*} [options] Override http request option.
|
|
140
|
-
* @throws {RequiredError}
|
|
141
|
-
*/
|
|
142
|
-
listConnections: async (o, a = {}) => {
|
|
143
|
-
h("listConnections", "projectName", o);
|
|
144
|
-
const r = "/projects/{projectName}/connections".replace("{projectName}", encodeURIComponent(String(o))), e = new URL(r, m);
|
|
145
|
-
let t;
|
|
146
|
-
c && (t = c.baseOptions);
|
|
147
|
-
const s = { method: "GET", ...t, ...a }, n = {};
|
|
148
|
-
P(e, {});
|
|
149
|
-
let i = t && t.headers ? t.headers : {};
|
|
150
|
-
return s.headers = { ...n, ...i, ...a.headers }, {
|
|
151
|
-
url: V(e),
|
|
152
|
-
options: s
|
|
153
|
-
};
|
|
154
|
-
},
|
|
155
|
-
/**
|
|
156
|
-
* Retrieves a list of all schemas (databases) available in the specified connection. Each schema includes metadata such as name, description, and whether it\'s the default schema. This endpoint is useful for exploring the database structure and discovering available data sources.
|
|
157
|
-
* @summary List database schemas
|
|
158
|
-
* @param {string} projectName Name of the project
|
|
159
|
-
* @param {string} connectionName Name of the connection
|
|
160
|
-
* @param {*} [options] Override http request option.
|
|
161
|
-
* @throws {RequiredError}
|
|
162
|
-
*/
|
|
163
|
-
listSchemas: async (o, a, r = {}) => {
|
|
164
|
-
h("listSchemas", "projectName", o), h("listSchemas", "connectionName", a);
|
|
165
|
-
const e = "/projects/{projectName}/connections/{connectionName}/schemas".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))), t = new URL(e, m);
|
|
166
|
-
let s;
|
|
167
|
-
c && (s = c.baseOptions);
|
|
168
|
-
const n = { method: "GET", ...s, ...r }, l = {};
|
|
169
|
-
P(t, {});
|
|
170
|
-
let p = s && s.headers ? s.headers : {};
|
|
171
|
-
return n.headers = { ...l, ...p, ...r.headers }, {
|
|
172
|
-
url: V(t),
|
|
173
|
-
options: n
|
|
174
|
-
};
|
|
175
|
-
},
|
|
176
|
-
/**
|
|
177
|
-
* Retrieves a list of all tables and views available in the specified database schema. This endpoint is useful for discovering available data sources and exploring the database structure. The schema must exist in the connection for this operation to succeed.
|
|
178
|
-
* @summary List tables in database schema
|
|
179
|
-
* @param {string} projectName Name of the project
|
|
180
|
-
* @param {string} connectionName Name of the connection
|
|
181
|
-
* @param {string} schemaName Name of the schema
|
|
182
|
-
* @param {*} [options] Override http request option.
|
|
183
|
-
* @throws {RequiredError}
|
|
184
|
-
*/
|
|
185
|
-
listTables: async (o, a, r, e = {}) => {
|
|
186
|
-
h("listTables", "projectName", o), h("listTables", "connectionName", a), h("listTables", "schemaName", r);
|
|
187
|
-
const t = "/projects/{projectName}/connections/{connectionName}/schemas/{schemaName}/tables".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))).replace("{schemaName}", encodeURIComponent(String(r))), s = new URL(t, m);
|
|
188
|
-
let n;
|
|
189
|
-
c && (n = c.baseOptions);
|
|
190
|
-
const l = { method: "GET", ...n, ...e }, i = {};
|
|
191
|
-
P(s, {});
|
|
192
|
-
let d = n && n.headers ? n.headers : {};
|
|
193
|
-
return l.headers = { ...i, ...d, ...e.headers }, {
|
|
194
|
-
url: V(s),
|
|
195
|
-
options: l
|
|
196
|
-
};
|
|
197
|
-
},
|
|
198
|
-
/**
|
|
199
|
-
* Executes a SQL statement against the specified database connection and returns the results. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements. The results include data, metadata, and execution information.
|
|
200
|
-
* @summary Execute SQL query
|
|
201
|
-
* @param {string} projectName Name of the project
|
|
202
|
-
* @param {string} connectionName Name of the connection
|
|
203
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to execute
|
|
204
|
-
* @param {string} [_options] Options
|
|
205
|
-
* @param {*} [options] Override http request option.
|
|
206
|
-
* @throws {RequiredError}
|
|
207
|
-
*/
|
|
208
|
-
postQuerydata: async (o, a, r, e, t = {}) => {
|
|
209
|
-
h("postQuerydata", "projectName", o), h("postQuerydata", "connectionName", a), h("postQuerydata", "postSqlsourceRequest", r);
|
|
210
|
-
const s = "/projects/{projectName}/connections/{connectionName}/queryData".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))), n = new URL(s, m);
|
|
211
|
-
let l;
|
|
212
|
-
c && (l = c.baseOptions);
|
|
213
|
-
const i = { method: "POST", ...l, ...t }, p = {}, d = {};
|
|
214
|
-
e !== void 0 && (d.options = e), p["Content-Type"] = "application/json", P(n, d);
|
|
215
|
-
let y = l && l.headers ? l.headers : {};
|
|
216
|
-
return i.headers = { ...p, ...y, ...t.headers }, i.data = A(r, i, c), {
|
|
217
|
-
url: V(n),
|
|
218
|
-
options: i
|
|
219
|
-
};
|
|
220
|
-
},
|
|
221
|
-
/**
|
|
222
|
-
* Creates a Malloy source from a SQL statement using the specified database connection. The SQL statement is executed to generate a source definition that can be used in Malloy models. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements.
|
|
223
|
-
* @summary Create SQL source from statement
|
|
224
|
-
* @param {string} projectName Name of the project
|
|
225
|
-
* @param {string} connectionName Name of the connection
|
|
226
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to fetch the SQL source
|
|
227
|
-
* @param {*} [options] Override http request option.
|
|
228
|
-
* @throws {RequiredError}
|
|
229
|
-
*/
|
|
230
|
-
postSqlsource: async (o, a, r, e = {}) => {
|
|
231
|
-
h("postSqlsource", "projectName", o), h("postSqlsource", "connectionName", a), h("postSqlsource", "postSqlsourceRequest", r);
|
|
232
|
-
const t = "/projects/{projectName}/connections/{connectionName}/sqlSource".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))), s = new URL(t, m);
|
|
233
|
-
let n;
|
|
234
|
-
c && (n = c.baseOptions);
|
|
235
|
-
const l = { method: "POST", ...n, ...e }, i = {}, p = {};
|
|
236
|
-
i["Content-Type"] = "application/json", P(s, p);
|
|
237
|
-
let d = n && n.headers ? n.headers : {};
|
|
238
|
-
return l.headers = { ...i, ...d, ...e.headers }, l.data = A(r, l, c), {
|
|
239
|
-
url: V(s),
|
|
240
|
-
options: l
|
|
241
|
-
};
|
|
242
|
-
},
|
|
243
|
-
/**
|
|
244
|
-
* Creates a temporary table from a SQL statement using the specified database connection. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements. Temporary tables are useful for storing intermediate results during complex queries and data processing workflows.
|
|
245
|
-
* @summary Create temporary table
|
|
246
|
-
* @param {string} projectName Name of the project
|
|
247
|
-
* @param {string} connectionName Name of the connection
|
|
248
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to create the temporary table
|
|
249
|
-
* @param {*} [options] Override http request option.
|
|
250
|
-
* @throws {RequiredError}
|
|
251
|
-
*/
|
|
252
|
-
postTemporarytable: async (o, a, r, e = {}) => {
|
|
253
|
-
h("postTemporarytable", "projectName", o), h("postTemporarytable", "connectionName", a), h("postTemporarytable", "postSqlsourceRequest", r);
|
|
254
|
-
const t = "/projects/{projectName}/connections/{connectionName}/temporaryTable".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))), s = new URL(t, m);
|
|
255
|
-
let n;
|
|
256
|
-
c && (n = c.baseOptions);
|
|
257
|
-
const l = { method: "POST", ...n, ...e }, i = {}, p = {};
|
|
258
|
-
i["Content-Type"] = "application/json", P(s, p);
|
|
259
|
-
let d = n && n.headers ? n.headers : {};
|
|
260
|
-
return l.headers = { ...i, ...d, ...e.headers }, l.data = A(r, l, c), {
|
|
261
|
-
url: V(s),
|
|
262
|
-
options: l
|
|
263
|
-
};
|
|
264
|
-
},
|
|
265
|
-
/**
|
|
266
|
-
* Tests the connectivity and configuration of an existing database connection within a project. This endpoint validates that the connection can be established, credentials are valid, and the database is accessible. Useful for monitoring connection health and troubleshooting.
|
|
267
|
-
* @summary Test existing project connection
|
|
268
|
-
* @param {string} projectName Name of the project
|
|
269
|
-
* @param {string} connectionName Name of the connection
|
|
270
|
-
* @param {*} [options] Override http request option.
|
|
271
|
-
* @throws {RequiredError}
|
|
272
|
-
*/
|
|
273
|
-
testConnection: async (o, a, r = {}) => {
|
|
274
|
-
h("testConnection", "projectName", o), h("testConnection", "connectionName", a);
|
|
275
|
-
const e = "/projects/{projectName}/connections/{connectionName}/test".replace("{projectName}", encodeURIComponent(String(o))).replace("{connectionName}", encodeURIComponent(String(a))), t = new URL(e, m);
|
|
276
|
-
let s;
|
|
277
|
-
c && (s = c.baseOptions);
|
|
278
|
-
const n = { method: "GET", ...s, ...r }, l = {};
|
|
279
|
-
P(t, {});
|
|
280
|
-
let p = s && s.headers ? s.headers : {};
|
|
281
|
-
return n.headers = { ...l, ...p, ...r.headers }, {
|
|
282
|
-
url: V(t),
|
|
283
|
-
options: n
|
|
284
|
-
};
|
|
285
|
-
},
|
|
286
|
-
/**
|
|
287
|
-
* Validates a database connection configuration without adding it to any project. This endpoint allows you to test connection parameters, credentials, and network connectivity before committing the connection to a project. Useful for troubleshooting connection issues and validating configurations during setup.
|
|
288
|
-
* @summary Test database connection configuration
|
|
289
|
-
* @param {Connection} connection
|
|
290
|
-
* @param {*} [options] Override http request option.
|
|
291
|
-
* @throws {RequiredError}
|
|
292
|
-
*/
|
|
293
|
-
testConnectionConfiguration: async (o, a = {}) => {
|
|
294
|
-
h("testConnectionConfiguration", "connection", o);
|
|
295
|
-
const r = "/connections/test", e = new URL(r, m);
|
|
296
|
-
let t;
|
|
297
|
-
c && (t = c.baseOptions);
|
|
298
|
-
const s = { method: "POST", ...t, ...a }, n = {}, l = {};
|
|
299
|
-
n["Content-Type"] = "application/json", P(e, l);
|
|
300
|
-
let i = t && t.headers ? t.headers : {};
|
|
301
|
-
return s.headers = { ...n, ...i, ...a.headers }, s.data = A(o, s, c), {
|
|
302
|
-
url: V(e),
|
|
303
|
-
options: s
|
|
304
|
-
};
|
|
305
|
-
}
|
|
306
|
-
};
|
|
307
|
-
}, S = function(c) {
|
|
308
|
-
const o = F(c);
|
|
309
|
-
return {
|
|
310
|
-
/**
|
|
311
|
-
* Retrieves detailed information about a specific database connection within a project. This includes connection configuration, credentials (if accessible), and metadata. Useful for inspecting connection settings and troubleshooting connectivity issues.
|
|
312
|
-
* @summary Get connection details
|
|
313
|
-
* @param {string} projectName Name of the project
|
|
314
|
-
* @param {string} connectionName Name of the connection
|
|
315
|
-
* @param {*} [options] Override http request option.
|
|
316
|
-
* @throws {RequiredError}
|
|
317
|
-
*/
|
|
318
|
-
async getConnection(a, r, e) {
|
|
319
|
-
const t = await o.getConnection(a, r, e), s = c?.serverIndex ?? 0, n = g["ConnectionsApi.getConnection"]?.[s]?.url;
|
|
320
|
-
return (l, i) => O(t, u, b, c)(l, n || i);
|
|
321
|
-
},
|
|
322
|
-
/**
|
|
323
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Executes a SQL statement against the specified database connection and returns the results. The query results include data, metadata, and execution information.
|
|
324
|
-
* @summary Execute SQL query (deprecated)
|
|
325
|
-
* @param {string} projectName Name of the project
|
|
326
|
-
* @param {string} connectionName Name of the connection
|
|
327
|
-
* @param {string} [sqlStatement] SQL statement
|
|
328
|
-
* @param {string} [_options] Options
|
|
329
|
-
* @param {*} [options] Override http request option.
|
|
330
|
-
* @deprecated
|
|
331
|
-
* @throws {RequiredError}
|
|
332
|
-
*/
|
|
333
|
-
async getQuerydata(a, r, e, t, s) {
|
|
334
|
-
const n = await o.getQuerydata(a, r, e, t, s), l = c?.serverIndex ?? 0, i = g["ConnectionsApi.getQuerydata"]?.[l]?.url;
|
|
335
|
-
return (p, d) => O(n, u, b, c)(p, i || d);
|
|
336
|
-
},
|
|
337
|
-
/**
|
|
338
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Creates a Malloy source from a SQL statement using the specified connection. The SQL statement is executed to generate a source definition that can be used in Malloy models.
|
|
339
|
-
* @summary Get SQL source (deprecated)
|
|
340
|
-
* @param {string} projectName Name of the project
|
|
341
|
-
* @param {string} connectionName Name of the connection
|
|
342
|
-
* @param {string} [sqlStatement] SQL statement
|
|
343
|
-
* @param {*} [options] Override http request option.
|
|
344
|
-
* @deprecated
|
|
345
|
-
* @throws {RequiredError}
|
|
346
|
-
*/
|
|
347
|
-
async getSqlsource(a, r, e, t) {
|
|
348
|
-
const s = await o.getSqlsource(a, r, e, t), n = c?.serverIndex ?? 0, l = g["ConnectionsApi.getSqlsource"]?.[n]?.url;
|
|
349
|
-
return (i, p) => O(s, u, b, c)(i, l || p);
|
|
350
|
-
},
|
|
351
|
-
/**
|
|
352
|
-
* Retrieves information about a specific table or view from the database connection. This includes table schema, column definitions, and metadata. The table can be specified by either tableKey or tablePath parameters, depending on the database type.
|
|
353
|
-
* @summary Get table source information
|
|
354
|
-
* @param {string} projectName Name of the project
|
|
355
|
-
* @param {string} connectionName Name of the connection
|
|
356
|
-
* @param {string} [tableKey] Table key
|
|
357
|
-
* @param {string} [tablePath] Table path
|
|
358
|
-
* @param {*} [options] Override http request option.
|
|
359
|
-
* @throws {RequiredError}
|
|
360
|
-
*/
|
|
361
|
-
async getTablesource(a, r, e, t, s) {
|
|
362
|
-
const n = await o.getTablesource(a, r, e, t, s), l = c?.serverIndex ?? 0, i = g["ConnectionsApi.getTablesource"]?.[l]?.url;
|
|
363
|
-
return (p, d) => O(n, u, b, c)(p, i || d);
|
|
364
|
-
},
|
|
365
|
-
/**
|
|
366
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Creates a temporary table from a SQL statement using the specified connection. Temporary tables are useful for storing intermediate results during complex queries.
|
|
367
|
-
* @summary Create temporary table (deprecated)
|
|
368
|
-
* @param {string} projectName Name of the project
|
|
369
|
-
* @param {string} connectionName Name of the connection
|
|
370
|
-
* @param {string} [sqlStatement] SQL statement
|
|
371
|
-
* @param {*} [options] Override http request option.
|
|
372
|
-
* @deprecated
|
|
373
|
-
* @throws {RequiredError}
|
|
374
|
-
*/
|
|
375
|
-
async getTemporarytable(a, r, e, t) {
|
|
376
|
-
const s = await o.getTemporarytable(a, r, e, t), n = c?.serverIndex ?? 0, l = g["ConnectionsApi.getTemporarytable"]?.[n]?.url;
|
|
377
|
-
return (i, p) => O(s, u, b, c)(i, l || p);
|
|
378
|
-
},
|
|
379
|
-
/**
|
|
380
|
-
* Retrieves a list of all database connections configured for the specified project. Each connection includes its configuration, type, and status information. This endpoint is useful for discovering available data sources within a project.
|
|
381
|
-
* @summary List project database connections
|
|
382
|
-
* @param {string} projectName Name of the project
|
|
383
|
-
* @param {*} [options] Override http request option.
|
|
384
|
-
* @throws {RequiredError}
|
|
385
|
-
*/
|
|
386
|
-
async listConnections(a, r) {
|
|
387
|
-
const e = await o.listConnections(a, r), t = c?.serverIndex ?? 0, s = g["ConnectionsApi.listConnections"]?.[t]?.url;
|
|
388
|
-
return (n, l) => O(e, u, b, c)(n, s || l);
|
|
389
|
-
},
|
|
390
|
-
/**
|
|
391
|
-
* Retrieves a list of all schemas (databases) available in the specified connection. Each schema includes metadata such as name, description, and whether it\'s the default schema. This endpoint is useful for exploring the database structure and discovering available data sources.
|
|
392
|
-
* @summary List database schemas
|
|
393
|
-
* @param {string} projectName Name of the project
|
|
394
|
-
* @param {string} connectionName Name of the connection
|
|
395
|
-
* @param {*} [options] Override http request option.
|
|
396
|
-
* @throws {RequiredError}
|
|
397
|
-
*/
|
|
398
|
-
async listSchemas(a, r, e) {
|
|
399
|
-
const t = await o.listSchemas(a, r, e), s = c?.serverIndex ?? 0, n = g["ConnectionsApi.listSchemas"]?.[s]?.url;
|
|
400
|
-
return (l, i) => O(t, u, b, c)(l, n || i);
|
|
401
|
-
},
|
|
402
|
-
/**
|
|
403
|
-
* Retrieves a list of all tables and views available in the specified database schema. This endpoint is useful for discovering available data sources and exploring the database structure. The schema must exist in the connection for this operation to succeed.
|
|
404
|
-
* @summary List tables in database schema
|
|
405
|
-
* @param {string} projectName Name of the project
|
|
406
|
-
* @param {string} connectionName Name of the connection
|
|
407
|
-
* @param {string} schemaName Name of the schema
|
|
408
|
-
* @param {*} [options] Override http request option.
|
|
409
|
-
* @throws {RequiredError}
|
|
410
|
-
*/
|
|
411
|
-
async listTables(a, r, e, t) {
|
|
412
|
-
const s = await o.listTables(a, r, e, t), n = c?.serverIndex ?? 0, l = g["ConnectionsApi.listTables"]?.[n]?.url;
|
|
413
|
-
return (i, p) => O(s, u, b, c)(i, l || p);
|
|
414
|
-
},
|
|
415
|
-
/**
|
|
416
|
-
* Executes a SQL statement against the specified database connection and returns the results. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements. The results include data, metadata, and execution information.
|
|
417
|
-
* @summary Execute SQL query
|
|
418
|
-
* @param {string} projectName Name of the project
|
|
419
|
-
* @param {string} connectionName Name of the connection
|
|
420
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to execute
|
|
421
|
-
* @param {string} [_options] Options
|
|
422
|
-
* @param {*} [options] Override http request option.
|
|
423
|
-
* @throws {RequiredError}
|
|
424
|
-
*/
|
|
425
|
-
async postQuerydata(a, r, e, t, s) {
|
|
426
|
-
const n = await o.postQuerydata(a, r, e, t, s), l = c?.serverIndex ?? 0, i = g["ConnectionsApi.postQuerydata"]?.[l]?.url;
|
|
427
|
-
return (p, d) => O(n, u, b, c)(p, i || d);
|
|
428
|
-
},
|
|
429
|
-
/**
|
|
430
|
-
* Creates a Malloy source from a SQL statement using the specified database connection. The SQL statement is executed to generate a source definition that can be used in Malloy models. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements.
|
|
431
|
-
* @summary Create SQL source from statement
|
|
432
|
-
* @param {string} projectName Name of the project
|
|
433
|
-
* @param {string} connectionName Name of the connection
|
|
434
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to fetch the SQL source
|
|
435
|
-
* @param {*} [options] Override http request option.
|
|
436
|
-
* @throws {RequiredError}
|
|
437
|
-
*/
|
|
438
|
-
async postSqlsource(a, r, e, t) {
|
|
439
|
-
const s = await o.postSqlsource(a, r, e, t), n = c?.serverIndex ?? 0, l = g["ConnectionsApi.postSqlsource"]?.[n]?.url;
|
|
440
|
-
return (i, p) => O(s, u, b, c)(i, l || p);
|
|
441
|
-
},
|
|
442
|
-
/**
|
|
443
|
-
* Creates a temporary table from a SQL statement using the specified database connection. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements. Temporary tables are useful for storing intermediate results during complex queries and data processing workflows.
|
|
444
|
-
* @summary Create temporary table
|
|
445
|
-
* @param {string} projectName Name of the project
|
|
446
|
-
* @param {string} connectionName Name of the connection
|
|
447
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to create the temporary table
|
|
448
|
-
* @param {*} [options] Override http request option.
|
|
449
|
-
* @throws {RequiredError}
|
|
450
|
-
*/
|
|
451
|
-
async postTemporarytable(a, r, e, t) {
|
|
452
|
-
const s = await o.postTemporarytable(a, r, e, t), n = c?.serverIndex ?? 0, l = g["ConnectionsApi.postTemporarytable"]?.[n]?.url;
|
|
453
|
-
return (i, p) => O(s, u, b, c)(i, l || p);
|
|
454
|
-
},
|
|
455
|
-
/**
|
|
456
|
-
* Tests the connectivity and configuration of an existing database connection within a project. This endpoint validates that the connection can be established, credentials are valid, and the database is accessible. Useful for monitoring connection health and troubleshooting.
|
|
457
|
-
* @summary Test existing project connection
|
|
458
|
-
* @param {string} projectName Name of the project
|
|
459
|
-
* @param {string} connectionName Name of the connection
|
|
460
|
-
* @param {*} [options] Override http request option.
|
|
461
|
-
* @throws {RequiredError}
|
|
462
|
-
*/
|
|
463
|
-
async testConnection(a, r, e) {
|
|
464
|
-
const t = await o.testConnection(a, r, e), s = c?.serverIndex ?? 0, n = g["ConnectionsApi.testConnection"]?.[s]?.url;
|
|
465
|
-
return (l, i) => O(t, u, b, c)(l, n || i);
|
|
466
|
-
},
|
|
467
|
-
/**
|
|
468
|
-
* Validates a database connection configuration without adding it to any project. This endpoint allows you to test connection parameters, credentials, and network connectivity before committing the connection to a project. Useful for troubleshooting connection issues and validating configurations during setup.
|
|
469
|
-
* @summary Test database connection configuration
|
|
470
|
-
* @param {Connection} connection
|
|
471
|
-
* @param {*} [options] Override http request option.
|
|
472
|
-
* @throws {RequiredError}
|
|
473
|
-
*/
|
|
474
|
-
async testConnectionConfiguration(a, r) {
|
|
475
|
-
const e = await o.testConnectionConfiguration(a, r), t = c?.serverIndex ?? 0, s = g["ConnectionsApi.testConnectionConfiguration"]?.[t]?.url;
|
|
476
|
-
return (n, l) => O(e, u, b, c)(n, s || l);
|
|
477
|
-
}
|
|
478
|
-
};
|
|
479
|
-
}, f = function(c, o, a) {
|
|
480
|
-
const r = S(c);
|
|
481
|
-
return {
|
|
482
|
-
/**
|
|
483
|
-
* Retrieves detailed information about a specific database connection within a project. This includes connection configuration, credentials (if accessible), and metadata. Useful for inspecting connection settings and troubleshooting connectivity issues.
|
|
484
|
-
* @summary Get connection details
|
|
485
|
-
* @param {string} projectName Name of the project
|
|
486
|
-
* @param {string} connectionName Name of the connection
|
|
487
|
-
* @param {*} [options] Override http request option.
|
|
488
|
-
* @throws {RequiredError}
|
|
489
|
-
*/
|
|
490
|
-
getConnection(e, t, s) {
|
|
491
|
-
return r.getConnection(e, t, s).then((n) => n(a, o));
|
|
492
|
-
},
|
|
493
|
-
/**
|
|
494
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Executes a SQL statement against the specified database connection and returns the results. The query results include data, metadata, and execution information.
|
|
495
|
-
* @summary Execute SQL query (deprecated)
|
|
496
|
-
* @param {string} projectName Name of the project
|
|
497
|
-
* @param {string} connectionName Name of the connection
|
|
498
|
-
* @param {string} [sqlStatement] SQL statement
|
|
499
|
-
* @param {string} [_options] Options
|
|
500
|
-
* @param {*} [options] Override http request option.
|
|
501
|
-
* @deprecated
|
|
502
|
-
* @throws {RequiredError}
|
|
503
|
-
*/
|
|
504
|
-
getQuerydata(e, t, s, n, l) {
|
|
505
|
-
return r.getQuerydata(e, t, s, n, l).then((i) => i(a, o));
|
|
506
|
-
},
|
|
507
|
-
/**
|
|
508
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Creates a Malloy source from a SQL statement using the specified connection. The SQL statement is executed to generate a source definition that can be used in Malloy models.
|
|
509
|
-
* @summary Get SQL source (deprecated)
|
|
510
|
-
* @param {string} projectName Name of the project
|
|
511
|
-
* @param {string} connectionName Name of the connection
|
|
512
|
-
* @param {string} [sqlStatement] SQL statement
|
|
513
|
-
* @param {*} [options] Override http request option.
|
|
514
|
-
* @deprecated
|
|
515
|
-
* @throws {RequiredError}
|
|
516
|
-
*/
|
|
517
|
-
getSqlsource(e, t, s, n) {
|
|
518
|
-
return r.getSqlsource(e, t, s, n).then((l) => l(a, o));
|
|
519
|
-
},
|
|
520
|
-
/**
|
|
521
|
-
* Retrieves information about a specific table or view from the database connection. This includes table schema, column definitions, and metadata. The table can be specified by either tableKey or tablePath parameters, depending on the database type.
|
|
522
|
-
* @summary Get table source information
|
|
523
|
-
* @param {string} projectName Name of the project
|
|
524
|
-
* @param {string} connectionName Name of the connection
|
|
525
|
-
* @param {string} [tableKey] Table key
|
|
526
|
-
* @param {string} [tablePath] Table path
|
|
527
|
-
* @param {*} [options] Override http request option.
|
|
528
|
-
* @throws {RequiredError}
|
|
529
|
-
*/
|
|
530
|
-
getTablesource(e, t, s, n, l) {
|
|
531
|
-
return r.getTablesource(e, t, s, n, l).then((i) => i(a, o));
|
|
532
|
-
},
|
|
533
|
-
/**
|
|
534
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Creates a temporary table from a SQL statement using the specified connection. Temporary tables are useful for storing intermediate results during complex queries.
|
|
535
|
-
* @summary Create temporary table (deprecated)
|
|
536
|
-
* @param {string} projectName Name of the project
|
|
537
|
-
* @param {string} connectionName Name of the connection
|
|
538
|
-
* @param {string} [sqlStatement] SQL statement
|
|
539
|
-
* @param {*} [options] Override http request option.
|
|
540
|
-
* @deprecated
|
|
541
|
-
* @throws {RequiredError}
|
|
542
|
-
*/
|
|
543
|
-
getTemporarytable(e, t, s, n) {
|
|
544
|
-
return r.getTemporarytable(e, t, s, n).then((l) => l(a, o));
|
|
545
|
-
},
|
|
546
|
-
/**
|
|
547
|
-
* Retrieves a list of all database connections configured for the specified project. Each connection includes its configuration, type, and status information. This endpoint is useful for discovering available data sources within a project.
|
|
548
|
-
* @summary List project database connections
|
|
549
|
-
* @param {string} projectName Name of the project
|
|
550
|
-
* @param {*} [options] Override http request option.
|
|
551
|
-
* @throws {RequiredError}
|
|
552
|
-
*/
|
|
553
|
-
listConnections(e, t) {
|
|
554
|
-
return r.listConnections(e, t).then((s) => s(a, o));
|
|
555
|
-
},
|
|
556
|
-
/**
|
|
557
|
-
* Retrieves a list of all schemas (databases) available in the specified connection. Each schema includes metadata such as name, description, and whether it\'s the default schema. This endpoint is useful for exploring the database structure and discovering available data sources.
|
|
558
|
-
* @summary List database schemas
|
|
559
|
-
* @param {string} projectName Name of the project
|
|
560
|
-
* @param {string} connectionName Name of the connection
|
|
561
|
-
* @param {*} [options] Override http request option.
|
|
562
|
-
* @throws {RequiredError}
|
|
563
|
-
*/
|
|
564
|
-
listSchemas(e, t, s) {
|
|
565
|
-
return r.listSchemas(e, t, s).then((n) => n(a, o));
|
|
566
|
-
},
|
|
567
|
-
/**
|
|
568
|
-
* Retrieves a list of all tables and views available in the specified database schema. This endpoint is useful for discovering available data sources and exploring the database structure. The schema must exist in the connection for this operation to succeed.
|
|
569
|
-
* @summary List tables in database schema
|
|
570
|
-
* @param {string} projectName Name of the project
|
|
571
|
-
* @param {string} connectionName Name of the connection
|
|
572
|
-
* @param {string} schemaName Name of the schema
|
|
573
|
-
* @param {*} [options] Override http request option.
|
|
574
|
-
* @throws {RequiredError}
|
|
575
|
-
*/
|
|
576
|
-
listTables(e, t, s, n) {
|
|
577
|
-
return r.listTables(e, t, s, n).then((l) => l(a, o));
|
|
578
|
-
},
|
|
579
|
-
/**
|
|
580
|
-
* Executes a SQL statement against the specified database connection and returns the results. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements. The results include data, metadata, and execution information.
|
|
581
|
-
* @summary Execute SQL query
|
|
582
|
-
* @param {string} projectName Name of the project
|
|
583
|
-
* @param {string} connectionName Name of the connection
|
|
584
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to execute
|
|
585
|
-
* @param {string} [_options] Options
|
|
586
|
-
* @param {*} [options] Override http request option.
|
|
587
|
-
* @throws {RequiredError}
|
|
588
|
-
*/
|
|
589
|
-
postQuerydata(e, t, s, n, l) {
|
|
590
|
-
return r.postQuerydata(e, t, s, n, l).then((i) => i(a, o));
|
|
591
|
-
},
|
|
592
|
-
/**
|
|
593
|
-
* Creates a Malloy source from a SQL statement using the specified database connection. The SQL statement is executed to generate a source definition that can be used in Malloy models. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements.
|
|
594
|
-
* @summary Create SQL source from statement
|
|
595
|
-
* @param {string} projectName Name of the project
|
|
596
|
-
* @param {string} connectionName Name of the connection
|
|
597
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to fetch the SQL source
|
|
598
|
-
* @param {*} [options] Override http request option.
|
|
599
|
-
* @throws {RequiredError}
|
|
600
|
-
*/
|
|
601
|
-
postSqlsource(e, t, s, n) {
|
|
602
|
-
return r.postSqlsource(e, t, s, n).then((l) => l(a, o));
|
|
603
|
-
},
|
|
604
|
-
/**
|
|
605
|
-
* Creates a temporary table from a SQL statement using the specified database connection. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements. Temporary tables are useful for storing intermediate results during complex queries and data processing workflows.
|
|
606
|
-
* @summary Create temporary table
|
|
607
|
-
* @param {string} projectName Name of the project
|
|
608
|
-
* @param {string} connectionName Name of the connection
|
|
609
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to create the temporary table
|
|
610
|
-
* @param {*} [options] Override http request option.
|
|
611
|
-
* @throws {RequiredError}
|
|
612
|
-
*/
|
|
613
|
-
postTemporarytable(e, t, s, n) {
|
|
614
|
-
return r.postTemporarytable(e, t, s, n).then((l) => l(a, o));
|
|
615
|
-
},
|
|
616
|
-
/**
|
|
617
|
-
* Tests the connectivity and configuration of an existing database connection within a project. This endpoint validates that the connection can be established, credentials are valid, and the database is accessible. Useful for monitoring connection health and troubleshooting.
|
|
618
|
-
* @summary Test existing project connection
|
|
619
|
-
* @param {string} projectName Name of the project
|
|
620
|
-
* @param {string} connectionName Name of the connection
|
|
621
|
-
* @param {*} [options] Override http request option.
|
|
622
|
-
* @throws {RequiredError}
|
|
623
|
-
*/
|
|
624
|
-
testConnection(e, t, s) {
|
|
625
|
-
return r.testConnection(e, t, s).then((n) => n(a, o));
|
|
626
|
-
},
|
|
627
|
-
/**
|
|
628
|
-
* Validates a database connection configuration without adding it to any project. This endpoint allows you to test connection parameters, credentials, and network connectivity before committing the connection to a project. Useful for troubleshooting connection issues and validating configurations during setup.
|
|
629
|
-
* @summary Test database connection configuration
|
|
630
|
-
* @param {Connection} connection
|
|
631
|
-
* @param {*} [options] Override http request option.
|
|
632
|
-
* @throws {RequiredError}
|
|
633
|
-
*/
|
|
634
|
-
testConnectionConfiguration(e, t) {
|
|
635
|
-
return r.testConnectionConfiguration(e, t).then((s) => s(a, o));
|
|
636
|
-
}
|
|
637
|
-
};
|
|
638
|
-
};
|
|
639
|
-
class ee extends j {
|
|
640
|
-
/**
|
|
641
|
-
* Retrieves detailed information about a specific database connection within a project. This includes connection configuration, credentials (if accessible), and metadata. Useful for inspecting connection settings and troubleshooting connectivity issues.
|
|
642
|
-
* @summary Get connection details
|
|
643
|
-
* @param {string} projectName Name of the project
|
|
644
|
-
* @param {string} connectionName Name of the connection
|
|
645
|
-
* @param {*} [options] Override http request option.
|
|
646
|
-
* @throws {RequiredError}
|
|
647
|
-
* @memberof ConnectionsApi
|
|
648
|
-
*/
|
|
649
|
-
getConnection(o, a, r) {
|
|
650
|
-
return S(this.configuration).getConnection(o, a, r).then((e) => e(this.axios, this.basePath));
|
|
651
|
-
}
|
|
652
|
-
/**
|
|
653
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Executes a SQL statement against the specified database connection and returns the results. The query results include data, metadata, and execution information.
|
|
654
|
-
* @summary Execute SQL query (deprecated)
|
|
655
|
-
* @param {string} projectName Name of the project
|
|
656
|
-
* @param {string} connectionName Name of the connection
|
|
657
|
-
* @param {string} [sqlStatement] SQL statement
|
|
658
|
-
* @param {string} [_options] Options
|
|
659
|
-
* @param {*} [options] Override http request option.
|
|
660
|
-
* @deprecated
|
|
661
|
-
* @throws {RequiredError}
|
|
662
|
-
* @memberof ConnectionsApi
|
|
663
|
-
*/
|
|
664
|
-
getQuerydata(o, a, r, e, t) {
|
|
665
|
-
return S(this.configuration).getQuerydata(o, a, r, e, t).then((s) => s(this.axios, this.basePath));
|
|
666
|
-
}
|
|
667
|
-
/**
|
|
668
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Creates a Malloy source from a SQL statement using the specified connection. The SQL statement is executed to generate a source definition that can be used in Malloy models.
|
|
669
|
-
* @summary Get SQL source (deprecated)
|
|
670
|
-
* @param {string} projectName Name of the project
|
|
671
|
-
* @param {string} connectionName Name of the connection
|
|
672
|
-
* @param {string} [sqlStatement] SQL statement
|
|
673
|
-
* @param {*} [options] Override http request option.
|
|
674
|
-
* @deprecated
|
|
675
|
-
* @throws {RequiredError}
|
|
676
|
-
* @memberof ConnectionsApi
|
|
677
|
-
*/
|
|
678
|
-
getSqlsource(o, a, r, e) {
|
|
679
|
-
return S(this.configuration).getSqlsource(o, a, r, e).then((t) => t(this.axios, this.basePath));
|
|
680
|
-
}
|
|
681
|
-
/**
|
|
682
|
-
* Retrieves information about a specific table or view from the database connection. This includes table schema, column definitions, and metadata. The table can be specified by either tableKey or tablePath parameters, depending on the database type.
|
|
683
|
-
* @summary Get table source information
|
|
684
|
-
* @param {string} projectName Name of the project
|
|
685
|
-
* @param {string} connectionName Name of the connection
|
|
686
|
-
* @param {string} [tableKey] Table key
|
|
687
|
-
* @param {string} [tablePath] Table path
|
|
688
|
-
* @param {*} [options] Override http request option.
|
|
689
|
-
* @throws {RequiredError}
|
|
690
|
-
* @memberof ConnectionsApi
|
|
691
|
-
*/
|
|
692
|
-
getTablesource(o, a, r, e, t) {
|
|
693
|
-
return S(this.configuration).getTablesource(o, a, r, e, t).then((s) => s(this.axios, this.basePath));
|
|
694
|
-
}
|
|
695
|
-
/**
|
|
696
|
-
* **DEPRECATED**: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality. Creates a temporary table from a SQL statement using the specified connection. Temporary tables are useful for storing intermediate results during complex queries.
|
|
697
|
-
* @summary Create temporary table (deprecated)
|
|
698
|
-
* @param {string} projectName Name of the project
|
|
699
|
-
* @param {string} connectionName Name of the connection
|
|
700
|
-
* @param {string} [sqlStatement] SQL statement
|
|
701
|
-
* @param {*} [options] Override http request option.
|
|
702
|
-
* @deprecated
|
|
703
|
-
* @throws {RequiredError}
|
|
704
|
-
* @memberof ConnectionsApi
|
|
705
|
-
*/
|
|
706
|
-
getTemporarytable(o, a, r, e) {
|
|
707
|
-
return S(this.configuration).getTemporarytable(o, a, r, e).then((t) => t(this.axios, this.basePath));
|
|
708
|
-
}
|
|
709
|
-
/**
|
|
710
|
-
* Retrieves a list of all database connections configured for the specified project. Each connection includes its configuration, type, and status information. This endpoint is useful for discovering available data sources within a project.
|
|
711
|
-
* @summary List project database connections
|
|
712
|
-
* @param {string} projectName Name of the project
|
|
713
|
-
* @param {*} [options] Override http request option.
|
|
714
|
-
* @throws {RequiredError}
|
|
715
|
-
* @memberof ConnectionsApi
|
|
716
|
-
*/
|
|
717
|
-
listConnections(o, a) {
|
|
718
|
-
return S(this.configuration).listConnections(o, a).then((r) => r(this.axios, this.basePath));
|
|
719
|
-
}
|
|
720
|
-
/**
|
|
721
|
-
* Retrieves a list of all schemas (databases) available in the specified connection. Each schema includes metadata such as name, description, and whether it\'s the default schema. This endpoint is useful for exploring the database structure and discovering available data sources.
|
|
722
|
-
* @summary List database schemas
|
|
723
|
-
* @param {string} projectName Name of the project
|
|
724
|
-
* @param {string} connectionName Name of the connection
|
|
725
|
-
* @param {*} [options] Override http request option.
|
|
726
|
-
* @throws {RequiredError}
|
|
727
|
-
* @memberof ConnectionsApi
|
|
728
|
-
*/
|
|
729
|
-
listSchemas(o, a, r) {
|
|
730
|
-
return S(this.configuration).listSchemas(o, a, r).then((e) => e(this.axios, this.basePath));
|
|
731
|
-
}
|
|
732
|
-
/**
|
|
733
|
-
* Retrieves a list of all tables and views available in the specified database schema. This endpoint is useful for discovering available data sources and exploring the database structure. The schema must exist in the connection for this operation to succeed.
|
|
734
|
-
* @summary List tables in database schema
|
|
735
|
-
* @param {string} projectName Name of the project
|
|
736
|
-
* @param {string} connectionName Name of the connection
|
|
737
|
-
* @param {string} schemaName Name of the schema
|
|
738
|
-
* @param {*} [options] Override http request option.
|
|
739
|
-
* @throws {RequiredError}
|
|
740
|
-
* @memberof ConnectionsApi
|
|
741
|
-
*/
|
|
742
|
-
listTables(o, a, r, e) {
|
|
743
|
-
return S(this.configuration).listTables(o, a, r, e).then((t) => t(this.axios, this.basePath));
|
|
744
|
-
}
|
|
745
|
-
/**
|
|
746
|
-
* Executes a SQL statement against the specified database connection and returns the results. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements. The results include data, metadata, and execution information.
|
|
747
|
-
* @summary Execute SQL query
|
|
748
|
-
* @param {string} projectName Name of the project
|
|
749
|
-
* @param {string} connectionName Name of the connection
|
|
750
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to execute
|
|
751
|
-
* @param {string} [_options] Options
|
|
752
|
-
* @param {*} [options] Override http request option.
|
|
753
|
-
* @throws {RequiredError}
|
|
754
|
-
* @memberof ConnectionsApi
|
|
755
|
-
*/
|
|
756
|
-
postQuerydata(o, a, r, e, t) {
|
|
757
|
-
return S(this.configuration).postQuerydata(o, a, r, e, t).then((s) => s(this.axios, this.basePath));
|
|
758
|
-
}
|
|
759
|
-
/**
|
|
760
|
-
* Creates a Malloy source from a SQL statement using the specified database connection. The SQL statement is executed to generate a source definition that can be used in Malloy models. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements.
|
|
761
|
-
* @summary Create SQL source from statement
|
|
762
|
-
* @param {string} projectName Name of the project
|
|
763
|
-
* @param {string} connectionName Name of the connection
|
|
764
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to fetch the SQL source
|
|
765
|
-
* @param {*} [options] Override http request option.
|
|
766
|
-
* @throws {RequiredError}
|
|
767
|
-
* @memberof ConnectionsApi
|
|
768
|
-
*/
|
|
769
|
-
postSqlsource(o, a, r, e) {
|
|
770
|
-
return S(this.configuration).postSqlsource(o, a, r, e).then((t) => t(this.axios, this.basePath));
|
|
771
|
-
}
|
|
772
|
-
/**
|
|
773
|
-
* Creates a temporary table from a SQL statement using the specified database connection. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements. Temporary tables are useful for storing intermediate results during complex queries and data processing workflows.
|
|
774
|
-
* @summary Create temporary table
|
|
775
|
-
* @param {string} projectName Name of the project
|
|
776
|
-
* @param {string} connectionName Name of the connection
|
|
777
|
-
* @param {PostSqlsourceRequest} postSqlsourceRequest SQL statement to create the temporary table
|
|
778
|
-
* @param {*} [options] Override http request option.
|
|
779
|
-
* @throws {RequiredError}
|
|
780
|
-
* @memberof ConnectionsApi
|
|
781
|
-
*/
|
|
782
|
-
postTemporarytable(o, a, r, e) {
|
|
783
|
-
return S(this.configuration).postTemporarytable(o, a, r, e).then((t) => t(this.axios, this.basePath));
|
|
784
|
-
}
|
|
785
|
-
/**
|
|
786
|
-
* Tests the connectivity and configuration of an existing database connection within a project. This endpoint validates that the connection can be established, credentials are valid, and the database is accessible. Useful for monitoring connection health and troubleshooting.
|
|
787
|
-
* @summary Test existing project connection
|
|
788
|
-
* @param {string} projectName Name of the project
|
|
789
|
-
* @param {string} connectionName Name of the connection
|
|
790
|
-
* @param {*} [options] Override http request option.
|
|
791
|
-
* @throws {RequiredError}
|
|
792
|
-
* @memberof ConnectionsApi
|
|
793
|
-
*/
|
|
794
|
-
testConnection(o, a, r) {
|
|
795
|
-
return S(this.configuration).testConnection(o, a, r).then((e) => e(this.axios, this.basePath));
|
|
796
|
-
}
|
|
797
|
-
/**
|
|
798
|
-
* Validates a database connection configuration without adding it to any project. This endpoint allows you to test connection parameters, credentials, and network connectivity before committing the connection to a project. Useful for troubleshooting connection issues and validating configurations during setup.
|
|
799
|
-
* @summary Test database connection configuration
|
|
800
|
-
* @param {Connection} connection
|
|
801
|
-
* @param {*} [options] Override http request option.
|
|
802
|
-
* @throws {RequiredError}
|
|
803
|
-
* @memberof ConnectionsApi
|
|
804
|
-
*/
|
|
805
|
-
testConnectionConfiguration(o, a) {
|
|
806
|
-
return S(this.configuration).testConnectionConfiguration(o, a).then((r) => r(this.axios, this.basePath));
|
|
807
|
-
}
|
|
808
|
-
}
|
|
809
|
-
const q = function(c) {
|
|
810
|
-
return {
|
|
811
|
-
/**
|
|
812
|
-
* Retrieves a list of all embedded databases within the specified package. These are typically DuckDB databases stored as .parquet files that provide local data storage for the package. Each database entry includes metadata about the database structure and content.
|
|
813
|
-
* @summary List embedded databases
|
|
814
|
-
* @param {string} projectName Name of the project
|
|
815
|
-
* @param {string} packageName Name of the package
|
|
816
|
-
* @param {string} [versionId] Version identifier for the package
|
|
817
|
-
* @param {*} [options] Override http request option.
|
|
818
|
-
* @throws {RequiredError}
|
|
819
|
-
*/
|
|
820
|
-
listDatabases: async (o, a, r, e = {}) => {
|
|
821
|
-
h("listDatabases", "projectName", o), h("listDatabases", "packageName", a);
|
|
822
|
-
const t = "/projects/{projectName}/packages/{packageName}/databases".replace("{projectName}", encodeURIComponent(String(o))).replace("{packageName}", encodeURIComponent(String(a))), s = new URL(t, m);
|
|
823
|
-
let n;
|
|
824
|
-
c && (n = c.baseOptions);
|
|
825
|
-
const l = { method: "GET", ...n, ...e }, i = {}, p = {};
|
|
826
|
-
r !== void 0 && (p.versionId = r), P(s, p);
|
|
827
|
-
let d = n && n.headers ? n.headers : {};
|
|
828
|
-
return l.headers = { ...i, ...d, ...e.headers }, {
|
|
829
|
-
url: V(s),
|
|
830
|
-
options: l
|
|
831
|
-
};
|
|
832
|
-
}
|
|
833
|
-
};
|
|
834
|
-
}, U = function(c) {
|
|
835
|
-
const o = q(c);
|
|
836
|
-
return {
|
|
837
|
-
/**
|
|
838
|
-
* Retrieves a list of all embedded databases within the specified package. These are typically DuckDB databases stored as .parquet files that provide local data storage for the package. Each database entry includes metadata about the database structure and content.
|
|
839
|
-
* @summary List embedded databases
|
|
840
|
-
* @param {string} projectName Name of the project
|
|
841
|
-
* @param {string} packageName Name of the package
|
|
842
|
-
* @param {string} [versionId] Version identifier for the package
|
|
843
|
-
* @param {*} [options] Override http request option.
|
|
844
|
-
* @throws {RequiredError}
|
|
845
|
-
*/
|
|
846
|
-
async listDatabases(a, r, e, t) {
|
|
847
|
-
const s = await o.listDatabases(a, r, e, t), n = c?.serverIndex ?? 0, l = g["DatabasesApi.listDatabases"]?.[n]?.url;
|
|
848
|
-
return (i, p) => O(s, u, b, c)(i, l || p);
|
|
849
|
-
}
|
|
850
|
-
};
|
|
851
|
-
}, te = function(c, o, a) {
|
|
852
|
-
const r = U(c);
|
|
853
|
-
return {
|
|
854
|
-
/**
|
|
855
|
-
* Retrieves a list of all embedded databases within the specified package. These are typically DuckDB databases stored as .parquet files that provide local data storage for the package. Each database entry includes metadata about the database structure and content.
|
|
856
|
-
* @summary List embedded databases
|
|
857
|
-
* @param {string} projectName Name of the project
|
|
858
|
-
* @param {string} packageName Name of the package
|
|
859
|
-
* @param {string} [versionId] Version identifier for the package
|
|
860
|
-
* @param {*} [options] Override http request option.
|
|
861
|
-
* @throws {RequiredError}
|
|
862
|
-
*/
|
|
863
|
-
listDatabases(e, t, s, n) {
|
|
864
|
-
return r.listDatabases(e, t, s, n).then((l) => l(a, o));
|
|
865
|
-
}
|
|
866
|
-
};
|
|
867
|
-
};
|
|
868
|
-
class ae extends j {
|
|
869
|
-
/**
|
|
870
|
-
* Retrieves a list of all embedded databases within the specified package. These are typically DuckDB databases stored as .parquet files that provide local data storage for the package. Each database entry includes metadata about the database structure and content.
|
|
871
|
-
* @summary List embedded databases
|
|
872
|
-
* @param {string} projectName Name of the project
|
|
873
|
-
* @param {string} packageName Name of the package
|
|
874
|
-
* @param {string} [versionId] Version identifier for the package
|
|
875
|
-
* @param {*} [options] Override http request option.
|
|
876
|
-
* @throws {RequiredError}
|
|
877
|
-
* @memberof DatabasesApi
|
|
878
|
-
*/
|
|
879
|
-
listDatabases(o, a, r, e) {
|
|
880
|
-
return U(this.configuration).listDatabases(o, a, r, e).then((t) => t(this.axios, this.basePath));
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
const $ = function(c) {
|
|
884
|
-
return {
|
|
885
|
-
/**
|
|
886
|
-
* Retrieves a compiled Malloy model with its source information, queries, and metadata. The model is compiled using the specified version of the Malloy compiler. This endpoint provides access to the model\'s structure, sources, and named queries for use in applications.
|
|
887
|
-
* @summary Get compiled Malloy model
|
|
888
|
-
* @param {string} projectName Name of the project
|
|
889
|
-
* @param {string} packageName Name of the package
|
|
890
|
-
* @param {string} path Path to the model within the package
|
|
891
|
-
* @param {string} [versionId] Version identifier for the package
|
|
892
|
-
* @param {*} [options] Override http request option.
|
|
893
|
-
* @throws {RequiredError}
|
|
894
|
-
*/
|
|
895
|
-
getModel: async (o, a, r, e, t = {}) => {
|
|
896
|
-
h("getModel", "projectName", o), h("getModel", "packageName", a), h("getModel", "path", r);
|
|
897
|
-
const s = "/projects/{projectName}/packages/{packageName}/models/{path}".replace("{projectName}", encodeURIComponent(String(o))).replace("{packageName}", encodeURIComponent(String(a))).replace("{path}", encodeURIComponent(String(r))), n = new URL(s, m);
|
|
898
|
-
let l;
|
|
899
|
-
c && (l = c.baseOptions);
|
|
900
|
-
const i = { method: "GET", ...l, ...t }, p = {}, d = {};
|
|
901
|
-
e !== void 0 && (d.versionId = e), P(n, d);
|
|
902
|
-
let y = l && l.headers ? l.headers : {};
|
|
903
|
-
return i.headers = { ...p, ...y, ...t.headers }, {
|
|
904
|
-
url: V(n),
|
|
905
|
-
options: i
|
|
906
|
-
};
|
|
907
|
-
},
|
|
908
|
-
/**
|
|
909
|
-
* Retrieves a list of all Malloy models within the specified package. Each model entry includes the relative path, package name, and any compilation errors. This endpoint is useful for discovering available models and checking their status.
|
|
910
|
-
* @summary List package models
|
|
911
|
-
* @param {string} projectName Name of the project
|
|
912
|
-
* @param {string} packageName Name of the package
|
|
913
|
-
* @param {string} [versionId] Version identifier for the package
|
|
914
|
-
* @param {*} [options] Override http request option.
|
|
915
|
-
* @throws {RequiredError}
|
|
916
|
-
*/
|
|
917
|
-
listModels: async (o, a, r, e = {}) => {
|
|
918
|
-
h("listModels", "projectName", o), h("listModels", "packageName", a);
|
|
919
|
-
const t = "/projects/{projectName}/packages/{packageName}/models".replace("{projectName}", encodeURIComponent(String(o))).replace("{packageName}", encodeURIComponent(String(a))), s = new URL(t, m);
|
|
920
|
-
let n;
|
|
921
|
-
c && (n = c.baseOptions);
|
|
922
|
-
const l = { method: "GET", ...n, ...e }, i = {}, p = {};
|
|
923
|
-
r !== void 0 && (p.versionId = r), P(s, p);
|
|
924
|
-
let d = n && n.headers ? n.headers : {};
|
|
925
|
-
return l.headers = { ...i, ...d, ...e.headers }, {
|
|
926
|
-
url: V(s),
|
|
927
|
-
options: l
|
|
928
|
-
};
|
|
929
|
-
}
|
|
930
|
-
};
|
|
931
|
-
}, R = function(c) {
|
|
932
|
-
const o = $(c);
|
|
933
|
-
return {
|
|
934
|
-
/**
|
|
935
|
-
* Retrieves a compiled Malloy model with its source information, queries, and metadata. The model is compiled using the specified version of the Malloy compiler. This endpoint provides access to the model\'s structure, sources, and named queries for use in applications.
|
|
936
|
-
* @summary Get compiled Malloy model
|
|
937
|
-
* @param {string} projectName Name of the project
|
|
938
|
-
* @param {string} packageName Name of the package
|
|
939
|
-
* @param {string} path Path to the model within the package
|
|
940
|
-
* @param {string} [versionId] Version identifier for the package
|
|
941
|
-
* @param {*} [options] Override http request option.
|
|
942
|
-
* @throws {RequiredError}
|
|
943
|
-
*/
|
|
944
|
-
async getModel(a, r, e, t, s) {
|
|
945
|
-
const n = await o.getModel(a, r, e, t, s), l = c?.serverIndex ?? 0, i = g["ModelsApi.getModel"]?.[l]?.url;
|
|
946
|
-
return (p, d) => O(n, u, b, c)(p, i || d);
|
|
947
|
-
},
|
|
948
|
-
/**
|
|
949
|
-
* Retrieves a list of all Malloy models within the specified package. Each model entry includes the relative path, package name, and any compilation errors. This endpoint is useful for discovering available models and checking their status.
|
|
950
|
-
* @summary List package models
|
|
951
|
-
* @param {string} projectName Name of the project
|
|
952
|
-
* @param {string} packageName Name of the package
|
|
953
|
-
* @param {string} [versionId] Version identifier for the package
|
|
954
|
-
* @param {*} [options] Override http request option.
|
|
955
|
-
* @throws {RequiredError}
|
|
956
|
-
*/
|
|
957
|
-
async listModels(a, r, e, t) {
|
|
958
|
-
const s = await o.listModels(a, r, e, t), n = c?.serverIndex ?? 0, l = g["ModelsApi.listModels"]?.[n]?.url;
|
|
959
|
-
return (i, p) => O(s, u, b, c)(i, l || p);
|
|
960
|
-
}
|
|
961
|
-
};
|
|
962
|
-
}, re = function(c, o, a) {
|
|
963
|
-
const r = R(c);
|
|
964
|
-
return {
|
|
965
|
-
/**
|
|
966
|
-
* Retrieves a compiled Malloy model with its source information, queries, and metadata. The model is compiled using the specified version of the Malloy compiler. This endpoint provides access to the model\'s structure, sources, and named queries for use in applications.
|
|
967
|
-
* @summary Get compiled Malloy model
|
|
968
|
-
* @param {string} projectName Name of the project
|
|
969
|
-
* @param {string} packageName Name of the package
|
|
970
|
-
* @param {string} path Path to the model within the package
|
|
971
|
-
* @param {string} [versionId] Version identifier for the package
|
|
972
|
-
* @param {*} [options] Override http request option.
|
|
973
|
-
* @throws {RequiredError}
|
|
974
|
-
*/
|
|
975
|
-
getModel(e, t, s, n, l) {
|
|
976
|
-
return r.getModel(e, t, s, n, l).then((i) => i(a, o));
|
|
977
|
-
},
|
|
978
|
-
/**
|
|
979
|
-
* Retrieves a list of all Malloy models within the specified package. Each model entry includes the relative path, package name, and any compilation errors. This endpoint is useful for discovering available models and checking their status.
|
|
980
|
-
* @summary List package models
|
|
981
|
-
* @param {string} projectName Name of the project
|
|
982
|
-
* @param {string} packageName Name of the package
|
|
983
|
-
* @param {string} [versionId] Version identifier for the package
|
|
984
|
-
* @param {*} [options] Override http request option.
|
|
985
|
-
* @throws {RequiredError}
|
|
986
|
-
*/
|
|
987
|
-
listModels(e, t, s, n) {
|
|
988
|
-
return r.listModels(e, t, s, n).then((l) => l(a, o));
|
|
989
|
-
}
|
|
990
|
-
};
|
|
991
|
-
};
|
|
992
|
-
class se extends j {
|
|
993
|
-
/**
|
|
994
|
-
* Retrieves a compiled Malloy model with its source information, queries, and metadata. The model is compiled using the specified version of the Malloy compiler. This endpoint provides access to the model\'s structure, sources, and named queries for use in applications.
|
|
995
|
-
* @summary Get compiled Malloy model
|
|
996
|
-
* @param {string} projectName Name of the project
|
|
997
|
-
* @param {string} packageName Name of the package
|
|
998
|
-
* @param {string} path Path to the model within the package
|
|
999
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1000
|
-
* @param {*} [options] Override http request option.
|
|
1001
|
-
* @throws {RequiredError}
|
|
1002
|
-
* @memberof ModelsApi
|
|
1003
|
-
*/
|
|
1004
|
-
getModel(o, a, r, e, t) {
|
|
1005
|
-
return R(this.configuration).getModel(o, a, r, e, t).then((s) => s(this.axios, this.basePath));
|
|
1006
|
-
}
|
|
1007
|
-
/**
|
|
1008
|
-
* Retrieves a list of all Malloy models within the specified package. Each model entry includes the relative path, package name, and any compilation errors. This endpoint is useful for discovering available models and checking their status.
|
|
1009
|
-
* @summary List package models
|
|
1010
|
-
* @param {string} projectName Name of the project
|
|
1011
|
-
* @param {string} packageName Name of the package
|
|
1012
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1013
|
-
* @param {*} [options] Override http request option.
|
|
1014
|
-
* @throws {RequiredError}
|
|
1015
|
-
* @memberof ModelsApi
|
|
1016
|
-
*/
|
|
1017
|
-
listModels(o, a, r, e) {
|
|
1018
|
-
return R(this.configuration).listModels(o, a, r, e).then((t) => t(this.axios, this.basePath));
|
|
1019
|
-
}
|
|
1020
|
-
}
|
|
1021
|
-
const M = function(c) {
|
|
1022
|
-
return {
|
|
1023
|
-
/**
|
|
1024
|
-
* Retrieves a compiled Malloy notebook with its cells, results, and metadata. The notebook is compiled using the specified version of the Malloy compiler. This endpoint provides access to the notebook\'s structure, cells, and execution results for use in applications.
|
|
1025
|
-
* @summary Get compiled Malloy notebook
|
|
1026
|
-
* @param {string} projectName Name of the project
|
|
1027
|
-
* @param {string} packageName Name of the package
|
|
1028
|
-
* @param {string} path Path to notebook within the package.
|
|
1029
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1030
|
-
* @param {*} [options] Override http request option.
|
|
1031
|
-
* @throws {RequiredError}
|
|
1032
|
-
*/
|
|
1033
|
-
getNotebook: async (o, a, r, e, t = {}) => {
|
|
1034
|
-
h("getNotebook", "projectName", o), h("getNotebook", "packageName", a), h("getNotebook", "path", r);
|
|
1035
|
-
const s = "/projects/{projectName}/packages/{packageName}/notebooks/{path}".replace("{projectName}", encodeURIComponent(String(o))).replace("{packageName}", encodeURIComponent(String(a))).replace("{path}", encodeURIComponent(String(r))), n = new URL(s, m);
|
|
1036
|
-
let l;
|
|
1037
|
-
c && (l = c.baseOptions);
|
|
1038
|
-
const i = { method: "GET", ...l, ...t }, p = {}, d = {};
|
|
1039
|
-
e !== void 0 && (d.versionId = e), P(n, d);
|
|
1040
|
-
let y = l && l.headers ? l.headers : {};
|
|
1041
|
-
return i.headers = { ...p, ...y, ...t.headers }, {
|
|
1042
|
-
url: V(n),
|
|
1043
|
-
options: i
|
|
1044
|
-
};
|
|
1045
|
-
},
|
|
1046
|
-
/**
|
|
1047
|
-
* Retrieves a list of all Malloy notebooks within the specified package. Each notebook entry includes the relative path, package name, and any compilation errors. This endpoint is useful for discovering available notebooks and checking their status.
|
|
1048
|
-
* @summary List package notebooks
|
|
1049
|
-
* @param {string} projectName Name of the project
|
|
1050
|
-
* @param {string} packageName Name of the package
|
|
1051
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1052
|
-
* @param {*} [options] Override http request option.
|
|
1053
|
-
* @throws {RequiredError}
|
|
1054
|
-
*/
|
|
1055
|
-
listNotebooks: async (o, a, r, e = {}) => {
|
|
1056
|
-
h("listNotebooks", "projectName", o), h("listNotebooks", "packageName", a);
|
|
1057
|
-
const t = "/projects/{projectName}/packages/{packageName}/notebooks".replace("{projectName}", encodeURIComponent(String(o))).replace("{packageName}", encodeURIComponent(String(a))), s = new URL(t, m);
|
|
1058
|
-
let n;
|
|
1059
|
-
c && (n = c.baseOptions);
|
|
1060
|
-
const l = { method: "GET", ...n, ...e }, i = {}, p = {};
|
|
1061
|
-
r !== void 0 && (p.versionId = r), P(s, p);
|
|
1062
|
-
let d = n && n.headers ? n.headers : {};
|
|
1063
|
-
return l.headers = { ...i, ...d, ...e.headers }, {
|
|
1064
|
-
url: V(s),
|
|
1065
|
-
options: l
|
|
1066
|
-
};
|
|
1067
|
-
}
|
|
1068
|
-
};
|
|
1069
|
-
}, I = function(c) {
|
|
1070
|
-
const o = M(c);
|
|
1071
|
-
return {
|
|
1072
|
-
/**
|
|
1073
|
-
* Retrieves a compiled Malloy notebook with its cells, results, and metadata. The notebook is compiled using the specified version of the Malloy compiler. This endpoint provides access to the notebook\'s structure, cells, and execution results for use in applications.
|
|
1074
|
-
* @summary Get compiled Malloy notebook
|
|
1075
|
-
* @param {string} projectName Name of the project
|
|
1076
|
-
* @param {string} packageName Name of the package
|
|
1077
|
-
* @param {string} path Path to notebook within the package.
|
|
1078
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1079
|
-
* @param {*} [options] Override http request option.
|
|
1080
|
-
* @throws {RequiredError}
|
|
1081
|
-
*/
|
|
1082
|
-
async getNotebook(a, r, e, t, s) {
|
|
1083
|
-
const n = await o.getNotebook(a, r, e, t, s), l = c?.serverIndex ?? 0, i = g["NotebooksApi.getNotebook"]?.[l]?.url;
|
|
1084
|
-
return (p, d) => O(n, u, b, c)(p, i || d);
|
|
1085
|
-
},
|
|
1086
|
-
/**
|
|
1087
|
-
* Retrieves a list of all Malloy notebooks within the specified package. Each notebook entry includes the relative path, package name, and any compilation errors. This endpoint is useful for discovering available notebooks and checking their status.
|
|
1088
|
-
* @summary List package notebooks
|
|
1089
|
-
* @param {string} projectName Name of the project
|
|
1090
|
-
* @param {string} packageName Name of the package
|
|
1091
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1092
|
-
* @param {*} [options] Override http request option.
|
|
1093
|
-
* @throws {RequiredError}
|
|
1094
|
-
*/
|
|
1095
|
-
async listNotebooks(a, r, e, t) {
|
|
1096
|
-
const s = await o.listNotebooks(a, r, e, t), n = c?.serverIndex ?? 0, l = g["NotebooksApi.listNotebooks"]?.[n]?.url;
|
|
1097
|
-
return (i, p) => O(s, u, b, c)(i, l || p);
|
|
1098
|
-
}
|
|
1099
|
-
};
|
|
1100
|
-
}, oe = function(c, o, a) {
|
|
1101
|
-
const r = I(c);
|
|
1102
|
-
return {
|
|
1103
|
-
/**
|
|
1104
|
-
* Retrieves a compiled Malloy notebook with its cells, results, and metadata. The notebook is compiled using the specified version of the Malloy compiler. This endpoint provides access to the notebook\'s structure, cells, and execution results for use in applications.
|
|
1105
|
-
* @summary Get compiled Malloy notebook
|
|
1106
|
-
* @param {string} projectName Name of the project
|
|
1107
|
-
* @param {string} packageName Name of the package
|
|
1108
|
-
* @param {string} path Path to notebook within the package.
|
|
1109
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1110
|
-
* @param {*} [options] Override http request option.
|
|
1111
|
-
* @throws {RequiredError}
|
|
1112
|
-
*/
|
|
1113
|
-
getNotebook(e, t, s, n, l) {
|
|
1114
|
-
return r.getNotebook(e, t, s, n, l).then((i) => i(a, o));
|
|
1115
|
-
},
|
|
1116
|
-
/**
|
|
1117
|
-
* Retrieves a list of all Malloy notebooks within the specified package. Each notebook entry includes the relative path, package name, and any compilation errors. This endpoint is useful for discovering available notebooks and checking their status.
|
|
1118
|
-
* @summary List package notebooks
|
|
1119
|
-
* @param {string} projectName Name of the project
|
|
1120
|
-
* @param {string} packageName Name of the package
|
|
1121
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1122
|
-
* @param {*} [options] Override http request option.
|
|
1123
|
-
* @throws {RequiredError}
|
|
1124
|
-
*/
|
|
1125
|
-
listNotebooks(e, t, s, n) {
|
|
1126
|
-
return r.listNotebooks(e, t, s, n).then((l) => l(a, o));
|
|
1127
|
-
}
|
|
1128
|
-
};
|
|
1129
|
-
};
|
|
1130
|
-
class ne extends j {
|
|
1131
|
-
/**
|
|
1132
|
-
* Retrieves a compiled Malloy notebook with its cells, results, and metadata. The notebook is compiled using the specified version of the Malloy compiler. This endpoint provides access to the notebook\'s structure, cells, and execution results for use in applications.
|
|
1133
|
-
* @summary Get compiled Malloy notebook
|
|
1134
|
-
* @param {string} projectName Name of the project
|
|
1135
|
-
* @param {string} packageName Name of the package
|
|
1136
|
-
* @param {string} path Path to notebook within the package.
|
|
1137
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1138
|
-
* @param {*} [options] Override http request option.
|
|
1139
|
-
* @throws {RequiredError}
|
|
1140
|
-
* @memberof NotebooksApi
|
|
1141
|
-
*/
|
|
1142
|
-
getNotebook(o, a, r, e, t) {
|
|
1143
|
-
return I(this.configuration).getNotebook(o, a, r, e, t).then((s) => s(this.axios, this.basePath));
|
|
1144
|
-
}
|
|
1145
|
-
/**
|
|
1146
|
-
* Retrieves a list of all Malloy notebooks within the specified package. Each notebook entry includes the relative path, package name, and any compilation errors. This endpoint is useful for discovering available notebooks and checking their status.
|
|
1147
|
-
* @summary List package notebooks
|
|
1148
|
-
* @param {string} projectName Name of the project
|
|
1149
|
-
* @param {string} packageName Name of the package
|
|
1150
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1151
|
-
* @param {*} [options] Override http request option.
|
|
1152
|
-
* @throws {RequiredError}
|
|
1153
|
-
* @memberof NotebooksApi
|
|
1154
|
-
*/
|
|
1155
|
-
listNotebooks(o, a, r, e) {
|
|
1156
|
-
return I(this.configuration).listNotebooks(o, a, r, e).then((t) => t(this.axios, this.basePath));
|
|
1157
|
-
}
|
|
1158
|
-
}
|
|
1159
|
-
const H = function(c) {
|
|
1160
|
-
return {
|
|
1161
|
-
/**
|
|
1162
|
-
* Creates a new Malloy package within the specified project. A package serves as a container for models, notebooks, embedded databases, and other resources. The package will be initialized with the provided metadata and can immediately accept content.
|
|
1163
|
-
* @summary Create a new package
|
|
1164
|
-
* @param {string} projectName Name of the project
|
|
1165
|
-
* @param {Package} _package
|
|
1166
|
-
* @param {*} [options] Override http request option.
|
|
1167
|
-
* @throws {RequiredError}
|
|
1168
|
-
*/
|
|
1169
|
-
createPackage: async (o, a, r = {}) => {
|
|
1170
|
-
h("createPackage", "projectName", o), h("createPackage", "_package", a);
|
|
1171
|
-
const e = "/projects/{projectName}/packages".replace("{projectName}", encodeURIComponent(String(o))), t = new URL(e, m);
|
|
1172
|
-
let s;
|
|
1173
|
-
c && (s = c.baseOptions);
|
|
1174
|
-
const n = { method: "POST", ...s, ...r }, l = {}, i = {};
|
|
1175
|
-
l["Content-Type"] = "application/json", P(t, i);
|
|
1176
|
-
let p = s && s.headers ? s.headers : {};
|
|
1177
|
-
return n.headers = { ...l, ...p, ...r.headers }, n.data = A(a, n, c), {
|
|
1178
|
-
url: V(t),
|
|
1179
|
-
options: n
|
|
1180
|
-
};
|
|
1181
|
-
},
|
|
1182
|
-
/**
|
|
1183
|
-
* Permanently deletes a package and all its associated resources including models, notebooks, databases, and metadata. This operation cannot be undone, so use with caution. The package must exist and be accessible for deletion.
|
|
1184
|
-
* @summary Delete a package
|
|
1185
|
-
* @param {string} projectName Name of the project
|
|
1186
|
-
* @param {string} packageName Name of the package
|
|
1187
|
-
* @param {*} [options] Override http request option.
|
|
1188
|
-
* @throws {RequiredError}
|
|
1189
|
-
*/
|
|
1190
|
-
deletePackage: async (o, a, r = {}) => {
|
|
1191
|
-
h("deletePackage", "projectName", o), h("deletePackage", "packageName", a);
|
|
1192
|
-
const e = "/projects/{projectName}/packages/{packageName}".replace("{projectName}", encodeURIComponent(String(o))).replace("{packageName}", encodeURIComponent(String(a))), t = new URL(e, m);
|
|
1193
|
-
let s;
|
|
1194
|
-
c && (s = c.baseOptions);
|
|
1195
|
-
const n = { method: "DELETE", ...s, ...r }, l = {};
|
|
1196
|
-
P(t, {});
|
|
1197
|
-
let p = s && s.headers ? s.headers : {};
|
|
1198
|
-
return n.headers = { ...l, ...p, ...r.headers }, {
|
|
1199
|
-
url: V(t),
|
|
1200
|
-
options: n
|
|
1201
|
-
};
|
|
1202
|
-
},
|
|
1203
|
-
/**
|
|
1204
|
-
* Retrieves detailed information about a specific package, including its models, notebooks, databases, and metadata. The reload parameter can be used to refresh the package state from disk before returning the information. The versionId parameter allows access to specific package versions.
|
|
1205
|
-
* @summary Get package details and metadata
|
|
1206
|
-
* @param {string} projectName Name of the project
|
|
1207
|
-
* @param {string} packageName Package name
|
|
1208
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1209
|
-
* @param {boolean} [reload] Load / reload the package before returning result
|
|
1210
|
-
* @param {*} [options] Override http request option.
|
|
1211
|
-
* @throws {RequiredError}
|
|
1212
|
-
*/
|
|
1213
|
-
getPackage: async (o, a, r, e, t = {}) => {
|
|
1214
|
-
h("getPackage", "projectName", o), h("getPackage", "packageName", a);
|
|
1215
|
-
const s = "/projects/{projectName}/packages/{packageName}".replace("{projectName}", encodeURIComponent(String(o))).replace("{packageName}", encodeURIComponent(String(a))), n = new URL(s, m);
|
|
1216
|
-
let l;
|
|
1217
|
-
c && (l = c.baseOptions);
|
|
1218
|
-
const i = { method: "GET", ...l, ...t }, p = {}, d = {};
|
|
1219
|
-
r !== void 0 && (d.versionId = r), e !== void 0 && (d.reload = e), P(n, d);
|
|
1220
|
-
let y = l && l.headers ? l.headers : {};
|
|
1221
|
-
return i.headers = { ...p, ...y, ...t.headers }, {
|
|
1222
|
-
url: V(n),
|
|
1223
|
-
options: i
|
|
1224
|
-
};
|
|
1225
|
-
},
|
|
1226
|
-
/**
|
|
1227
|
-
* Retrieves a list of all Malloy packages within the specified project. Each package contains models, notebooks, databases, and other resources. This endpoint is useful for discovering available packages and their basic metadata.
|
|
1228
|
-
* @summary List project packages
|
|
1229
|
-
* @param {string} projectName Name of the project
|
|
1230
|
-
* @param {*} [options] Override http request option.
|
|
1231
|
-
* @throws {RequiredError}
|
|
1232
|
-
*/
|
|
1233
|
-
listPackages: async (o, a = {}) => {
|
|
1234
|
-
h("listPackages", "projectName", o);
|
|
1235
|
-
const r = "/projects/{projectName}/packages".replace("{projectName}", encodeURIComponent(String(o))), e = new URL(r, m);
|
|
1236
|
-
let t;
|
|
1237
|
-
c && (t = c.baseOptions);
|
|
1238
|
-
const s = { method: "GET", ...t, ...a }, n = {};
|
|
1239
|
-
P(e, {});
|
|
1240
|
-
let i = t && t.headers ? t.headers : {};
|
|
1241
|
-
return s.headers = { ...n, ...i, ...a.headers }, {
|
|
1242
|
-
url: V(e),
|
|
1243
|
-
options: s
|
|
1244
|
-
};
|
|
1245
|
-
},
|
|
1246
|
-
/**
|
|
1247
|
-
* Updates the configuration and metadata of an existing package. This allows you to modify package settings, update the description, change the location, or update other package-level properties. The package must exist and be accessible.
|
|
1248
|
-
* @summary Update package configuration
|
|
1249
|
-
* @param {string} projectName Name of the project
|
|
1250
|
-
* @param {string} packageName Name of the package
|
|
1251
|
-
* @param {Package} _package
|
|
1252
|
-
* @param {*} [options] Override http request option.
|
|
1253
|
-
* @throws {RequiredError}
|
|
1254
|
-
*/
|
|
1255
|
-
updatePackage: async (o, a, r, e = {}) => {
|
|
1256
|
-
h("updatePackage", "projectName", o), h("updatePackage", "packageName", a), h("updatePackage", "_package", r);
|
|
1257
|
-
const t = "/projects/{projectName}/packages/{packageName}".replace("{projectName}", encodeURIComponent(String(o))).replace("{packageName}", encodeURIComponent(String(a))), s = new URL(t, m);
|
|
1258
|
-
let n;
|
|
1259
|
-
c && (n = c.baseOptions);
|
|
1260
|
-
const l = { method: "PATCH", ...n, ...e }, i = {}, p = {};
|
|
1261
|
-
i["Content-Type"] = "application/json", P(s, p);
|
|
1262
|
-
let d = n && n.headers ? n.headers : {};
|
|
1263
|
-
return l.headers = { ...i, ...d, ...e.headers }, l.data = A(r, l, c), {
|
|
1264
|
-
url: V(s),
|
|
1265
|
-
options: l
|
|
1266
|
-
};
|
|
1267
|
-
}
|
|
1268
|
-
};
|
|
1269
|
-
}, C = function(c) {
|
|
1270
|
-
const o = H(c);
|
|
1271
|
-
return {
|
|
1272
|
-
/**
|
|
1273
|
-
* Creates a new Malloy package within the specified project. A package serves as a container for models, notebooks, embedded databases, and other resources. The package will be initialized with the provided metadata and can immediately accept content.
|
|
1274
|
-
* @summary Create a new package
|
|
1275
|
-
* @param {string} projectName Name of the project
|
|
1276
|
-
* @param {Package} _package
|
|
1277
|
-
* @param {*} [options] Override http request option.
|
|
1278
|
-
* @throws {RequiredError}
|
|
1279
|
-
*/
|
|
1280
|
-
async createPackage(a, r, e) {
|
|
1281
|
-
const t = await o.createPackage(a, r, e), s = c?.serverIndex ?? 0, n = g["PackagesApi.createPackage"]?.[s]?.url;
|
|
1282
|
-
return (l, i) => O(t, u, b, c)(l, n || i);
|
|
1283
|
-
},
|
|
1284
|
-
/**
|
|
1285
|
-
* Permanently deletes a package and all its associated resources including models, notebooks, databases, and metadata. This operation cannot be undone, so use with caution. The package must exist and be accessible for deletion.
|
|
1286
|
-
* @summary Delete a package
|
|
1287
|
-
* @param {string} projectName Name of the project
|
|
1288
|
-
* @param {string} packageName Name of the package
|
|
1289
|
-
* @param {*} [options] Override http request option.
|
|
1290
|
-
* @throws {RequiredError}
|
|
1291
|
-
*/
|
|
1292
|
-
async deletePackage(a, r, e) {
|
|
1293
|
-
const t = await o.deletePackage(a, r, e), s = c?.serverIndex ?? 0, n = g["PackagesApi.deletePackage"]?.[s]?.url;
|
|
1294
|
-
return (l, i) => O(t, u, b, c)(l, n || i);
|
|
1295
|
-
},
|
|
1296
|
-
/**
|
|
1297
|
-
* Retrieves detailed information about a specific package, including its models, notebooks, databases, and metadata. The reload parameter can be used to refresh the package state from disk before returning the information. The versionId parameter allows access to specific package versions.
|
|
1298
|
-
* @summary Get package details and metadata
|
|
1299
|
-
* @param {string} projectName Name of the project
|
|
1300
|
-
* @param {string} packageName Package name
|
|
1301
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1302
|
-
* @param {boolean} [reload] Load / reload the package before returning result
|
|
1303
|
-
* @param {*} [options] Override http request option.
|
|
1304
|
-
* @throws {RequiredError}
|
|
1305
|
-
*/
|
|
1306
|
-
async getPackage(a, r, e, t, s) {
|
|
1307
|
-
const n = await o.getPackage(a, r, e, t, s), l = c?.serverIndex ?? 0, i = g["PackagesApi.getPackage"]?.[l]?.url;
|
|
1308
|
-
return (p, d) => O(n, u, b, c)(p, i || d);
|
|
1309
|
-
},
|
|
1310
|
-
/**
|
|
1311
|
-
* Retrieves a list of all Malloy packages within the specified project. Each package contains models, notebooks, databases, and other resources. This endpoint is useful for discovering available packages and their basic metadata.
|
|
1312
|
-
* @summary List project packages
|
|
1313
|
-
* @param {string} projectName Name of the project
|
|
1314
|
-
* @param {*} [options] Override http request option.
|
|
1315
|
-
* @throws {RequiredError}
|
|
1316
|
-
*/
|
|
1317
|
-
async listPackages(a, r) {
|
|
1318
|
-
const e = await o.listPackages(a, r), t = c?.serverIndex ?? 0, s = g["PackagesApi.listPackages"]?.[t]?.url;
|
|
1319
|
-
return (n, l) => O(e, u, b, c)(n, s || l);
|
|
1320
|
-
},
|
|
1321
|
-
/**
|
|
1322
|
-
* Updates the configuration and metadata of an existing package. This allows you to modify package settings, update the description, change the location, or update other package-level properties. The package must exist and be accessible.
|
|
1323
|
-
* @summary Update package configuration
|
|
1324
|
-
* @param {string} projectName Name of the project
|
|
1325
|
-
* @param {string} packageName Name of the package
|
|
1326
|
-
* @param {Package} _package
|
|
1327
|
-
* @param {*} [options] Override http request option.
|
|
1328
|
-
* @throws {RequiredError}
|
|
1329
|
-
*/
|
|
1330
|
-
async updatePackage(a, r, e, t) {
|
|
1331
|
-
const s = await o.updatePackage(a, r, e, t), n = c?.serverIndex ?? 0, l = g["PackagesApi.updatePackage"]?.[n]?.url;
|
|
1332
|
-
return (i, p) => O(s, u, b, c)(i, l || p);
|
|
1333
|
-
}
|
|
1334
|
-
};
|
|
1335
|
-
}, ce = function(c, o, a) {
|
|
1336
|
-
const r = C(c);
|
|
1337
|
-
return {
|
|
1338
|
-
/**
|
|
1339
|
-
* Creates a new Malloy package within the specified project. A package serves as a container for models, notebooks, embedded databases, and other resources. The package will be initialized with the provided metadata and can immediately accept content.
|
|
1340
|
-
* @summary Create a new package
|
|
1341
|
-
* @param {string} projectName Name of the project
|
|
1342
|
-
* @param {Package} _package
|
|
1343
|
-
* @param {*} [options] Override http request option.
|
|
1344
|
-
* @throws {RequiredError}
|
|
1345
|
-
*/
|
|
1346
|
-
createPackage(e, t, s) {
|
|
1347
|
-
return r.createPackage(e, t, s).then((n) => n(a, o));
|
|
1348
|
-
},
|
|
1349
|
-
/**
|
|
1350
|
-
* Permanently deletes a package and all its associated resources including models, notebooks, databases, and metadata. This operation cannot be undone, so use with caution. The package must exist and be accessible for deletion.
|
|
1351
|
-
* @summary Delete a package
|
|
1352
|
-
* @param {string} projectName Name of the project
|
|
1353
|
-
* @param {string} packageName Name of the package
|
|
1354
|
-
* @param {*} [options] Override http request option.
|
|
1355
|
-
* @throws {RequiredError}
|
|
1356
|
-
*/
|
|
1357
|
-
deletePackage(e, t, s) {
|
|
1358
|
-
return r.deletePackage(e, t, s).then((n) => n(a, o));
|
|
1359
|
-
},
|
|
1360
|
-
/**
|
|
1361
|
-
* Retrieves detailed information about a specific package, including its models, notebooks, databases, and metadata. The reload parameter can be used to refresh the package state from disk before returning the information. The versionId parameter allows access to specific package versions.
|
|
1362
|
-
* @summary Get package details and metadata
|
|
1363
|
-
* @param {string} projectName Name of the project
|
|
1364
|
-
* @param {string} packageName Package name
|
|
1365
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1366
|
-
* @param {boolean} [reload] Load / reload the package before returning result
|
|
1367
|
-
* @param {*} [options] Override http request option.
|
|
1368
|
-
* @throws {RequiredError}
|
|
1369
|
-
*/
|
|
1370
|
-
getPackage(e, t, s, n, l) {
|
|
1371
|
-
return r.getPackage(e, t, s, n, l).then((i) => i(a, o));
|
|
1372
|
-
},
|
|
1373
|
-
/**
|
|
1374
|
-
* Retrieves a list of all Malloy packages within the specified project. Each package contains models, notebooks, databases, and other resources. This endpoint is useful for discovering available packages and their basic metadata.
|
|
1375
|
-
* @summary List project packages
|
|
1376
|
-
* @param {string} projectName Name of the project
|
|
1377
|
-
* @param {*} [options] Override http request option.
|
|
1378
|
-
* @throws {RequiredError}
|
|
1379
|
-
*/
|
|
1380
|
-
listPackages(e, t) {
|
|
1381
|
-
return r.listPackages(e, t).then((s) => s(a, o));
|
|
1382
|
-
},
|
|
1383
|
-
/**
|
|
1384
|
-
* Updates the configuration and metadata of an existing package. This allows you to modify package settings, update the description, change the location, or update other package-level properties. The package must exist and be accessible.
|
|
1385
|
-
* @summary Update package configuration
|
|
1386
|
-
* @param {string} projectName Name of the project
|
|
1387
|
-
* @param {string} packageName Name of the package
|
|
1388
|
-
* @param {Package} _package
|
|
1389
|
-
* @param {*} [options] Override http request option.
|
|
1390
|
-
* @throws {RequiredError}
|
|
1391
|
-
*/
|
|
1392
|
-
updatePackage(e, t, s, n) {
|
|
1393
|
-
return r.updatePackage(e, t, s, n).then((l) => l(a, o));
|
|
1394
|
-
}
|
|
1395
|
-
};
|
|
1396
|
-
};
|
|
1397
|
-
class le extends j {
|
|
1398
|
-
/**
|
|
1399
|
-
* Creates a new Malloy package within the specified project. A package serves as a container for models, notebooks, embedded databases, and other resources. The package will be initialized with the provided metadata and can immediately accept content.
|
|
1400
|
-
* @summary Create a new package
|
|
1401
|
-
* @param {string} projectName Name of the project
|
|
1402
|
-
* @param {Package} _package
|
|
1403
|
-
* @param {*} [options] Override http request option.
|
|
1404
|
-
* @throws {RequiredError}
|
|
1405
|
-
* @memberof PackagesApi
|
|
1406
|
-
*/
|
|
1407
|
-
createPackage(o, a, r) {
|
|
1408
|
-
return C(this.configuration).createPackage(o, a, r).then((e) => e(this.axios, this.basePath));
|
|
1409
|
-
}
|
|
1410
|
-
/**
|
|
1411
|
-
* Permanently deletes a package and all its associated resources including models, notebooks, databases, and metadata. This operation cannot be undone, so use with caution. The package must exist and be accessible for deletion.
|
|
1412
|
-
* @summary Delete a package
|
|
1413
|
-
* @param {string} projectName Name of the project
|
|
1414
|
-
* @param {string} packageName Name of the package
|
|
1415
|
-
* @param {*} [options] Override http request option.
|
|
1416
|
-
* @throws {RequiredError}
|
|
1417
|
-
* @memberof PackagesApi
|
|
1418
|
-
*/
|
|
1419
|
-
deletePackage(o, a, r) {
|
|
1420
|
-
return C(this.configuration).deletePackage(o, a, r).then((e) => e(this.axios, this.basePath));
|
|
1421
|
-
}
|
|
1422
|
-
/**
|
|
1423
|
-
* Retrieves detailed information about a specific package, including its models, notebooks, databases, and metadata. The reload parameter can be used to refresh the package state from disk before returning the information. The versionId parameter allows access to specific package versions.
|
|
1424
|
-
* @summary Get package details and metadata
|
|
1425
|
-
* @param {string} projectName Name of the project
|
|
1426
|
-
* @param {string} packageName Package name
|
|
1427
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1428
|
-
* @param {boolean} [reload] Load / reload the package before returning result
|
|
1429
|
-
* @param {*} [options] Override http request option.
|
|
1430
|
-
* @throws {RequiredError}
|
|
1431
|
-
* @memberof PackagesApi
|
|
1432
|
-
*/
|
|
1433
|
-
getPackage(o, a, r, e, t) {
|
|
1434
|
-
return C(this.configuration).getPackage(o, a, r, e, t).then((s) => s(this.axios, this.basePath));
|
|
1435
|
-
}
|
|
1436
|
-
/**
|
|
1437
|
-
* Retrieves a list of all Malloy packages within the specified project. Each package contains models, notebooks, databases, and other resources. This endpoint is useful for discovering available packages and their basic metadata.
|
|
1438
|
-
* @summary List project packages
|
|
1439
|
-
* @param {string} projectName Name of the project
|
|
1440
|
-
* @param {*} [options] Override http request option.
|
|
1441
|
-
* @throws {RequiredError}
|
|
1442
|
-
* @memberof PackagesApi
|
|
1443
|
-
*/
|
|
1444
|
-
listPackages(o, a) {
|
|
1445
|
-
return C(this.configuration).listPackages(o, a).then((r) => r(this.axios, this.basePath));
|
|
1446
|
-
}
|
|
1447
|
-
/**
|
|
1448
|
-
* Updates the configuration and metadata of an existing package. This allows you to modify package settings, update the description, change the location, or update other package-level properties. The package must exist and be accessible.
|
|
1449
|
-
* @summary Update package configuration
|
|
1450
|
-
* @param {string} projectName Name of the project
|
|
1451
|
-
* @param {string} packageName Name of the package
|
|
1452
|
-
* @param {Package} _package
|
|
1453
|
-
* @param {*} [options] Override http request option.
|
|
1454
|
-
* @throws {RequiredError}
|
|
1455
|
-
* @memberof PackagesApi
|
|
1456
|
-
*/
|
|
1457
|
-
updatePackage(o, a, r, e) {
|
|
1458
|
-
return C(this.configuration).updatePackage(o, a, r, e).then((t) => t(this.axios, this.basePath));
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
const L = function(c) {
|
|
1462
|
-
return {
|
|
1463
|
-
/**
|
|
1464
|
-
* Creates a new Malloy project with the specified configuration. A project serves as a container for packages, connections, and other resources. The project will be initialized with the provided metadata and can immediately accept packages and connections.
|
|
1465
|
-
* @summary Create a new project
|
|
1466
|
-
* @param {Project} project
|
|
1467
|
-
* @param {*} [options] Override http request option.
|
|
1468
|
-
* @throws {RequiredError}
|
|
1469
|
-
*/
|
|
1470
|
-
createProject: async (o, a = {}) => {
|
|
1471
|
-
h("createProject", "project", o);
|
|
1472
|
-
const r = "/projects", e = new URL(r, m);
|
|
1473
|
-
let t;
|
|
1474
|
-
c && (t = c.baseOptions);
|
|
1475
|
-
const s = { method: "POST", ...t, ...a }, n = {}, l = {};
|
|
1476
|
-
n["Content-Type"] = "application/json", P(e, l);
|
|
1477
|
-
let i = t && t.headers ? t.headers : {};
|
|
1478
|
-
return s.headers = { ...n, ...i, ...a.headers }, s.data = A(o, s, c), {
|
|
1479
|
-
url: V(e),
|
|
1480
|
-
options: s
|
|
1481
|
-
};
|
|
1482
|
-
},
|
|
1483
|
-
/**
|
|
1484
|
-
* Permanently deletes a project and all its associated resources including packages, connections, and metadata. This operation cannot be undone, so use with caution. The project must exist and be accessible for deletion.
|
|
1485
|
-
* @summary Delete a project
|
|
1486
|
-
* @param {string} projectName Name of the project
|
|
1487
|
-
* @param {*} [options] Override http request option.
|
|
1488
|
-
* @throws {RequiredError}
|
|
1489
|
-
*/
|
|
1490
|
-
deleteProject: async (o, a = {}) => {
|
|
1491
|
-
h("deleteProject", "projectName", o);
|
|
1492
|
-
const r = "/projects/{projectName}".replace("{projectName}", encodeURIComponent(String(o))), e = new URL(r, m);
|
|
1493
|
-
let t;
|
|
1494
|
-
c && (t = c.baseOptions);
|
|
1495
|
-
const s = { method: "DELETE", ...t, ...a }, n = {};
|
|
1496
|
-
P(e, {});
|
|
1497
|
-
let i = t && t.headers ? t.headers : {};
|
|
1498
|
-
return s.headers = { ...n, ...i, ...a.headers }, {
|
|
1499
|
-
url: V(e),
|
|
1500
|
-
options: s
|
|
1501
|
-
};
|
|
1502
|
-
},
|
|
1503
|
-
/**
|
|
1504
|
-
* Retrieves detailed information about a specific project, including its packages, connections, configuration, and metadata. The reload parameter can be used to refresh the project state from disk before returning the information.
|
|
1505
|
-
* @summary Get project details and metadata
|
|
1506
|
-
* @param {string} projectName Name of the project
|
|
1507
|
-
* @param {boolean} [reload] Load / reload the project before returning result
|
|
1508
|
-
* @param {*} [options] Override http request option.
|
|
1509
|
-
* @throws {RequiredError}
|
|
1510
|
-
*/
|
|
1511
|
-
getProject: async (o, a, r = {}) => {
|
|
1512
|
-
h("getProject", "projectName", o);
|
|
1513
|
-
const e = "/projects/{projectName}".replace("{projectName}", encodeURIComponent(String(o))), t = new URL(e, m);
|
|
1514
|
-
let s;
|
|
1515
|
-
c && (s = c.baseOptions);
|
|
1516
|
-
const n = { method: "GET", ...s, ...r }, l = {}, i = {};
|
|
1517
|
-
a !== void 0 && (i.reload = a), P(t, i);
|
|
1518
|
-
let p = s && s.headers ? s.headers : {};
|
|
1519
|
-
return n.headers = { ...l, ...p, ...r.headers }, {
|
|
1520
|
-
url: V(t),
|
|
1521
|
-
options: n
|
|
1522
|
-
};
|
|
1523
|
-
},
|
|
1524
|
-
/**
|
|
1525
|
-
* Retrieves a list of all projects currently hosted on this Malloy Publisher server. Each project contains metadata about its packages, connections, and configuration. This endpoint is typically used to discover available projects and their basic information.
|
|
1526
|
-
* @summary List all available projects
|
|
1527
|
-
* @param {*} [options] Override http request option.
|
|
1528
|
-
* @throws {RequiredError}
|
|
1529
|
-
*/
|
|
1530
|
-
listProjects: async (o = {}) => {
|
|
1531
|
-
const a = "/projects", r = new URL(a, m);
|
|
1532
|
-
let e;
|
|
1533
|
-
c && (e = c.baseOptions);
|
|
1534
|
-
const t = { method: "GET", ...e, ...o }, s = {};
|
|
1535
|
-
P(r, {});
|
|
1536
|
-
let l = e && e.headers ? e.headers : {};
|
|
1537
|
-
return t.headers = { ...s, ...l, ...o.headers }, {
|
|
1538
|
-
url: V(r),
|
|
1539
|
-
options: t
|
|
1540
|
-
};
|
|
1541
|
-
},
|
|
1542
|
-
/**
|
|
1543
|
-
* Updates the configuration and metadata of an existing project. This allows you to modify project settings, update the README, change the location, or update other project-level properties. The project must exist and be accessible.
|
|
1544
|
-
* @summary Update project configuration
|
|
1545
|
-
* @param {string} projectName Name of the project
|
|
1546
|
-
* @param {Project} project
|
|
1547
|
-
* @param {*} [options] Override http request option.
|
|
1548
|
-
* @throws {RequiredError}
|
|
1549
|
-
*/
|
|
1550
|
-
updateProject: async (o, a, r = {}) => {
|
|
1551
|
-
h("updateProject", "projectName", o), h("updateProject", "project", a);
|
|
1552
|
-
const e = "/projects/{projectName}".replace("{projectName}", encodeURIComponent(String(o))), t = new URL(e, m);
|
|
1553
|
-
let s;
|
|
1554
|
-
c && (s = c.baseOptions);
|
|
1555
|
-
const n = { method: "PATCH", ...s, ...r }, l = {}, i = {};
|
|
1556
|
-
l["Content-Type"] = "application/json", P(t, i);
|
|
1557
|
-
let p = s && s.headers ? s.headers : {};
|
|
1558
|
-
return n.headers = { ...l, ...p, ...r.headers }, n.data = A(a, n, c), {
|
|
1559
|
-
url: V(t),
|
|
1560
|
-
options: n
|
|
1561
|
-
};
|
|
1562
|
-
}
|
|
1563
|
-
};
|
|
1564
|
-
}, k = function(c) {
|
|
1565
|
-
const o = L(c);
|
|
1566
|
-
return {
|
|
1567
|
-
/**
|
|
1568
|
-
* Creates a new Malloy project with the specified configuration. A project serves as a container for packages, connections, and other resources. The project will be initialized with the provided metadata and can immediately accept packages and connections.
|
|
1569
|
-
* @summary Create a new project
|
|
1570
|
-
* @param {Project} project
|
|
1571
|
-
* @param {*} [options] Override http request option.
|
|
1572
|
-
* @throws {RequiredError}
|
|
1573
|
-
*/
|
|
1574
|
-
async createProject(a, r) {
|
|
1575
|
-
const e = await o.createProject(a, r), t = c?.serverIndex ?? 0, s = g["ProjectsApi.createProject"]?.[t]?.url;
|
|
1576
|
-
return (n, l) => O(e, u, b, c)(n, s || l);
|
|
1577
|
-
},
|
|
1578
|
-
/**
|
|
1579
|
-
* Permanently deletes a project and all its associated resources including packages, connections, and metadata. This operation cannot be undone, so use with caution. The project must exist and be accessible for deletion.
|
|
1580
|
-
* @summary Delete a project
|
|
1581
|
-
* @param {string} projectName Name of the project
|
|
1582
|
-
* @param {*} [options] Override http request option.
|
|
1583
|
-
* @throws {RequiredError}
|
|
1584
|
-
*/
|
|
1585
|
-
async deleteProject(a, r) {
|
|
1586
|
-
const e = await o.deleteProject(a, r), t = c?.serverIndex ?? 0, s = g["ProjectsApi.deleteProject"]?.[t]?.url;
|
|
1587
|
-
return (n, l) => O(e, u, b, c)(n, s || l);
|
|
1588
|
-
},
|
|
1589
|
-
/**
|
|
1590
|
-
* Retrieves detailed information about a specific project, including its packages, connections, configuration, and metadata. The reload parameter can be used to refresh the project state from disk before returning the information.
|
|
1591
|
-
* @summary Get project details and metadata
|
|
1592
|
-
* @param {string} projectName Name of the project
|
|
1593
|
-
* @param {boolean} [reload] Load / reload the project before returning result
|
|
1594
|
-
* @param {*} [options] Override http request option.
|
|
1595
|
-
* @throws {RequiredError}
|
|
1596
|
-
*/
|
|
1597
|
-
async getProject(a, r, e) {
|
|
1598
|
-
const t = await o.getProject(a, r, e), s = c?.serverIndex ?? 0, n = g["ProjectsApi.getProject"]?.[s]?.url;
|
|
1599
|
-
return (l, i) => O(t, u, b, c)(l, n || i);
|
|
1600
|
-
},
|
|
1601
|
-
/**
|
|
1602
|
-
* Retrieves a list of all projects currently hosted on this Malloy Publisher server. Each project contains metadata about its packages, connections, and configuration. This endpoint is typically used to discover available projects and their basic information.
|
|
1603
|
-
* @summary List all available projects
|
|
1604
|
-
* @param {*} [options] Override http request option.
|
|
1605
|
-
* @throws {RequiredError}
|
|
1606
|
-
*/
|
|
1607
|
-
async listProjects(a) {
|
|
1608
|
-
const r = await o.listProjects(a), e = c?.serverIndex ?? 0, t = g["ProjectsApi.listProjects"]?.[e]?.url;
|
|
1609
|
-
return (s, n) => O(r, u, b, c)(s, t || n);
|
|
1610
|
-
},
|
|
1611
|
-
/**
|
|
1612
|
-
* Updates the configuration and metadata of an existing project. This allows you to modify project settings, update the README, change the location, or update other project-level properties. The project must exist and be accessible.
|
|
1613
|
-
* @summary Update project configuration
|
|
1614
|
-
* @param {string} projectName Name of the project
|
|
1615
|
-
* @param {Project} project
|
|
1616
|
-
* @param {*} [options] Override http request option.
|
|
1617
|
-
* @throws {RequiredError}
|
|
1618
|
-
*/
|
|
1619
|
-
async updateProject(a, r, e) {
|
|
1620
|
-
const t = await o.updateProject(a, r, e), s = c?.serverIndex ?? 0, n = g["ProjectsApi.updateProject"]?.[s]?.url;
|
|
1621
|
-
return (l, i) => O(t, u, b, c)(l, n || i);
|
|
1622
|
-
}
|
|
1623
|
-
};
|
|
1624
|
-
}, ie = function(c, o, a) {
|
|
1625
|
-
const r = k(c);
|
|
1626
|
-
return {
|
|
1627
|
-
/**
|
|
1628
|
-
* Creates a new Malloy project with the specified configuration. A project serves as a container for packages, connections, and other resources. The project will be initialized with the provided metadata and can immediately accept packages and connections.
|
|
1629
|
-
* @summary Create a new project
|
|
1630
|
-
* @param {Project} project
|
|
1631
|
-
* @param {*} [options] Override http request option.
|
|
1632
|
-
* @throws {RequiredError}
|
|
1633
|
-
*/
|
|
1634
|
-
createProject(e, t) {
|
|
1635
|
-
return r.createProject(e, t).then((s) => s(a, o));
|
|
1636
|
-
},
|
|
1637
|
-
/**
|
|
1638
|
-
* Permanently deletes a project and all its associated resources including packages, connections, and metadata. This operation cannot be undone, so use with caution. The project must exist and be accessible for deletion.
|
|
1639
|
-
* @summary Delete a project
|
|
1640
|
-
* @param {string} projectName Name of the project
|
|
1641
|
-
* @param {*} [options] Override http request option.
|
|
1642
|
-
* @throws {RequiredError}
|
|
1643
|
-
*/
|
|
1644
|
-
deleteProject(e, t) {
|
|
1645
|
-
return r.deleteProject(e, t).then((s) => s(a, o));
|
|
1646
|
-
},
|
|
1647
|
-
/**
|
|
1648
|
-
* Retrieves detailed information about a specific project, including its packages, connections, configuration, and metadata. The reload parameter can be used to refresh the project state from disk before returning the information.
|
|
1649
|
-
* @summary Get project details and metadata
|
|
1650
|
-
* @param {string} projectName Name of the project
|
|
1651
|
-
* @param {boolean} [reload] Load / reload the project before returning result
|
|
1652
|
-
* @param {*} [options] Override http request option.
|
|
1653
|
-
* @throws {RequiredError}
|
|
1654
|
-
*/
|
|
1655
|
-
getProject(e, t, s) {
|
|
1656
|
-
return r.getProject(e, t, s).then((n) => n(a, o));
|
|
1657
|
-
},
|
|
1658
|
-
/**
|
|
1659
|
-
* Retrieves a list of all projects currently hosted on this Malloy Publisher server. Each project contains metadata about its packages, connections, and configuration. This endpoint is typically used to discover available projects and their basic information.
|
|
1660
|
-
* @summary List all available projects
|
|
1661
|
-
* @param {*} [options] Override http request option.
|
|
1662
|
-
* @throws {RequiredError}
|
|
1663
|
-
*/
|
|
1664
|
-
listProjects(e) {
|
|
1665
|
-
return r.listProjects(e).then((t) => t(a, o));
|
|
1666
|
-
},
|
|
1667
|
-
/**
|
|
1668
|
-
* Updates the configuration and metadata of an existing project. This allows you to modify project settings, update the README, change the location, or update other project-level properties. The project must exist and be accessible.
|
|
1669
|
-
* @summary Update project configuration
|
|
1670
|
-
* @param {string} projectName Name of the project
|
|
1671
|
-
* @param {Project} project
|
|
1672
|
-
* @param {*} [options] Override http request option.
|
|
1673
|
-
* @throws {RequiredError}
|
|
1674
|
-
*/
|
|
1675
|
-
updateProject(e, t, s) {
|
|
1676
|
-
return r.updateProject(e, t, s).then((n) => n(a, o));
|
|
1677
|
-
}
|
|
1678
|
-
};
|
|
1679
|
-
};
|
|
1680
|
-
class pe extends j {
|
|
1681
|
-
/**
|
|
1682
|
-
* Creates a new Malloy project with the specified configuration. A project serves as a container for packages, connections, and other resources. The project will be initialized with the provided metadata and can immediately accept packages and connections.
|
|
1683
|
-
* @summary Create a new project
|
|
1684
|
-
* @param {Project} project
|
|
1685
|
-
* @param {*} [options] Override http request option.
|
|
1686
|
-
* @throws {RequiredError}
|
|
1687
|
-
* @memberof ProjectsApi
|
|
1688
|
-
*/
|
|
1689
|
-
createProject(o, a) {
|
|
1690
|
-
return k(this.configuration).createProject(o, a).then((r) => r(this.axios, this.basePath));
|
|
1691
|
-
}
|
|
1692
|
-
/**
|
|
1693
|
-
* Permanently deletes a project and all its associated resources including packages, connections, and metadata. This operation cannot be undone, so use with caution. The project must exist and be accessible for deletion.
|
|
1694
|
-
* @summary Delete a project
|
|
1695
|
-
* @param {string} projectName Name of the project
|
|
1696
|
-
* @param {*} [options] Override http request option.
|
|
1697
|
-
* @throws {RequiredError}
|
|
1698
|
-
* @memberof ProjectsApi
|
|
1699
|
-
*/
|
|
1700
|
-
deleteProject(o, a) {
|
|
1701
|
-
return k(this.configuration).deleteProject(o, a).then((r) => r(this.axios, this.basePath));
|
|
1702
|
-
}
|
|
1703
|
-
/**
|
|
1704
|
-
* Retrieves detailed information about a specific project, including its packages, connections, configuration, and metadata. The reload parameter can be used to refresh the project state from disk before returning the information.
|
|
1705
|
-
* @summary Get project details and metadata
|
|
1706
|
-
* @param {string} projectName Name of the project
|
|
1707
|
-
* @param {boolean} [reload] Load / reload the project before returning result
|
|
1708
|
-
* @param {*} [options] Override http request option.
|
|
1709
|
-
* @throws {RequiredError}
|
|
1710
|
-
* @memberof ProjectsApi
|
|
1711
|
-
*/
|
|
1712
|
-
getProject(o, a, r) {
|
|
1713
|
-
return k(this.configuration).getProject(o, a, r).then((e) => e(this.axios, this.basePath));
|
|
1714
|
-
}
|
|
1715
|
-
/**
|
|
1716
|
-
* Retrieves a list of all projects currently hosted on this Malloy Publisher server. Each project contains metadata about its packages, connections, and configuration. This endpoint is typically used to discover available projects and their basic information.
|
|
1717
|
-
* @summary List all available projects
|
|
1718
|
-
* @param {*} [options] Override http request option.
|
|
1719
|
-
* @throws {RequiredError}
|
|
1720
|
-
* @memberof ProjectsApi
|
|
1721
|
-
*/
|
|
1722
|
-
listProjects(o) {
|
|
1723
|
-
return k(this.configuration).listProjects(o).then((a) => a(this.axios, this.basePath));
|
|
1724
|
-
}
|
|
1725
|
-
/**
|
|
1726
|
-
* Updates the configuration and metadata of an existing project. This allows you to modify project settings, update the README, change the location, or update other project-level properties. The project must exist and be accessible.
|
|
1727
|
-
* @summary Update project configuration
|
|
1728
|
-
* @param {string} projectName Name of the project
|
|
1729
|
-
* @param {Project} project
|
|
1730
|
-
* @param {*} [options] Override http request option.
|
|
1731
|
-
* @throws {RequiredError}
|
|
1732
|
-
* @memberof ProjectsApi
|
|
1733
|
-
*/
|
|
1734
|
-
updateProject(o, a, r) {
|
|
1735
|
-
return k(this.configuration).updateProject(o, a, r).then((e) => e(this.axios, this.basePath));
|
|
1736
|
-
}
|
|
1737
|
-
}
|
|
1738
|
-
const E = function(c) {
|
|
1739
|
-
return {
|
|
1740
|
-
/**
|
|
1741
|
-
* Returns the current status of the Malloy Publisher server, including initialization state, available projects, and server timestamp. This endpoint is useful for health checks and monitoring server availability.
|
|
1742
|
-
* @summary Get server status and health information
|
|
1743
|
-
* @param {*} [options] Override http request option.
|
|
1744
|
-
* @throws {RequiredError}
|
|
1745
|
-
*/
|
|
1746
|
-
getStatus: async (o = {}) => {
|
|
1747
|
-
const a = "/status", r = new URL(a, m);
|
|
1748
|
-
let e;
|
|
1749
|
-
c && (e = c.baseOptions);
|
|
1750
|
-
const t = { method: "GET", ...e, ...o }, s = {};
|
|
1751
|
-
P(r, {});
|
|
1752
|
-
let l = e && e.headers ? e.headers : {};
|
|
1753
|
-
return t.headers = { ...s, ...l, ...o.headers }, {
|
|
1754
|
-
url: V(r),
|
|
1755
|
-
options: t
|
|
1756
|
-
};
|
|
1757
|
-
}
|
|
1758
|
-
};
|
|
1759
|
-
}, T = function(c) {
|
|
1760
|
-
const o = E(c);
|
|
1761
|
-
return {
|
|
1762
|
-
/**
|
|
1763
|
-
* Returns the current status of the Malloy Publisher server, including initialization state, available projects, and server timestamp. This endpoint is useful for health checks and monitoring server availability.
|
|
1764
|
-
* @summary Get server status and health information
|
|
1765
|
-
* @param {*} [options] Override http request option.
|
|
1766
|
-
* @throws {RequiredError}
|
|
1767
|
-
*/
|
|
1768
|
-
async getStatus(a) {
|
|
1769
|
-
const r = await o.getStatus(a), e = c?.serverIndex ?? 0, t = g["PublisherApi.getStatus"]?.[e]?.url;
|
|
1770
|
-
return (s, n) => O(r, u, b, c)(s, t || n);
|
|
1771
|
-
}
|
|
1772
|
-
};
|
|
1773
|
-
}, de = function(c, o, a) {
|
|
1774
|
-
const r = T(c);
|
|
1775
|
-
return {
|
|
1776
|
-
/**
|
|
1777
|
-
* Returns the current status of the Malloy Publisher server, including initialization state, available projects, and server timestamp. This endpoint is useful for health checks and monitoring server availability.
|
|
1778
|
-
* @summary Get server status and health information
|
|
1779
|
-
* @param {*} [options] Override http request option.
|
|
1780
|
-
* @throws {RequiredError}
|
|
1781
|
-
*/
|
|
1782
|
-
getStatus(e) {
|
|
1783
|
-
return r.getStatus(e).then((t) => t(a, o));
|
|
1784
|
-
}
|
|
1785
|
-
};
|
|
1786
|
-
};
|
|
1787
|
-
class he extends j {
|
|
1788
|
-
/**
|
|
1789
|
-
* Returns the current status of the Malloy Publisher server, including initialization state, available projects, and server timestamp. This endpoint is useful for health checks and monitoring server availability.
|
|
1790
|
-
* @summary Get server status and health information
|
|
1791
|
-
* @param {*} [options] Override http request option.
|
|
1792
|
-
* @throws {RequiredError}
|
|
1793
|
-
* @memberof PublisherApi
|
|
1794
|
-
*/
|
|
1795
|
-
getStatus(o) {
|
|
1796
|
-
return T(this.configuration).getStatus(o).then((a) => a(this.axios, this.basePath));
|
|
1797
|
-
}
|
|
1798
|
-
}
|
|
1799
|
-
const W = function(c) {
|
|
1800
|
-
return {
|
|
1801
|
-
/**
|
|
1802
|
-
* Executes a Malloy query against a model and returns the results. The query can be specified as a raw Malloy query string or by referencing a named query within the model. This endpoint supports both ad-hoc queries and predefined model queries, making it flexible for various use cases including data exploration, reporting, and application integration.
|
|
1803
|
-
* @summary Execute Malloy query
|
|
1804
|
-
* @param {string} projectName Name of the project
|
|
1805
|
-
* @param {string} packageName Name of the package
|
|
1806
|
-
* @param {string} path Path to the model within the package
|
|
1807
|
-
* @param {string} [query] Query string to execute on the model. If the query parameter is set, the queryName parameter must be empty.
|
|
1808
|
-
* @param {string} [sourceName] Name of the source in the model to use for queryName, search, and topValue requests.
|
|
1809
|
-
* @param {string} [queryName] Name of a query to execute on a source in the model. Requires the sourceName parameter is set. If the queryName parameter is set, the query parameter must be empty.
|
|
1810
|
-
* @param {string} [versionId] Version ID
|
|
1811
|
-
* @param {*} [options] Override http request option.
|
|
1812
|
-
* @throws {RequiredError}
|
|
1813
|
-
*/
|
|
1814
|
-
executeQuery: async (o, a, r, e, t, s, n, l = {}) => {
|
|
1815
|
-
h("executeQuery", "projectName", o), h("executeQuery", "packageName", a), h("executeQuery", "path", r);
|
|
1816
|
-
const i = "/projects/{projectName}/packages/{packageName}/queryResults/{path}".replace("{projectName}", encodeURIComponent(String(o))).replace("{packageName}", encodeURIComponent(String(a))).replace("{path}", encodeURIComponent(String(r))), p = new URL(i, m);
|
|
1817
|
-
let d;
|
|
1818
|
-
c && (d = c.baseOptions);
|
|
1819
|
-
const y = { method: "GET", ...d, ...l }, v = {}, x = {};
|
|
1820
|
-
e !== void 0 && (x.query = e), t !== void 0 && (x.sourceName = t), s !== void 0 && (x.queryName = s), n !== void 0 && (x.versionId = n), P(p, x);
|
|
1821
|
-
let B = d && d.headers ? d.headers : {};
|
|
1822
|
-
return y.headers = { ...v, ...B, ...l.headers }, {
|
|
1823
|
-
url: V(p),
|
|
1824
|
-
options: y
|
|
1825
|
-
};
|
|
1826
|
-
}
|
|
1827
|
-
};
|
|
1828
|
-
}, Q = function(c) {
|
|
1829
|
-
const o = W(c);
|
|
1830
|
-
return {
|
|
1831
|
-
/**
|
|
1832
|
-
* Executes a Malloy query against a model and returns the results. The query can be specified as a raw Malloy query string or by referencing a named query within the model. This endpoint supports both ad-hoc queries and predefined model queries, making it flexible for various use cases including data exploration, reporting, and application integration.
|
|
1833
|
-
* @summary Execute Malloy query
|
|
1834
|
-
* @param {string} projectName Name of the project
|
|
1835
|
-
* @param {string} packageName Name of the package
|
|
1836
|
-
* @param {string} path Path to the model within the package
|
|
1837
|
-
* @param {string} [query] Query string to execute on the model. If the query parameter is set, the queryName parameter must be empty.
|
|
1838
|
-
* @param {string} [sourceName] Name of the source in the model to use for queryName, search, and topValue requests.
|
|
1839
|
-
* @param {string} [queryName] Name of a query to execute on a source in the model. Requires the sourceName parameter is set. If the queryName parameter is set, the query parameter must be empty.
|
|
1840
|
-
* @param {string} [versionId] Version ID
|
|
1841
|
-
* @param {*} [options] Override http request option.
|
|
1842
|
-
* @throws {RequiredError}
|
|
1843
|
-
*/
|
|
1844
|
-
async executeQuery(a, r, e, t, s, n, l, i) {
|
|
1845
|
-
const p = await o.executeQuery(a, r, e, t, s, n, l, i), d = c?.serverIndex ?? 0, y = g["QueryresultsApi.executeQuery"]?.[d]?.url;
|
|
1846
|
-
return (v, x) => O(p, u, b, c)(v, y || x);
|
|
1847
|
-
}
|
|
1848
|
-
};
|
|
1849
|
-
}, ue = function(c, o, a) {
|
|
1850
|
-
const r = Q(c);
|
|
1851
|
-
return {
|
|
1852
|
-
/**
|
|
1853
|
-
* Executes a Malloy query against a model and returns the results. The query can be specified as a raw Malloy query string or by referencing a named query within the model. This endpoint supports both ad-hoc queries and predefined model queries, making it flexible for various use cases including data exploration, reporting, and application integration.
|
|
1854
|
-
* @summary Execute Malloy query
|
|
1855
|
-
* @param {string} projectName Name of the project
|
|
1856
|
-
* @param {string} packageName Name of the package
|
|
1857
|
-
* @param {string} path Path to the model within the package
|
|
1858
|
-
* @param {string} [query] Query string to execute on the model. If the query parameter is set, the queryName parameter must be empty.
|
|
1859
|
-
* @param {string} [sourceName] Name of the source in the model to use for queryName, search, and topValue requests.
|
|
1860
|
-
* @param {string} [queryName] Name of a query to execute on a source in the model. Requires the sourceName parameter is set. If the queryName parameter is set, the query parameter must be empty.
|
|
1861
|
-
* @param {string} [versionId] Version ID
|
|
1862
|
-
* @param {*} [options] Override http request option.
|
|
1863
|
-
* @throws {RequiredError}
|
|
1864
|
-
*/
|
|
1865
|
-
executeQuery(e, t, s, n, l, i, p, d) {
|
|
1866
|
-
return r.executeQuery(e, t, s, n, l, i, p, d).then((y) => y(a, o));
|
|
1867
|
-
}
|
|
1868
|
-
};
|
|
1869
|
-
};
|
|
1870
|
-
class me extends j {
|
|
1871
|
-
/**
|
|
1872
|
-
* Executes a Malloy query against a model and returns the results. The query can be specified as a raw Malloy query string or by referencing a named query within the model. This endpoint supports both ad-hoc queries and predefined model queries, making it flexible for various use cases including data exploration, reporting, and application integration.
|
|
1873
|
-
* @summary Execute Malloy query
|
|
1874
|
-
* @param {string} projectName Name of the project
|
|
1875
|
-
* @param {string} packageName Name of the package
|
|
1876
|
-
* @param {string} path Path to the model within the package
|
|
1877
|
-
* @param {string} [query] Query string to execute on the model. If the query parameter is set, the queryName parameter must be empty.
|
|
1878
|
-
* @param {string} [sourceName] Name of the source in the model to use for queryName, search, and topValue requests.
|
|
1879
|
-
* @param {string} [queryName] Name of a query to execute on a source in the model. Requires the sourceName parameter is set. If the queryName parameter is set, the query parameter must be empty.
|
|
1880
|
-
* @param {string} [versionId] Version ID
|
|
1881
|
-
* @param {*} [options] Override http request option.
|
|
1882
|
-
* @throws {RequiredError}
|
|
1883
|
-
* @memberof QueryresultsApi
|
|
1884
|
-
*/
|
|
1885
|
-
executeQuery(o, a, r, e, t, s, n, l) {
|
|
1886
|
-
return Q(this.configuration).executeQuery(o, a, r, e, t, s, n, l).then((i) => i(this.axios, this.basePath));
|
|
1887
|
-
}
|
|
1888
|
-
}
|
|
1889
|
-
const D = function(c) {
|
|
1890
|
-
return {
|
|
1891
|
-
/**
|
|
1892
|
-
* Retrieves a list of all scheduled tasks associated with the specified package. These schedules define automated operations such as data refresh, report generation, or other recurring tasks. Each schedule includes timing information and execution status.
|
|
1893
|
-
* @summary List package schedules
|
|
1894
|
-
* @param {string} projectName Name of the project
|
|
1895
|
-
* @param {string} packageName Name of the package
|
|
1896
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1897
|
-
* @param {*} [options] Override http request option.
|
|
1898
|
-
* @throws {RequiredError}
|
|
1899
|
-
*/
|
|
1900
|
-
listSchedules: async (o, a, r, e = {}) => {
|
|
1901
|
-
h("listSchedules", "projectName", o), h("listSchedules", "packageName", a);
|
|
1902
|
-
const t = "/projects/{projectName}/packages/{packageName}/schedules".replace("{projectName}", encodeURIComponent(String(o))).replace("{packageName}", encodeURIComponent(String(a))), s = new URL(t, m);
|
|
1903
|
-
let n;
|
|
1904
|
-
c && (n = c.baseOptions);
|
|
1905
|
-
const l = { method: "GET", ...n, ...e }, i = {}, p = {};
|
|
1906
|
-
r !== void 0 && (p.versionId = r), P(s, p);
|
|
1907
|
-
let d = n && n.headers ? n.headers : {};
|
|
1908
|
-
return l.headers = { ...i, ...d, ...e.headers }, {
|
|
1909
|
-
url: V(s),
|
|
1910
|
-
options: l
|
|
1911
|
-
};
|
|
1912
|
-
}
|
|
1913
|
-
};
|
|
1914
|
-
}, w = function(c) {
|
|
1915
|
-
const o = D(c);
|
|
1916
|
-
return {
|
|
1917
|
-
/**
|
|
1918
|
-
* Retrieves a list of all scheduled tasks associated with the specified package. These schedules define automated operations such as data refresh, report generation, or other recurring tasks. Each schedule includes timing information and execution status.
|
|
1919
|
-
* @summary List package schedules
|
|
1920
|
-
* @param {string} projectName Name of the project
|
|
1921
|
-
* @param {string} packageName Name of the package
|
|
1922
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1923
|
-
* @param {*} [options] Override http request option.
|
|
1924
|
-
* @throws {RequiredError}
|
|
1925
|
-
*/
|
|
1926
|
-
async listSchedules(a, r, e, t) {
|
|
1927
|
-
const s = await o.listSchedules(a, r, e, t), n = c?.serverIndex ?? 0, l = g["SchedulesApi.listSchedules"]?.[n]?.url;
|
|
1928
|
-
return (i, p) => O(s, u, b, c)(i, l || p);
|
|
1929
|
-
}
|
|
1930
|
-
};
|
|
1931
|
-
}, Pe = function(c, o, a) {
|
|
1932
|
-
const r = w(c);
|
|
1933
|
-
return {
|
|
1934
|
-
/**
|
|
1935
|
-
* Retrieves a list of all scheduled tasks associated with the specified package. These schedules define automated operations such as data refresh, report generation, or other recurring tasks. Each schedule includes timing information and execution status.
|
|
1936
|
-
* @summary List package schedules
|
|
1937
|
-
* @param {string} projectName Name of the project
|
|
1938
|
-
* @param {string} packageName Name of the package
|
|
1939
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1940
|
-
* @param {*} [options] Override http request option.
|
|
1941
|
-
* @throws {RequiredError}
|
|
1942
|
-
*/
|
|
1943
|
-
listSchedules(e, t, s, n) {
|
|
1944
|
-
return r.listSchedules(e, t, s, n).then((l) => l(a, o));
|
|
1945
|
-
}
|
|
1946
|
-
};
|
|
1947
|
-
};
|
|
1948
|
-
class Ve extends j {
|
|
1949
|
-
/**
|
|
1950
|
-
* Retrieves a list of all scheduled tasks associated with the specified package. These schedules define automated operations such as data refresh, report generation, or other recurring tasks. Each schedule includes timing information and execution status.
|
|
1951
|
-
* @summary List package schedules
|
|
1952
|
-
* @param {string} projectName Name of the project
|
|
1953
|
-
* @param {string} packageName Name of the package
|
|
1954
|
-
* @param {string} [versionId] Version identifier for the package
|
|
1955
|
-
* @param {*} [options] Override http request option.
|
|
1956
|
-
* @throws {RequiredError}
|
|
1957
|
-
* @memberof SchedulesApi
|
|
1958
|
-
*/
|
|
1959
|
-
listSchedules(o, a, r, e) {
|
|
1960
|
-
return w(this.configuration).listSchedules(o, a, r, e).then((t) => t(this.axios, this.basePath));
|
|
1961
|
-
}
|
|
1962
|
-
}
|
|
1963
|
-
const G = function(c) {
|
|
1964
|
-
return {
|
|
1965
|
-
/**
|
|
1966
|
-
* Retrieves the current status of the file watching system. This includes whether watch mode is enabled, which project is being watched, and the path being monitored. Useful for monitoring the development workflow and ensuring file changes are being detected.
|
|
1967
|
-
* @summary Get watch mode status
|
|
1968
|
-
* @param {*} [options] Override http request option.
|
|
1969
|
-
* @throws {RequiredError}
|
|
1970
|
-
*/
|
|
1971
|
-
getWatchStatus: async (o = {}) => {
|
|
1972
|
-
const a = "/watch-mode/status", r = new URL(a, m);
|
|
1973
|
-
let e;
|
|
1974
|
-
c && (e = c.baseOptions);
|
|
1975
|
-
const t = { method: "GET", ...e, ...o }, s = {};
|
|
1976
|
-
P(r, {});
|
|
1977
|
-
let l = e && e.headers ? e.headers : {};
|
|
1978
|
-
return t.headers = { ...s, ...l, ...o.headers }, {
|
|
1979
|
-
url: V(r),
|
|
1980
|
-
options: t
|
|
1981
|
-
};
|
|
1982
|
-
},
|
|
1983
|
-
/**
|
|
1984
|
-
* Initiates file watching for the specified project. This enables real-time monitoring of file changes within the project directory, allowing for automatic reloading and updates during development. Only one project can be watched at a time.
|
|
1985
|
-
* @summary Start file watching
|
|
1986
|
-
* @param {StartWatchRequest} startWatchRequest
|
|
1987
|
-
* @param {*} [options] Override http request option.
|
|
1988
|
-
* @throws {RequiredError}
|
|
1989
|
-
*/
|
|
1990
|
-
startWatching: async (o, a = {}) => {
|
|
1991
|
-
h("startWatching", "startWatchRequest", o);
|
|
1992
|
-
const r = "/watch-mode/start", e = new URL(r, m);
|
|
1993
|
-
let t;
|
|
1994
|
-
c && (t = c.baseOptions);
|
|
1995
|
-
const s = { method: "POST", ...t, ...a }, n = {}, l = {};
|
|
1996
|
-
n["Content-Type"] = "application/json", P(e, l);
|
|
1997
|
-
let i = t && t.headers ? t.headers : {};
|
|
1998
|
-
return s.headers = { ...n, ...i, ...a.headers }, s.data = A(o, s, c), {
|
|
1999
|
-
url: V(e),
|
|
2000
|
-
options: s
|
|
2001
|
-
};
|
|
2002
|
-
},
|
|
2003
|
-
/**
|
|
2004
|
-
* Stops the current file watching session. This disables real-time monitoring of file changes and releases system resources. Use this when development is complete or when switching to a different project.
|
|
2005
|
-
* @summary Stop file watching
|
|
2006
|
-
* @param {*} [options] Override http request option.
|
|
2007
|
-
* @throws {RequiredError}
|
|
2008
|
-
*/
|
|
2009
|
-
stopWatching: async (o = {}) => {
|
|
2010
|
-
const a = "/watch-mode/stop", r = new URL(a, m);
|
|
2011
|
-
let e;
|
|
2012
|
-
c && (e = c.baseOptions);
|
|
2013
|
-
const t = { method: "POST", ...e, ...o }, s = {};
|
|
2014
|
-
P(r, {});
|
|
2015
|
-
let l = e && e.headers ? e.headers : {};
|
|
2016
|
-
return t.headers = { ...s, ...l, ...o.headers }, {
|
|
2017
|
-
url: V(r),
|
|
2018
|
-
options: t
|
|
2019
|
-
};
|
|
2020
|
-
}
|
|
2021
|
-
};
|
|
2022
|
-
}, N = function(c) {
|
|
2023
|
-
const o = G(c);
|
|
2024
|
-
return {
|
|
2025
|
-
/**
|
|
2026
|
-
* Retrieves the current status of the file watching system. This includes whether watch mode is enabled, which project is being watched, and the path being monitored. Useful for monitoring the development workflow and ensuring file changes are being detected.
|
|
2027
|
-
* @summary Get watch mode status
|
|
2028
|
-
* @param {*} [options] Override http request option.
|
|
2029
|
-
* @throws {RequiredError}
|
|
2030
|
-
*/
|
|
2031
|
-
async getWatchStatus(a) {
|
|
2032
|
-
const r = await o.getWatchStatus(a), e = c?.serverIndex ?? 0, t = g["WatchModeApi.getWatchStatus"]?.[e]?.url;
|
|
2033
|
-
return (s, n) => O(r, u, b, c)(s, t || n);
|
|
2034
|
-
},
|
|
2035
|
-
/**
|
|
2036
|
-
* Initiates file watching for the specified project. This enables real-time monitoring of file changes within the project directory, allowing for automatic reloading and updates during development. Only one project can be watched at a time.
|
|
2037
|
-
* @summary Start file watching
|
|
2038
|
-
* @param {StartWatchRequest} startWatchRequest
|
|
2039
|
-
* @param {*} [options] Override http request option.
|
|
2040
|
-
* @throws {RequiredError}
|
|
2041
|
-
*/
|
|
2042
|
-
async startWatching(a, r) {
|
|
2043
|
-
const e = await o.startWatching(a, r), t = c?.serverIndex ?? 0, s = g["WatchModeApi.startWatching"]?.[t]?.url;
|
|
2044
|
-
return (n, l) => O(e, u, b, c)(n, s || l);
|
|
2045
|
-
},
|
|
2046
|
-
/**
|
|
2047
|
-
* Stops the current file watching session. This disables real-time monitoring of file changes and releases system resources. Use this when development is complete or when switching to a different project.
|
|
2048
|
-
* @summary Stop file watching
|
|
2049
|
-
* @param {*} [options] Override http request option.
|
|
2050
|
-
* @throws {RequiredError}
|
|
2051
|
-
*/
|
|
2052
|
-
async stopWatching(a) {
|
|
2053
|
-
const r = await o.stopWatching(a), e = c?.serverIndex ?? 0, t = g["WatchModeApi.stopWatching"]?.[e]?.url;
|
|
2054
|
-
return (s, n) => O(r, u, b, c)(s, t || n);
|
|
2055
|
-
}
|
|
2056
|
-
};
|
|
2057
|
-
}, Oe = function(c, o, a) {
|
|
2058
|
-
const r = N(c);
|
|
2059
|
-
return {
|
|
2060
|
-
/**
|
|
2061
|
-
* Retrieves the current status of the file watching system. This includes whether watch mode is enabled, which project is being watched, and the path being monitored. Useful for monitoring the development workflow and ensuring file changes are being detected.
|
|
2062
|
-
* @summary Get watch mode status
|
|
2063
|
-
* @param {*} [options] Override http request option.
|
|
2064
|
-
* @throws {RequiredError}
|
|
2065
|
-
*/
|
|
2066
|
-
getWatchStatus(e) {
|
|
2067
|
-
return r.getWatchStatus(e).then((t) => t(a, o));
|
|
2068
|
-
},
|
|
2069
|
-
/**
|
|
2070
|
-
* Initiates file watching for the specified project. This enables real-time monitoring of file changes within the project directory, allowing for automatic reloading and updates during development. Only one project can be watched at a time.
|
|
2071
|
-
* @summary Start file watching
|
|
2072
|
-
* @param {StartWatchRequest} startWatchRequest
|
|
2073
|
-
* @param {*} [options] Override http request option.
|
|
2074
|
-
* @throws {RequiredError}
|
|
2075
|
-
*/
|
|
2076
|
-
startWatching(e, t) {
|
|
2077
|
-
return r.startWatching(e, t).then((s) => s(a, o));
|
|
2078
|
-
},
|
|
2079
|
-
/**
|
|
2080
|
-
* Stops the current file watching session. This disables real-time monitoring of file changes and releases system resources. Use this when development is complete or when switching to a different project.
|
|
2081
|
-
* @summary Stop file watching
|
|
2082
|
-
* @param {*} [options] Override http request option.
|
|
2083
|
-
* @throws {RequiredError}
|
|
2084
|
-
*/
|
|
2085
|
-
stopWatching(e) {
|
|
2086
|
-
return r.stopWatching(e).then((t) => t(a, o));
|
|
2087
|
-
}
|
|
2088
|
-
};
|
|
2089
|
-
};
|
|
2090
|
-
class ge extends j {
|
|
2091
|
-
/**
|
|
2092
|
-
* Retrieves the current status of the file watching system. This includes whether watch mode is enabled, which project is being watched, and the path being monitored. Useful for monitoring the development workflow and ensuring file changes are being detected.
|
|
2093
|
-
* @summary Get watch mode status
|
|
2094
|
-
* @param {*} [options] Override http request option.
|
|
2095
|
-
* @throws {RequiredError}
|
|
2096
|
-
* @memberof WatchModeApi
|
|
2097
|
-
*/
|
|
2098
|
-
getWatchStatus(o) {
|
|
2099
|
-
return N(this.configuration).getWatchStatus(o).then((a) => a(this.axios, this.basePath));
|
|
2100
|
-
}
|
|
2101
|
-
/**
|
|
2102
|
-
* Initiates file watching for the specified project. This enables real-time monitoring of file changes within the project directory, allowing for automatic reloading and updates during development. Only one project can be watched at a time.
|
|
2103
|
-
* @summary Start file watching
|
|
2104
|
-
* @param {StartWatchRequest} startWatchRequest
|
|
2105
|
-
* @param {*} [options] Override http request option.
|
|
2106
|
-
* @throws {RequiredError}
|
|
2107
|
-
* @memberof WatchModeApi
|
|
2108
|
-
*/
|
|
2109
|
-
startWatching(o, a) {
|
|
2110
|
-
return N(this.configuration).startWatching(o, a).then((r) => r(this.axios, this.basePath));
|
|
2111
|
-
}
|
|
2112
|
-
/**
|
|
2113
|
-
* Stops the current file watching session. This disables real-time monitoring of file changes and releases system resources. Use this when development is complete or when switching to a different project.
|
|
2114
|
-
* @summary Stop file watching
|
|
2115
|
-
* @param {*} [options] Override http request option.
|
|
2116
|
-
* @throws {RequiredError}
|
|
2117
|
-
* @memberof WatchModeApi
|
|
2118
|
-
*/
|
|
2119
|
-
stopWatching(o) {
|
|
2120
|
-
return N(this.configuration).stopWatching(o).then((a) => a(this.axios, this.basePath));
|
|
2121
|
-
}
|
|
2122
|
-
}
|
|
2123
|
-
export {
|
|
2124
|
-
K as ConnectionStatusStatusEnum,
|
|
2125
|
-
J as ConnectionTypeEnum,
|
|
2126
|
-
ee as ConnectionsApi,
|
|
2127
|
-
F as ConnectionsApiAxiosParamCreator,
|
|
2128
|
-
f as ConnectionsApiFactory,
|
|
2129
|
-
S as ConnectionsApiFp,
|
|
2130
|
-
X as DatabaseTypeEnum,
|
|
2131
|
-
ae as DatabasesApi,
|
|
2132
|
-
q as DatabasesApiAxiosParamCreator,
|
|
2133
|
-
te as DatabasesApiFactory,
|
|
2134
|
-
U as DatabasesApiFp,
|
|
2135
|
-
se as ModelsApi,
|
|
2136
|
-
$ as ModelsApiAxiosParamCreator,
|
|
2137
|
-
re as ModelsApiFactory,
|
|
2138
|
-
R as ModelsApiFp,
|
|
2139
|
-
Z as NotebookCellTypeEnum,
|
|
2140
|
-
ne as NotebooksApi,
|
|
2141
|
-
M as NotebooksApiAxiosParamCreator,
|
|
2142
|
-
oe as NotebooksApiFactory,
|
|
2143
|
-
I as NotebooksApiFp,
|
|
2144
|
-
le as PackagesApi,
|
|
2145
|
-
H as PackagesApiAxiosParamCreator,
|
|
2146
|
-
ce as PackagesApiFactory,
|
|
2147
|
-
C as PackagesApiFp,
|
|
2148
|
-
pe as ProjectsApi,
|
|
2149
|
-
L as ProjectsApiAxiosParamCreator,
|
|
2150
|
-
ie as ProjectsApiFactory,
|
|
2151
|
-
k as ProjectsApiFp,
|
|
2152
|
-
he as PublisherApi,
|
|
2153
|
-
E as PublisherApiAxiosParamCreator,
|
|
2154
|
-
de as PublisherApiFactory,
|
|
2155
|
-
T as PublisherApiFp,
|
|
2156
|
-
me as QueryresultsApi,
|
|
2157
|
-
W as QueryresultsApiAxiosParamCreator,
|
|
2158
|
-
ue as QueryresultsApiFactory,
|
|
2159
|
-
Q as QueryresultsApiFp,
|
|
2160
|
-
Ve as SchedulesApi,
|
|
2161
|
-
D as SchedulesApiAxiosParamCreator,
|
|
2162
|
-
Pe as SchedulesApiFactory,
|
|
2163
|
-
w as SchedulesApiFp,
|
|
2164
|
-
ge as WatchModeApi,
|
|
2165
|
-
G as WatchModeApiAxiosParamCreator,
|
|
2166
|
-
Oe as WatchModeApiFactory,
|
|
2167
|
-
N as WatchModeApiFp
|
|
2168
|
-
};
|