basedpyright 1.28.4 → 1.28.5
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/dist/pyright-langserver.js +1 -1
- package/dist/pyright-langserver.js.map +1 -1
- package/dist/pyright.js +1 -1
- package/dist/pyright.js.map +1 -1
- package/dist/typeshed-fallback/commit.txt +1 -1
- package/dist/typeshed-fallback/stdlib/VERSIONS +0 -4
- package/dist/typeshed-fallback/stdlib/_ast.pyi +0 -11
- package/dist/typeshed-fallback/stdlib/_asyncio.pyi +17 -32
- package/dist/typeshed-fallback/stdlib/_blake2.pyi +36 -77
- package/dist/typeshed-fallback/stdlib/_codecs.pyi +4 -18
- package/dist/typeshed-fallback/stdlib/_collections_abc.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/_contextvars.pyi +7 -12
- package/dist/typeshed-fallback/stdlib/_ctypes.pyi +5 -8
- package/dist/typeshed-fallback/stdlib/_curses.pyi +34 -40
- package/dist/typeshed-fallback/stdlib/_hashlib.pyi +136 -147
- package/dist/typeshed-fallback/stdlib/_queue.pyi +4 -8
- package/dist/typeshed-fallback/stdlib/_socket.pyi +26 -39
- package/dist/typeshed-fallback/stdlib/_tracemalloc.pyi +6 -10
- package/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/_weakrefset.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/aifc.pyi +1 -13
- package/dist/typeshed-fallback/stdlib/argparse.pyi +20 -63
- package/dist/typeshed-fallback/stdlib/array.pyi +3 -10
- package/dist/typeshed-fallback/stdlib/ast.pyi +16 -41
- package/dist/typeshed-fallback/stdlib/asyncio/__init__.pyi +3 -178
- package/dist/typeshed-fallback/stdlib/asyncio/base_events.pyi +2 -5
- package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +20 -33
- package/dist/typeshed-fallback/stdlib/asyncio/locks.pyi +6 -24
- package/dist/typeshed-fallback/stdlib/asyncio/queues.pyi +7 -10
- package/dist/typeshed-fallback/stdlib/asyncio/sslproto.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/asyncio/tasks.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/asyncio/transports.pyi +4 -2
- package/dist/typeshed-fallback/stdlib/asyncio/unix_events.pyi +13 -24
- package/dist/typeshed-fallback/stdlib/base64.pyi +0 -4
- package/dist/typeshed-fallback/stdlib/builtins.pyi +121 -132
- package/dist/typeshed-fallback/stdlib/bz2.pyi +9 -29
- package/dist/typeshed-fallback/stdlib/code.pyi +7 -7
- package/dist/typeshed-fallback/stdlib/collections/__init__.pyi +64 -73
- package/dist/typeshed-fallback/stdlib/colorsys.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/compileall.pyi +1 -25
- package/dist/typeshed-fallback/stdlib/concurrent/futures/_base.pyi +13 -31
- package/dist/typeshed-fallback/stdlib/concurrent/futures/process.pyi +22 -28
- package/dist/typeshed-fallback/stdlib/concurrent/futures/thread.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/contextlib.pyi +3 -8
- package/dist/typeshed-fallback/stdlib/csv.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/ctypes/__init__.pyi +103 -60
- package/dist/typeshed-fallback/stdlib/ctypes/wintypes.pyi +10 -2
- package/dist/typeshed-fallback/stdlib/dataclasses.pyi +13 -25
- package/dist/typeshed-fallback/stdlib/datetime.pyi +15 -19
- package/dist/typeshed-fallback/stdlib/difflib.pyi +8 -16
- package/dist/typeshed-fallback/stdlib/distutils/command/bdist_msi.pyi +1 -2
- package/dist/typeshed-fallback/stdlib/distutils/fancy_getopt.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/encodings/raw_unicode_escape.pyi +5 -16
- package/dist/typeshed-fallback/stdlib/encodings/unicode_escape.pyi +5 -16
- package/dist/typeshed-fallback/stdlib/enum.pyi +3 -10
- package/dist/typeshed-fallback/stdlib/fcntl.pyi +4 -6
- package/dist/typeshed-fallback/stdlib/filecmp.pyi +7 -10
- package/dist/typeshed-fallback/stdlib/fileinput.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/fractions.pyi +2 -13
- package/dist/typeshed-fallback/stdlib/ftplib.pyi +12 -37
- package/dist/typeshed-fallback/stdlib/functools.pyi +22 -34
- package/dist/typeshed-fallback/stdlib/gc.pyi +3 -7
- package/dist/typeshed-fallback/stdlib/hashlib.pyi +8 -26
- package/dist/typeshed-fallback/stdlib/hmac.pyi +2 -11
- package/dist/typeshed-fallback/stdlib/http/__init__.pyi +3 -6
- package/dist/typeshed-fallback/stdlib/http/client.pyi +3 -6
- package/dist/typeshed-fallback/stdlib/http/cookies.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/imaplib.pyi +6 -29
- package/dist/typeshed-fallback/stdlib/importlib/abc.pyi +42 -43
- package/dist/typeshed-fallback/stdlib/importlib/metadata/__init__.pyi +4 -5
- package/dist/typeshed-fallback/stdlib/importlib/resources/__init__.pyi +18 -13
- package/dist/typeshed-fallback/stdlib/importlib/resources/_common.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/importlib/resources/_functional.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/inspect.pyi +1 -2
- package/dist/typeshed-fallback/stdlib/ipaddress.pyi +10 -14
- package/dist/typeshed-fallback/stdlib/itertools.pyi +4 -7
- package/dist/typeshed-fallback/stdlib/keyword.pyi +7 -12
- package/dist/typeshed-fallback/stdlib/linecache.pyi +1 -5
- package/dist/typeshed-fallback/stdlib/logging/__init__.pyi +20 -47
- package/dist/typeshed-fallback/stdlib/logging/handlers.pyi +34 -72
- package/dist/typeshed-fallback/stdlib/mailbox.pyi +13 -18
- package/dist/typeshed-fallback/stdlib/math.pyi +10 -21
- package/dist/typeshed-fallback/stdlib/multiprocessing/managers.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/multiprocessing/pool.pyi +7 -12
- package/dist/typeshed-fallback/stdlib/multiprocessing/queues.pyi +8 -13
- package/dist/typeshed-fallback/stdlib/multiprocessing/shared_memory.pyi +7 -10
- package/dist/typeshed-fallback/stdlib/nntplib.pyi +0 -5
- package/dist/typeshed-fallback/stdlib/nt.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/opcode.pyi +1 -17
- package/dist/typeshed-fallback/stdlib/optparse.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/os/__init__.pyi +46 -73
- package/dist/typeshed-fallback/stdlib/pathlib.pyi +5 -11
- package/dist/typeshed-fallback/stdlib/pkgutil.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/platform.pyi +23 -34
- package/dist/typeshed-fallback/stdlib/plistlib.pyi +2 -32
- package/dist/typeshed-fallback/stdlib/posix.pyi +5 -6
- package/dist/typeshed-fallback/stdlib/pstats.pyi +16 -23
- package/dist/typeshed-fallback/stdlib/queue.pyi +8 -11
- package/dist/typeshed-fallback/stdlib/random.pyi +6 -19
- package/dist/typeshed-fallback/stdlib/re.pyi +7 -11
- package/dist/typeshed-fallback/stdlib/shutil.pyi +10 -16
- package/dist/typeshed-fallback/stdlib/signal.pyi +2 -3
- package/dist/typeshed-fallback/stdlib/smtplib.pyi +8 -17
- package/dist/typeshed-fallback/stdlib/socket.pyi +56 -65
- package/dist/typeshed-fallback/stdlib/ssl.pyi +0 -2
- package/dist/typeshed-fallback/stdlib/statistics.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/string.pyi +2 -9
- package/dist/typeshed-fallback/stdlib/subprocess.pyi +19 -554
- package/dist/typeshed-fallback/stdlib/sunau.pyi +0 -4
- package/dist/typeshed-fallback/stdlib/symtable.pyi +2 -6
- package/dist/typeshed-fallback/stdlib/sys/__init__.pyi +4 -10
- package/dist/typeshed-fallback/stdlib/tarfile.pyi +1 -5
- package/dist/typeshed-fallback/stdlib/tempfile.pyi +13 -18
- package/dist/typeshed-fallback/stdlib/threading.pyi +1 -6
- package/dist/typeshed-fallback/stdlib/time.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/tkinter/__init__.pyi +134 -135
- package/dist/typeshed-fallback/stdlib/tkinter/colorchooser.pyi +4 -12
- package/dist/typeshed-fallback/stdlib/tkinter/commondialog.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/tkinter/dialog.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/tkinter/dnd.pyi +1 -3
- package/dist/typeshed-fallback/stdlib/tkinter/filedialog.pyi +15 -17
- package/dist/typeshed-fallback/stdlib/tkinter/font.pyi +1 -2
- package/dist/typeshed-fallback/stdlib/tkinter/messagebox.pyi +1 -12
- package/dist/typeshed-fallback/stdlib/trace.pyi +1 -5
- package/dist/typeshed-fallback/stdlib/tracemalloc.pyi +4 -11
- package/dist/typeshed-fallback/stdlib/types.pyi +49 -55
- package/dist/typeshed-fallback/stdlib/typing.pyi +46 -68
- package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +41 -47
- package/dist/typeshed-fallback/stdlib/unittest/async_case.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/unittest/case.pyi +9 -48
- package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +0 -3
- package/dist/typeshed-fallback/stdlib/urllib/parse.pyi +8 -17
- package/dist/typeshed-fallback/stdlib/urllib/request.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/urllib/response.pyi +2 -5
- package/dist/typeshed-fallback/stdlib/uuid.pyi +1 -7
- package/dist/typeshed-fallback/stdlib/venv/__init__.pyi +4 -26
- package/dist/typeshed-fallback/stdlib/warnings.pyi +8 -9
- package/dist/typeshed-fallback/stdlib/wave.pyi +1 -8
- package/dist/typeshed-fallback/stdlib/weakref.pyi +18 -24
- package/dist/typeshed-fallback/stdlib/xml/dom/minidom.pyi +42 -86
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementInclude.pyi +3 -10
- package/dist/typeshed-fallback/stdlib/xml/etree/ElementTree.pyi +3 -14
- package/dist/typeshed-fallback/stdlib/xml/sax/expatreader.pyi +1 -5
- package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +14 -20
- package/dist/typeshed-fallback/stdlib/zoneinfo/__init__.pyi +28 -35
- package/dist/typeshed-fallback/stubs/Authlib/authlib/__init__.pyi +7 -3
- package/dist/typeshed-fallback/stubs/Authlib/authlib/common/encoding.pyi +26 -10
- package/dist/typeshed-fallback/stubs/Authlib/authlib/common/errors.pyi +11 -16
- package/dist/typeshed-fallback/stubs/Authlib/authlib/common/security.pyi +3 -1
- package/dist/typeshed-fallback/stubs/Authlib/authlib/common/urls.pyi +4 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/consts.pyi +7 -7
- package/dist/typeshed-fallback/stubs/Authlib/authlib/deprecate.pyi +1 -5
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/__init__.pyi +2 -4
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7519/claims.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/util.pyi +7 -3
- package/dist/typeshed-fallback/stubs/Flask-SocketIO/flask_socketio/test_client.pyi +1 -1
- package/dist/typeshed-fallback/stubs/JACK-Client/METADATA.toml +2 -2
- package/dist/typeshed-fallback/stubs/JACK-Client/jack/__init__.pyi +12 -13
- package/dist/typeshed-fallback/stubs/Markdown/markdown/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/extra.pyi +1 -3
- package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/meta.pyi +0 -2
- package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/smarty.pyi +1 -2
- package/dist/typeshed-fallback/stubs/Markdown/markdown/treeprocessors.pyi +2 -2
- package/dist/typeshed-fallback/stubs/Markdown/markdown/util.pyi +12 -12
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/composer.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/constructor.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/dumper.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/emitter.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/error.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/loader.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/parser.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/reader.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/representer.pyi +5 -3
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/resolver.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/scanner.pyi +2 -0
- package/dist/typeshed-fallback/stubs/PyYAML/yaml/serializer.pyi +2 -0
- package/dist/typeshed-fallback/stubs/WTForms/wtforms/form.pyi +2 -0
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/base.pyi +1 -1
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/tempfile/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/threadpool/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/auth0-python/METADATA.toml +3 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/__init__.pyi +7 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/asyncify.pyi +6 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/__init__.pyi +10 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/async_token_verifier.pyi +27 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/back_channel_login.pyi +4 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/base.pyi +31 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/client_authentication.pyi +13 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/database.pyi +21 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/delegated.pyi +12 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/enterprise.pyi +5 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/get_token.pyi +21 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/passwordless.pyi +5 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/pushed_authorization_requests.pyi +4 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/revoke_token.pyi +4 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/social.pyi +4 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/token_verifier.pyi +29 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/users.pyi +11 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/exceptions.pyi +14 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/__init__.pyi +63 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/actions.pyi +64 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/async_auth0.pyi +15 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/attack_protection.pyi +30 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/auth0.pyi +67 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/blacklists.pyi +21 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/branding.pyi +38 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/client_credentials.pyi +26 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/client_grants.pyi +60 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/clients.pyi +44 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/connections.pyi +48 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/custom_domains.pyi +28 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/device_credentials.pyi +44 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/email_templates.pyi +24 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/emails.pyi +26 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/grants.pyi +34 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/guardian.pyi +38 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/hooks.pyi +52 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/jobs.pyi +42 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/log_streams.pyi +29 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/logs.pyi +44 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/organizations.pyi +134 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/prompts.pyi +28 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/resource_servers.pyi +28 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/roles.pyi +63 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/rules.pyi +46 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/rules_configs.pyi +24 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/stats.pyi +24 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/tenants.pyi +22 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/tickets.pyi +22 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/user_blocks.pyi +26 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/users.pyi +117 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/users_by_email.pyi +24 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/rest.pyi +48 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/rest_async.pyi +29 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/types.pyi +5 -0
- package/dist/typeshed-fallback/stubs/auth0-python/auth0/utils.pyi +1 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/debugutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/dictutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/excutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/fileutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/formatutils.pyi +9 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/gcutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/jsonutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/listutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/namedutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/pathutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/queueutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/setutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/strutils.pyi +35 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/tableutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/boltons/boltons/tbutils.pyi +11 -0
- package/dist/typeshed-fallback/stubs/cffi/cffi/__init__.pyi +7 -3
- package/dist/typeshed-fallback/stubs/cffi/cffi/backend_ctypes.pyi +2 -1
- package/dist/typeshed-fallback/stubs/cffi/cffi/cffi_opcode.pyi +88 -88
- package/dist/typeshed-fallback/stubs/cffi/cffi/ffiplatform.pyi +5 -4
- package/dist/typeshed-fallback/stubs/cffi/cffi/model.pyi +58 -56
- package/dist/typeshed-fallback/stubs/cffi/cffi/pkgconfig.pyi +5 -3
- package/dist/typeshed-fallback/stubs/cffi/cffi/recompiler.pyi +34 -32
- package/dist/typeshed-fallback/stubs/cffi/cffi/verifier.pyi +22 -18
- package/dist/typeshed-fallback/stubs/click-default-group/click_default_group.pyi +1 -0
- package/dist/typeshed-fallback/stubs/console-menu/consolemenu/__init__.pyi +11 -0
- package/dist/typeshed-fallback/stubs/console-menu/consolemenu/format/__init__.pyi +15 -0
- package/dist/typeshed-fallback/stubs/console-menu/consolemenu/items/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/croniter/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/hijri.pyi +2 -3
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/hijri_parser.pyi +8 -7
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/jalali.pyi +2 -2
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/jalali_parser.pyi +1 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/conf.pyi +5 -6
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/data/languages_info.pyi +5 -3
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/date.pyi +18 -18
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/date_parser.pyi +11 -4
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/freshness_date_parser.pyi +11 -7
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/dictionary.pyi +16 -12
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/loader.pyi +4 -3
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/locale.pyi +2 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/validation.pyi +6 -5
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/parser.pyi +46 -35
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/timezone_parser.pyi +15 -14
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/timezones.pyi +3 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/utils/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/dateparser/dateparser/utils/strptime.pyi +4 -3
- package/dist/typeshed-fallback/stubs/dateparser/dateparser_data/settings.pyi +3 -3
- package/dist/typeshed-fallback/stubs/decorator/decorator.pyi +8 -8
- package/dist/typeshed-fallback/stubs/editdistance/editdistance/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/flake8/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/__init__.pyi +0 -1
- package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/geocoding.pyi +1 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_abstract_linkable.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/loop.pyi +7 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/watcher.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_greenlet_primitives.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_ident.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/_imap.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/ares.pyi +5 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/backdoor.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/baseserver.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/event.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/events.pyi +32 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/exceptions.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/fileobject.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/greenlet.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/hub.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libev/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecext.pyi +10 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecffi.pyi +10 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/loop.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/watcher.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/local.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/monkey/__init__.pyi +28 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/ares.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/blocking.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/dnspython.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/thread.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver_ares.pyi +5 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/resolver_thread.pyi +1 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/server.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/signal.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/threadpool.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/timeout.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/util.pyi +2 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/win32util.pyi +2 -0
- package/dist/typeshed-fallback/stubs/greenlet/greenlet/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/hdbcli/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/dbapi.pyi +13 -13
- package/dist/typeshed-fallback/stubs/httplib2/httplib2/__init__.pyi +14 -0
- package/dist/typeshed-fallback/stubs/icalendar/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/prop.pyi +124 -86
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/equivalent_timezone_ids.pyi +2 -4
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/tzid.pyi +0 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/zoneinfo.pyi +1 -6
- package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/common.pyi +7 -5
- package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwe.pyi +17 -15
- package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwk.pyi +163 -54
- package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jws.pyi +27 -15
- package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwt.pyi +6 -5
- package/dist/typeshed-fallback/stubs/libsass/sass.pyi +17 -0
- package/dist/typeshed-fallback/stubs/libsass/sassutils/builder.pyi +2 -0
- package/dist/typeshed-fallback/stubs/libsass/sassutils/distutils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/libsass/sassutils/wsgi.pyi +2 -0
- package/dist/typeshed-fallback/stubs/mypy-extensions/mypy_extensions.pyi +10 -12
- package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/__init__.pyi +44 -0
- package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/constants/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/__init__.pyi +7 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/common.pyi +65 -48
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi +23 -21
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi +28 -21
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi +17 -8
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi +11 -5
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi +85 -60
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi +36 -4
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi +10 -9
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi +42 -20
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi +37 -13
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi +12 -10
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi +13 -9
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi +7 -4
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi +4 -4
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi +5 -5
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi +9 -7
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi +7 -4
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi +11 -9
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi +24 -15
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi +18 -12
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi +58 -22
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi +8 -5
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi +14 -8
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi +21 -7
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi +8 -5
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi +38 -15
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi +3 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi +46 -39
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi +16 -7
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc8628/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc8628/clients/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc8628/clients/device.pyi +40 -0
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/refresh_token.pyi +2 -1
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi +2 -2
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/signals.pyi +4 -5
- package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/uri_validate.pyi +42 -41
- package/dist/typeshed-fallback/stubs/passlib/passlib/__init__.pyi +3 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/apache.pyi +83 -40
- package/dist/typeshed-fallback/stubs/passlib/passlib/context.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/base.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/unrolled.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_md4.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/digest.pyi +12 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/scrypt/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/scrypt/_builtin.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/argon2.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/bcrypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/cisco.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/des_crypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/digests.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/django.pyi +11 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/fshp.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/md5_crypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/misc.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/mssql.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/pbkdf2.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/phpass.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/postgres.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/roundup.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/scram.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/scrypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sha1_crypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sha2_crypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sun_md5_crypt.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/windows.pyi +11 -2
- package/dist/typeshed-fallback/stubs/passlib/passlib/hosts.pyi +9 -7
- package/dist/typeshed-fallback/stubs/passlib/passlib/ifc.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/pwd.pyi +115 -33
- package/dist/typeshed-fallback/stubs/passlib/passlib/registry.pyi +11 -8
- package/dist/typeshed-fallback/stubs/passlib/passlib/totp.pyi +11 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/__init__.pyi +36 -24
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/binary.pyi +53 -21
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/decor.pyi +9 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/handlers.pyi +20 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/md4.pyi +2 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/utils/pbkdf2.pyi +10 -0
- package/dist/typeshed-fallback/stubs/passlib/passlib/win32.pyi +13 -4
- package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +78 -0
- package/dist/typeshed-fallback/stubs/pep8-naming/METADATA.toml +0 -4
- package/dist/typeshed-fallback/stubs/pep8-naming/pep8ext_naming.pyi +134 -16
- package/dist/typeshed-fallback/stubs/pika/pika/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/asyncio_connection.pyi +7 -4
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/base_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/blocking_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/gevent_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/select_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/tornado_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/twisted_connection.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/adapters/utils/selector_ioloop_adapter.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pika/pika/callback.pyi +23 -12
- package/dist/typeshed-fallback/stubs/pika/pika/connection.pyi +11 -10
- package/dist/typeshed-fallback/stubs/pika/pika/diagnostic_utils.pyi +7 -1
- package/dist/typeshed-fallback/stubs/pika/pika/exceptions.pyi +13 -11
- package/dist/typeshed-fallback/stubs/pika/pika/heartbeat.pyi +2 -2
- package/dist/typeshed-fallback/stubs/pika/pika/spec.pyi +338 -332
- package/dist/typeshed-fallback/stubs/pika/pika/tcp_socket_opts.pyi +7 -4
- package/dist/typeshed-fallback/stubs/pika/pika/validators.pyi +12 -4
- package/dist/typeshed-fallback/stubs/polib/polib.pyi +13 -0
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/containers.pyi +5 -5
- package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/message.pyi +4 -7
- package/dist/typeshed-fallback/stubs/psutil/psutil/_common.pyi +93 -0
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psposix.pyi +2 -0
- package/dist/typeshed-fallback/stubs/pyflakes/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/api.pyi +4 -4
- package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/checker.pyi +29 -30
- package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/messages.pyi +59 -54
- package/dist/typeshed-fallback/stubs/pyserial/serial/win32.pyi +85 -0
- package/dist/typeshed-fallback/stubs/pytz/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pytz/pytz/__init__.pyi +17 -0
- package/dist/typeshed-fallback/stubs/pytz/pytz/reference.pyi +2 -0
- package/dist/typeshed-fallback/stubs/pytz/pytz/tzinfo.pyi +2 -0
- package/dist/typeshed-fallback/stubs/qrcode/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/regex/regex/regex.pyi +3 -8
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/eanbc.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/ecc200datamatrix.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/usps4s.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/widgets.pyi +15 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/svgpath.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/transform.pyi +15 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/utils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/arciv.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/formatters.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/pygments2xpre.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rl_accel.pyi +14 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rltempfile.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/styles.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/canvas.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/frames.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/multicol.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/paragraph.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/xpreformatted.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/rl_settings.pyi +69 -0
- package/dist/typeshed-fallback/stubs/requests/requests/sessions.pyi +0 -3
- package/dist/typeshed-fallback/stubs/retry/retry/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/rfc3339-validator/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/rfc3339-validator/rfc3339_validator.pyi +10 -0
- package/dist/typeshed-fallback/stubs/setuptools/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/distutils/compilers/C/unix.pyi +1 -0
- package/dist/typeshed-fallback/stubs/setuptools/distutils/unixccompiler.pyi +1 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/_msvccompiler.pyi +2 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/__init__.pyi +2 -2
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build.pyi +0 -2
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install.pyi +3 -2
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/msvc.pyi +2 -7
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/unix.pyi +16 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/unixccompiler.pyi +3 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/dist.pyi +0 -2
- package/dist/typeshed-fallback/stubs/shapely/shapely/_ragged_array.pyi +2 -0
- package/dist/typeshed-fallback/stubs/shapely/shapely/_typing.pyi +1 -1
- package/dist/typeshed-fallback/stubs/simplejson/simplejson/__init__.pyi +14 -0
- package/dist/typeshed-fallback/stubs/simplejson/simplejson/decoder.pyi +2 -0
- package/dist/typeshed-fallback/stubs/simplejson/simplejson/scanner.pyi +2 -0
- package/dist/typeshed-fallback/stubs/singledispatch/singledispatch.pyi +2 -0
- package/dist/typeshed-fallback/stubs/six/six/moves/_dummy_thread.pyi +1 -6
- package/dist/typeshed-fallback/stubs/toposort/toposort.pyi +2 -0
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/_main.pyi +1 -3
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm.pyi +1 -10
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm_gui.pyi +1 -6
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm_notebook.pyi +1 -6
- package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/logging.pyi +1 -1
- package/dist/typeshed-fallback/stubs/ujson/ujson.pyi +6 -6
- package/dist/typeshed-fallback/stubs/whatthepatch/whatthepatch/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/__init__.pyi +14 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/__init__.pyi +88 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/__init__.pyi +16 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/astronomy.pyi +2 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/__init__.pyi +141 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/__init__.pyi +24 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/oceania/__init__.pyi +17 -0
- package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/__init__.pyi +72 -0
- package/dist/typeshed-fallback/stubs/xlrd/METADATA.toml +2 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/__init__.pyi +41 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/biffh.pyi +176 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/book.pyi +151 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/compdoc.pyi +54 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/formatting.pyi +111 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/formula.pyi +87 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/info.pyi +4 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/sheet.pyi +163 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/timemachine.pyi +19 -0
- package/dist/typeshed-fallback/stubs/xlrd/xlrd/xldate.pyi +24 -0
- package/dist/typeshed-fallback/stubs/zstd/METADATA.toml +1 -1
- package/package.json +1 -1
- package/dist/typeshed-fallback/stdlib/_dummy_thread.pyi +0 -33
- package/dist/typeshed-fallback/stdlib/_dummy_threading.pyi +0 -56
- package/dist/typeshed-fallback/stdlib/dummy_threading.pyi +0 -2
- package/dist/typeshed-fallback/stdlib/encodings/mac_centeuro.pyi +0 -21
- package/dist/typeshed-fallback/stubs/commonmark/METADATA.toml +0 -6
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/__init__.pyi +0 -5
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/blocks.pyi +0 -167
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/cmark.pyi +0 -1
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/common.pyi +0 -35
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/dump.pyi +0 -3
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/entitytrans.pyi +0 -1
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/inlines.pyi +0 -65
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/main.pyi +0 -3
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/node.pyi +0 -51
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/normalize_reference.pyi +0 -1
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/html.pyi +0 -38
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/renderer.pyi +0 -7
- package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/rst.pyi +0 -26
- package/dist/typeshed-fallback/stubs/humanfriendly/METADATA.toml +0 -8
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/__init__.pyi +0 -57
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/case.pyi +0 -27
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/cli.pyi +0 -13
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/compat.pyi +0 -13
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/decorators.pyi +0 -3
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/deprecation.pyi +0 -14
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/prompts.pyi +0 -14
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/sphinx.pyi +0 -15
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/tables.pyi +0 -6
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi +0 -38
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/html.pyi +0 -32
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi +0 -42
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/testing.pyi +0 -87
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/text.pyi +0 -17
- package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/usage.pyi +0 -7
- package/dist/typeshed-fallback/stubs/influxdb-client/METADATA.toml +0 -16
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/__init__.pyi +0 -427
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/api_client.pyi +0 -65
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/rest.pyi +0 -96
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi +0 -65
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/rest.pyi +0 -103
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/__init__.pyi +0 -41
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/_base.pyi +0 -60
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/_pages.pyi +0 -37
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi +0 -23
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/delete_api.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/exceptions.pyi +0 -13
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi +0 -75
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/flux_table.pyi +0 -56
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi +0 -72
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi +0 -56
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi +0 -26
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/labels_api.pyi +0 -11
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi +0 -14
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/query_api.pyi +0 -51
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi +0 -39
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/users_api.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi +0 -16
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi +0 -5
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi +0 -4
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/warnings.pyi +0 -7
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi +0 -41
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/point.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/retry.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write_api.pyi +0 -112
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/configuration.pyi +0 -50
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/__init__.pyi +0 -373
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization.pyi +0 -67
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi +0 -32
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axes.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axis.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi +0 -157
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi +0 -35
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/block.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket.pyi +0 -73
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi +0 -39
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi +0 -22
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/buckets.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi +0 -29
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi +0 -32
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_base.pyi +0 -88
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi +0 -34
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi +0 -30
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi +0 -67
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/checks.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi +0 -13
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi +0 -35
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/config.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi +0 -35
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi +0 -50
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi +0 -37
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi +0 -75
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dialect.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi +0 -23
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/duration.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/error.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/expression.pyi +0 -13
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/field.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/file.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi +0 -70
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/health_check.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi +0 -167
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi +0 -95
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi +0 -66
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/identifier.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_response.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_update.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/language_request.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi +0 -37
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi +0 -162
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/links.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/log_event.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi +0 -35
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/logs.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi +0 -23
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/model_property.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi +0 -160
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/node.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi +0 -68
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi +0 -29
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi +0 -26
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi +0 -14
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi +0 -128
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi +0 -34
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organization.pyi +0 -50
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi +0 -49
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organizations.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/package.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi +0 -36
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi +0 -22
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/permission.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi +0 -40
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_check.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/property_key.pyi +0 -13
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi +0 -37
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/ready.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication.pyi +0 -77
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi +0 -57
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi +0 -47
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replications.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi +0 -11
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes.pyi +0 -103
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi +0 -29
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi +0 -16
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run.pyi +0 -60
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run_links.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/runs.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi +0 -172
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi +0 -41
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_language.pyi +0 -14
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scripts.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi +0 -45
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi +0 -75
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi +0 -36
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi +0 -41
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi +0 -53
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi +0 -42
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/source.pyi +0 -93
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/source_links.pyi +0 -29
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/sources.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi +0 -11
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/statement.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi +0 -65
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task.pyi +0 -108
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_links.pyi +0 -39
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/tasks.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi +0 -35
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi +0 -36
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi +0 -42
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi +0 -23
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi +0 -38
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi +0 -63
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi +0 -53
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi +0 -68
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi +0 -43
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi +0 -73
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi +0 -53
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi +0 -88
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi +0 -68
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi +0 -58
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi +0 -18
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi +0 -60
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user.pyi +0 -23
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user_response.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi +0 -11
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/users.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable.pyi +0 -63
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi +0 -25
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variables.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view_links.pyi +0 -11
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi +0 -10
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/views.pyi +0 -19
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi +0 -18
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi +0 -17
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi +0 -157
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/extras.pyi +0 -4
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/rest.pyi +0 -29
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/__init__.pyi +0 -41
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/_base_service.pyi +0 -8
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/backup_service.pyi +0 -15
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi +0 -20
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi +0 -51
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/cells_service.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/checks_service.pyi +0 -36
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/config_service.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi +0 -66
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/delete_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/health_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/labels_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi +0 -39
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/ping_service.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/query_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/ready_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/replications_service.pyi +0 -24
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/resources_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/restore_service.pyi +0 -21
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/routes_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/rules_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi +0 -18
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/setup_service.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/signin_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/signout_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/sources_service.pyi +0 -27
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi +0 -130
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi +0 -48
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/templates_service.pyi +0 -30
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/users_service.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/variables_service.pyi +0 -33
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/views_service.pyi +0 -12
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/write_service.pyi +0 -9
- package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/version.pyi +0 -1
|
@@ -1,427 +0,0 @@
|
|
|
1
|
-
from influxdb_client.client.authorizations_api import AuthorizationsApi as AuthorizationsApi
|
|
2
|
-
from influxdb_client.client.bucket_api import BucketsApi as BucketsApi
|
|
3
|
-
from influxdb_client.client.delete_api import DeleteApi as DeleteApi
|
|
4
|
-
from influxdb_client.client.influxdb_client import InfluxDBClient as InfluxDBClient
|
|
5
|
-
from influxdb_client.client.invokable_scripts_api import InvokableScriptsApi as InvokableScriptsApi
|
|
6
|
-
from influxdb_client.client.labels_api import LabelsApi as LabelsApi
|
|
7
|
-
from influxdb_client.client.logging_handler import InfluxLoggingHandler as InfluxLoggingHandler
|
|
8
|
-
from influxdb_client.client.organizations_api import OrganizationsApi as OrganizationsApi
|
|
9
|
-
from influxdb_client.client.query_api import QueryApi as QueryApi
|
|
10
|
-
from influxdb_client.client.tasks_api import TasksApi as TasksApi
|
|
11
|
-
from influxdb_client.client.users_api import UsersApi as UsersApi
|
|
12
|
-
from influxdb_client.client.write.point import Point as Point
|
|
13
|
-
from influxdb_client.client.write_api import WriteApi as WriteApi, WriteOptions as WriteOptions
|
|
14
|
-
from influxdb_client.configuration import Configuration as Configuration
|
|
15
|
-
from influxdb_client.domain.add_resource_member_request_body import AddResourceMemberRequestBody as AddResourceMemberRequestBody
|
|
16
|
-
from influxdb_client.domain.analyze_query_response import AnalyzeQueryResponse as AnalyzeQueryResponse
|
|
17
|
-
from influxdb_client.domain.analyze_query_response_errors import AnalyzeQueryResponseErrors as AnalyzeQueryResponseErrors
|
|
18
|
-
from influxdb_client.domain.array_expression import ArrayExpression as ArrayExpression
|
|
19
|
-
from influxdb_client.domain.ast_response import ASTResponse as ASTResponse
|
|
20
|
-
from influxdb_client.domain.authorization import Authorization as Authorization
|
|
21
|
-
from influxdb_client.domain.authorization_post_request import AuthorizationPostRequest as AuthorizationPostRequest
|
|
22
|
-
from influxdb_client.domain.authorization_update_request import AuthorizationUpdateRequest as AuthorizationUpdateRequest
|
|
23
|
-
from influxdb_client.domain.authorizations import Authorizations as Authorizations
|
|
24
|
-
from influxdb_client.domain.axes import Axes as Axes
|
|
25
|
-
from influxdb_client.domain.axis import Axis as Axis
|
|
26
|
-
from influxdb_client.domain.axis_scale import AxisScale as AxisScale
|
|
27
|
-
from influxdb_client.domain.bad_statement import BadStatement as BadStatement
|
|
28
|
-
from influxdb_client.domain.band_view_properties import BandViewProperties as BandViewProperties
|
|
29
|
-
from influxdb_client.domain.binary_expression import BinaryExpression as BinaryExpression
|
|
30
|
-
from influxdb_client.domain.block import Block as Block
|
|
31
|
-
from influxdb_client.domain.boolean_literal import BooleanLiteral as BooleanLiteral
|
|
32
|
-
from influxdb_client.domain.bucket import Bucket as Bucket
|
|
33
|
-
from influxdb_client.domain.bucket_links import BucketLinks as BucketLinks
|
|
34
|
-
from influxdb_client.domain.bucket_metadata_manifest import BucketMetadataManifest as BucketMetadataManifest
|
|
35
|
-
from influxdb_client.domain.bucket_retention_rules import BucketRetentionRules as BucketRetentionRules
|
|
36
|
-
from influxdb_client.domain.bucket_shard_mapping import BucketShardMapping as BucketShardMapping
|
|
37
|
-
from influxdb_client.domain.buckets import Buckets as Buckets
|
|
38
|
-
from influxdb_client.domain.builder_aggregate_function_type import BuilderAggregateFunctionType as BuilderAggregateFunctionType
|
|
39
|
-
from influxdb_client.domain.builder_config import BuilderConfig as BuilderConfig
|
|
40
|
-
from influxdb_client.domain.builder_config_aggregate_window import BuilderConfigAggregateWindow as BuilderConfigAggregateWindow
|
|
41
|
-
from influxdb_client.domain.builder_functions_type import BuilderFunctionsType as BuilderFunctionsType
|
|
42
|
-
from influxdb_client.domain.builder_tags_type import BuilderTagsType as BuilderTagsType
|
|
43
|
-
from influxdb_client.domain.builtin_statement import BuiltinStatement as BuiltinStatement
|
|
44
|
-
from influxdb_client.domain.call_expression import CallExpression as CallExpression
|
|
45
|
-
from influxdb_client.domain.cell import Cell as Cell
|
|
46
|
-
from influxdb_client.domain.cell_links import CellLinks as CellLinks
|
|
47
|
-
from influxdb_client.domain.cell_update import CellUpdate as CellUpdate
|
|
48
|
-
from influxdb_client.domain.cell_with_view_properties import CellWithViewProperties as CellWithViewProperties
|
|
49
|
-
from influxdb_client.domain.check import Check as Check
|
|
50
|
-
from influxdb_client.domain.check_base import CheckBase as CheckBase
|
|
51
|
-
from influxdb_client.domain.check_base_links import CheckBaseLinks as CheckBaseLinks
|
|
52
|
-
from influxdb_client.domain.check_discriminator import CheckDiscriminator as CheckDiscriminator
|
|
53
|
-
from influxdb_client.domain.check_patch import CheckPatch as CheckPatch
|
|
54
|
-
from influxdb_client.domain.check_status_level import CheckStatusLevel as CheckStatusLevel
|
|
55
|
-
from influxdb_client.domain.check_view_properties import CheckViewProperties as CheckViewProperties
|
|
56
|
-
from influxdb_client.domain.checks import Checks as Checks
|
|
57
|
-
from influxdb_client.domain.column_data_type import ColumnDataType as ColumnDataType
|
|
58
|
-
from influxdb_client.domain.column_semantic_type import ColumnSemanticType as ColumnSemanticType
|
|
59
|
-
from influxdb_client.domain.conditional_expression import ConditionalExpression as ConditionalExpression
|
|
60
|
-
from influxdb_client.domain.config import Config as Config
|
|
61
|
-
from influxdb_client.domain.constant_variable_properties import ConstantVariableProperties as ConstantVariableProperties
|
|
62
|
-
from influxdb_client.domain.create_cell import CreateCell as CreateCell
|
|
63
|
-
from influxdb_client.domain.create_dashboard_request import CreateDashboardRequest as CreateDashboardRequest
|
|
64
|
-
from influxdb_client.domain.custom_check import CustomCheck as CustomCheck
|
|
65
|
-
from influxdb_client.domain.dashboard import Dashboard as Dashboard
|
|
66
|
-
from influxdb_client.domain.dashboard_color import DashboardColor as DashboardColor
|
|
67
|
-
from influxdb_client.domain.dashboard_query import DashboardQuery as DashboardQuery
|
|
68
|
-
from influxdb_client.domain.dashboard_with_view_properties import DashboardWithViewProperties as DashboardWithViewProperties
|
|
69
|
-
from influxdb_client.domain.dashboards import Dashboards as Dashboards
|
|
70
|
-
from influxdb_client.domain.date_time_literal import DateTimeLiteral as DateTimeLiteral
|
|
71
|
-
from influxdb_client.domain.dbr_ps import DBRPs as DBRPs
|
|
72
|
-
from influxdb_client.domain.dbrp import DBRP as DBRP
|
|
73
|
-
from influxdb_client.domain.dbrp_create import DBRPCreate as DBRPCreate
|
|
74
|
-
from influxdb_client.domain.dbrp_get import DBRPGet as DBRPGet
|
|
75
|
-
from influxdb_client.domain.dbrp_update import DBRPUpdate as DBRPUpdate
|
|
76
|
-
from influxdb_client.domain.deadman_check import DeadmanCheck as DeadmanCheck
|
|
77
|
-
from influxdb_client.domain.decimal_places import DecimalPlaces as DecimalPlaces
|
|
78
|
-
from influxdb_client.domain.delete_predicate_request import DeletePredicateRequest as DeletePredicateRequest
|
|
79
|
-
from influxdb_client.domain.dialect import Dialect as Dialect
|
|
80
|
-
from influxdb_client.domain.dict_expression import DictExpression as DictExpression
|
|
81
|
-
from influxdb_client.domain.dict_item import DictItem as DictItem
|
|
82
|
-
from influxdb_client.domain.duration import Duration as Duration
|
|
83
|
-
from influxdb_client.domain.duration_literal import DurationLiteral as DurationLiteral
|
|
84
|
-
from influxdb_client.domain.error import Error as Error
|
|
85
|
-
from influxdb_client.domain.expression import Expression as Expression
|
|
86
|
-
from influxdb_client.domain.expression_statement import ExpressionStatement as ExpressionStatement
|
|
87
|
-
from influxdb_client.domain.field import Field as Field
|
|
88
|
-
from influxdb_client.domain.file import File as File
|
|
89
|
-
from influxdb_client.domain.float_literal import FloatLiteral as FloatLiteral
|
|
90
|
-
from influxdb_client.domain.flux_response import FluxResponse as FluxResponse
|
|
91
|
-
from influxdb_client.domain.flux_suggestion import FluxSuggestion as FluxSuggestion
|
|
92
|
-
from influxdb_client.domain.flux_suggestions import FluxSuggestions as FluxSuggestions
|
|
93
|
-
from influxdb_client.domain.function_expression import FunctionExpression as FunctionExpression
|
|
94
|
-
from influxdb_client.domain.gauge_view_properties import GaugeViewProperties as GaugeViewProperties
|
|
95
|
-
from influxdb_client.domain.greater_threshold import GreaterThreshold as GreaterThreshold
|
|
96
|
-
from influxdb_client.domain.health_check import HealthCheck as HealthCheck
|
|
97
|
-
from influxdb_client.domain.heatmap_view_properties import HeatmapViewProperties as HeatmapViewProperties
|
|
98
|
-
from influxdb_client.domain.histogram_view_properties import HistogramViewProperties as HistogramViewProperties
|
|
99
|
-
from influxdb_client.domain.http_notification_endpoint import HTTPNotificationEndpoint as HTTPNotificationEndpoint
|
|
100
|
-
from influxdb_client.domain.http_notification_rule import HTTPNotificationRule as HTTPNotificationRule
|
|
101
|
-
from influxdb_client.domain.http_notification_rule_base import HTTPNotificationRuleBase as HTTPNotificationRuleBase
|
|
102
|
-
from influxdb_client.domain.identifier import Identifier as Identifier
|
|
103
|
-
from influxdb_client.domain.import_declaration import ImportDeclaration as ImportDeclaration
|
|
104
|
-
from influxdb_client.domain.index_expression import IndexExpression as IndexExpression
|
|
105
|
-
from influxdb_client.domain.integer_literal import IntegerLiteral as IntegerLiteral
|
|
106
|
-
from influxdb_client.domain.is_onboarding import IsOnboarding as IsOnboarding
|
|
107
|
-
from influxdb_client.domain.label import Label as Label
|
|
108
|
-
from influxdb_client.domain.label_create_request import LabelCreateRequest as LabelCreateRequest
|
|
109
|
-
from influxdb_client.domain.label_mapping import LabelMapping as LabelMapping
|
|
110
|
-
from influxdb_client.domain.label_response import LabelResponse as LabelResponse
|
|
111
|
-
from influxdb_client.domain.label_update import LabelUpdate as LabelUpdate
|
|
112
|
-
from influxdb_client.domain.labels_response import LabelsResponse as LabelsResponse
|
|
113
|
-
from influxdb_client.domain.language_request import LanguageRequest as LanguageRequest
|
|
114
|
-
from influxdb_client.domain.legacy_authorization_post_request import (
|
|
115
|
-
LegacyAuthorizationPostRequest as LegacyAuthorizationPostRequest,
|
|
116
|
-
)
|
|
117
|
-
from influxdb_client.domain.lesser_threshold import LesserThreshold as LesserThreshold
|
|
118
|
-
from influxdb_client.domain.line_plus_single_stat_properties import LinePlusSingleStatProperties as LinePlusSingleStatProperties
|
|
119
|
-
from influxdb_client.domain.line_protocol_error import LineProtocolError as LineProtocolError
|
|
120
|
-
from influxdb_client.domain.line_protocol_length_error import LineProtocolLengthError as LineProtocolLengthError
|
|
121
|
-
from influxdb_client.domain.links import Links as Links
|
|
122
|
-
from influxdb_client.domain.list_stacks_response import ListStacksResponse as ListStacksResponse
|
|
123
|
-
from influxdb_client.domain.log_event import LogEvent as LogEvent
|
|
124
|
-
from influxdb_client.domain.logical_expression import LogicalExpression as LogicalExpression
|
|
125
|
-
from influxdb_client.domain.logs import Logs as Logs
|
|
126
|
-
from influxdb_client.domain.map_variable_properties import MapVariableProperties as MapVariableProperties
|
|
127
|
-
from influxdb_client.domain.markdown_view_properties import MarkdownViewProperties as MarkdownViewProperties
|
|
128
|
-
from influxdb_client.domain.measurement_schema import MeasurementSchema as MeasurementSchema
|
|
129
|
-
from influxdb_client.domain.measurement_schema_column import MeasurementSchemaColumn as MeasurementSchemaColumn
|
|
130
|
-
from influxdb_client.domain.measurement_schema_create_request import (
|
|
131
|
-
MeasurementSchemaCreateRequest as MeasurementSchemaCreateRequest,
|
|
132
|
-
)
|
|
133
|
-
from influxdb_client.domain.measurement_schema_list import MeasurementSchemaList as MeasurementSchemaList
|
|
134
|
-
from influxdb_client.domain.measurement_schema_update_request import (
|
|
135
|
-
MeasurementSchemaUpdateRequest as MeasurementSchemaUpdateRequest,
|
|
136
|
-
)
|
|
137
|
-
from influxdb_client.domain.member_assignment import MemberAssignment as MemberAssignment
|
|
138
|
-
from influxdb_client.domain.member_expression import MemberExpression as MemberExpression
|
|
139
|
-
from influxdb_client.domain.metadata_backup import MetadataBackup as MetadataBackup
|
|
140
|
-
from influxdb_client.domain.model_property import ModelProperty as ModelProperty
|
|
141
|
-
from influxdb_client.domain.mosaic_view_properties import MosaicViewProperties as MosaicViewProperties
|
|
142
|
-
from influxdb_client.domain.node import Node as Node
|
|
143
|
-
from influxdb_client.domain.notification_endpoint import NotificationEndpoint as NotificationEndpoint
|
|
144
|
-
from influxdb_client.domain.notification_endpoint_base import NotificationEndpointBase as NotificationEndpointBase
|
|
145
|
-
from influxdb_client.domain.notification_endpoint_base_links import NotificationEndpointBaseLinks as NotificationEndpointBaseLinks
|
|
146
|
-
from influxdb_client.domain.notification_endpoint_discriminator import (
|
|
147
|
-
NotificationEndpointDiscriminator as NotificationEndpointDiscriminator,
|
|
148
|
-
)
|
|
149
|
-
from influxdb_client.domain.notification_endpoint_type import NotificationEndpointType as NotificationEndpointType
|
|
150
|
-
from influxdb_client.domain.notification_endpoint_update import NotificationEndpointUpdate as NotificationEndpointUpdate
|
|
151
|
-
from influxdb_client.domain.notification_endpoints import NotificationEndpoints as NotificationEndpoints
|
|
152
|
-
from influxdb_client.domain.notification_rule import NotificationRule as NotificationRule
|
|
153
|
-
from influxdb_client.domain.notification_rule_base import NotificationRuleBase as NotificationRuleBase
|
|
154
|
-
from influxdb_client.domain.notification_rule_base_links import NotificationRuleBaseLinks as NotificationRuleBaseLinks
|
|
155
|
-
from influxdb_client.domain.notification_rule_discriminator import NotificationRuleDiscriminator as NotificationRuleDiscriminator
|
|
156
|
-
from influxdb_client.domain.notification_rule_update import NotificationRuleUpdate as NotificationRuleUpdate
|
|
157
|
-
from influxdb_client.domain.notification_rules import NotificationRules as NotificationRules
|
|
158
|
-
from influxdb_client.domain.object_expression import ObjectExpression as ObjectExpression
|
|
159
|
-
from influxdb_client.domain.onboarding_request import OnboardingRequest as OnboardingRequest
|
|
160
|
-
from influxdb_client.domain.onboarding_response import OnboardingResponse as OnboardingResponse
|
|
161
|
-
from influxdb_client.domain.option_statement import OptionStatement as OptionStatement
|
|
162
|
-
from influxdb_client.domain.organization import Organization as Organization
|
|
163
|
-
from influxdb_client.domain.organization_links import OrganizationLinks as OrganizationLinks
|
|
164
|
-
from influxdb_client.domain.organizations import Organizations as Organizations
|
|
165
|
-
from influxdb_client.domain.package import Package as Package
|
|
166
|
-
from influxdb_client.domain.package_clause import PackageClause as PackageClause
|
|
167
|
-
from influxdb_client.domain.pager_duty_notification_endpoint import PagerDutyNotificationEndpoint as PagerDutyNotificationEndpoint
|
|
168
|
-
from influxdb_client.domain.pager_duty_notification_rule import PagerDutyNotificationRule as PagerDutyNotificationRule
|
|
169
|
-
from influxdb_client.domain.pager_duty_notification_rule_base import (
|
|
170
|
-
PagerDutyNotificationRuleBase as PagerDutyNotificationRuleBase,
|
|
171
|
-
)
|
|
172
|
-
from influxdb_client.domain.paren_expression import ParenExpression as ParenExpression
|
|
173
|
-
from influxdb_client.domain.password_reset_body import PasswordResetBody as PasswordResetBody
|
|
174
|
-
from influxdb_client.domain.patch_bucket_request import PatchBucketRequest as PatchBucketRequest
|
|
175
|
-
from influxdb_client.domain.patch_dashboard_request import PatchDashboardRequest as PatchDashboardRequest
|
|
176
|
-
from influxdb_client.domain.patch_organization_request import PatchOrganizationRequest as PatchOrganizationRequest
|
|
177
|
-
from influxdb_client.domain.patch_retention_rule import PatchRetentionRule as PatchRetentionRule
|
|
178
|
-
from influxdb_client.domain.patch_stack_request import PatchStackRequest as PatchStackRequest
|
|
179
|
-
from influxdb_client.domain.patch_stack_request_additional_resources import (
|
|
180
|
-
PatchStackRequestAdditionalResources as PatchStackRequestAdditionalResources,
|
|
181
|
-
)
|
|
182
|
-
from influxdb_client.domain.permission import Permission as Permission
|
|
183
|
-
from influxdb_client.domain.permission_resource import PermissionResource as PermissionResource
|
|
184
|
-
from influxdb_client.domain.pipe_expression import PipeExpression as PipeExpression
|
|
185
|
-
from influxdb_client.domain.pipe_literal import PipeLiteral as PipeLiteral
|
|
186
|
-
from influxdb_client.domain.post_bucket_request import PostBucketRequest as PostBucketRequest
|
|
187
|
-
from influxdb_client.domain.post_check import PostCheck as PostCheck
|
|
188
|
-
from influxdb_client.domain.post_notification_endpoint import PostNotificationEndpoint as PostNotificationEndpoint
|
|
189
|
-
from influxdb_client.domain.post_notification_rule import PostNotificationRule as PostNotificationRule
|
|
190
|
-
from influxdb_client.domain.post_organization_request import PostOrganizationRequest as PostOrganizationRequest
|
|
191
|
-
from influxdb_client.domain.post_restore_kv_response import PostRestoreKVResponse as PostRestoreKVResponse
|
|
192
|
-
from influxdb_client.domain.post_stack_request import PostStackRequest as PostStackRequest
|
|
193
|
-
from influxdb_client.domain.property_key import PropertyKey as PropertyKey
|
|
194
|
-
from influxdb_client.domain.query import Query as Query
|
|
195
|
-
from influxdb_client.domain.query_edit_mode import QueryEditMode as QueryEditMode
|
|
196
|
-
from influxdb_client.domain.query_variable_properties import QueryVariableProperties as QueryVariableProperties
|
|
197
|
-
from influxdb_client.domain.query_variable_properties_values import QueryVariablePropertiesValues as QueryVariablePropertiesValues
|
|
198
|
-
from influxdb_client.domain.range_threshold import RangeThreshold as RangeThreshold
|
|
199
|
-
from influxdb_client.domain.ready import Ready as Ready
|
|
200
|
-
from influxdb_client.domain.regexp_literal import RegexpLiteral as RegexpLiteral
|
|
201
|
-
from influxdb_client.domain.remote_connection import RemoteConnection as RemoteConnection
|
|
202
|
-
from influxdb_client.domain.remote_connection_creation_request import (
|
|
203
|
-
RemoteConnectionCreationRequest as RemoteConnectionCreationRequest,
|
|
204
|
-
)
|
|
205
|
-
from influxdb_client.domain.remote_connection_update_request import RemoteConnectionUpdateRequest as RemoteConnectionUpdateRequest
|
|
206
|
-
from influxdb_client.domain.remote_connections import RemoteConnections as RemoteConnections
|
|
207
|
-
from influxdb_client.domain.renamable_field import RenamableField as RenamableField
|
|
208
|
-
from influxdb_client.domain.replication import Replication as Replication
|
|
209
|
-
from influxdb_client.domain.replication_creation_request import ReplicationCreationRequest as ReplicationCreationRequest
|
|
210
|
-
from influxdb_client.domain.replication_update_request import ReplicationUpdateRequest as ReplicationUpdateRequest
|
|
211
|
-
from influxdb_client.domain.replications import Replications as Replications
|
|
212
|
-
from influxdb_client.domain.resource_member import ResourceMember as ResourceMember
|
|
213
|
-
from influxdb_client.domain.resource_members import ResourceMembers as ResourceMembers
|
|
214
|
-
from influxdb_client.domain.resource_members_links import ResourceMembersLinks as ResourceMembersLinks
|
|
215
|
-
from influxdb_client.domain.resource_owner import ResourceOwner as ResourceOwner
|
|
216
|
-
from influxdb_client.domain.resource_owners import ResourceOwners as ResourceOwners
|
|
217
|
-
from influxdb_client.domain.restored_bucket_mappings import RestoredBucketMappings as RestoredBucketMappings
|
|
218
|
-
from influxdb_client.domain.retention_policy_manifest import RetentionPolicyManifest as RetentionPolicyManifest
|
|
219
|
-
from influxdb_client.domain.return_statement import ReturnStatement as ReturnStatement
|
|
220
|
-
from influxdb_client.domain.routes import Routes as Routes
|
|
221
|
-
from influxdb_client.domain.routes_external import RoutesExternal as RoutesExternal
|
|
222
|
-
from influxdb_client.domain.routes_query import RoutesQuery as RoutesQuery
|
|
223
|
-
from influxdb_client.domain.routes_system import RoutesSystem as RoutesSystem
|
|
224
|
-
from influxdb_client.domain.rule_status_level import RuleStatusLevel as RuleStatusLevel
|
|
225
|
-
from influxdb_client.domain.run import Run as Run
|
|
226
|
-
from influxdb_client.domain.run_links import RunLinks as RunLinks
|
|
227
|
-
from influxdb_client.domain.run_manually import RunManually as RunManually
|
|
228
|
-
from influxdb_client.domain.runs import Runs as Runs
|
|
229
|
-
from influxdb_client.domain.scatter_view_properties import ScatterViewProperties as ScatterViewProperties
|
|
230
|
-
from influxdb_client.domain.schema_type import SchemaType as SchemaType
|
|
231
|
-
from influxdb_client.domain.scraper_target_request import ScraperTargetRequest as ScraperTargetRequest
|
|
232
|
-
from influxdb_client.domain.scraper_target_response import ScraperTargetResponse as ScraperTargetResponse
|
|
233
|
-
from influxdb_client.domain.scraper_target_responses import ScraperTargetResponses as ScraperTargetResponses
|
|
234
|
-
from influxdb_client.domain.script import Script as Script
|
|
235
|
-
from influxdb_client.domain.script_create_request import ScriptCreateRequest as ScriptCreateRequest
|
|
236
|
-
from influxdb_client.domain.script_invocation_params import ScriptInvocationParams as ScriptInvocationParams
|
|
237
|
-
from influxdb_client.domain.script_language import ScriptLanguage as ScriptLanguage
|
|
238
|
-
from influxdb_client.domain.script_update_request import ScriptUpdateRequest as ScriptUpdateRequest
|
|
239
|
-
from influxdb_client.domain.scripts import Scripts as Scripts
|
|
240
|
-
from influxdb_client.domain.secret_keys import SecretKeys as SecretKeys
|
|
241
|
-
from influxdb_client.domain.secret_keys_response import SecretKeysResponse as SecretKeysResponse
|
|
242
|
-
from influxdb_client.domain.shard_group_manifest import ShardGroupManifest as ShardGroupManifest
|
|
243
|
-
from influxdb_client.domain.shard_manifest import ShardManifest as ShardManifest
|
|
244
|
-
from influxdb_client.domain.shard_owner import ShardOwner as ShardOwner
|
|
245
|
-
from influxdb_client.domain.simple_table_view_properties import SimpleTableViewProperties as SimpleTableViewProperties
|
|
246
|
-
from influxdb_client.domain.single_stat_view_properties import SingleStatViewProperties as SingleStatViewProperties
|
|
247
|
-
from influxdb_client.domain.slack_notification_endpoint import SlackNotificationEndpoint as SlackNotificationEndpoint
|
|
248
|
-
from influxdb_client.domain.slack_notification_rule import SlackNotificationRule as SlackNotificationRule
|
|
249
|
-
from influxdb_client.domain.slack_notification_rule_base import SlackNotificationRuleBase as SlackNotificationRuleBase
|
|
250
|
-
from influxdb_client.domain.smtp_notification_rule import SMTPNotificationRule as SMTPNotificationRule
|
|
251
|
-
from influxdb_client.domain.smtp_notification_rule_base import SMTPNotificationRuleBase as SMTPNotificationRuleBase
|
|
252
|
-
from influxdb_client.domain.source import Source as Source
|
|
253
|
-
from influxdb_client.domain.source_links import SourceLinks as SourceLinks
|
|
254
|
-
from influxdb_client.domain.sources import Sources as Sources
|
|
255
|
-
from influxdb_client.domain.stack import Stack as Stack
|
|
256
|
-
from influxdb_client.domain.stack_associations import StackAssociations as StackAssociations
|
|
257
|
-
from influxdb_client.domain.stack_events import StackEvents as StackEvents
|
|
258
|
-
from influxdb_client.domain.stack_links import StackLinks as StackLinks
|
|
259
|
-
from influxdb_client.domain.stack_resources import StackResources as StackResources
|
|
260
|
-
from influxdb_client.domain.statement import Statement as Statement
|
|
261
|
-
from influxdb_client.domain.static_legend import StaticLegend as StaticLegend
|
|
262
|
-
from influxdb_client.domain.status_rule import StatusRule as StatusRule
|
|
263
|
-
from influxdb_client.domain.string_literal import StringLiteral as StringLiteral
|
|
264
|
-
from influxdb_client.domain.subscription_manifest import SubscriptionManifest as SubscriptionManifest
|
|
265
|
-
from influxdb_client.domain.table_view_properties import TableViewProperties as TableViewProperties
|
|
266
|
-
from influxdb_client.domain.table_view_properties_table_options import (
|
|
267
|
-
TableViewPropertiesTableOptions as TableViewPropertiesTableOptions,
|
|
268
|
-
)
|
|
269
|
-
from influxdb_client.domain.tag_rule import TagRule as TagRule
|
|
270
|
-
from influxdb_client.domain.task import Task as Task
|
|
271
|
-
from influxdb_client.domain.task_create_request import TaskCreateRequest as TaskCreateRequest
|
|
272
|
-
from influxdb_client.domain.task_links import TaskLinks as TaskLinks
|
|
273
|
-
from influxdb_client.domain.task_status_type import TaskStatusType as TaskStatusType
|
|
274
|
-
from influxdb_client.domain.task_update_request import TaskUpdateRequest as TaskUpdateRequest
|
|
275
|
-
from influxdb_client.domain.tasks import Tasks as Tasks
|
|
276
|
-
from influxdb_client.domain.telegraf import Telegraf as Telegraf
|
|
277
|
-
from influxdb_client.domain.telegraf_plugin import TelegrafPlugin as TelegrafPlugin
|
|
278
|
-
from influxdb_client.domain.telegraf_plugin_request import TelegrafPluginRequest as TelegrafPluginRequest
|
|
279
|
-
from influxdb_client.domain.telegraf_plugin_request_plugins import TelegrafPluginRequestPlugins as TelegrafPluginRequestPlugins
|
|
280
|
-
from influxdb_client.domain.telegraf_plugins import TelegrafPlugins as TelegrafPlugins
|
|
281
|
-
from influxdb_client.domain.telegraf_request import TelegrafRequest as TelegrafRequest
|
|
282
|
-
from influxdb_client.domain.telegraf_request_metadata import TelegrafRequestMetadata as TelegrafRequestMetadata
|
|
283
|
-
from influxdb_client.domain.telegrafs import Telegrafs as Telegrafs
|
|
284
|
-
from influxdb_client.domain.telegram_notification_endpoint import TelegramNotificationEndpoint as TelegramNotificationEndpoint
|
|
285
|
-
from influxdb_client.domain.telegram_notification_rule import TelegramNotificationRule as TelegramNotificationRule
|
|
286
|
-
from influxdb_client.domain.telegram_notification_rule_base import TelegramNotificationRuleBase as TelegramNotificationRuleBase
|
|
287
|
-
from influxdb_client.domain.template_apply import TemplateApply as TemplateApply
|
|
288
|
-
from influxdb_client.domain.template_apply_remotes import TemplateApplyRemotes as TemplateApplyRemotes
|
|
289
|
-
from influxdb_client.domain.template_apply_template import TemplateApplyTemplate as TemplateApplyTemplate
|
|
290
|
-
from influxdb_client.domain.template_chart import TemplateChart as TemplateChart
|
|
291
|
-
from influxdb_client.domain.template_export_by_id import TemplateExportByID as TemplateExportByID
|
|
292
|
-
from influxdb_client.domain.template_export_by_id_org_ids import TemplateExportByIDOrgIDs as TemplateExportByIDOrgIDs
|
|
293
|
-
from influxdb_client.domain.template_export_by_id_resource_filters import (
|
|
294
|
-
TemplateExportByIDResourceFilters as TemplateExportByIDResourceFilters,
|
|
295
|
-
)
|
|
296
|
-
from influxdb_client.domain.template_export_by_id_resources import TemplateExportByIDResources as TemplateExportByIDResources
|
|
297
|
-
from influxdb_client.domain.template_kind import TemplateKind as TemplateKind
|
|
298
|
-
from influxdb_client.domain.template_summary import TemplateSummary as TemplateSummary
|
|
299
|
-
from influxdb_client.domain.template_summary_diff import TemplateSummaryDiff as TemplateSummaryDiff
|
|
300
|
-
from influxdb_client.domain.template_summary_diff_buckets import TemplateSummaryDiffBuckets as TemplateSummaryDiffBuckets
|
|
301
|
-
from influxdb_client.domain.template_summary_diff_buckets_new_old import (
|
|
302
|
-
TemplateSummaryDiffBucketsNewOld as TemplateSummaryDiffBucketsNewOld,
|
|
303
|
-
)
|
|
304
|
-
from influxdb_client.domain.template_summary_diff_checks import TemplateSummaryDiffChecks as TemplateSummaryDiffChecks
|
|
305
|
-
from influxdb_client.domain.template_summary_diff_dashboards import TemplateSummaryDiffDashboards as TemplateSummaryDiffDashboards
|
|
306
|
-
from influxdb_client.domain.template_summary_diff_dashboards_new_old import (
|
|
307
|
-
TemplateSummaryDiffDashboardsNewOld as TemplateSummaryDiffDashboardsNewOld,
|
|
308
|
-
)
|
|
309
|
-
from influxdb_client.domain.template_summary_diff_label_mappings import (
|
|
310
|
-
TemplateSummaryDiffLabelMappings as TemplateSummaryDiffLabelMappings,
|
|
311
|
-
)
|
|
312
|
-
from influxdb_client.domain.template_summary_diff_labels import TemplateSummaryDiffLabels as TemplateSummaryDiffLabels
|
|
313
|
-
from influxdb_client.domain.template_summary_diff_labels_new_old import (
|
|
314
|
-
TemplateSummaryDiffLabelsNewOld as TemplateSummaryDiffLabelsNewOld,
|
|
315
|
-
)
|
|
316
|
-
from influxdb_client.domain.template_summary_diff_notification_endpoints import (
|
|
317
|
-
TemplateSummaryDiffNotificationEndpoints as TemplateSummaryDiffNotificationEndpoints,
|
|
318
|
-
)
|
|
319
|
-
from influxdb_client.domain.template_summary_diff_notification_rules import (
|
|
320
|
-
TemplateSummaryDiffNotificationRules as TemplateSummaryDiffNotificationRules,
|
|
321
|
-
)
|
|
322
|
-
from influxdb_client.domain.template_summary_diff_notification_rules_new_old import (
|
|
323
|
-
TemplateSummaryDiffNotificationRulesNewOld as TemplateSummaryDiffNotificationRulesNewOld,
|
|
324
|
-
)
|
|
325
|
-
from influxdb_client.domain.template_summary_diff_tasks import TemplateSummaryDiffTasks as TemplateSummaryDiffTasks
|
|
326
|
-
from influxdb_client.domain.template_summary_diff_tasks_new_old import (
|
|
327
|
-
TemplateSummaryDiffTasksNewOld as TemplateSummaryDiffTasksNewOld,
|
|
328
|
-
)
|
|
329
|
-
from influxdb_client.domain.template_summary_diff_telegraf_configs import (
|
|
330
|
-
TemplateSummaryDiffTelegrafConfigs as TemplateSummaryDiffTelegrafConfigs,
|
|
331
|
-
)
|
|
332
|
-
from influxdb_client.domain.template_summary_diff_variables import TemplateSummaryDiffVariables as TemplateSummaryDiffVariables
|
|
333
|
-
from influxdb_client.domain.template_summary_diff_variables_new_old import (
|
|
334
|
-
TemplateSummaryDiffVariablesNewOld as TemplateSummaryDiffVariablesNewOld,
|
|
335
|
-
)
|
|
336
|
-
from influxdb_client.domain.template_summary_errors import TemplateSummaryErrors as TemplateSummaryErrors
|
|
337
|
-
from influxdb_client.domain.template_summary_label import TemplateSummaryLabel as TemplateSummaryLabel
|
|
338
|
-
from influxdb_client.domain.template_summary_label_properties import (
|
|
339
|
-
TemplateSummaryLabelProperties as TemplateSummaryLabelProperties,
|
|
340
|
-
)
|
|
341
|
-
from influxdb_client.domain.template_summary_summary import TemplateSummarySummary as TemplateSummarySummary
|
|
342
|
-
from influxdb_client.domain.template_summary_summary_buckets import TemplateSummarySummaryBuckets as TemplateSummarySummaryBuckets
|
|
343
|
-
from influxdb_client.domain.template_summary_summary_dashboards import (
|
|
344
|
-
TemplateSummarySummaryDashboards as TemplateSummarySummaryDashboards,
|
|
345
|
-
)
|
|
346
|
-
from influxdb_client.domain.template_summary_summary_label_mappings import (
|
|
347
|
-
TemplateSummarySummaryLabelMappings as TemplateSummarySummaryLabelMappings,
|
|
348
|
-
)
|
|
349
|
-
from influxdb_client.domain.template_summary_summary_notification_rules import (
|
|
350
|
-
TemplateSummarySummaryNotificationRules as TemplateSummarySummaryNotificationRules,
|
|
351
|
-
)
|
|
352
|
-
from influxdb_client.domain.template_summary_summary_status_rules import (
|
|
353
|
-
TemplateSummarySummaryStatusRules as TemplateSummarySummaryStatusRules,
|
|
354
|
-
)
|
|
355
|
-
from influxdb_client.domain.template_summary_summary_tag_rules import (
|
|
356
|
-
TemplateSummarySummaryTagRules as TemplateSummarySummaryTagRules,
|
|
357
|
-
)
|
|
358
|
-
from influxdb_client.domain.template_summary_summary_tasks import TemplateSummarySummaryTasks as TemplateSummarySummaryTasks
|
|
359
|
-
from influxdb_client.domain.template_summary_summary_variables import (
|
|
360
|
-
TemplateSummarySummaryVariables as TemplateSummarySummaryVariables,
|
|
361
|
-
)
|
|
362
|
-
from influxdb_client.domain.test_statement import TestStatement as TestStatement
|
|
363
|
-
from influxdb_client.domain.threshold import Threshold as Threshold
|
|
364
|
-
from influxdb_client.domain.threshold_base import ThresholdBase as ThresholdBase
|
|
365
|
-
from influxdb_client.domain.threshold_check import ThresholdCheck as ThresholdCheck
|
|
366
|
-
from influxdb_client.domain.unary_expression import UnaryExpression as UnaryExpression
|
|
367
|
-
from influxdb_client.domain.unsigned_integer_literal import UnsignedIntegerLiteral as UnsignedIntegerLiteral
|
|
368
|
-
from influxdb_client.domain.user import User as User
|
|
369
|
-
from influxdb_client.domain.user_response import UserResponse as UserResponse
|
|
370
|
-
from influxdb_client.domain.user_response_links import UserResponseLinks as UserResponseLinks
|
|
371
|
-
from influxdb_client.domain.users import Users as Users
|
|
372
|
-
from influxdb_client.domain.variable import Variable as Variable
|
|
373
|
-
from influxdb_client.domain.variable_assignment import VariableAssignment as VariableAssignment
|
|
374
|
-
from influxdb_client.domain.variable_links import VariableLinks as VariableLinks
|
|
375
|
-
from influxdb_client.domain.variable_properties import VariableProperties as VariableProperties
|
|
376
|
-
from influxdb_client.domain.variables import Variables as Variables
|
|
377
|
-
from influxdb_client.domain.view import View as View
|
|
378
|
-
from influxdb_client.domain.view_links import ViewLinks as ViewLinks
|
|
379
|
-
from influxdb_client.domain.view_properties import ViewProperties as ViewProperties
|
|
380
|
-
from influxdb_client.domain.views import Views as Views
|
|
381
|
-
from influxdb_client.domain.write_precision import WritePrecision as WritePrecision
|
|
382
|
-
from influxdb_client.domain.xy_geom import XYGeom as XYGeom
|
|
383
|
-
from influxdb_client.domain.xy_view_properties import XYViewProperties as XYViewProperties
|
|
384
|
-
from influxdb_client.service.authorizations_service import AuthorizationsService as AuthorizationsService
|
|
385
|
-
from influxdb_client.service.backup_service import BackupService as BackupService
|
|
386
|
-
from influxdb_client.service.bucket_schemas_service import BucketSchemasService as BucketSchemasService
|
|
387
|
-
from influxdb_client.service.buckets_service import BucketsService as BucketsService
|
|
388
|
-
from influxdb_client.service.cells_service import CellsService as CellsService
|
|
389
|
-
from influxdb_client.service.checks_service import ChecksService as ChecksService
|
|
390
|
-
from influxdb_client.service.config_service import ConfigService as ConfigService
|
|
391
|
-
from influxdb_client.service.dashboards_service import DashboardsService as DashboardsService
|
|
392
|
-
from influxdb_client.service.dbr_ps_service import DBRPsService as DBRPsService
|
|
393
|
-
from influxdb_client.service.delete_service import DeleteService as DeleteService
|
|
394
|
-
from influxdb_client.service.health_service import HealthService as HealthService
|
|
395
|
-
from influxdb_client.service.invokable_scripts_service import InvokableScriptsService as InvokableScriptsService
|
|
396
|
-
from influxdb_client.service.labels_service import LabelsService as LabelsService
|
|
397
|
-
from influxdb_client.service.legacy_authorizations_service import LegacyAuthorizationsService as LegacyAuthorizationsService
|
|
398
|
-
from influxdb_client.service.metrics_service import MetricsService as MetricsService
|
|
399
|
-
from influxdb_client.service.notification_endpoints_service import NotificationEndpointsService as NotificationEndpointsService
|
|
400
|
-
from influxdb_client.service.notification_rules_service import NotificationRulesService as NotificationRulesService
|
|
401
|
-
from influxdb_client.service.organizations_service import OrganizationsService as OrganizationsService
|
|
402
|
-
from influxdb_client.service.ping_service import PingService as PingService
|
|
403
|
-
from influxdb_client.service.query_service import QueryService as QueryService
|
|
404
|
-
from influxdb_client.service.ready_service import ReadyService as ReadyService
|
|
405
|
-
from influxdb_client.service.remote_connections_service import RemoteConnectionsService as RemoteConnectionsService
|
|
406
|
-
from influxdb_client.service.replications_service import ReplicationsService as ReplicationsService
|
|
407
|
-
from influxdb_client.service.resources_service import ResourcesService as ResourcesService
|
|
408
|
-
from influxdb_client.service.restore_service import RestoreService as RestoreService
|
|
409
|
-
from influxdb_client.service.routes_service import RoutesService as RoutesService
|
|
410
|
-
from influxdb_client.service.rules_service import RulesService as RulesService
|
|
411
|
-
from influxdb_client.service.scraper_targets_service import ScraperTargetsService as ScraperTargetsService
|
|
412
|
-
from influxdb_client.service.secrets_service import SecretsService as SecretsService
|
|
413
|
-
from influxdb_client.service.setup_service import SetupService as SetupService
|
|
414
|
-
from influxdb_client.service.signin_service import SigninService as SigninService
|
|
415
|
-
from influxdb_client.service.signout_service import SignoutService as SignoutService
|
|
416
|
-
from influxdb_client.service.sources_service import SourcesService as SourcesService
|
|
417
|
-
from influxdb_client.service.tasks_service import TasksService as TasksService
|
|
418
|
-
from influxdb_client.service.telegraf_plugins_service import TelegrafPluginsService as TelegrafPluginsService
|
|
419
|
-
from influxdb_client.service.telegrafs_service import TelegrafsService as TelegrafsService
|
|
420
|
-
from influxdb_client.service.templates_service import TemplatesService as TemplatesService
|
|
421
|
-
from influxdb_client.service.users_service import UsersService as UsersService
|
|
422
|
-
from influxdb_client.service.variables_service import VariablesService as VariablesService
|
|
423
|
-
from influxdb_client.service.views_service import ViewsService as ViewsService
|
|
424
|
-
from influxdb_client.service.write_service import WriteService as WriteService
|
|
425
|
-
from influxdb_client.version import VERSION as VERSION
|
|
426
|
-
|
|
427
|
-
__version__ = VERSION
|
|
File without changes
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
from _typeshed import Incomplete
|
|
2
|
-
|
|
3
|
-
class ApiClientAsync:
|
|
4
|
-
PRIMITIVE_TYPES: Incomplete
|
|
5
|
-
NATIVE_TYPES_MAPPING: Incomplete
|
|
6
|
-
configuration: Incomplete
|
|
7
|
-
pool_threads: Incomplete
|
|
8
|
-
rest_client: Incomplete
|
|
9
|
-
default_headers: Incomplete
|
|
10
|
-
cookie: Incomplete
|
|
11
|
-
def __init__(
|
|
12
|
-
self,
|
|
13
|
-
configuration: Incomplete | None = None,
|
|
14
|
-
header_name: Incomplete | None = None,
|
|
15
|
-
header_value: Incomplete | None = None,
|
|
16
|
-
cookie: Incomplete | None = None,
|
|
17
|
-
pool_threads: Incomplete | None = None,
|
|
18
|
-
**kwargs,
|
|
19
|
-
) -> None: ...
|
|
20
|
-
async def close(self) -> None: ...
|
|
21
|
-
@property
|
|
22
|
-
def pool(self): ...
|
|
23
|
-
@property
|
|
24
|
-
def user_agent(self): ...
|
|
25
|
-
@user_agent.setter
|
|
26
|
-
def user_agent(self, value) -> None: ...
|
|
27
|
-
def set_default_header(self, header_name, header_value) -> None: ...
|
|
28
|
-
def sanitize_for_serialization(self, obj): ...
|
|
29
|
-
def deserialize(self, response, response_type): ...
|
|
30
|
-
def call_api(
|
|
31
|
-
self,
|
|
32
|
-
resource_path,
|
|
33
|
-
method,
|
|
34
|
-
path_params: Incomplete | None = None,
|
|
35
|
-
query_params: Incomplete | None = None,
|
|
36
|
-
header_params: Incomplete | None = None,
|
|
37
|
-
body: Incomplete | None = None,
|
|
38
|
-
post_params: Incomplete | None = None,
|
|
39
|
-
files: Incomplete | None = None,
|
|
40
|
-
response_type: Incomplete | None = None,
|
|
41
|
-
auth_settings: Incomplete | None = None,
|
|
42
|
-
async_req: Incomplete | None = None,
|
|
43
|
-
_return_http_data_only: Incomplete | None = None,
|
|
44
|
-
collection_formats: Incomplete | None = None,
|
|
45
|
-
_preload_content: bool = True,
|
|
46
|
-
_request_timeout: Incomplete | None = None,
|
|
47
|
-
urlopen_kw: Incomplete | None = None,
|
|
48
|
-
): ...
|
|
49
|
-
def request(
|
|
50
|
-
self,
|
|
51
|
-
method,
|
|
52
|
-
url,
|
|
53
|
-
query_params: Incomplete | None = None,
|
|
54
|
-
headers: Incomplete | None = None,
|
|
55
|
-
post_params: Incomplete | None = None,
|
|
56
|
-
body: Incomplete | None = None,
|
|
57
|
-
_preload_content: bool = True,
|
|
58
|
-
_request_timeout: Incomplete | None = None,
|
|
59
|
-
**urlopen_kw,
|
|
60
|
-
): ...
|
|
61
|
-
def parameters_to_tuples(self, params, collection_formats): ...
|
|
62
|
-
def prepare_post_parameters(self, post_params: Incomplete | None = None, files: Incomplete | None = None): ...
|
|
63
|
-
def select_header_accept(self, accepts): ...
|
|
64
|
-
def select_header_content_type(self, content_types): ...
|
|
65
|
-
def update_params_for_auth(self, headers, querys, auth_settings) -> None: ...
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import io
|
|
2
|
-
from _typeshed import Incomplete
|
|
3
|
-
|
|
4
|
-
class RESTResponseAsync(io.IOBase):
|
|
5
|
-
aiohttp_response: Incomplete
|
|
6
|
-
status: Incomplete
|
|
7
|
-
reason: Incomplete
|
|
8
|
-
data: Incomplete
|
|
9
|
-
def __init__(self, resp, data) -> None: ...
|
|
10
|
-
def getheaders(self): ...
|
|
11
|
-
def getheader(self, name, default: Incomplete | None = None): ...
|
|
12
|
-
|
|
13
|
-
class RESTClientObjectAsync:
|
|
14
|
-
proxy: Incomplete
|
|
15
|
-
proxy_headers: Incomplete
|
|
16
|
-
allow_redirects: Incomplete
|
|
17
|
-
max_redirects: Incomplete
|
|
18
|
-
pool_manager: Incomplete
|
|
19
|
-
def __init__(self, configuration, pools_size: int = 4, maxsize: Incomplete | None = None, **kwargs) -> None: ...
|
|
20
|
-
async def close(self) -> None: ...
|
|
21
|
-
async def request(
|
|
22
|
-
self,
|
|
23
|
-
method,
|
|
24
|
-
url,
|
|
25
|
-
query_params: Incomplete | None = None,
|
|
26
|
-
headers: Incomplete | None = None,
|
|
27
|
-
body: Incomplete | None = None,
|
|
28
|
-
post_params: Incomplete | None = None,
|
|
29
|
-
_preload_content: bool = True,
|
|
30
|
-
_request_timeout: Incomplete | None = None,
|
|
31
|
-
): ...
|
|
32
|
-
async def GET(
|
|
33
|
-
self,
|
|
34
|
-
url,
|
|
35
|
-
headers: Incomplete | None = None,
|
|
36
|
-
query_params: Incomplete | None = None,
|
|
37
|
-
_preload_content: bool = True,
|
|
38
|
-
_request_timeout: Incomplete | None = None,
|
|
39
|
-
): ...
|
|
40
|
-
async def HEAD(
|
|
41
|
-
self,
|
|
42
|
-
url,
|
|
43
|
-
headers: Incomplete | None = None,
|
|
44
|
-
query_params: Incomplete | None = None,
|
|
45
|
-
_preload_content: bool = True,
|
|
46
|
-
_request_timeout: Incomplete | None = None,
|
|
47
|
-
): ...
|
|
48
|
-
async def OPTIONS(
|
|
49
|
-
self,
|
|
50
|
-
url,
|
|
51
|
-
headers: Incomplete | None = None,
|
|
52
|
-
query_params: Incomplete | None = None,
|
|
53
|
-
post_params: Incomplete | None = None,
|
|
54
|
-
body: Incomplete | None = None,
|
|
55
|
-
_preload_content: bool = True,
|
|
56
|
-
_request_timeout: Incomplete | None = None,
|
|
57
|
-
): ...
|
|
58
|
-
async def DELETE(
|
|
59
|
-
self,
|
|
60
|
-
url,
|
|
61
|
-
headers: Incomplete | None = None,
|
|
62
|
-
query_params: Incomplete | None = None,
|
|
63
|
-
body: Incomplete | None = None,
|
|
64
|
-
_preload_content: bool = True,
|
|
65
|
-
_request_timeout: Incomplete | None = None,
|
|
66
|
-
): ...
|
|
67
|
-
async def POST(
|
|
68
|
-
self,
|
|
69
|
-
url,
|
|
70
|
-
headers: Incomplete | None = None,
|
|
71
|
-
query_params: Incomplete | None = None,
|
|
72
|
-
post_params: Incomplete | None = None,
|
|
73
|
-
body: Incomplete | None = None,
|
|
74
|
-
_preload_content: bool = True,
|
|
75
|
-
_request_timeout: Incomplete | None = None,
|
|
76
|
-
): ...
|
|
77
|
-
async def PUT(
|
|
78
|
-
self,
|
|
79
|
-
url,
|
|
80
|
-
headers: Incomplete | None = None,
|
|
81
|
-
query_params: Incomplete | None = None,
|
|
82
|
-
post_params: Incomplete | None = None,
|
|
83
|
-
body: Incomplete | None = None,
|
|
84
|
-
_preload_content: bool = True,
|
|
85
|
-
_request_timeout: Incomplete | None = None,
|
|
86
|
-
): ...
|
|
87
|
-
async def PATCH(
|
|
88
|
-
self,
|
|
89
|
-
url,
|
|
90
|
-
headers: Incomplete | None = None,
|
|
91
|
-
query_params: Incomplete | None = None,
|
|
92
|
-
post_params: Incomplete | None = None,
|
|
93
|
-
body: Incomplete | None = None,
|
|
94
|
-
_preload_content: bool = True,
|
|
95
|
-
_request_timeout: Incomplete | None = None,
|
|
96
|
-
): ...
|
|
File without changes
|