cribl-control-plane 0.0.40__py3-none-any.whl → 0.0.41__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.0.40"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1756891948720-05375a0f"
6
+ __version__: str = "0.0.41"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1756909436543-ef8097da"
8
8
  __gen_version__: str = "2.686.7"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.40 2.686.7 4.14.0-alpha.1756891948720-05375a0f cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.41 2.686.7 4.14.0-alpha.1756909436543-ef8097da cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -27,7 +27,6 @@ class PackInstallInfoTags(BaseModel):
27
27
  class PackInstallInfoTypedDict(TypedDict):
28
28
  id: str
29
29
  source: str
30
- warnings: List[str]
31
30
  author: NotRequired[str]
32
31
  description: NotRequired[str]
33
32
  display_name: NotRequired[str]
@@ -40,6 +39,7 @@ class PackInstallInfoTypedDict(TypedDict):
40
39
  spec: NotRequired[str]
41
40
  tags: NotRequired[PackInstallInfoTagsTypedDict]
42
41
  version: NotRequired[str]
42
+ warnings: NotRequired[List[str]]
43
43
 
44
44
 
45
45
  class PackInstallInfo(BaseModel):
@@ -47,8 +47,6 @@ class PackInstallInfo(BaseModel):
47
47
 
48
48
  source: str
49
49
 
50
- warnings: List[str]
51
-
52
50
  author: Optional[str] = None
53
51
 
54
52
  description: Optional[str] = None
@@ -74,3 +72,5 @@ class PackInstallInfo(BaseModel):
74
72
  tags: Optional[PackInstallInfoTags] = None
75
73
 
76
74
  version: Optional[str] = None
75
+
76
+ warnings: Optional[List[str]] = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.40
3
+ Version: 0.0.41
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=_scvqxVT_8CDEMWblZ02IQ9A1
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=KL7GsgEhowrRShHTQaEFKG40X7_OZKJqFVSoZlm-9Go,542
7
+ cribl_control_plane/_version.py,sha256=UqzfopR9muevQbqOOsDgEEle2V2azKthSqBnYlFDqjY,542
8
8
  cribl_control_plane/acl.py,sha256=LMsIZTDCRTXVt73MC_QoJexElGNsicYsBBHfVGzUsG8,8923
9
9
  cribl_control_plane/auth_sdk.py,sha256=FQZpAERAlpw6Xk-mkUdalUDSekftklv_Du4i2TLDilk,496
10
10
  cribl_control_plane/basesdk.py,sha256=amvvB5iPT7c-L6NLo2Rhu2f7xWaapsa6OfQ37SICXOw,11954
@@ -255,7 +255,7 @@ cribl_control_plane/models/outputwavefront.py,sha256=NDhLd0UM0zQ52Pmlg9fCNL8BOdR
255
255
  cribl_control_plane/models/outputwebhook.py,sha256=Ljeeb4S4zwyKP-oWdWEWD7FLtBiKT7w_6dCxD5gbKMQ,32833
256
256
  cribl_control_plane/models/outputxsiam.py,sha256=BaCAvUqmCnFIXv3vmUZJiM2aW2ebNZqJVTdBjWaroZE,19553
257
257
  cribl_control_plane/models/packinfo.py,sha256=8pP80pbzBJKjIViX_kcibH5EBWIrnyVvc9P53ga7Re8,1844
258
- cribl_control_plane/models/packinstallinfo.py,sha256=MUU7qn1TtnEadbdelu-fEP7gblYdj4kEpPfdMCNhk7M,1935
258
+ cribl_control_plane/models/packinstallinfo.py,sha256=RhIRUWRUYdk-FNEa2WyiPBs4RvdHsqovMH4dgLyd6Ds,1965
259
259
  cribl_control_plane/models/packrequestbody_union.py,sha256=EGDpybuIL6SAXT_mHnaFCm6PtEH3dTdTu999-7rmgKA,3897
260
260
  cribl_control_plane/models/packupgraderequest.py,sha256=T-d4cha7jj-ez0sJcqRPA5xGS2C9yuZ0KfGtPRulqj0,671
261
261
  cribl_control_plane/models/pipeline.py,sha256=AaoC5euxac-fwul-LM1mNf03hCzrXmHQGZLMrUWuS4g,2130
@@ -320,6 +320,6 @@ cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8N
320
320
  cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
321
321
  cribl_control_plane/versions.py,sha256=Wdaxc2wZeEeD12wAh7SQ0RGG9KgwKaWQ7bc8qOQ8oAo,920
322
322
  cribl_control_plane/versions_configs.py,sha256=5CKcfN4SzuyFgggrx6O8H_h3GhNyKSbfdVhSkVGZKi4,7284
323
- cribl_control_plane-0.0.40.dist-info/METADATA,sha256=3kkGspJK4eulm7cvNh2KAORD-HcH0YRWECJSkZS7cu4,38845
324
- cribl_control_plane-0.0.40.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
325
- cribl_control_plane-0.0.40.dist-info/RECORD,,
323
+ cribl_control_plane-0.0.41.dist-info/METADATA,sha256=wmtpnlNvrLTSn_kPrrspfSHXJrdXAJ1SL3KnPwhYv8I,38845
324
+ cribl_control_plane-0.0.41.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
325
+ cribl_control_plane-0.0.41.dist-info/RECORD,,