cribl-control-plane 0.2.0b2__py3-none-any.whl → 0.2.0b4__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 cribl-control-plane might be problematic. Click here for more details.

@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.2.0b2"
7
- __openapi_doc_version__: str = "4.15.0-alpha.1760439571529-8891ea6f"
6
+ __version__: str = "0.2.0b4"
7
+ __openapi_doc_version__: str = "4.15.0-alpha.1760486888592-e1e43793"
8
8
  __gen_version__: str = "2.723.11"
9
- __user_agent__: str = "speakeasy-sdk/python 0.2.0b2 2.723.11 4.15.0-alpha.1760439571529-8891ea6f cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.2.0b4 2.723.11 4.15.0-alpha.1760486888592-e1e43793 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -9,20 +9,20 @@ from typing_extensions import Annotated, NotRequired, TypedDict
9
9
 
10
10
  class PackInfoTagsTypedDict(TypedDict):
11
11
  data_type: List[str]
12
- technology: List[str]
13
12
  domain: NotRequired[List[str]]
14
13
  streamtags: NotRequired[List[str]]
14
+ technology: NotRequired[List[str]]
15
15
 
16
16
 
17
17
  class PackInfoTags(BaseModel):
18
18
  data_type: Annotated[List[str], pydantic.Field(alias="dataType")]
19
19
 
20
- technology: List[str]
21
-
22
20
  domain: Optional[List[str]] = None
23
21
 
24
22
  streamtags: Optional[List[str]] = None
25
23
 
24
+ technology: Optional[List[str]] = None
25
+
26
26
 
27
27
  class PackInfoTypedDict(TypedDict):
28
28
  id: str
@@ -9,20 +9,20 @@ from typing_extensions import Annotated, NotRequired, TypedDict
9
9
 
10
10
  class PackInstallInfoTagsTypedDict(TypedDict):
11
11
  data_type: List[str]
12
- technology: List[str]
13
12
  domain: NotRequired[List[str]]
14
13
  streamtags: NotRequired[List[str]]
14
+ technology: NotRequired[List[str]]
15
15
 
16
16
 
17
17
  class PackInstallInfoTags(BaseModel):
18
18
  data_type: Annotated[List[str], pydantic.Field(alias="dataType")]
19
19
 
20
- technology: List[str]
21
-
22
20
  domain: Optional[List[str]] = None
23
21
 
24
22
  streamtags: Optional[List[str]] = None
25
23
 
24
+ technology: Optional[List[str]] = None
25
+
26
26
 
27
27
  class PackInstallInfoTypedDict(TypedDict):
28
28
  id: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.2.0b2
3
+ Version: 0.2.0b4
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -4,7 +4,7 @@ cribl_control_plane/_hooks/clientcredentials.py,sha256=CeI19FzRb2V6kiNPgSFGn0CgI
4
4
  cribl_control_plane/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
5
5
  cribl_control_plane/_hooks/sdkhooks.py,sha256=ggXjME1_Rdv8CVCg1XHqB83eYtbxzKyhXyfQ36Yc1gA,2816
6
6
  cribl_control_plane/_hooks/types.py,sha256=Tw_C4zTZm01rW_89VDEUpvQ8KQr1WxN0Gu_-s_fYSPc,2998
7
- cribl_control_plane/_version.py,sha256=Zkn0aFHuzOSpmHuyc0y8h2HezUl-VBpPOVwYOL2uqg8,546
7
+ cribl_control_plane/_version.py,sha256=eZJsg15NFarEnu6bq1Ozf4GmUXXiQL9mQerx4rhdyao,546
8
8
  cribl_control_plane/acl.py,sha256=8lvYOKAli4PzsQhOVaCU6YCwblPMh9jQo04L0r4HJuQ,9025
9
9
  cribl_control_plane/auth_sdk.py,sha256=3sjf1VoyWwfhSyuMDQLixgWISSf03BOZwmkiT8g5Ruw,626
10
10
  cribl_control_plane/basesdk.py,sha256=y4yIXSNVXLMd0sLS2htBFdTCI3gkPQbIWd-C671kg1I,12249
@@ -259,8 +259,8 @@ cribl_control_plane/models/outputtestresponse.py,sha256=cKeXPvSpCzU6cWpXvHoujp-p
259
259
  cribl_control_plane/models/outputwavefront.py,sha256=rCVu_8EAuGRLyMKQpc9HvUA45cWflG3mHlyJnmM8yNM,18479
260
260
  cribl_control_plane/models/outputwebhook.py,sha256=qtBTIm9fravXicq79NJkhsiB-B3eLQrij5KD3-dnFzc,34566
261
261
  cribl_control_plane/models/outputxsiam.py,sha256=qDcLcnuLqPxaxc-ijTuoZiVKnY1jN2vuGSnAwwMbR2M,20601
262
- cribl_control_plane/models/packinfo.py,sha256=wdu3ClcROCcdAKQS5grRsz6xUP3tj1dA9TbXJTUfysQ,1941
263
- cribl_control_plane/models/packinstallinfo.py,sha256=hd2NobQYVM5-gJc_8C9c5WncORQ0u6YBFHBZjDbYklk,2062
262
+ cribl_control_plane/models/packinfo.py,sha256=C6RVH3rzIuTp7gO368U2yT5Ok6_YBaMcyAjl6aIKHT8,1971
263
+ cribl_control_plane/models/packinstallinfo.py,sha256=Lxc9MFcA5d6ziJtwvrWg7MUGu8RgvNqRyssJFwBU4_o,2092
264
264
  cribl_control_plane/models/packrequestbody_union.py,sha256=EGDpybuIL6SAXT_mHnaFCm6PtEH3dTdTu999-7rmgKA,3897
265
265
  cribl_control_plane/models/packupgraderequest.py,sha256=T-d4cha7jj-ez0sJcqRPA5xGS2C9yuZ0KfGtPRulqj0,671
266
266
  cribl_control_plane/models/pipeline.py,sha256=AaoC5euxac-fwul-LM1mNf03hCzrXmHQGZLMrUWuS4g,2130
@@ -324,6 +324,6 @@ cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8N
324
324
  cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
325
325
  cribl_control_plane/versions.py,sha256=4xdTYbM84Xyjr5qkixqNpgn2q6V8aXVYXkEPDU2Ele0,1156
326
326
  cribl_control_plane/versions_configs.py,sha256=5CKcfN4SzuyFgggrx6O8H_h3GhNyKSbfdVhSkVGZKi4,7284
327
- cribl_control_plane-0.2.0b2.dist-info/METADATA,sha256=8Ybt-JXLK8gvHGTcjBR5UbJj-twjSldrDA38EP6hGwI,38655
328
- cribl_control_plane-0.2.0b2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
329
- cribl_control_plane-0.2.0b2.dist-info/RECORD,,
327
+ cribl_control_plane-0.2.0b4.dist-info/METADATA,sha256=3epXN3DoGLMb_1P1K7orTz0aLDrhODZinGZ8sWoAqrg,38655
328
+ cribl_control_plane-0.2.0b4.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
329
+ cribl_control_plane-0.2.0b4.dist-info/RECORD,,