cribl-control-plane 0.3.0b5__py3-none-any.whl → 0.3.0b6__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.0b5"
7
- __openapi_doc_version__: str = "4.15.0-alpha.1761865929483-3f85e35a"
6
+ __version__: str = "0.3.0b6"
7
+ __openapi_doc_version__: str = "4.15.0-alpha.1761904027844-5c5b5b6f"
8
8
  __gen_version__: str = "2.731.9"
9
- __user_agent__: str = "speakeasy-sdk/python 0.3.0b5 2.731.9 4.15.0-alpha.1761865929483-3f85e35a cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.3.0b6 2.731.9 4.15.0-alpha.1761904027844-5c5b5b6f cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -259,7 +259,7 @@ class GroupsSDK(BaseSDK):
259
259
 
260
260
  Create a new Worker Group or Edge Fleet for the specified Cribl product.
261
261
 
262
- :param product: Name of the Cribl product to add the Worker Group or Edge Fleet to.
262
+ :param product: required Name of the Cribl product to add the Worker Group or Edge Fleet to.
263
263
  :param id:
264
264
  :param cloud:
265
265
  :param deploying_worker_count:
@@ -440,7 +440,7 @@ class GroupsSDK(BaseSDK):
440
440
 
441
441
  Create a new Worker Group or Edge Fleet for the specified Cribl product.
442
442
 
443
- :param product: Name of the Cribl product to add the Worker Group or Edge Fleet to.
443
+ :param product: required Name of the Cribl product to add the Worker Group or Edge Fleet to.
444
444
  :param id:
445
445
  :param cloud:
446
446
  :param deploying_worker_count:
@@ -20,7 +20,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
20
20
 
21
21
  class CreateConfigGroupByProductRequestTypedDict(TypedDict):
22
22
  product: ProductsCore
23
- r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
23
+ r"""required Name of the Cribl product to add the Worker Group or Edge Fleet to."""
24
24
  group_create_request: GroupCreateRequestTypedDict
25
25
  r"""GroupCreateRequest object"""
26
26
 
@@ -30,7 +30,7 @@ class CreateConfigGroupByProductRequest(BaseModel):
30
30
  Annotated[ProductsCore, PlainValidator(validate_open_enum(False))],
31
31
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
32
32
  ]
33
- r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
33
+ r"""required Name of the Cribl product to add the Worker Group or Edge Fleet to."""
34
34
 
35
35
  group_create_request: Annotated[
36
36
  GroupCreateRequest,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.3.0b5
3
+ Version: 0.3.0b6
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=DcNXxZrzfWytP5WeNtCtq2T3IcypcBV3a-1NgFvhUH0,544
7
+ cribl_control_plane/_version.py,sha256=_aZFx2jSCmmYPN-fwyQiB7dN965qXRHbpiKiLdtSjL8,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
@@ -22,7 +22,7 @@ cribl_control_plane/errors/healthserverstatus_error.py,sha256=Si7YixCRbgVykthDXN
22
22
  cribl_control_plane/errors/no_response_error.py,sha256=DaZukP5ManflzAN-11MtmBitfTIct37sRvfszvfM13o,467
23
23
  cribl_control_plane/errors/responsevalidationerror.py,sha256=l8CMARNT46VW1u2GuWlH7Ki_rF8Ulky4J_2fQ7rMwnU,783
24
24
  cribl_control_plane/groups_configs.py,sha256=dgi-W0ElnyygaVKXqk5df2ldAAgj9YmXRPCez2hP7yc,695
25
- cribl_control_plane/groups_sdk.py,sha256=vHayvp_fO8oGL9YbI0_tHdTgv00L6GNa57BJkCkcgFg,63187
25
+ cribl_control_plane/groups_sdk.py,sha256=tdG5emulC_HOjRq_pg3DB1NO8R8NYhHfEsqv6-B6_SM,63205
26
26
  cribl_control_plane/health.py,sha256=P7wMhZOtCesOAJd3rn02fuEub2yv3r_PLWjIGShHC3c,7293
27
27
  cribl_control_plane/hectokens.py,sha256=0EGgGGrM83m1YmTZwkN5S4xFkHQGnw1IZe3y6uMwmLw,19151
28
28
  cribl_control_plane/httpclient.py,sha256=dqTPONDBpRn4ktXfcetQiRXnG93f0pJkFhqsYFhLUac,3945
@@ -38,7 +38,7 @@ cribl_control_plane/models/commit.py,sha256=wXQkjOYsffxWURHTrfU9kJ4HF2H65QfD1R9-
38
38
  cribl_control_plane/models/configgroup.py,sha256=mX1abg2Bo3QCtJi68QMUQCrZNJND8Q4dhtC-dZU5zfQ,5486
39
39
  cribl_control_plane/models/configgroupcloud.py,sha256=EQjpKpGL-YSl4fRRnI0v-gRiOQqUtPwggFCQWDoX_LE,1916
40
40
  cribl_control_plane/models/configgrouplookups.py,sha256=1z1DlvlVehqfD6hZMXG0XedZTfoCIpYd0cHav45tiRw,830
41
- cribl_control_plane/models/createconfiggroupbyproductop.py,sha256=F97h_IGKk4t1JLqms_FLCJzhCDPav5rZYDE6lioE9_M,2186
41
+ cribl_control_plane/models/createconfiggroupbyproductop.py,sha256=4h1FrrclERVzpO7OX9FbeW2lmeLulFkzt7WfHf79qX4,2204
42
42
  cribl_control_plane/models/createcribllakedatasetbylakeidop.py,sha256=IVH9RvCw8IM0LCzJuy7_eDX9GbpTUIk-Xp0nFPjn6BQ,1647
43
43
  cribl_control_plane/models/createinputhectokenbyidop.py,sha256=1FJEJYLPoVySpBtbiqV6ZCwR4AfkJ8-6Dsdc1DuG2tk,1590
44
44
  cribl_control_plane/models/createinputop.py,sha256=l5Hz9ANzw4Gjh25FVf_okFzXxZWjA7GOx1tp8yWhKaI,701
@@ -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.0b5.dist-info/METADATA,sha256=3_Jj0G58daueb7w9fHNrVIZaz3VZtG_1aD9fU7xzHWs,39962
330
- cribl_control_plane-0.3.0b5.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
331
- cribl_control_plane-0.3.0b5.dist-info/RECORD,,
329
+ cribl_control_plane-0.3.0b6.dist-info/METADATA,sha256=tyR1V7wk2PXlwEjKc2E5WZkjNLFjFCOJtjxaju0GYrs,39962
330
+ cribl_control_plane-0.3.0b6.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
331
+ cribl_control_plane-0.3.0b6.dist-info/RECORD,,