cribl-control-plane 0.0.34__py3-none-any.whl → 0.0.35__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.34"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1755708210976-a566b731"
6
+ __version__: str = "0.0.35"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1755764858399-d5c9979b"
8
8
  __gen_version__: str = "2.686.7"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.34 2.686.7 4.14.0-alpha.1755708210976-a566b731 cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.35 2.686.7 4.14.0-alpha.1755764858399-d5c9979b cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -25,9 +25,9 @@ class ACL(BaseSDK):
25
25
  def get(
26
26
  self,
27
27
  *,
28
- product: models.GetConfigGroupACLByProductAndIDProduct,
28
+ product: models.ProductsCore,
29
29
  id: str,
30
- type_: Optional[models.GetConfigGroupACLByProductAndIDType] = None,
30
+ type_: Optional[models.RbacResource] = None,
31
31
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
32
32
  server_url: Optional[str] = None,
33
33
  timeout_ms: Optional[int] = None,
@@ -120,9 +120,9 @@ class ACL(BaseSDK):
120
120
  async def get_async(
121
121
  self,
122
122
  *,
123
- product: models.GetConfigGroupACLByProductAndIDProduct,
123
+ product: models.ProductsCore,
124
124
  id: str,
125
- type_: Optional[models.GetConfigGroupACLByProductAndIDType] = None,
125
+ type_: Optional[models.RbacResource] = None,
126
126
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
127
127
  server_url: Optional[str] = None,
128
128
  timeout_ms: Optional[int] = None,
@@ -13,7 +13,7 @@ class ConfigsVersions(BaseSDK):
13
13
  def get(
14
14
  self,
15
15
  *,
16
- product: models.GetConfigGroupConfigVersionByProductAndIDProduct,
16
+ product: models.ProductsCore,
17
17
  id: str,
18
18
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
19
19
  server_url: Optional[str] = None,
@@ -105,7 +105,7 @@ class ConfigsVersions(BaseSDK):
105
105
  async def get_async(
106
106
  self,
107
107
  *,
108
- product: models.GetConfigGroupConfigVersionByProductAndIDProduct,
108
+ product: models.ProductsCore,
109
109
  id: str,
110
110
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
111
111
  server_url: Optional[str] = None,
@@ -30,7 +30,7 @@ class GroupsSDK(BaseSDK):
30
30
  def list(
31
31
  self,
32
32
  *,
33
- product: models.ListConfigGroupByProductProduct,
33
+ product: models.ProductsCore,
34
34
  fields: Optional[str] = None,
35
35
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
36
36
  server_url: Optional[str] = None,
@@ -122,7 +122,7 @@ class GroupsSDK(BaseSDK):
122
122
  async def list_async(
123
123
  self,
124
124
  *,
125
- product: models.ListConfigGroupByProductProduct,
125
+ product: models.ProductsCore,
126
126
  fields: Optional[str] = None,
127
127
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
128
128
  server_url: Optional[str] = None,
@@ -214,7 +214,7 @@ class GroupsSDK(BaseSDK):
214
214
  def create(
215
215
  self,
216
216
  *,
217
- product: models.CreateConfigGroupByProductProduct,
217
+ product: models.ProductsCore,
218
218
  config_version: str,
219
219
  id: str,
220
220
  cloud: Optional[
@@ -385,7 +385,7 @@ class GroupsSDK(BaseSDK):
385
385
  async def create_async(
386
386
  self,
387
387
  *,
388
- product: models.CreateConfigGroupByProductProduct,
388
+ product: models.ProductsCore,
389
389
  config_version: str,
390
390
  id: str,
391
391
  cloud: Optional[
@@ -556,7 +556,7 @@ class GroupsSDK(BaseSDK):
556
556
  def get(
557
557
  self,
558
558
  *,
559
- product: models.GetConfigGroupByProductAndIDProduct,
559
+ product: models.ProductsCore,
560
560
  id: str,
561
561
  fields: Optional[str] = None,
562
562
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -651,7 +651,7 @@ class GroupsSDK(BaseSDK):
651
651
  async def get_async(
652
652
  self,
653
653
  *,
654
- product: models.GetConfigGroupByProductAndIDProduct,
654
+ product: models.ProductsCore,
655
655
  id: str,
656
656
  fields: Optional[str] = None,
657
657
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -746,7 +746,7 @@ class GroupsSDK(BaseSDK):
746
746
  def update(
747
747
  self,
748
748
  *,
749
- product: models.UpdateConfigGroupByProductAndIDProduct,
749
+ product: models.ProductsCore,
750
750
  id_param: str,
751
751
  config_version: str,
752
752
  id: str,
@@ -920,7 +920,7 @@ class GroupsSDK(BaseSDK):
920
920
  async def update_async(
921
921
  self,
922
922
  *,
923
- product: models.UpdateConfigGroupByProductAndIDProduct,
923
+ product: models.ProductsCore,
924
924
  id_param: str,
925
925
  config_version: str,
926
926
  id: str,
@@ -1094,7 +1094,7 @@ class GroupsSDK(BaseSDK):
1094
1094
  def delete(
1095
1095
  self,
1096
1096
  *,
1097
- product: models.DeleteConfigGroupByProductAndIDProduct,
1097
+ product: models.ProductsCore,
1098
1098
  id: str,
1099
1099
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
1100
1100
  server_url: Optional[str] = None,
@@ -1186,7 +1186,7 @@ class GroupsSDK(BaseSDK):
1186
1186
  async def delete_async(
1187
1187
  self,
1188
1188
  *,
1189
- product: models.DeleteConfigGroupByProductAndIDProduct,
1189
+ product: models.ProductsCore,
1190
1190
  id: str,
1191
1191
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
1192
1192
  server_url: Optional[str] = None,
@@ -1278,7 +1278,7 @@ class GroupsSDK(BaseSDK):
1278
1278
  def deploy(
1279
1279
  self,
1280
1280
  *,
1281
- product: models.UpdateConfigGroupDeployByProductAndIDProduct,
1281
+ product: models.ProductsCore,
1282
1282
  id: str,
1283
1283
  version: str,
1284
1284
  lookups: Optional[
@@ -1388,7 +1388,7 @@ class GroupsSDK(BaseSDK):
1388
1388
  async def deploy_async(
1389
1389
  self,
1390
1390
  *,
1391
- product: models.UpdateConfigGroupDeployByProductAndIDProduct,
1391
+ product: models.ProductsCore,
1392
1392
  id: str,
1393
1393
  version: str,
1394
1394
  lookups: Optional[
@@ -32,7 +32,6 @@ if TYPE_CHECKING:
32
32
  ConfigGroupLookupsTypedDict,
33
33
  )
34
34
  from .createconfiggroupbyproductop import (
35
- CreateConfigGroupByProductProduct,
36
35
  CreateConfigGroupByProductRequest,
37
36
  CreateConfigGroupByProductRequestTypedDict,
38
37
  CreateConfigGroupByProductResponse,
@@ -102,7 +101,6 @@ if TYPE_CHECKING:
102
101
  DatasetMetadataRunInfoTypedDict,
103
102
  )
104
103
  from .deleteconfiggroupbyproductandidop import (
105
- DeleteConfigGroupByProductAndIDProduct,
106
104
  DeleteConfigGroupByProductAndIDRequest,
107
105
  DeleteConfigGroupByProductAndIDRequestTypedDict,
108
106
  DeleteConfigGroupByProductAndIDResponse,
@@ -160,30 +158,24 @@ if TYPE_CHECKING:
160
158
  DistributedSummaryWorkersTypedDict,
161
159
  )
162
160
  from .getconfiggroupaclbyproductandidop import (
163
- GetConfigGroupACLByProductAndIDProduct,
164
161
  GetConfigGroupACLByProductAndIDRequest,
165
162
  GetConfigGroupACLByProductAndIDRequestTypedDict,
166
163
  GetConfigGroupACLByProductAndIDResponse,
167
164
  GetConfigGroupACLByProductAndIDResponseTypedDict,
168
- GetConfigGroupACLByProductAndIDType,
169
165
  )
170
166
  from .getconfiggroupaclteamsbyproductandidop import (
171
- GetConfigGroupACLTeamsByProductAndIDProduct,
172
167
  GetConfigGroupACLTeamsByProductAndIDRequest,
173
168
  GetConfigGroupACLTeamsByProductAndIDRequestTypedDict,
174
169
  GetConfigGroupACLTeamsByProductAndIDResponse,
175
170
  GetConfigGroupACLTeamsByProductAndIDResponseTypedDict,
176
- GetConfigGroupACLTeamsByProductAndIDType,
177
171
  )
178
172
  from .getconfiggroupbyproductandidop import (
179
- GetConfigGroupByProductAndIDProduct,
180
173
  GetConfigGroupByProductAndIDRequest,
181
174
  GetConfigGroupByProductAndIDRequestTypedDict,
182
175
  GetConfigGroupByProductAndIDResponse,
183
176
  GetConfigGroupByProductAndIDResponseTypedDict,
184
177
  )
185
178
  from .getconfiggroupconfigversionbyproductandidop import (
186
- GetConfigGroupConfigVersionByProductAndIDProduct,
187
179
  GetConfigGroupConfigVersionByProductAndIDRequest,
188
180
  GetConfigGroupConfigVersionByProductAndIDRequestTypedDict,
189
181
  GetConfigGroupConfigVersionByProductAndIDResponse,
@@ -250,7 +242,6 @@ if TYPE_CHECKING:
250
242
  GetRoutesByIDResponseTypedDict,
251
243
  )
252
244
  from .getsummaryop import (
253
- GetSummaryMode,
254
245
  GetSummaryRequest,
255
246
  GetSummaryRequestTypedDict,
256
247
  GetSummaryResponse,
@@ -1606,7 +1597,6 @@ if TYPE_CHECKING:
1606
1597
  )
1607
1598
  from .lakehouseconnectiontype import LakehouseConnectionType
1608
1599
  from .listconfiggroupbyproductop import (
1609
- ListConfigGroupByProductProduct,
1610
1600
  ListConfigGroupByProductRequest,
1611
1601
  ListConfigGroupByProductRequestTypedDict,
1612
1602
  ListConfigGroupByProductResponse,
@@ -2946,6 +2936,7 @@ if TYPE_CHECKING:
2946
2936
  PipelineFunctionConf,
2947
2937
  PipelineFunctionConfTypedDict,
2948
2938
  )
2939
+ from .productscore import ProductsCore
2949
2940
  from .rbacresource import RbacResource
2950
2941
  from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
2951
2942
  from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
@@ -2966,14 +2957,12 @@ if TYPE_CHECKING:
2966
2957
  TeamAccessControlListTypedDict,
2967
2958
  )
2968
2959
  from .updateconfiggroupbyproductandidop import (
2969
- UpdateConfigGroupByProductAndIDProduct,
2970
2960
  UpdateConfigGroupByProductAndIDRequest,
2971
2961
  UpdateConfigGroupByProductAndIDRequestTypedDict,
2972
2962
  UpdateConfigGroupByProductAndIDResponse,
2973
2963
  UpdateConfigGroupByProductAndIDResponseTypedDict,
2974
2964
  )
2975
2965
  from .updateconfiggroupdeploybyproductandidop import (
2976
- UpdateConfigGroupDeployByProductAndIDProduct,
2977
2966
  UpdateConfigGroupDeployByProductAndIDRequest,
2978
2967
  UpdateConfigGroupDeployByProductAndIDRequestTypedDict,
2979
2968
  UpdateConfigGroupDeployByProductAndIDResponse,
@@ -3031,6 +3020,7 @@ if TYPE_CHECKING:
3031
3020
  UserAccessControlList,
3032
3021
  UserAccessControlListTypedDict,
3033
3022
  )
3023
+ from .workertypes import WorkerTypes
3034
3024
 
3035
3025
  __all__ = [
3036
3026
  "AISIEMEndpointPath",
@@ -3083,7 +3073,6 @@ __all__ = [
3083
3073
  "Container",
3084
3074
  "ContainerMode",
3085
3075
  "ContainerTypedDict",
3086
- "CreateConfigGroupByProductProduct",
3087
3076
  "CreateConfigGroupByProductRequest",
3088
3077
  "CreateConfigGroupByProductRequestTypedDict",
3089
3078
  "CreateConfigGroupByProductResponse",
@@ -3141,7 +3130,6 @@ __all__ = [
3141
3130
  "DatasetMetadataRunInfo",
3142
3131
  "DatasetMetadataRunInfoTypedDict",
3143
3132
  "DatasetMetadataTypedDict",
3144
- "DeleteConfigGroupByProductAndIDProduct",
3145
3133
  "DeleteConfigGroupByProductAndIDRequest",
3146
3134
  "DeleteConfigGroupByProductAndIDRequestTypedDict",
3147
3135
  "DeleteConfigGroupByProductAndIDResponse",
@@ -3208,24 +3196,18 @@ __all__ = [
3208
3196
  "FlushPeriodSecTypedDict",
3209
3197
  "FunctionSpecificConfigs",
3210
3198
  "FunctionSpecificConfigsTypedDict",
3211
- "GetConfigGroupACLByProductAndIDProduct",
3212
3199
  "GetConfigGroupACLByProductAndIDRequest",
3213
3200
  "GetConfigGroupACLByProductAndIDRequestTypedDict",
3214
3201
  "GetConfigGroupACLByProductAndIDResponse",
3215
3202
  "GetConfigGroupACLByProductAndIDResponseTypedDict",
3216
- "GetConfigGroupACLByProductAndIDType",
3217
- "GetConfigGroupACLTeamsByProductAndIDProduct",
3218
3203
  "GetConfigGroupACLTeamsByProductAndIDRequest",
3219
3204
  "GetConfigGroupACLTeamsByProductAndIDRequestTypedDict",
3220
3205
  "GetConfigGroupACLTeamsByProductAndIDResponse",
3221
3206
  "GetConfigGroupACLTeamsByProductAndIDResponseTypedDict",
3222
- "GetConfigGroupACLTeamsByProductAndIDType",
3223
- "GetConfigGroupByProductAndIDProduct",
3224
3207
  "GetConfigGroupByProductAndIDRequest",
3225
3208
  "GetConfigGroupByProductAndIDRequestTypedDict",
3226
3209
  "GetConfigGroupByProductAndIDResponse",
3227
3210
  "GetConfigGroupByProductAndIDResponseTypedDict",
3228
- "GetConfigGroupConfigVersionByProductAndIDProduct",
3229
3211
  "GetConfigGroupConfigVersionByProductAndIDRequest",
3230
3212
  "GetConfigGroupConfigVersionByProductAndIDRequestTypedDict",
3231
3213
  "GetConfigGroupConfigVersionByProductAndIDResponse",
@@ -3270,7 +3252,6 @@ __all__ = [
3270
3252
  "GetRoutesByIDRequestTypedDict",
3271
3253
  "GetRoutesByIDResponse",
3272
3254
  "GetRoutesByIDResponseTypedDict",
3273
- "GetSummaryMode",
3274
3255
  "GetSummaryRequest",
3275
3256
  "GetSummaryRequestTypedDict",
3276
3257
  "GetSummaryResponse",
@@ -4423,7 +4404,6 @@ __all__ = [
4423
4404
  "LakehouseConnectionType",
4424
4405
  "LastMetrics",
4425
4406
  "LastMetricsTypedDict",
4426
- "ListConfigGroupByProductProduct",
4427
4407
  "ListConfigGroupByProductRequest",
4428
4408
  "ListConfigGroupByProductRequestTypedDict",
4429
4409
  "ListConfigGroupByProductResponse",
@@ -5603,6 +5583,7 @@ __all__ = [
5603
5583
  "PodFilter",
5604
5584
  "PodFilterTypedDict",
5605
5585
  "PrefixOptional",
5586
+ "ProductsCore",
5606
5587
  "PrometheusAuthOauthHeader1",
5607
5588
  "PrometheusAuthOauthHeader1TypedDict",
5608
5589
  "PrometheusAuthOauthHeader2",
@@ -5668,12 +5649,10 @@ __all__ = [
5668
5649
  "TelemetryType",
5669
5650
  "TimestampFormat",
5670
5651
  "TimestampPrecision",
5671
- "UpdateConfigGroupByProductAndIDProduct",
5672
5652
  "UpdateConfigGroupByProductAndIDRequest",
5673
5653
  "UpdateConfigGroupByProductAndIDRequestTypedDict",
5674
5654
  "UpdateConfigGroupByProductAndIDResponse",
5675
5655
  "UpdateConfigGroupByProductAndIDResponseTypedDict",
5676
- "UpdateConfigGroupDeployByProductAndIDProduct",
5677
5656
  "UpdateConfigGroupDeployByProductAndIDRequest",
5678
5657
  "UpdateConfigGroupDeployByProductAndIDRequestTypedDict",
5679
5658
  "UpdateConfigGroupDeployByProductAndIDResponse",
@@ -5716,6 +5695,7 @@ __all__ = [
5716
5695
  "UsersAndGroupsTypedDict",
5717
5696
  "V3User",
5718
5697
  "V3UserTypedDict",
5698
+ "WorkerTypes",
5719
5699
  "WriteAction",
5720
5700
  ]
5721
5701
 
@@ -5744,7 +5724,6 @@ _dynamic_imports: dict[str, str] = {
5744
5724
  "ConfigGroupLookupsLookup": ".configgrouplookups",
5745
5725
  "ConfigGroupLookupsLookupTypedDict": ".configgrouplookups",
5746
5726
  "ConfigGroupLookupsTypedDict": ".configgrouplookups",
5747
- "CreateConfigGroupByProductProduct": ".createconfiggroupbyproductop",
5748
5727
  "CreateConfigGroupByProductRequest": ".createconfiggroupbyproductop",
5749
5728
  "CreateConfigGroupByProductRequestTypedDict": ".createconfiggroupbyproductop",
5750
5729
  "CreateConfigGroupByProductResponse": ".createconfiggroupbyproductop",
@@ -5797,7 +5776,6 @@ _dynamic_imports: dict[str, str] = {
5797
5776
  "ScanMode": ".datasetmetadata",
5798
5777
  "DatasetMetadataRunInfo": ".datasetmetadataruninfo",
5799
5778
  "DatasetMetadataRunInfoTypedDict": ".datasetmetadataruninfo",
5800
- "DeleteConfigGroupByProductAndIDProduct": ".deleteconfiggroupbyproductandidop",
5801
5779
  "DeleteConfigGroupByProductAndIDRequest": ".deleteconfiggroupbyproductandidop",
5802
5780
  "DeleteConfigGroupByProductAndIDRequestTypedDict": ".deleteconfiggroupbyproductandidop",
5803
5781
  "DeleteConfigGroupByProductAndIDResponse": ".deleteconfiggroupbyproductandidop",
@@ -5838,24 +5816,18 @@ _dynamic_imports: dict[str, str] = {
5838
5816
  "DistributedSummaryTypedDict": ".distributedsummary",
5839
5817
  "DistributedSummaryWorkers": ".distributedsummary",
5840
5818
  "DistributedSummaryWorkersTypedDict": ".distributedsummary",
5841
- "GetConfigGroupACLByProductAndIDProduct": ".getconfiggroupaclbyproductandidop",
5842
5819
  "GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
5843
5820
  "GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
5844
5821
  "GetConfigGroupACLByProductAndIDResponse": ".getconfiggroupaclbyproductandidop",
5845
5822
  "GetConfigGroupACLByProductAndIDResponseTypedDict": ".getconfiggroupaclbyproductandidop",
5846
- "GetConfigGroupACLByProductAndIDType": ".getconfiggroupaclbyproductandidop",
5847
- "GetConfigGroupACLTeamsByProductAndIDProduct": ".getconfiggroupaclteamsbyproductandidop",
5848
5823
  "GetConfigGroupACLTeamsByProductAndIDRequest": ".getconfiggroupaclteamsbyproductandidop",
5849
5824
  "GetConfigGroupACLTeamsByProductAndIDRequestTypedDict": ".getconfiggroupaclteamsbyproductandidop",
5850
5825
  "GetConfigGroupACLTeamsByProductAndIDResponse": ".getconfiggroupaclteamsbyproductandidop",
5851
5826
  "GetConfigGroupACLTeamsByProductAndIDResponseTypedDict": ".getconfiggroupaclteamsbyproductandidop",
5852
- "GetConfigGroupACLTeamsByProductAndIDType": ".getconfiggroupaclteamsbyproductandidop",
5853
- "GetConfigGroupByProductAndIDProduct": ".getconfiggroupbyproductandidop",
5854
5827
  "GetConfigGroupByProductAndIDRequest": ".getconfiggroupbyproductandidop",
5855
5828
  "GetConfigGroupByProductAndIDRequestTypedDict": ".getconfiggroupbyproductandidop",
5856
5829
  "GetConfigGroupByProductAndIDResponse": ".getconfiggroupbyproductandidop",
5857
5830
  "GetConfigGroupByProductAndIDResponseTypedDict": ".getconfiggroupbyproductandidop",
5858
- "GetConfigGroupConfigVersionByProductAndIDProduct": ".getconfiggroupconfigversionbyproductandidop",
5859
5831
  "GetConfigGroupConfigVersionByProductAndIDRequest": ".getconfiggroupconfigversionbyproductandidop",
5860
5832
  "GetConfigGroupConfigVersionByProductAndIDRequestTypedDict": ".getconfiggroupconfigversionbyproductandidop",
5861
5833
  "GetConfigGroupConfigVersionByProductAndIDResponse": ".getconfiggroupconfigversionbyproductandidop",
@@ -5900,7 +5872,6 @@ _dynamic_imports: dict[str, str] = {
5900
5872
  "GetRoutesByIDRequestTypedDict": ".getroutesbyidop",
5901
5873
  "GetRoutesByIDResponse": ".getroutesbyidop",
5902
5874
  "GetRoutesByIDResponseTypedDict": ".getroutesbyidop",
5903
- "GetSummaryMode": ".getsummaryop",
5904
5875
  "GetSummaryRequest": ".getsummaryop",
5905
5876
  "GetSummaryRequestTypedDict": ".getsummaryop",
5906
5877
  "GetSummaryResponse": ".getsummaryop",
@@ -7128,7 +7099,6 @@ _dynamic_imports: dict[str, str] = {
7128
7099
  "LakeDatasetSearchConfig": ".lakedatasetsearchconfig",
7129
7100
  "LakeDatasetSearchConfigTypedDict": ".lakedatasetsearchconfig",
7130
7101
  "LakehouseConnectionType": ".lakehouseconnectiontype",
7131
- "ListConfigGroupByProductProduct": ".listconfiggroupbyproductop",
7132
7102
  "ListConfigGroupByProductRequest": ".listconfiggroupbyproductop",
7133
7103
  "ListConfigGroupByProductRequestTypedDict": ".listconfiggroupbyproductop",
7134
7104
  "ListConfigGroupByProductResponse": ".listconfiggroupbyproductop",
@@ -8339,6 +8309,7 @@ _dynamic_imports: dict[str, str] = {
8339
8309
  "FunctionSpecificConfigsTypedDict": ".pipelinefunctionconf",
8340
8310
  "PipelineFunctionConf": ".pipelinefunctionconf",
8341
8311
  "PipelineFunctionConfTypedDict": ".pipelinefunctionconf",
8312
+ "ProductsCore": ".productscore",
8342
8313
  "RbacResource": ".rbacresource",
8343
8314
  "ResourcePolicy": ".resourcepolicy",
8344
8315
  "ResourcePolicyTypedDict": ".resourcepolicy",
@@ -8360,12 +8331,10 @@ _dynamic_imports: dict[str, str] = {
8360
8331
  "SecurityTypedDict": ".security",
8361
8332
  "TeamAccessControlList": ".teamaccesscontrollist",
8362
8333
  "TeamAccessControlListTypedDict": ".teamaccesscontrollist",
8363
- "UpdateConfigGroupByProductAndIDProduct": ".updateconfiggroupbyproductandidop",
8364
8334
  "UpdateConfigGroupByProductAndIDRequest": ".updateconfiggroupbyproductandidop",
8365
8335
  "UpdateConfigGroupByProductAndIDRequestTypedDict": ".updateconfiggroupbyproductandidop",
8366
8336
  "UpdateConfigGroupByProductAndIDResponse": ".updateconfiggroupbyproductandidop",
8367
8337
  "UpdateConfigGroupByProductAndIDResponseTypedDict": ".updateconfiggroupbyproductandidop",
8368
- "UpdateConfigGroupDeployByProductAndIDProduct": ".updateconfiggroupdeploybyproductandidop",
8369
8338
  "UpdateConfigGroupDeployByProductAndIDRequest": ".updateconfiggroupdeploybyproductandidop",
8370
8339
  "UpdateConfigGroupDeployByProductAndIDRequestTypedDict": ".updateconfiggroupdeploybyproductandidop",
8371
8340
  "UpdateConfigGroupDeployByProductAndIDResponse": ".updateconfiggroupdeploybyproductandidop",
@@ -8404,6 +8373,7 @@ _dynamic_imports: dict[str, str] = {
8404
8373
  "UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
8405
8374
  "UserAccessControlList": ".useraccesscontrollist",
8406
8375
  "UserAccessControlListTypedDict": ".useraccesscontrollist",
8376
+ "WorkerTypes": ".workertypes",
8407
8377
  }
8408
8378
 
8409
8379
 
@@ -2,22 +2,15 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
+ from .productscore import ProductsCore
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
7
- from enum import Enum
8
8
  from typing import List, Optional
9
9
  from typing_extensions import Annotated, NotRequired, TypedDict
10
10
 
11
11
 
12
- class CreateConfigGroupByProductProduct(str, Enum):
13
- r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
14
-
15
- STREAM = "stream"
16
- EDGE = "edge"
17
-
18
-
19
12
  class CreateConfigGroupByProductRequestTypedDict(TypedDict):
20
- product: CreateConfigGroupByProductProduct
13
+ product: ProductsCore
21
14
  r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
22
15
  config_group: ConfigGroupTypedDict
23
16
  r"""ConfigGroup object"""
@@ -25,7 +18,7 @@ class CreateConfigGroupByProductRequestTypedDict(TypedDict):
25
18
 
26
19
  class CreateConfigGroupByProductRequest(BaseModel):
27
20
  product: Annotated[
28
- CreateConfigGroupByProductProduct,
21
+ ProductsCore,
29
22
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
30
23
  ]
31
24
  r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
@@ -2,22 +2,15 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
+ from .productscore import ProductsCore
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
- from enum import Enum
8
8
  from typing import List, Optional
9
9
  from typing_extensions import Annotated, NotRequired, TypedDict
10
10
 
11
11
 
12
- class DeleteConfigGroupByProductAndIDProduct(str, Enum):
13
- r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
14
-
15
- STREAM = "stream"
16
- EDGE = "edge"
17
-
18
-
19
12
  class DeleteConfigGroupByProductAndIDRequestTypedDict(TypedDict):
20
- product: DeleteConfigGroupByProductAndIDProduct
13
+ product: ProductsCore
21
14
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
22
15
  id: str
23
16
  r"""The <code>id</code> of the Worker Group or Edge Fleet to delete."""
@@ -25,7 +18,7 @@ class DeleteConfigGroupByProductAndIDRequestTypedDict(TypedDict):
25
18
 
26
19
  class DeleteConfigGroupByProductAndIDRequest(BaseModel):
27
20
  product: Annotated[
28
- DeleteConfigGroupByProductAndIDProduct,
21
+ ProductsCore,
29
22
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
30
23
  ]
31
24
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
@@ -1,6 +1,8 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .productscore import ProductsCore
5
+ from .rbacresource import RbacResource
4
6
  from .useraccesscontrollist import UserAccessControlList, UserAccessControlListTypedDict
5
7
  from cribl_control_plane.types import BaseModel
6
8
  from cribl_control_plane.utils import (
@@ -8,43 +10,22 @@ from cribl_control_plane.utils import (
8
10
  PathParamMetadata,
9
11
  QueryParamMetadata,
10
12
  )
11
- from enum import Enum
12
13
  from typing import List, Optional
13
14
  from typing_extensions import Annotated, NotRequired, TypedDict
14
15
 
15
16
 
16
- class GetConfigGroupACLByProductAndIDProduct(str, Enum):
17
- r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
18
-
19
- STREAM = "stream"
20
- EDGE = "edge"
21
-
22
-
23
- class GetConfigGroupACLByProductAndIDType(str, Enum):
24
- r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
25
-
26
- GROUPS = "groups"
27
- DATASETS = "datasets"
28
- DATASET_PROVIDERS = "dataset-providers"
29
- PROJECTS = "projects"
30
- DASHBOARDS = "dashboards"
31
- MACROS = "macros"
32
- NOTEBOOKS = "notebooks"
33
- INSIGHTS = "insights"
34
-
35
-
36
17
  class GetConfigGroupACLByProductAndIDRequestTypedDict(TypedDict):
37
- product: GetConfigGroupACLByProductAndIDProduct
18
+ product: ProductsCore
38
19
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
39
20
  id: str
40
21
  r"""The <code>id</code> of the Worker Group or Edge Fleet to get the ACL for."""
41
- type: NotRequired[GetConfigGroupACLByProductAndIDType]
22
+ type: NotRequired[RbacResource]
42
23
  r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
43
24
 
44
25
 
45
26
  class GetConfigGroupACLByProductAndIDRequest(BaseModel):
46
27
  product: Annotated[
47
- GetConfigGroupACLByProductAndIDProduct,
28
+ ProductsCore,
48
29
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
49
30
  ]
50
31
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
@@ -55,7 +36,7 @@ class GetConfigGroupACLByProductAndIDRequest(BaseModel):
55
36
  r"""The <code>id</code> of the Worker Group or Edge Fleet to get the ACL for."""
56
37
 
57
38
  type: Annotated[
58
- Optional[GetConfigGroupACLByProductAndIDType],
39
+ Optional[RbacResource],
59
40
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
60
41
  ] = None
61
42
  r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
@@ -1,6 +1,8 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .productscore import ProductsCore
5
+ from .rbacresource import RbacResource
4
6
  from .teamaccesscontrollist import TeamAccessControlList, TeamAccessControlListTypedDict
5
7
  from cribl_control_plane.types import BaseModel
6
8
  from cribl_control_plane.utils import (
@@ -8,43 +10,22 @@ from cribl_control_plane.utils import (
8
10
  PathParamMetadata,
9
11
  QueryParamMetadata,
10
12
  )
11
- from enum import Enum
12
13
  from typing import List, Optional
13
14
  from typing_extensions import Annotated, NotRequired, TypedDict
14
15
 
15
16
 
16
- class GetConfigGroupACLTeamsByProductAndIDProduct(str, Enum):
17
- r"""Name of the Cribl product that contains the Worker Group or Edge Fleet."""
18
-
19
- STREAM = "stream"
20
- EDGE = "edge"
21
-
22
-
23
- class GetConfigGroupACLTeamsByProductAndIDType(str, Enum):
24
- r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
25
-
26
- GROUPS = "groups"
27
- DATASETS = "datasets"
28
- DATASET_PROVIDERS = "dataset-providers"
29
- PROJECTS = "projects"
30
- DASHBOARDS = "dashboards"
31
- MACROS = "macros"
32
- NOTEBOOKS = "notebooks"
33
- INSIGHTS = "insights"
34
-
35
-
36
17
  class GetConfigGroupACLTeamsByProductAndIDRequestTypedDict(TypedDict):
37
- product: GetConfigGroupACLTeamsByProductAndIDProduct
18
+ product: ProductsCore
38
19
  r"""Name of the Cribl product that contains the Worker Group or Edge Fleet."""
39
20
  id: str
40
21
  r"""The <code>id</code> of the Worker Group or Edge Fleet to get the team ACL for."""
41
- type: NotRequired[GetConfigGroupACLTeamsByProductAndIDType]
22
+ type: NotRequired[RbacResource]
42
23
  r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
43
24
 
44
25
 
45
26
  class GetConfigGroupACLTeamsByProductAndIDRequest(BaseModel):
46
27
  product: Annotated[
47
- GetConfigGroupACLTeamsByProductAndIDProduct,
28
+ ProductsCore,
48
29
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
49
30
  ]
50
31
  r"""Name of the Cribl product that contains the Worker Group or Edge Fleet."""
@@ -55,7 +36,7 @@ class GetConfigGroupACLTeamsByProductAndIDRequest(BaseModel):
55
36
  r"""The <code>id</code> of the Worker Group or Edge Fleet to get the team ACL for."""
56
37
 
57
38
  type: Annotated[
58
- Optional[GetConfigGroupACLTeamsByProductAndIDType],
39
+ Optional[RbacResource],
59
40
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
60
41
  ] = None
61
42
  r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
@@ -2,26 +2,19 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
+ from .productscore import ProductsCore
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import (
7
8
  FieldMetadata,
8
9
  PathParamMetadata,
9
10
  QueryParamMetadata,
10
11
  )
11
- from enum import Enum
12
12
  from typing import List, Optional
13
13
  from typing_extensions import Annotated, NotRequired, TypedDict
14
14
 
15
15
 
16
- class GetConfigGroupByProductAndIDProduct(str, Enum):
17
- r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
18
-
19
- STREAM = "stream"
20
- EDGE = "edge"
21
-
22
-
23
16
  class GetConfigGroupByProductAndIDRequestTypedDict(TypedDict):
24
- product: GetConfigGroupByProductAndIDProduct
17
+ product: ProductsCore
25
18
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
26
19
  id: str
27
20
  r"""The <code>id</code> of the Worker Group or Edge Fleet to get."""
@@ -31,7 +24,7 @@ class GetConfigGroupByProductAndIDRequestTypedDict(TypedDict):
31
24
 
32
25
  class GetConfigGroupByProductAndIDRequest(BaseModel):
33
26
  product: Annotated[
34
- GetConfigGroupByProductAndIDProduct,
27
+ ProductsCore,
35
28
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
36
29
  ]
37
30
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
@@ -1,22 +1,15 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .productscore import ProductsCore
4
5
  from cribl_control_plane.types import BaseModel
5
6
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
6
- from enum import Enum
7
7
  from typing import List, Optional
8
8
  from typing_extensions import Annotated, NotRequired, TypedDict
9
9
 
10
10
 
11
- class GetConfigGroupConfigVersionByProductAndIDProduct(str, Enum):
12
- r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
13
-
14
- STREAM = "stream"
15
- EDGE = "edge"
16
-
17
-
18
11
  class GetConfigGroupConfigVersionByProductAndIDRequestTypedDict(TypedDict):
19
- product: GetConfigGroupConfigVersionByProductAndIDProduct
12
+ product: ProductsCore
20
13
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
21
14
  id: str
22
15
  r"""The <code>id</code> of the Worker Group or Edge Fleet to get the configuration version for."""
@@ -24,7 +17,7 @@ class GetConfigGroupConfigVersionByProductAndIDRequestTypedDict(TypedDict):
24
17
 
25
18
  class GetConfigGroupConfigVersionByProductAndIDRequest(BaseModel):
26
19
  product: Annotated[
27
- GetConfigGroupConfigVersionByProductAndIDProduct,
20
+ ProductsCore,
28
21
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
29
22
  ]
30
23
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
@@ -2,28 +2,21 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .distributedsummary import DistributedSummary, DistributedSummaryTypedDict
5
+ from .workertypes import WorkerTypes
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
7
- from enum import Enum
8
8
  from typing import List, Optional
9
9
  from typing_extensions import Annotated, NotRequired, TypedDict
10
10
 
11
11
 
12
- class GetSummaryMode(str, Enum):
13
- r"""Filter for limiting the response by Cribl product: Cribl Stream (<code>worker</code>) or Cribl Edge (<code>managed-edge</code>)."""
14
-
15
- WORKER = "worker"
16
- MANAGED_EDGE = "managed-edge"
17
-
18
-
19
12
  class GetSummaryRequestTypedDict(TypedDict):
20
- mode: NotRequired[GetSummaryMode]
13
+ mode: NotRequired[WorkerTypes]
21
14
  r"""Filter for limiting the response by Cribl product: Cribl Stream (<code>worker</code>) or Cribl Edge (<code>managed-edge</code>)."""
22
15
 
23
16
 
24
17
  class GetSummaryRequest(BaseModel):
25
18
  mode: Annotated[
26
- Optional[GetSummaryMode],
19
+ Optional[WorkerTypes],
27
20
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
28
21
  ] = None
29
22
  r"""Filter for limiting the response by Cribl product: Cribl Stream (<code>worker</code>) or Cribl Edge (<code>managed-edge</code>)."""
@@ -4,19 +4,21 @@ from __future__ import annotations
4
4
  from .gitfile import GitFile, GitFileTypedDict
5
5
  from cribl_control_plane.types import BaseModel
6
6
  import pydantic
7
- from typing import Any, Dict, List
8
- from typing_extensions import Annotated, TypedDict
7
+ from typing import Any, Dict, List, Optional
8
+ from typing_extensions import Annotated, NotRequired, TypedDict
9
9
 
10
10
 
11
11
  class GitFilesResponseTypedDict(TypedDict):
12
- commit_message: Dict[str, Any]
13
12
  count: float
14
13
  items: List[GitFileTypedDict]
14
+ commit_message: NotRequired[Dict[str, Any]]
15
15
 
16
16
 
17
17
  class GitFilesResponse(BaseModel):
18
- commit_message: Annotated[Dict[str, Any], pydantic.Field(alias="commitMessage")]
19
-
20
18
  count: float
21
19
 
22
20
  items: List[GitFile]
21
+
22
+ commit_message: Annotated[
23
+ Optional[Dict[str, Any]], pydantic.Field(alias="commitMessage")
24
+ ] = None
@@ -24,17 +24,17 @@ class GitRevertResultFiles(BaseModel):
24
24
 
25
25
 
26
26
  class AuditTypedDict(TypedDict):
27
- files: GitRevertResultFilesTypedDict
28
- group: str
29
27
  id: str
28
+ files: NotRequired[GitRevertResultFilesTypedDict]
29
+ group: NotRequired[str]
30
30
 
31
31
 
32
32
  class Audit(BaseModel):
33
- files: GitRevertResultFiles
33
+ id: str
34
34
 
35
- group: str
35
+ files: Optional[GitRevertResultFiles] = None
36
36
 
37
- id: str
37
+ group: Optional[str] = None
38
38
 
39
39
 
40
40
  class GitRevertResultTypedDict(TypedDict):
@@ -2,26 +2,19 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
+ from .productscore import ProductsCore
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import (
7
8
  FieldMetadata,
8
9
  PathParamMetadata,
9
10
  QueryParamMetadata,
10
11
  )
11
- from enum import Enum
12
12
  from typing import List, Optional
13
13
  from typing_extensions import Annotated, NotRequired, TypedDict
14
14
 
15
15
 
16
- class ListConfigGroupByProductProduct(str, Enum):
17
- r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
18
-
19
- STREAM = "stream"
20
- EDGE = "edge"
21
-
22
-
23
16
  class ListConfigGroupByProductRequestTypedDict(TypedDict):
24
- product: ListConfigGroupByProductProduct
17
+ product: ProductsCore
25
18
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
26
19
  fields: NotRequired[str]
27
20
  r"""Comma-separated list of additional properties to include in the response. Available values are <code>git.commit</code>, <code>git.localChanges</code>, and <code>git.log</code>."""
@@ -29,7 +22,7 @@ class ListConfigGroupByProductRequestTypedDict(TypedDict):
29
22
 
30
23
  class ListConfigGroupByProductRequest(BaseModel):
31
24
  product: Annotated[
32
- ListConfigGroupByProductProduct,
25
+ ProductsCore,
33
26
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
34
27
  ]
35
28
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
@@ -0,0 +1,9 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from enum import Enum
5
+
6
+
7
+ class ProductsCore(str, Enum):
8
+ STREAM = "stream"
9
+ EDGE = "edge"
@@ -2,23 +2,16 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
+ from .productscore import ProductsCore
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
7
- from enum import Enum
8
8
  import pydantic
9
9
  from typing import List, Optional
10
10
  from typing_extensions import Annotated, NotRequired, TypedDict
11
11
 
12
12
 
13
- class UpdateConfigGroupByProductAndIDProduct(str, Enum):
14
- r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
15
-
16
- STREAM = "stream"
17
- EDGE = "edge"
18
-
19
-
20
13
  class UpdateConfigGroupByProductAndIDRequestTypedDict(TypedDict):
21
- product: UpdateConfigGroupByProductAndIDProduct
14
+ product: ProductsCore
22
15
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
23
16
  id_param: str
24
17
  r"""The <code>id</code> of the Worker Group or Edge Fleet to update."""
@@ -28,7 +21,7 @@ class UpdateConfigGroupByProductAndIDRequestTypedDict(TypedDict):
28
21
 
29
22
  class UpdateConfigGroupByProductAndIDRequest(BaseModel):
30
23
  product: Annotated[
31
- UpdateConfigGroupByProductAndIDProduct,
24
+ ProductsCore,
32
25
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
33
26
  ]
34
27
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
@@ -3,22 +3,15 @@
3
3
  from __future__ import annotations
4
4
  from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
5
  from .deployrequest import DeployRequest, DeployRequestTypedDict
6
+ from .productscore import ProductsCore
6
7
  from cribl_control_plane.types import BaseModel
7
8
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
8
- from enum import Enum
9
9
  from typing import List, Optional
10
10
  from typing_extensions import Annotated, NotRequired, TypedDict
11
11
 
12
12
 
13
- class UpdateConfigGroupDeployByProductAndIDProduct(str, Enum):
14
- r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
15
-
16
- STREAM = "stream"
17
- EDGE = "edge"
18
-
19
-
20
13
  class UpdateConfigGroupDeployByProductAndIDRequestTypedDict(TypedDict):
21
- product: UpdateConfigGroupDeployByProductAndIDProduct
14
+ product: ProductsCore
22
15
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
23
16
  id: str
24
17
  r"""The <code>id</code> of the target Worker Group or Edge Fleet for commit deployment."""
@@ -28,7 +21,7 @@ class UpdateConfigGroupDeployByProductAndIDRequestTypedDict(TypedDict):
28
21
 
29
22
  class UpdateConfigGroupDeployByProductAndIDRequest(BaseModel):
30
23
  product: Annotated[
31
- UpdateConfigGroupDeployByProductAndIDProduct,
24
+ ProductsCore,
32
25
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
33
26
  ]
34
27
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
@@ -0,0 +1,9 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from enum import Enum
5
+
6
+
7
+ class WorkerTypes(str, Enum):
8
+ WORKER = "worker"
9
+ MANAGED_EDGE = "managed-edge"
@@ -13,7 +13,7 @@ class Summaries(BaseSDK):
13
13
  def get(
14
14
  self,
15
15
  *,
16
- mode: Optional[models.GetSummaryMode] = None,
16
+ mode: Optional[models.WorkerTypes] = None,
17
17
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
18
18
  server_url: Optional[str] = None,
19
19
  timeout_ms: Optional[int] = None,
@@ -100,7 +100,7 @@ class Summaries(BaseSDK):
100
100
  async def get_async(
101
101
  self,
102
102
  *,
103
- mode: Optional[models.GetSummaryMode] = None,
103
+ mode: Optional[models.WorkerTypes] = None,
104
104
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
105
105
  server_url: Optional[str] = None,
106
106
  timeout_ms: Optional[int] = None,
@@ -13,9 +13,9 @@ class Teams(BaseSDK):
13
13
  def get(
14
14
  self,
15
15
  *,
16
- product: models.GetConfigGroupACLTeamsByProductAndIDProduct,
16
+ product: models.ProductsCore,
17
17
  id: str,
18
- type_: Optional[models.GetConfigGroupACLTeamsByProductAndIDType] = None,
18
+ type_: Optional[models.RbacResource] = None,
19
19
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
20
20
  server_url: Optional[str] = None,
21
21
  timeout_ms: Optional[int] = None,
@@ -108,9 +108,9 @@ class Teams(BaseSDK):
108
108
  async def get_async(
109
109
  self,
110
110
  *,
111
- product: models.GetConfigGroupACLTeamsByProductAndIDProduct,
111
+ product: models.ProductsCore,
112
112
  id: str,
113
- type_: Optional[models.GetConfigGroupACLTeamsByProductAndIDType] = None,
113
+ type_: Optional[models.RbacResource] = None,
114
114
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
115
115
  server_url: Optional[str] = None,
116
116
  timeout_ms: Optional[int] = None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.34
3
+ Version: 0.0.35
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -4,14 +4,14 @@ 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=AjWT1Z_ewuD1UWi0kHsMqRxkbAR4U5cqJ88VrsFZu08,542
8
- cribl_control_plane/acl.py,sha256=l4YkY0UMRCevAWohHMSL2jZ40jfG5SBSeWO4meBE8Wg,9021
7
+ cribl_control_plane/_version.py,sha256=_tY-BPzN6EsBOcRXXXu4AV-o1v7WnbwwOlDLOs_edD0,542
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
11
11
  cribl_control_plane/branches.py,sha256=Uz2F25RVW5hDr92Dm7yo7I9NdEN1zh9eDF20h4mD7Tg,14217
12
12
  cribl_control_plane/commits.py,sha256=mhUAPiu9Bx-eIPCxw4FMOwxdXkaxFwGyyZ56VOm0zqE,55522
13
13
  cribl_control_plane/commits_files.py,sha256=XRqVF2UA_c2Ous3wFOehyUgYE_NiuE-dwzPglF4DEG4,15561
14
- cribl_control_plane/configs_versions.py,sha256=2XXHXM0wSLUAa4aDo8N_soIHp5xdhRj37P3-aTzbow0,8408
14
+ cribl_control_plane/configs_versions.py,sha256=Ov9FqT4q9aKcCBUs1Qn65CdjnJK1pXXWPTYlHHHj-gk,8336
15
15
  cribl_control_plane/destinations.py,sha256=ttEDfTKW-DlNBc_q5-EuqdNFMyh1cx_GI3ipN86pcpY,37389
16
16
  cribl_control_plane/destinations_pq.py,sha256=KwflapfxGgHBS-05wxj9P1O8RhSP8nx7KwOxhwPqLfs,14871
17
17
  cribl_control_plane/errors/__init__.py,sha256=6d9IGiw8Z6n2sTijw-e11PthRPi-YUkLgzE6zV4MfFQ,1867
@@ -22,12 +22,12 @@ cribl_control_plane/errors/healthstatus_error.py,sha256=Hgn36yszsiYPS3cG__-PKHDD
22
22
  cribl_control_plane/errors/no_response_error.py,sha256=FQG44Lq6uF7uUlzbUYfM3dJon6sbqXzJ0Ri6YrDdsEs,380
23
23
  cribl_control_plane/errors/responsevalidationerror.py,sha256=TvZ9dOsy-oFBYA_wZCOOEXeGKMBQtzCVX-1-i7epQTE,720
24
24
  cribl_control_plane/groups_configs.py,sha256=Tp0DFJ-zCNF_fvtnxCxVSkmrDl1IP6bRF7Irg2CZXAM,543
25
- cribl_control_plane/groups_sdk.py,sha256=yvALLhCkaA8kc6kzOrWPllPbDCO3LzACfC9wNY88-Uk,61931
25
+ cribl_control_plane/groups_sdk.py,sha256=igh_XeQBZAwyvGbN7ynlMKj6MeWEn5z9skk5Tsxa6QA,61637
26
26
  cribl_control_plane/health.py,sha256=mDYmC13IE_M9jTVKKBOr5aeZ5QArUURLT1PyPpvn5Ho,6719
27
27
  cribl_control_plane/hectokens.py,sha256=0EGgGGrM83m1YmTZwkN5S4xFkHQGnw1IZe3y6uMwmLw,19151
28
28
  cribl_control_plane/httpclient.py,sha256=Eu73urOAiZQtdUIyOUnPccxCiBbWEKrXG-JrRG3SLM4,3946
29
29
  cribl_control_plane/lakedatasets.py,sha256=7WYWcjXMzliDW1j3TQlgikc_h54IUq4lsysVy_39l38,46578
30
- cribl_control_plane/models/__init__.py,sha256=k65UDrcKVdb3kHL2m2L9kppsM7iG3JJ7b-R_7rijQN0,356685
30
+ cribl_control_plane/models/__init__.py,sha256=eDdQJehlDD-0QQECTCEoTQvzoZNTZvm3jkSllxLntAI,354811
31
31
  cribl_control_plane/models/addhectokenrequest.py,sha256=mzQLKrMWlwxNheqEs5SM_yrT-gyenfCWgHKhmb5oXFQ,800
32
32
  cribl_control_plane/models/appmode.py,sha256=5xRJz9oP5ah4b6dcay4Q1IbQ9irm6k6x2BrTNysIMY4,300
33
33
  cribl_control_plane/models/authtoken.py,sha256=uW0aIs8j14CQzFM2ueY5GIWFulna91cigBWQ3oPlDgY,295
@@ -38,7 +38,7 @@ cribl_control_plane/models/commit.py,sha256=wXQkjOYsffxWURHTrfU9kJ4HF2H65QfD1R9-
38
38
  cribl_control_plane/models/configgroup.py,sha256=cgIfR0Fz54SdBLGZNnruaJVA4jUpdVHdSKbji6fh0Bc,3404
39
39
  cribl_control_plane/models/configgroupcloud.py,sha256=l9e1E-JyZGu4JANlU8SIzaXcsZIUcs7CtPQs90WvZ-w,1395
40
40
  cribl_control_plane/models/configgrouplookups.py,sha256=1z1DlvlVehqfD6hZMXG0XedZTfoCIpYd0cHav45tiRw,830
41
- cribl_control_plane/models/createconfiggroupbyproductop.py,sha256=SzGKSZPW5Q3rNh9EAcSDTPoaO2w3GZZGB8Jnj44g_Gs,1774
41
+ cribl_control_plane/models/createconfiggroupbyproductop.py,sha256=zllL-jYwkEdEvGjRwxSz-X7pUyRJyOOAsj4SA7IqtTQ,1575
42
42
  cribl_control_plane/models/createcribllakedatasetbylakeidop.py,sha256=IVH9RvCw8IM0LCzJuy7_eDX9GbpTUIk-Xp0nFPjn6BQ,1647
43
43
  cribl_control_plane/models/createinputhectokenbyidop.py,sha256=3UbrmX96ZFvh-0UFJfsYqSayk9HX5wCWTWkpJL56OTk,1502
44
44
  cribl_control_plane/models/createinputop.py,sha256=l5Hz9ANzw4Gjh25FVf_okFzXxZWjA7GOx1tp8yWhKaI,701
@@ -56,7 +56,7 @@ cribl_control_plane/models/cribllakedataset.py,sha256=4txRkDEkM-9fLG0my7Sl9IhEW0
56
56
  cribl_control_plane/models/currentbranchresult.py,sha256=qq1IRI_XeGrAI_-lV_xHCYuO3VwIFUVarvo0-lN-ymU,317
57
57
  cribl_control_plane/models/datasetmetadata.py,sha256=NfKeMQnTgrt-xLQ5LfDr-LrtPArJ8fbzUHd2yF_p3fc,1090
58
58
  cribl_control_plane/models/datasetmetadataruninfo.py,sha256=4UrKPwg1oCs7uk3s24dsVzyNXE8TpDJE9vCioZyK7t0,937
59
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py,sha256=rHqsnpOtrV5SdnjHtqbacwISTKQ-b93rdeQH-kuVSOA,1838
59
+ cribl_control_plane/models/deleteconfiggroupbyproductandidop.py,sha256=YVbPck0byqbtfyacN5navFSLeSLuzYqSqL0ebtl18Wc,1621
60
60
  cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py,sha256=BUMQ_56VCM_xK08eagJ2bdd4eOPCUUMVVG5duR3qg7s,1649
61
61
  cribl_control_plane/models/deleteinputbyidop.py,sha256=wcL73IwZivcylD76m2vn-2YQ6E6nGgeXipwbYOmHVlY,1117
62
62
  cribl_control_plane/models/deleteoutputbyidop.py,sha256=VdpKyYTadMO3rOmFlyMTkBkSLXT04ic9s9E9g0PDf8I,1146
@@ -66,10 +66,10 @@ cribl_control_plane/models/deletepipelinebyidop.py,sha256=2TPgET3YUtlqvAjW-iZXcx
66
66
  cribl_control_plane/models/deployrequest.py,sha256=zSl96WkkLVHACFRYUdPT4w7WhCaOv_V7_nMLcSGRYwE,560
67
67
  cribl_control_plane/models/deployrequestlookups.py,sha256=WJQf_uL_22Lj7_TIBZ0pZxspYnkfZu9ABNGBLG35tpA,613
68
68
  cribl_control_plane/models/distributedsummary.py,sha256=H3vkBqmL3vbQIggXyfWqqrm3d27b3kgqBt9t9e-Vlz4,1359
69
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py,sha256=0ISdKz0d5GxsoBYcyViLcWZf2HZvn7GmktEKA5_JAkk,2761
70
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py,sha256=95gU6mBZUdnTB3pjMvNT8a-MnWzCsrpMyEF1F8ZpQWo,2824
71
- cribl_control_plane/models/getconfiggroupbyproductandidop.py,sha256=XNsE1v01UJgOPcQiseFxGYHM5pa7Y9-u3E3fblnp-SQ,2390
72
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py,sha256=v03JB8Koq5XmLMHHX95ssw3vVN9_thsSOEM5-9oQKec,1868
69
+ cribl_control_plane/models/getconfiggroupaclbyproductandidop.py,sha256=JRL8eLUQhT1Q7ZANEEOYn0kbkMNm2vn7PL-46lNL-fM,2159
70
+ cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py,sha256=0Gh32z_dSRplKJfH1LGCexC2nsnyhZkSxmFDfgFtqwU,2191
71
+ cribl_control_plane/models/getconfiggroupbyproductandidop.py,sha256=DD5RH0D0L6lTWYA6BhhRAFEq7tWWm0dGvsRmGFGSo1g,2182
72
+ cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py,sha256=dWvT2rUOKDFd6x_2kAPF2P2t1SUJxrfa1tZ-MsdMQnk,1621
73
73
  cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py,sha256=X2XiJPwODvnOY9U5kRxIjFGirvEKQpiIUrO125lZoIo,1625
74
74
  cribl_control_plane/models/getcribllakedatasetbylakeidop.py,sha256=nd44uWdgyGfq3vjOvm2vQ76AiC_4J076q-ZCXP0ebAU,1371
75
75
  cribl_control_plane/models/getinputbyidop.py,sha256=fuIpxpky_6KUbXM_8J-0VNIYsjNZnU6IyunVusx7QeE,1099
@@ -80,7 +80,7 @@ cribl_control_plane/models/getoutputsamplesbyidop.py,sha256=H07FC4EXq5nfssP7d9ik
80
80
  cribl_control_plane/models/getpacksop.py,sha256=LztkNqAPv55ipG4A0sMdgUrA5bRhdMLr6VtKLA_rQPs,1561
81
81
  cribl_control_plane/models/getpipelinebyidop.py,sha256=ky8YvLZRrUCs4HTiAvMcQ-nfIWb8Ke7NeDJMw1xdEho,1080
82
82
  cribl_control_plane/models/getroutesbyidop.py,sha256=9TeXnLc_WkHoAYbykYxlDP-I0AzsrlYi-iA28jhmpZ8,1058
83
- cribl_control_plane/models/getsummaryop.py,sha256=YLGm7kKE4aCpGoHtIKWGZbNKW7_2AK3DlqKNLr2lnDE,1673
83
+ cribl_control_plane/models/getsummaryop.py,sha256=q0rNsr1CvvEL4DnK6IWPqo_iwKIsHXl7Lbtn3puW9c8,1450
84
84
  cribl_control_plane/models/getversionbranchop.py,sha256=hn-tWyDwbp6zqJ8Af4-_Urt-wOwU0nRqsLhLoR_33nU,684
85
85
  cribl_control_plane/models/getversioncountop.py,sha256=ayg9xdQGvSBzgCq8E1XqCRJOfmtRkr-D3ioEEGstx-Q,1557
86
86
  cribl_control_plane/models/getversiondiffop.py,sha256=108FjGC-lfklVKUAR9SQiEJ98Ie8NpVQblniCkchvtY,2304
@@ -92,11 +92,11 @@ cribl_control_plane/models/getversionstatusop.py,sha256=wZy3DooWs_dhvcrIblV9cckL
92
92
  cribl_control_plane/models/gitcommitparams.py,sha256=4RwyddK0-QDb2Ax_tP2CVOy1rHsq-KEn5lELI402B6I,563
93
93
  cribl_control_plane/models/gitcommitsummary.py,sha256=63UMkf5H5DFzFTsU7dr3dBrLGNMIxJBfinCPmBCd2OY,1312
94
94
  cribl_control_plane/models/gitfile.py,sha256=CMk0Xm08WFtUX73TaKBNAyRagZh-DMIY-m33RFgfFHg,493
95
- cribl_control_plane/models/gitfilesresponse.py,sha256=rGrEXii7aupzjd0i97GRkA56WHvHCHVT0zWuVjQGICI,603
95
+ cribl_control_plane/models/gitfilesresponse.py,sha256=_xLOHOuJLUdy3BYCrkUQN8x5YLfrXcdCis57x2N32jo,670
96
96
  cribl_control_plane/models/gitinfo.py,sha256=Xbct3PSJJVYojIDLtzy2mB_wNWsgiBgnsT9ZfjN0A-U,515
97
97
  cribl_control_plane/models/gitlogresult.py,sha256=JSTXgsLOce7j1z0mJGALXWeOR7pclWzY0T_8gUJdzNk,830
98
98
  cribl_control_plane/models/gitrevertparams.py,sha256=oOi4wQfztxF4BmfFcRh4-t2Ny6ptONar6MpafcqGr5U,448
99
- cribl_control_plane/models/gitrevertresult.py,sha256=2GiUgUDfYGLoIARdaQIzW62vXPbny7F70QkbLa_dh54,996
99
+ cribl_control_plane/models/gitrevertresult.py,sha256=RQ7-QhPP7zerEEF2bUhVI_IVft7tqYVOZrNLCWeB32c,1056
100
100
  cribl_control_plane/models/gitstatusresult.py,sha256=7-pEpOnb4xzQwWo3rPBRN0tbM6UdG4KSIhkiUPyU3to,1166
101
101
  cribl_control_plane/models/hbcriblinfo.py,sha256=hA2OxTBrrdu2q5XH5UzfEQUQJ6OKEctujlMjFa4IEts,2262
102
102
  cribl_control_plane/models/hbleaderinfo.py,sha256=SU5iM_I4sqxoTOzAQsw-rpOMfXwKl1ymze9nUrw6z6U,503
@@ -163,7 +163,7 @@ cribl_control_plane/models/inputwiz.py,sha256=QidRJ_uRDP0TkYPM-Gi681GEMvHsiNK4k3
163
163
  cribl_control_plane/models/inputzscalerhec.py,sha256=fWXEs_RTlz8fxDlWuo0hxmZH-DjslyKbkLaxXksrcvc,20140
164
164
  cribl_control_plane/models/lakedatasetsearchconfig.py,sha256=R0zz0K1FQ3gxPx44ezINy9y2bEFBGIWyvniF25D7Ydw,591
165
165
  cribl_control_plane/models/lakehouseconnectiontype.py,sha256=W8X07YtfXxwYYkwugN9u65vXfL701NHj3cUWIYys7T0,223
166
- cribl_control_plane/models/listconfiggroupbyproductop.py,sha256=aEjF5NMFQt-WDuyZssjq-WepbQ9wIvBaowyj5a0KFCI,2096
166
+ cribl_control_plane/models/listconfiggroupbyproductop.py,sha256=1BAN-jhYzTA_EWTCOFmHtuqUJ1BC1d5LKdm7lBjTdzk,1900
167
167
  cribl_control_plane/models/listinputop.py,sha256=oj7CRRp7DTtHI3WKPKLoEL30a_JrMp48V33pRPgUMmE,697
168
168
  cribl_control_plane/models/listmasterworkerentryop.py,sha256=c9cvTyboRQPHAue1LDsw9uTeJgu6_UxLd0uAUCA0OVg,3554
169
169
  cribl_control_plane/models/listoutputop.py,sha256=Gzm5NcwbyuJ3xacm_emZeKwVn2HNPV1fv9aCmDEw8sc,714
@@ -251,6 +251,7 @@ cribl_control_plane/models/packinstallinfo.py,sha256=mrnU3uJDRabfGUHKP5tSS7VJ-Py
251
251
  cribl_control_plane/models/packrequestbody.py,sha256=xNPZ7fLLI4xzFh0dkOtpW9hsUxT7ymkL3-MNXf1KH2Y,1835
252
252
  cribl_control_plane/models/pipeline.py,sha256=AaoC5euxac-fwul-LM1mNf03hCzrXmHQGZLMrUWuS4g,2130
253
253
  cribl_control_plane/models/pipelinefunctionconf.py,sha256=X61RPaoYpa_UZWavnQiNSaXlXqS2EdUK51MQ02IvCeo,1646
254
+ cribl_control_plane/models/productscore.py,sha256=SF_xmbDLnEr0yTjwErGLwuDdn2wFy7mw3fSMyIs_Jwc,203
254
255
  cribl_control_plane/models/rbacresource.py,sha256=Mj5b8UC2KjGIdEc0tmuWsPdXwDgkz4lQcv_vPvM2LpE,361
255
256
  cribl_control_plane/models/resourcepolicy.py,sha256=GxsEqA88OvvaCg016cBcauLeQ_5TjuygZxRLwQKj6R8,516
256
257
  cribl_control_plane/models/routecloneconf.py,sha256=ESvEj0vl58BGOwJB5kYu3vMAm88JizYHXU7qorGdw9M,293
@@ -260,8 +261,8 @@ cribl_control_plane/models/routesroute.py,sha256=7hFUWpgVDBj0N117IFxZRGkFqJntbe4
260
261
  cribl_control_plane/models/schemeclientoauth.py,sha256=cjePTTFIlKoYg8JZOOuvacOb1Zb5RqmgiqyQA9P3kvU,839
261
262
  cribl_control_plane/models/security.py,sha256=l8rMit25V2MUVLptnexODsL6wP-3l50g8D4kwRsAQvY,1097
262
263
  cribl_control_plane/models/teamaccesscontrollist.py,sha256=HLMck-wyuJYiKD-adSS5ti4yLbHE2snZaOAI0GwgfOI,483
263
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py,sha256=D08m5KFtGhrBoDPxZ22_PkeYqI_nAvvn37V6NpiL08w,2163
264
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py,sha256=YlaoJd_5acj_Gwvgn6RW3XWfx-eZ5hRHGHcLAphh35g,2247
264
+ cribl_control_plane/models/updateconfiggroupbyproductandidop.py,sha256=rgH14WW1YjVVfpKA4h99L6-oolsrj2CrDIhN_syPRXw,1946
265
+ cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py,sha256=Mq2l37fFPVstlf2uOOikxhhozT3F-L1VLLJMJd8aRjI,2012
265
266
  cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py,sha256=vawlVhfZ_xULNJcrKKtfyV6tMqrLT_i_UknodWucuUU,1990
266
267
  cribl_control_plane/models/updatehectokenrequest.py,sha256=Pq0JnAZuDqdU_g6mmCvfxfMgeK9Pu3uVXfD9sFWfjKQ,787
267
268
  cribl_control_plane/models/updateinputbyidop.py,sha256=fWbSRQQ1WdHI6_e-fV32T99vDFQ1Yv6oHM-80u5kbHE,1322
@@ -271,6 +272,7 @@ cribl_control_plane/models/updatepacksbyidop.py,sha256=3_gienANMXUc5VigEAUzoM8Y-
271
272
  cribl_control_plane/models/updatepipelinebyidop.py,sha256=B13h6gadw4NV7waH6yoDKCR2YCzVS8XZrzB_5PG9CmE,1410
272
273
  cribl_control_plane/models/updateroutesbyidop.py,sha256=CoEURdSBZ4-pp1WSncdT_oZCbx3o7MlmMSDY0D44D_o,1358
273
274
  cribl_control_plane/models/useraccesscontrollist.py,sha256=UNM3mdqFByd9GAovAi26z9y-5H15hrKDzw0M-f-Pn2o,483
275
+ cribl_control_plane/models/workertypes.py,sha256=qphL2wkL55CU8V7xBts2lsMMi6IaA7LhUvKL_9xMod4,218
274
276
  cribl_control_plane/nodes.py,sha256=015pTP--RfK2YFrMRgBe8ha32Mp_38JGDYdxkGdjtzY,17429
275
277
  cribl_control_plane/packs.py,sha256=IroglHMxt4opjPUmCujym5UXPfxfto13zF2e4c48VoQ,33394
276
278
  cribl_control_plane/pipelines.py,sha256=gHyI9nwt_3cxBQ7gt6EPUPs9NuRC0iA_PoFRAE4Z-V8,35892
@@ -281,8 +283,8 @@ cribl_control_plane/sdk.py,sha256=UcM5PrBF5eQKCivl1WEPbIIZ5I6IPQLdi3K4GUxijbY,74
281
283
  cribl_control_plane/sdkconfiguration.py,sha256=bit6SSOyHqvibdtgNad5_ZcgMotk8NJfgHpKsBK8HFg,1259
282
284
  cribl_control_plane/sources.py,sha256=rexCbl4lSCw3OBjklfw_xTvUPSczUzsFHVYsYoboSf4,37018
283
285
  cribl_control_plane/statuses.py,sha256=1VkWWzGBuCRTBDhRUGjKiuQm8H2iLiGHGXgT4LwWv4c,7989
284
- cribl_control_plane/summaries.py,sha256=Z9olwB0xyhkIBgJrZudADGSLvb0YkcuJMoGFPsCZiMw,8064
285
- cribl_control_plane/teams.py,sha256=v1n4LIegDw8Nv5gwHdHIZUboSUyE3tGoKwRKHLMTauc,8962
286
+ cribl_control_plane/summaries.py,sha256=CtkNAxkMTArdUQhWHy7XqGPkO6DA-PvdwgVK-RHSkt0,8058
287
+ cribl_control_plane/teams.py,sha256=kSjUiS7cKiROcRDmTxhnnOeGIsqLZcP7MFCuv5Kgm1U,8844
286
288
  cribl_control_plane/tokens.py,sha256=iP_0_Pl8LFgs_ektBTU-bvRjJq6JQ3q7qMWIeIIuXmc,7220
287
289
  cribl_control_plane/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
288
290
  cribl_control_plane/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
@@ -305,6 +307,6 @@ cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8N
305
307
  cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
306
308
  cribl_control_plane/versions.py,sha256=Wdaxc2wZeEeD12wAh7SQ0RGG9KgwKaWQ7bc8qOQ8oAo,920
307
309
  cribl_control_plane/versions_configs.py,sha256=5CKcfN4SzuyFgggrx6O8H_h3GhNyKSbfdVhSkVGZKi4,7284
308
- cribl_control_plane-0.0.34.dist-info/METADATA,sha256=5A5rZmb_wWxBauxqx1OdG2L66miRh1xGn8RyShgVGfs,38713
309
- cribl_control_plane-0.0.34.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
310
- cribl_control_plane-0.0.34.dist-info/RECORD,,
310
+ cribl_control_plane-0.0.35.dist-info/METADATA,sha256=fOq1_eRXBfDTvI3Aja_79Yuwr3zj89YLF7yHztISP_Y,38713
311
+ cribl_control_plane-0.0.35.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
312
+ cribl_control_plane-0.0.35.dist-info/RECORD,,