cribl-control-plane 0.3.0b7__py3-none-any.whl → 0.3.0b8__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.3.0b7"
7
- __openapi_doc_version__: str = "4.15.0-alpha.1761904027844-5c5b5b6f"
8
- __gen_version__: str = "2.730.5"
9
- __user_agent__: str = "speakeasy-sdk/python 0.3.0b7 2.730.5 4.15.0-alpha.1761904027844-5c5b5b6f cribl-control-plane"
6
+ __version__: str = "0.3.0b8"
7
+ __openapi_doc_version__: str = "4.15.0-alpha.1761948329933-b8db79db"
8
+ __gen_version__: str = "2.731.6"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.3.0b8 2.731.6 4.15.0-alpha.1761948329933-b8db79db cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -131,6 +131,8 @@ class OutputConfluentCloudCompression(str, Enum, metaclass=utils.OpenEnumMeta):
131
131
  SNAPPY = "snappy"
132
132
  # LZ4
133
133
  LZ4 = "lz4"
134
+ # ZSTD
135
+ ZSTD = "zstd"
134
136
 
135
137
 
136
138
  class OutputConfluentCloudAuthTypedDict(TypedDict):
@@ -48,6 +48,8 @@ class OutputKafkaCompression(str, Enum, metaclass=utils.OpenEnumMeta):
48
48
  SNAPPY = "snappy"
49
49
  # LZ4
50
50
  LZ4 = "lz4"
51
+ # ZSTD
52
+ ZSTD = "zstd"
51
53
 
52
54
 
53
55
  class OutputKafkaAuthTypedDict(TypedDict):
@@ -48,6 +48,8 @@ class OutputMskCompression(str, Enum, metaclass=utils.OpenEnumMeta):
48
48
  SNAPPY = "snappy"
49
49
  # LZ4
50
50
  LZ4 = "lz4"
51
+ # ZSTD
52
+ ZSTD = "zstd"
51
53
 
52
54
 
53
55
  class OutputMskAuthTypedDict(TypedDict):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.3.0b7
3
+ Version: 0.3.0b8
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=kYrw4_HE_XJj3aVNYuH7c1Lc3t5yC8wx0ERj-FLmJAo,544
7
+ cribl_control_plane/_version.py,sha256=nZmqdmETvK-gfCW6mBtKnQLAnIbGelP3jg76myEpk4A,544
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
@@ -197,7 +197,7 @@ cribl_control_plane/models/outputazurelogs.py,sha256=sVzfMfGsKsyM-lwEB97kTURiu9G
197
197
  cribl_control_plane/models/outputchronicle.py,sha256=YOsvYnjbARg7NubP5jzLm-uBcUR0Ao5k9f8TLjvoUCM,22910
198
198
  cribl_control_plane/models/outputclickhouse.py,sha256=gmPvdMciiiSBp7ulPSVvPVlmYaDQ2XqiMrlBg59bGZk,32268
199
199
  cribl_control_plane/models/outputcloudwatch.py,sha256=ejY6jvcRXVvV9_bWwk4UTpFkxwdXH7RNVSnuj1D3ZGM,14396
200
- cribl_control_plane/models/outputconfluentcloud.py,sha256=DU_Byo-mvmV0J9dgzI9Dg411I5Ha-r9xR4LUW8HqK6s,33606
200
+ cribl_control_plane/models/outputconfluentcloud.py,sha256=Or-EGYN8XKava_4TK6sTk-t-FaHLGTnd0vSRdkAE7XU,33635
201
201
  cribl_control_plane/models/outputcriblhttp.py,sha256=hKK3MUOiDxBhaPnklZuWL1a9Hy_KFMdY3O5Pw_Awpks,25806
202
202
  cribl_control_plane/models/outputcribllake.py,sha256=9ybDwH-7_rdTctcS8yx_Hqhl95mT-3Lm3B2M6PjsWfM,18428
203
203
  cribl_control_plane/models/outputcribltcp.py,sha256=Swq69ulUadmn-xgZGY5krCmSmThL2uW2L_1erR74oP4,19177
@@ -224,11 +224,11 @@ cribl_control_plane/models/outputgraphite.py,sha256=4H5FoNKsO4QHPIw82IhVEeH_c4HI
224
224
  cribl_control_plane/models/outputhoneycomb.py,sha256=3DjDPBrJmATd6xEwvub6NY_1FwuZwY3n-wiJEwNlCtU,19693
225
225
  cribl_control_plane/models/outputhumiohec.py,sha256=_UhWpY6inoKVc6mSlNsholPClVZC90fB3yrRKxWNyS0,21049
226
226
  cribl_control_plane/models/outputinfluxdb.py,sha256=BH8spMocf-7jveuF8SU7zoJqIGDC26fDXupBo9AAJtI,26551
227
- cribl_control_plane/models/outputkafka.py,sha256=JYqH0cG57GNZnyqDzispikv03w-wjtpAEVuz6Fe2deY,32876
227
+ cribl_control_plane/models/outputkafka.py,sha256=wCWuDwfH3ag83K25vi1DXsdXvxL2ABny6qaVsGvJWTQ,32905
228
228
  cribl_control_plane/models/outputkinesis.py,sha256=a5PrL_NTghgEXfWlusQAaaxrpkUVJYGg_BL7Y4SOI_g,16157
229
229
  cribl_control_plane/models/outputloki.py,sha256=RJssc_sSXPs5KfR-9j0-zQqXbxYrAdWEeDJvpCQGOLs,24869
230
230
  cribl_control_plane/models/outputminio.py,sha256=k04UjMYUeuwkaVN5nlLejpe24Ijme2m8tsypxt_Cwj4,24661
231
- cribl_control_plane/models/outputmsk.py,sha256=Rte_i_AS65Ae0aPYS7xUMv20LfiOzrVJn_LuyQQQyEo,31930
231
+ cribl_control_plane/models/outputmsk.py,sha256=-IVWCMW6hhss8fPfhpItSf5tpV6tWt1qPiCQwre8VeU,31959
232
232
  cribl_control_plane/models/outputnetflow.py,sha256=xOBy2Q48SfhNT2ifAQU-bPVQ5nOpUqMJ5B40SlZ3-0o,2790
233
233
  cribl_control_plane/models/outputnewrelic.py,sha256=L9p_KFoa8A6oXZXJ1ZUFuhjuqXWWGLfwywJbrVQzAqI,22284
234
234
  cribl_control_plane/models/outputnewrelicevents.py,sha256=ffkoVBnWEPfvI1EkW9d55WrGgvervtQA67tipo43M20,21258
@@ -326,6 +326,6 @@ cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8N
326
326
  cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
327
327
  cribl_control_plane/versions.py,sha256=4xdTYbM84Xyjr5qkixqNpgn2q6V8aXVYXkEPDU2Ele0,1156
328
328
  cribl_control_plane/versions_configs.py,sha256=5CKcfN4SzuyFgggrx6O8H_h3GhNyKSbfdVhSkVGZKi4,7284
329
- cribl_control_plane-0.3.0b7.dist-info/METADATA,sha256=GZwzpsXKwMDuPWLeKgBpfNCUKlw_Hnf87m0oot7Tyxc,39962
330
- cribl_control_plane-0.3.0b7.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
331
- cribl_control_plane-0.3.0b7.dist-info/RECORD,,
329
+ cribl_control_plane-0.3.0b8.dist-info/METADATA,sha256=frEzX8gCulQzgNlYlg1nGiJZqo5qhVXxssk4DycXYYA,39962
330
+ cribl_control_plane-0.3.0b8.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
331
+ cribl_control_plane-0.3.0b8.dist-info/RECORD,,