Skip to content

Commit b6c2f0b

Browse files
deploy: 0fa6244
1 parent b1115e1 commit b6c2f0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+151
-69
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.13.24/dist/katex.min.css" integrity="sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM" crossorigin="anonymous"><link rel="stylesheet" href="/python-sdk/assets/css/styles.716e5df6.css">
18-
<script src="/python-sdk/assets/js/runtime~main.0aeab554.js" defer="defer"></script>
18+
<script src="/python-sdk/assets/js/runtime~main.b2ebc19e.js" defer="defer"></script>
1919
<script src="/python-sdk/assets/js/main.bb948b1b.js" defer="defer"></script>
2020
</head>
2121
<body class="navigation-with-keyboard">

api-reference-docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.22.0',
2+
VERSION: '0.22.1',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

api-reference-docs/genindex.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Index &mdash; Groundlight Python SDK 0.22.0 documentation</title>
6+
<title>Index &mdash; Groundlight Python SDK 0.22.1 documentation</title>
77
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
@@ -13,7 +13,7 @@
1313

1414
<script src="_static/jquery.js?v=5d32c60e"></script>
1515
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="_static/documentation_options.js?v=5686f5df"></script>
16+
<script src="_static/documentation_options.js?v=f2fe71c6"></script>
1717
<script src="_static/doctools.js?v=9a2dae69"></script>
1818
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script src="_static/js/theme.js"></script>
@@ -33,7 +33,7 @@
3333
Groundlight Python SDK
3434
</a>
3535
<div class="version">
36-
0.22.0
36+
0.22.1
3737
</div>
3838
<div role="search">
3939
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -278,6 +278,8 @@ <h2 id="M">M</h2>
278278
<li><a href="models.html#groundlight.ExperimentalApi.make_action">make_action() (groundlight.ExperimentalApi method)</a>
279279
</li>
280280
<li><a href="models.html#groundlight.ExperimentalApi.make_condition">make_condition() (groundlight.ExperimentalApi method)</a>
281+
</li>
282+
<li><a href="models.html#groundlight.ExperimentalApi.make_payload_template">make_payload_template() (groundlight.ExperimentalApi method)</a>
281283
</li>
282284
<li><a href="models.html#groundlight.ExperimentalApi.make_webhook_action">make_webhook_action() (groundlight.ExperimentalApi method)</a>
283285
</li>

api-reference-docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Welcome to Groundlight Python SDK’s documentation! &mdash; Groundlight Python SDK 0.22.0 documentation</title>
7+
<title>Welcome to Groundlight Python SDK’s documentation! &mdash; Groundlight Python SDK 0.22.1 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
@@ -14,7 +14,7 @@
1414

1515
<script src="_static/jquery.js?v=5d32c60e"></script>
1616
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="_static/documentation_options.js?v=5686f5df"></script>
17+
<script src="_static/documentation_options.js?v=f2fe71c6"></script>
1818
<script src="_static/doctools.js?v=9a2dae69"></script>
1919
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="_static/js/theme.js"></script>
@@ -35,7 +35,7 @@
3535
Groundlight Python SDK
3636
</a>
3737
<div class="version">
38-
0.22.0
38+
0.22.1
3939
</div>
4040
<div role="search">
4141
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

api-reference-docs/models.html

Lines changed: 88 additions & 8 deletions
Large diffs are not rendered by default.

api-reference-docs/objects.inv

13 Bytes
Binary file not shown.

api-reference-docs/search.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Search &mdash; Groundlight Python SDK 0.22.0 documentation</title>
6+
<title>Search &mdash; Groundlight Python SDK 0.22.1 documentation</title>
77
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
@@ -14,7 +14,7 @@
1414

1515
<script src="_static/jquery.js?v=5d32c60e"></script>
1616
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="_static/documentation_options.js?v=5686f5df"></script>
17+
<script src="_static/documentation_options.js?v=f2fe71c6"></script>
1818
<script src="_static/doctools.js?v=9a2dae69"></script>
1919
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="_static/js/theme.js"></script>
@@ -36,7 +36,7 @@
3636
Groundlight Python SDK
3737
</a>
3838
<div class="version">
39-
0.22.0
39+
0.22.1
4040
</div>
4141
<div role="search">
4242
<form id="rtd-search-form" class="wy-form" action="#" method="get">

api-reference-docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/4809.83bc6c26.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/js/4809.baeaa982.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)