erdo 0.1.11__py3-none-any.whl → 0.1.12__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.
Potentially problematic release.
This version of erdo might be problematic. Click here for more details.
- erdo/types.py +7 -0
- {erdo-0.1.11.dist-info → erdo-0.1.12.dist-info}/METADATA +1 -1
- {erdo-0.1.11.dist-info → erdo-0.1.12.dist-info}/RECORD +6 -6
- {erdo-0.1.11.dist-info → erdo-0.1.12.dist-info}/WHEEL +0 -0
- {erdo-0.1.11.dist-info → erdo-0.1.12.dist-info}/entry_points.txt +0 -0
- {erdo-0.1.11.dist-info → erdo-0.1.12.dist-info}/licenses/LICENSE +0 -0
erdo/types.py
CHANGED
|
@@ -13,6 +13,9 @@ from typing import Any, Callable, Dict, List, Optional, Protocol, Tuple, Union,
|
|
|
13
13
|
from pydantic import BaseModel, Field, field_serializer, model_serializer
|
|
14
14
|
|
|
15
15
|
from ._generated.types import (
|
|
16
|
+
BotResource,
|
|
17
|
+
Dataset,
|
|
18
|
+
DatasetType,
|
|
16
19
|
ExecutionModeType,
|
|
17
20
|
HandlerType,
|
|
18
21
|
OutputContentType,
|
|
@@ -1350,6 +1353,10 @@ __all__ = [
|
|
|
1350
1353
|
# Complex types
|
|
1351
1354
|
"ExecutionCondition",
|
|
1352
1355
|
"ConditionDefinition",
|
|
1356
|
+
# Resource types
|
|
1357
|
+
"BotResource",
|
|
1358
|
+
"Dataset",
|
|
1359
|
+
"DatasetType",
|
|
1353
1360
|
# Bot permissions
|
|
1354
1361
|
"BotPermissions",
|
|
1355
1362
|
"set_bot_public",
|
|
@@ -6,7 +6,7 @@ erdo/install_cli.py,sha256=jgRoSm-MIbLHW0Sr5m78q3htRwIh7JXo_wNmpVsiAcM,4454
|
|
|
6
6
|
erdo/integrations.py,sha256=-xYBpjYmjhJtv_UnaIfBb46cJC4icLOx9P1kOf5lM-g,4219
|
|
7
7
|
erdo/state.py,sha256=o89-SThDWYNjfwMZuDfier1Lx96_tLi5wYSth7dPI6I,14270
|
|
8
8
|
erdo/template.py,sha256=gvlSpEN3whD4LEqY6ppeYYZuFeM9ndU68qzKP-ETRJ8,4641
|
|
9
|
-
erdo/types.py,sha256=
|
|
9
|
+
erdo/types.py,sha256=OtCBZjG1cyNFq5hzd-dRcAnh0tQRNdTNifZYCk7WcOc,54027
|
|
10
10
|
erdo/_generated/__init__.py,sha256=jFLoVFeswecK5mGp4-MPWwnygol2dYIsEpnmm9gubHY,506
|
|
11
11
|
erdo/_generated/internal.py,sha256=ghd1g_9WF0kXO2MkFIBxcuHuRF00SlOeT-mjJcfQNyM,1569
|
|
12
12
|
erdo/_generated/internal_actions.py,sha256=dbZgHNF5RQhjyB8VAJ-4eaV2XUlqHKv99m-DtNNx7rI,2661
|
|
@@ -41,8 +41,8 @@ erdo/sync/sync.py,sha256=KzuChW5ramY8rX6QM3emRda928A09CQzFLmLJ5PLztg,10421
|
|
|
41
41
|
erdo/test/__init__.py,sha256=_OevGagFDTykFcYzA__FARXiS5kgT9tK90r_0TmyGQQ,1114
|
|
42
42
|
erdo/test/evaluate.py,sha256=-6vX6ynW8ICYaoXZLl-xdzAALvx1aSl1CurIRkgSJ0s,7730
|
|
43
43
|
erdo/test/runner.py,sha256=vZR9PLKT2nDMzHyPm_jniGSA9eddGk4p1dQq0h1dRms,7299
|
|
44
|
-
erdo-0.1.
|
|
45
|
-
erdo-0.1.
|
|
46
|
-
erdo-0.1.
|
|
47
|
-
erdo-0.1.
|
|
48
|
-
erdo-0.1.
|
|
44
|
+
erdo-0.1.12.dist-info/METADATA,sha256=QmEM3ox9LHEtOUrC1VZmrUzwpwUoHY_jsZD3Net6kMw,12712
|
|
45
|
+
erdo-0.1.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
46
|
+
erdo-0.1.12.dist-info/entry_points.txt,sha256=KFGSp8-6IE3-8dSr-3Djqye3IdEY65Y4E8fABoFUCHg,45
|
|
47
|
+
erdo-0.1.12.dist-info/licenses/LICENSE,sha256=9pdgUAuBAumY5tewMdJnx2Ozj8dS6gGKsSiY-SVInu4,1034
|
|
48
|
+
erdo-0.1.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|