From 2674c973b1b32c1765cf6b9d8234ef75387d12d0 Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Thu, 17 Oct 2024 10:18:26 +0000 Subject: [PATCH] Update lexicons fetched from 22d039a committed 2024-10-08T17:16:09Z --- ...els.tools.ozone.moderation.get_records.rst | 7 +++++++ ...odels.tools.ozone.moderation.get_repos.rst | 7 +++++++ ...ient.models.tools.ozone.set.add_values.rst | 7 +++++++ ...oto_client.models.tools.ozone.set.defs.rst | 7 +++++++ ...ient.models.tools.ozone.set.delete_set.rst | 7 +++++++ ...t.models.tools.ozone.set.delete_values.rst | 7 +++++++ ...ient.models.tools.ozone.set.get_values.rst | 7 +++++++ ...ient.models.tools.ozone.set.query_sets.rst | 7 +++++++ .../atproto_client.models.tools.ozone.set.rst | 21 +++++++++++++++++++ ...ient.models.tools.ozone.set.upsert_set.rst | 7 +++++++ ...ient.models.tools.ozone.signature.defs.rst | 7 +++++++ ...tools.ozone.signature.find_correlation.rst | 7 +++++++ ....ozone.signature.find_related_accounts.rst | 7 +++++++ ...to_client.models.tools.ozone.signature.rst | 18 ++++++++++++++++ ....tools.ozone.signature.search_accounts.rst | 7 +++++++ 15 files changed, 130 insertions(+) create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.moderation.get_records.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.moderation.get_repos.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.set.add_values.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.set.defs.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.set.delete_set.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.set.delete_values.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.set.get_values.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.set.query_sets.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.set.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.set.upsert_set.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.signature.defs.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.signature.find_correlation.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.signature.find_related_accounts.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.signature.rst create mode 100644 docs/source/atproto/atproto_client.models.tools.ozone.signature.search_accounts.rst diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.moderation.get_records.rst b/docs/source/atproto/atproto_client.models.tools.ozone.moderation.get_records.rst new file mode 100644 index 00000000..a2252ae5 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.moderation.get_records.rst @@ -0,0 +1,7 @@ +tools.ozone.moderation.get\_records +========================================================== + +.. automodule:: atproto_client.models.tools.ozone.moderation.get_records + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.moderation.get_repos.rst b/docs/source/atproto/atproto_client.models.tools.ozone.moderation.get_repos.rst new file mode 100644 index 00000000..c8844914 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.moderation.get_repos.rst @@ -0,0 +1,7 @@ +tools.ozone.moderation.get\_repos +======================================================== + +.. automodule:: atproto_client.models.tools.ozone.moderation.get_repos + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.set.add_values.rst b/docs/source/atproto/atproto_client.models.tools.ozone.set.add_values.rst new file mode 100644 index 00000000..7c6bd1f4 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.set.add_values.rst @@ -0,0 +1,7 @@ +tools.ozone.set.add\_values +================================================== + +.. automodule:: atproto_client.models.tools.ozone.set.add_values + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.set.defs.rst b/docs/source/atproto/atproto_client.models.tools.ozone.set.defs.rst new file mode 100644 index 00000000..ffaa9616 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.set.defs.rst @@ -0,0 +1,7 @@ +tools.ozone.set.defs +=========================================== + +.. automodule:: atproto_client.models.tools.ozone.set.defs + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.set.delete_set.rst b/docs/source/atproto/atproto_client.models.tools.ozone.set.delete_set.rst new file mode 100644 index 00000000..c6311cdd --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.set.delete_set.rst @@ -0,0 +1,7 @@ +tools.ozone.set.delete\_set +================================================== + +.. automodule:: atproto_client.models.tools.ozone.set.delete_set + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.set.delete_values.rst b/docs/source/atproto/atproto_client.models.tools.ozone.set.delete_values.rst new file mode 100644 index 00000000..473d48b0 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.set.delete_values.rst @@ -0,0 +1,7 @@ +tools.ozone.set.delete\_values +===================================================== + +.. automodule:: atproto_client.models.tools.ozone.set.delete_values + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.set.get_values.rst b/docs/source/atproto/atproto_client.models.tools.ozone.set.get_values.rst new file mode 100644 index 00000000..7f9a9ddb --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.set.get_values.rst @@ -0,0 +1,7 @@ +tools.ozone.set.get\_values +================================================== + +.. automodule:: atproto_client.models.tools.ozone.set.get_values + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.set.query_sets.rst b/docs/source/atproto/atproto_client.models.tools.ozone.set.query_sets.rst new file mode 100644 index 00000000..8fed3535 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.set.query_sets.rst @@ -0,0 +1,7 @@ +tools.ozone.set.query\_sets +================================================== + +.. automodule:: atproto_client.models.tools.ozone.set.query_sets + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.set.rst b/docs/source/atproto/atproto_client.models.tools.ozone.set.rst new file mode 100644 index 00000000..9f60ebe9 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.set.rst @@ -0,0 +1,21 @@ +tools.ozone.set +====================================== + +.. automodule:: atproto_client.models.tools.ozone.set + :members: + :undoc-members: + :show-inheritance: + +Submodules +---------- + +.. toctree:: + :maxdepth: 4 + + atproto_client.models.tools.ozone.set.add_values + atproto_client.models.tools.ozone.set.defs + atproto_client.models.tools.ozone.set.delete_set + atproto_client.models.tools.ozone.set.delete_values + atproto_client.models.tools.ozone.set.get_values + atproto_client.models.tools.ozone.set.query_sets + atproto_client.models.tools.ozone.set.upsert_set diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.set.upsert_set.rst b/docs/source/atproto/atproto_client.models.tools.ozone.set.upsert_set.rst new file mode 100644 index 00000000..9d474578 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.set.upsert_set.rst @@ -0,0 +1,7 @@ +tools.ozone.set.upsert\_set +================================================== + +.. automodule:: atproto_client.models.tools.ozone.set.upsert_set + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.signature.defs.rst b/docs/source/atproto/atproto_client.models.tools.ozone.signature.defs.rst new file mode 100644 index 00000000..d92591c0 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.signature.defs.rst @@ -0,0 +1,7 @@ +tools.ozone.signature.defs +================================================= + +.. automodule:: atproto_client.models.tools.ozone.signature.defs + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.signature.find_correlation.rst b/docs/source/atproto/atproto_client.models.tools.ozone.signature.find_correlation.rst new file mode 100644 index 00000000..011c02a7 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.signature.find_correlation.rst @@ -0,0 +1,7 @@ +tools.ozone.signature.find\_correlation +============================================================== + +.. automodule:: atproto_client.models.tools.ozone.signature.find_correlation + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.signature.find_related_accounts.rst b/docs/source/atproto/atproto_client.models.tools.ozone.signature.find_related_accounts.rst new file mode 100644 index 00000000..28b04c7c --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.signature.find_related_accounts.rst @@ -0,0 +1,7 @@ +tools.ozone.signature.find\_related\_accounts +==================================================================== + +.. automodule:: atproto_client.models.tools.ozone.signature.find_related_accounts + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.signature.rst b/docs/source/atproto/atproto_client.models.tools.ozone.signature.rst new file mode 100644 index 00000000..85de1514 --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.signature.rst @@ -0,0 +1,18 @@ +tools.ozone.signature +============================================ + +.. automodule:: atproto_client.models.tools.ozone.signature + :members: + :undoc-members: + :show-inheritance: + +Submodules +---------- + +.. toctree:: + :maxdepth: 4 + + atproto_client.models.tools.ozone.signature.defs + atproto_client.models.tools.ozone.signature.find_correlation + atproto_client.models.tools.ozone.signature.find_related_accounts + atproto_client.models.tools.ozone.signature.search_accounts diff --git a/docs/source/atproto/atproto_client.models.tools.ozone.signature.search_accounts.rst b/docs/source/atproto/atproto_client.models.tools.ozone.signature.search_accounts.rst new file mode 100644 index 00000000..a855953d --- /dev/null +++ b/docs/source/atproto/atproto_client.models.tools.ozone.signature.search_accounts.rst @@ -0,0 +1,7 @@ +tools.ozone.signature.search\_accounts +============================================================= + +.. automodule:: atproto_client.models.tools.ozone.signature.search_accounts + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file