arthur-client 0.8.0__py3-none-any.whl → 0.9.0__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.
- arthur/client/rest/admin/models.py +2 -1
- arthur/client/rest/alerts/models.py +1 -1
- arthur/client/rest/bench/models.py +1 -1
- arthur/client/rest/common/models.py +1 -1
- arthur/client/rest/enrichments/models.py +1 -1
- arthur/client/rest/inferences/models.py +1 -1
- arthur/client/rest/insights/models.py +1 -1
- arthur/client/rest/metrics/models.py +1 -1
- arthur/client/rest/model_groups/models.py +1 -1
- arthur/client/rest/models/models.py +1 -1
- arthur/client/rest/query/models.py +1 -1
- arthur/client/version.py +1 -1
- {arthur_client-0.8.0.dist-info → arthur_client-0.9.0.dist-info}/METADATA +1 -1
- {arthur_client-0.8.0.dist-info → arthur_client-0.9.0.dist-info}/RECORD +17 -17
- {arthur_client-0.8.0.dist-info → arthur_client-0.9.0.dist-info}/WHEEL +1 -1
- {arthur_client-0.8.0.dist-info → arthur_client-0.9.0.dist-info}/LICENSE +0 -0
- {arthur_client-0.8.0.dist-info → arthur_client-0.9.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
# generated by datamodel-codegen:
|
2
2
|
# filename: admin.yaml
|
3
|
-
# timestamp: 2023-11-
|
3
|
+
# timestamp: 2023-11-29T22:18:00+00:00
|
4
4
|
|
5
5
|
from __future__ import annotations
|
6
6
|
|
@@ -720,6 +720,7 @@ class Organization(BaseModel):
|
|
720
720
|
"""
|
721
721
|
The time in UTC that the org was last updated
|
722
722
|
"""
|
723
|
+
license_plan: Optional[OrganizationLimits] = None
|
723
724
|
roles: Optional[List[RoleDefinitionRequest]] = None
|
724
725
|
"""
|
725
726
|
A list of RoleDefinitionRequest objects that define the custom RBAC for this organization
|
arthur/client/version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.9.0"
|
2
2
|
api_spec_version = "3.0.0"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
arthur/client/__init__.py,sha256=hLwS66smzK1qUEyhyvXqZ_2L47IKkM7fjVNj7L2d24k,57
|
2
2
|
arthur/client/helpers.py,sha256=toTAqb-r8SuvXXyy4ohef_2DOEyp8V7SidXL9W3gbxA,1457
|
3
3
|
arthur/client/types.py,sha256=GufCfBBWoTe9MiH2NVSELgh-kJOvuj1-SiPcW0LKqGI,234
|
4
|
-
arthur/client/version.py,sha256=
|
4
|
+
arthur/client/version.py,sha256=aGt46DWK_wI5TYjrihbHoV1LnIOhjYGwUwG3J75j7jQ,49
|
5
5
|
arthur/client/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
arthur/client/auth/helpers.py,sha256=IWJ-s_yuVd0MMkQuA8S5njQdcAhMYoi8QMS7ksxAcnA,4881
|
7
7
|
arthur/client/auth/refresh.py,sha256=Zn56iptWjnLGT0DIRsBSoRIBUPOB-7dLqVG-FZYW9yo,2681
|
@@ -13,43 +13,43 @@ arthur/client/rest/__init__.py,sha256=NiYncfs-JAR8LxTUGx4c2yBFWudotQv7FjDQNpjvYY
|
|
13
13
|
arthur/client/rest/client.py,sha256=FYCi6RI0o2HbjZG2UufidJxBd8H-cLT68O1Glmmf3QY,6857
|
14
14
|
arthur/client/rest/admin/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
15
15
|
arthur/client/rest/admin/client.py,sha256=I5LY1YfuhXuPYIefh3XhE9-24UDWycgIFzNYNRcY550,17448
|
16
|
-
arthur/client/rest/admin/models.py,sha256=
|
16
|
+
arthur/client/rest/admin/models.py,sha256=ZM1qnRPsVqYewrxIcdDrZsDLX-zvnJPkOYLp3smQYgs,23523
|
17
17
|
arthur/client/rest/alerts/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
18
18
|
arthur/client/rest/alerts/client.py,sha256=-RAhKM05GUhw307b-f0ept4Fy6n3SwF3onXbAYCXLA8,20399
|
19
|
-
arthur/client/rest/alerts/models.py,sha256=
|
19
|
+
arthur/client/rest/alerts/models.py,sha256=TrNUjyBsDJwo7TX3lRKEJrcqjzj5Q9Qn1Qada13tqVM,19582
|
20
20
|
arthur/client/rest/bench/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
21
21
|
arthur/client/rest/bench/client.py,sha256=Lhq8q6tQ2KcTIkm0RaI8GI81T5814S0y5nWY9atD15w,7797
|
22
|
-
arthur/client/rest/bench/models.py,sha256=
|
22
|
+
arthur/client/rest/bench/models.py,sha256=sStfpnKGezyuj57C9l4pW3_7ylQIu-74cKALDQzF2JE,5165
|
23
23
|
arthur/client/rest/common/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
24
24
|
arthur/client/rest/common/client.py,sha256=wd24QtCkGKvzbWVhKxwUYxZsoaN6YU-NheQIv6k6YHo,701
|
25
|
-
arthur/client/rest/common/models.py,sha256=
|
25
|
+
arthur/client/rest/common/models.py,sha256=9MJkalboPyPsY15TeOAFLGzYBo0S-NzBPXaURVwA4wM,9989
|
26
26
|
arthur/client/rest/enrichments/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
27
27
|
arthur/client/rest/enrichments/client.py,sha256=U8LOVm_MXZMqmtoqx6ASEK2Nl-19CZbEyEQlPqpl4xI,12252
|
28
|
-
arthur/client/rest/enrichments/models.py,sha256=
|
28
|
+
arthur/client/rest/enrichments/models.py,sha256=1AQ0a6km_nTM2Q-ZIuMN0S1ywMYvyapTXTS8poqUcaI,14382
|
29
29
|
arthur/client/rest/inferences/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
30
30
|
arthur/client/rest/inferences/client.py,sha256=YY56LBzjHrGCyrUf9ETy7I7D6V9gNtOXBfodjFsPJB8,9071
|
31
|
-
arthur/client/rest/inferences/models.py,sha256=
|
31
|
+
arthur/client/rest/inferences/models.py,sha256=cd-2-aCjP51NJkRom4_kmjy4lVKHKvo_toOGAxbdWA8,12571
|
32
32
|
arthur/client/rest/insights/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
33
33
|
arthur/client/rest/insights/client.py,sha256=8ok5oDzdBeytwMAjuSuyTI8xh_C72w1czo3mpxO7GVw,6364
|
34
|
-
arthur/client/rest/insights/models.py,sha256=
|
34
|
+
arthur/client/rest/insights/models.py,sha256=o2VqALuq-dddmw4FMlwjsJs2nTBuepV1fOFCLQby6ro,4082
|
35
35
|
arthur/client/rest/metrics/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
36
36
|
arthur/client/rest/metrics/client.py,sha256=jjynBs2qi1b0x3wGwruKpDn9RJ_FuTZ3Y54kjh-eme0,9819
|
37
|
-
arthur/client/rest/metrics/models.py,sha256=
|
37
|
+
arthur/client/rest/metrics/models.py,sha256=pn36s_LEjhGLVrOlPkfHXNkO7S7aQSLZphtVEt83Phg,8267
|
38
38
|
arthur/client/rest/model_groups/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
39
39
|
arthur/client/rest/model_groups/client.py,sha256=A4_n_G-dejm4Ln5d6qAS83I6xAqz9qbUn0SXteoTxhI,5020
|
40
|
-
arthur/client/rest/model_groups/models.py,sha256=
|
40
|
+
arthur/client/rest/model_groups/models.py,sha256=2xb-rVR4uGEIzQuuFGvMQJss_j6P-40faY7_KT4YD4I,2151
|
41
41
|
arthur/client/rest/models/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
42
42
|
arthur/client/rest/models/client.py,sha256=sKByanqUJORimYHEl7HYWVoRG8-u7wz8HwehYdw3SWA,13781
|
43
|
-
arthur/client/rest/models/models.py,sha256=
|
43
|
+
arthur/client/rest/models/models.py,sha256=OM64bWyxksvt-jPUN3H-bWEzScyHuz1l8Ms9e4N-pCc,15859
|
44
44
|
arthur/client/rest/query/__init__.py,sha256=FdmrkBO-lbpLjMuaRZBDGhEnapOBYLP6U7j0-PqKpKw,42
|
45
45
|
arthur/client/rest/query/client.py,sha256=EIpEqcn7m-a3Ku3KO95NINdx83ggfOmGdin0Z0oHH3E,4125
|
46
|
-
arthur/client/rest/query/models.py,sha256=
|
46
|
+
arthur/client/rest/query/models.py,sha256=FD2JUiEmDIo6NASR4xkS2u4rNBoQ-aP5HirQu1VMFGA,4223
|
47
47
|
arthur/common/__init__.py,sha256=ZPrXCVGLk4xZJQhuxYHKQYWUOpa3uHsqhf0T8qzgpjQ,68
|
48
48
|
arthur/common/constants.py,sha256=4_o_WDbtoOJ7kANCV28HdFbDJDO90k2TGULHxjqeSao,159
|
49
49
|
arthur/common/exceptions.py,sha256=m_lGhrb-EoMZCq6XjYPJLQEfAhYkE7h0Wuz0bNMtV4c,5230
|
50
50
|
arthur/common/log.py,sha256=oDB_teFV-pdDfcM3VGSSWYSOu6Iag_3RyzRDWBcIcOM,2851
|
51
|
-
arthur_client-0.
|
52
|
-
arthur_client-0.
|
53
|
-
arthur_client-0.
|
54
|
-
arthur_client-0.
|
55
|
-
arthur_client-0.
|
51
|
+
arthur_client-0.9.0.dist-info/LICENSE,sha256=a0qChOPgo0vduazUlCCpPkJ4A7nOtvBTbbvNh6qDmhw,1063
|
52
|
+
arthur_client-0.9.0.dist-info/METADATA,sha256=kk-UEizdpJrjWG3rUPFews9noQ6WsbHQ_QLy7HqKoCQ,1737
|
53
|
+
arthur_client-0.9.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
54
|
+
arthur_client-0.9.0.dist-info/top_level.txt,sha256=u8s5CFDcE7LoZePEhTOipwnPqeiXh4_hYXJp7vg5BLQ,7
|
55
|
+
arthur_client-0.9.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|