better-notion 1.9.7__py3-none-any.whl → 1.9.8__py3-none-any.whl
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.
- better_notion/plugins/official/agents.py +2 -2
- {better_notion-1.9.7.dist-info → better_notion-1.9.8.dist-info}/METADATA +1 -1
- {better_notion-1.9.7.dist-info → better_notion-1.9.8.dist-info}/RECORD +6 -6
- {better_notion-1.9.7.dist-info → better_notion-1.9.8.dist-info}/WHEEL +0 -0
- {better_notion-1.9.7.dist-info → better_notion-1.9.8.dist-info}/entry_points.txt +0 -0
- {better_notion-1.9.7.dist-info → better_notion-1.9.8.dist-info}/licenses/LICENSE +0 -0
|
@@ -984,7 +984,7 @@ class AgentsPlugin(CombinedPluginInterface):
|
|
|
984
984
|
context: str = typer.Option("", "--context"),
|
|
985
985
|
proposed_solution: str = typer.Option("", "--proposed-solution"),
|
|
986
986
|
):
|
|
987
|
-
typer.echo(agents_cli.work_issues_create(title, project_id,
|
|
987
|
+
typer.echo(agents_cli.work_issues_create(title, project_id, type_, severity, description, context, task_id))
|
|
988
988
|
|
|
989
989
|
@work_issues_app.command("resolve")
|
|
990
990
|
def work_issues_resolve_cmd(
|
|
@@ -1021,7 +1021,7 @@ class AgentsPlugin(CombinedPluginInterface):
|
|
|
1021
1021
|
severity: str = typer.Option("Medium", "--severity"),
|
|
1022
1022
|
type_: str = typer.Option("Bug", "--type"),
|
|
1023
1023
|
):
|
|
1024
|
-
typer.echo(agents_cli.incidents_create(title, project_id,
|
|
1024
|
+
typer.echo(agents_cli.incidents_create(title, project_id, severity, type_, affected_version_id))
|
|
1025
1025
|
|
|
1026
1026
|
@incidents_app.command("resolve")
|
|
1027
1027
|
def incidents_resolve_cmd(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: better-notion
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.8
|
|
4
4
|
Summary: A high-level Python SDK for the Notion API with developer experience in mind.
|
|
5
5
|
Project-URL: Homepage, https://github.com/nesalia-inc/better-notion
|
|
6
6
|
Project-URL: Documentation, https://github.com/nesalia-inc/better-notion#readme
|
|
@@ -112,7 +112,7 @@ better_notion/plugins/base.py,sha256=3h9jOZzS--UqmVW3RREtcQ2h1GTWWPUryTencsJKhTM
|
|
|
112
112
|
better_notion/plugins/loader.py,sha256=zCWsMdJyvZs1IHFm0zjEiqm_l_5jB1Uw4x30Kq8rLS4,9527
|
|
113
113
|
better_notion/plugins/state.py,sha256=jH_tZWvC35hqLO4qwl2Kwq9ziWVavwCEUcCqy3s5wMY,3780
|
|
114
114
|
better_notion/plugins/official/__init__.py,sha256=rPg5vdk1cEANVstMPzxcWmImtsOpdSR40JSml7h1uUk,426
|
|
115
|
-
better_notion/plugins/official/agents.py,sha256=
|
|
115
|
+
better_notion/plugins/official/agents.py,sha256=NZ50Fiw-x7JIgrF56QHjVPzGLDBpnpJHc834vFYH8Fo,51608
|
|
116
116
|
better_notion/plugins/official/agents_cli.py,sha256=tV3WuYNUQQQh-9uA7b7H2wQDpAkKnD1aOH-pFNcGrT8,52384
|
|
117
117
|
better_notion/plugins/official/agents_schema.py,sha256=NQRAJFoBAXRuxB9_9Eaf-4tVth-1OZh7GjmN56Yp9lA,39867
|
|
118
118
|
better_notion/plugins/official/productivity.py,sha256=_-whP4pYA4HufE1aUFbIdhrjU-O9njI7xUO_Id2M1J8,8726
|
|
@@ -133,8 +133,8 @@ better_notion/utils/agents/rbac.py,sha256=8ZA8Y7wbOiVZDbpjpH7iC35SZrZ0jl4fcJ3xWC
|
|
|
133
133
|
better_notion/utils/agents/schemas.py,sha256=eHfGhY90FAPXA3E8qE6gP75dgNzn-9z5Ju1FMwBKnQQ,22120
|
|
134
134
|
better_notion/utils/agents/state_machine.py,sha256=xUBEeDTbU1Xq-rsRo2sbr6AUYpYrV9DTHOtZT2cWES8,6699
|
|
135
135
|
better_notion/utils/agents/workspace.py,sha256=Uy8bqLsT_VFGYAPoiQJNuCvGdjMceaSiVGbR9saMpoU,16558
|
|
136
|
-
better_notion-1.9.
|
|
137
|
-
better_notion-1.9.
|
|
138
|
-
better_notion-1.9.
|
|
139
|
-
better_notion-1.9.
|
|
140
|
-
better_notion-1.9.
|
|
136
|
+
better_notion-1.9.8.dist-info/METADATA,sha256=-Rr44IBLDveq-UchjRVVWJtwN3LkmHCW9Gq5dfV91us,11096
|
|
137
|
+
better_notion-1.9.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
138
|
+
better_notion-1.9.8.dist-info/entry_points.txt,sha256=D0bUcP7Z00Zyjxw7r2p29T95UrwioDO0aGDoHe9I6fo,55
|
|
139
|
+
better_notion-1.9.8.dist-info/licenses/LICENSE,sha256=BAdN3JpgMY_y_fWqZSCFSvSbC2mTHP-BKDAzF5FXQAI,1069
|
|
140
|
+
better_notion-1.9.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|