cribl-control-plane 0.2.1rc9__py3-none-any.whl → 0.2.1rc10__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.
- cribl_control_plane/_version.py +3 -3
- cribl_control_plane/models/__init__.py +7 -23
- cribl_control_plane/models/evalfunction.py +2 -27
- cribl_control_plane/models/pipelinefunctionconf.py +4 -4
- {cribl_control_plane-0.2.1rc9.dist-info → cribl_control_plane-0.2.1rc10.dist-info}/METADATA +1 -1
- {cribl_control_plane-0.2.1rc9.dist-info → cribl_control_plane-0.2.1rc10.dist-info}/RECORD +7 -7
- {cribl_control_plane-0.2.1rc9.dist-info → cribl_control_plane-0.2.1rc10.dist-info}/WHEEL +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.2.
|
|
7
|
-
__openapi_doc_version__: str = "4.15.0-alpha.
|
|
6
|
+
__version__: str = "0.2.1rc10"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1762262142917-f85ad7ee"
|
|
8
8
|
__gen_version__: str = "2.731.6"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.2.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.2.1rc10 2.731.6 4.15.0-alpha.1762262142917-f85ad7ee cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -202,15 +202,7 @@ if TYPE_CHECKING:
|
|
|
202
202
|
DistributedSummaryWorkers,
|
|
203
203
|
DistributedSummaryWorkersTypedDict,
|
|
204
204
|
)
|
|
205
|
-
from .evalfunction import
|
|
206
|
-
EvalFunction,
|
|
207
|
-
EvalFunctionFunctionSpecificConfigs,
|
|
208
|
-
EvalFunctionFunctionSpecificConfigsTypedDict,
|
|
209
|
-
EvalFunctionTypedDict,
|
|
210
|
-
Group,
|
|
211
|
-
ID,
|
|
212
|
-
Name,
|
|
213
|
-
)
|
|
205
|
+
from .evalfunction import EvalFunction, EvalFunctionTypedDict, ID
|
|
214
206
|
from .evalschema import Add, AddTypedDict, EvalSchema, EvalSchemaTypedDict
|
|
215
207
|
from .getadminproductsmappingsbyproductandidop import (
|
|
216
208
|
GetAdminProductsMappingsByProductAndIDRequest,
|
|
@@ -3255,9 +3247,9 @@ if TYPE_CHECKING:
|
|
|
3255
3247
|
PipelineTypedDict,
|
|
3256
3248
|
)
|
|
3257
3249
|
from .pipelinefunctionconf import (
|
|
3250
|
+
FunctionSpecificConfigs,
|
|
3251
|
+
FunctionSpecificConfigsTypedDict,
|
|
3258
3252
|
PipelineFunctionConf,
|
|
3259
|
-
PipelineFunctionConfFunctionSpecificConfigs,
|
|
3260
|
-
PipelineFunctionConfFunctionSpecificConfigsTypedDict,
|
|
3261
3253
|
PipelineFunctionConfTypedDict,
|
|
3262
3254
|
)
|
|
3263
3255
|
from .productscore import ProductsCore
|
|
@@ -3615,8 +3607,6 @@ __all__ = [
|
|
|
3615
3607
|
"EndpointParamTypedDict",
|
|
3616
3608
|
"EndpointType",
|
|
3617
3609
|
"EvalFunction",
|
|
3618
|
-
"EvalFunctionFunctionSpecificConfigs",
|
|
3619
|
-
"EvalFunctionFunctionSpecificConfigsTypedDict",
|
|
3620
3610
|
"EvalFunctionTypedDict",
|
|
3621
3611
|
"EvalSchema",
|
|
3622
3612
|
"EvalSchemaTypedDict",
|
|
@@ -3635,6 +3625,8 @@ __all__ = [
|
|
|
3635
3625
|
"FileTypedDict",
|
|
3636
3626
|
"Firewall",
|
|
3637
3627
|
"FirewallTypedDict",
|
|
3628
|
+
"FunctionSpecificConfigs",
|
|
3629
|
+
"FunctionSpecificConfigsTypedDict",
|
|
3638
3630
|
"GetAdminProductsMappingsByProductAndIDRequest",
|
|
3639
3631
|
"GetAdminProductsMappingsByProductAndIDRequestTypedDict",
|
|
3640
3632
|
"GetAdminProductsMappingsByProductAndIDResponse",
|
|
@@ -3763,7 +3755,6 @@ __all__ = [
|
|
|
3763
3755
|
"GitShowResultTypedDict",
|
|
3764
3756
|
"GitStatusResult",
|
|
3765
3757
|
"GitStatusResultTypedDict",
|
|
3766
|
-
"Group",
|
|
3767
3758
|
"GroupCreateRequest",
|
|
3768
3759
|
"GroupCreateRequestEstimatedIngestRate",
|
|
3769
3760
|
"GroupCreateRequestGit",
|
|
@@ -5081,7 +5072,6 @@ __all__ = [
|
|
|
5081
5072
|
"MasterWorkerEntryWorkers",
|
|
5082
5073
|
"MasterWorkerEntryWorkersTypedDict",
|
|
5083
5074
|
"MetricsProtocol",
|
|
5084
|
-
"Name",
|
|
5085
5075
|
"NodeActiveUpgradeStatus",
|
|
5086
5076
|
"NodeFailedUpgradeStatus",
|
|
5087
5077
|
"NodeProvidedInfo",
|
|
@@ -6279,8 +6269,6 @@ __all__ = [
|
|
|
6279
6269
|
"PipelineConf",
|
|
6280
6270
|
"PipelineConfTypedDict",
|
|
6281
6271
|
"PipelineFunctionConf",
|
|
6282
|
-
"PipelineFunctionConfFunctionSpecificConfigs",
|
|
6283
|
-
"PipelineFunctionConfFunctionSpecificConfigsTypedDict",
|
|
6284
6272
|
"PipelineFunctionConfTypedDict",
|
|
6285
6273
|
"PipelineGroups",
|
|
6286
6274
|
"PipelineGroupsTypedDict",
|
|
@@ -6621,12 +6609,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6621
6609
|
"DistributedSummaryWorkers": ".distributedsummary",
|
|
6622
6610
|
"DistributedSummaryWorkersTypedDict": ".distributedsummary",
|
|
6623
6611
|
"EvalFunction": ".evalfunction",
|
|
6624
|
-
"EvalFunctionFunctionSpecificConfigs": ".evalfunction",
|
|
6625
|
-
"EvalFunctionFunctionSpecificConfigsTypedDict": ".evalfunction",
|
|
6626
6612
|
"EvalFunctionTypedDict": ".evalfunction",
|
|
6627
|
-
"Group": ".evalfunction",
|
|
6628
6613
|
"ID": ".evalfunction",
|
|
6629
|
-
"Name": ".evalfunction",
|
|
6630
6614
|
"Add": ".evalschema",
|
|
6631
6615
|
"AddTypedDict": ".evalschema",
|
|
6632
6616
|
"EvalSchema": ".evalschema",
|
|
@@ -9372,9 +9356,9 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9372
9356
|
"PipelineGroups": ".pipeline",
|
|
9373
9357
|
"PipelineGroupsTypedDict": ".pipeline",
|
|
9374
9358
|
"PipelineTypedDict": ".pipeline",
|
|
9359
|
+
"FunctionSpecificConfigs": ".pipelinefunctionconf",
|
|
9360
|
+
"FunctionSpecificConfigsTypedDict": ".pipelinefunctionconf",
|
|
9375
9361
|
"PipelineFunctionConf": ".pipelinefunctionconf",
|
|
9376
|
-
"PipelineFunctionConfFunctionSpecificConfigs": ".pipelinefunctionconf",
|
|
9377
|
-
"PipelineFunctionConfFunctionSpecificConfigsTypedDict": ".pipelinefunctionconf",
|
|
9378
9362
|
"PipelineFunctionConfTypedDict": ".pipelinefunctionconf",
|
|
9379
9363
|
"ProductsCore": ".productscore",
|
|
9380
9364
|
"RbacResource": ".rbacresource",
|
|
@@ -16,25 +16,9 @@ class ID(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
|
16
16
|
EVAL = "eval"
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
class EvalFunctionFunctionSpecificConfigsTypedDict(TypedDict):
|
|
20
|
-
pass
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
class EvalFunctionFunctionSpecificConfigs(BaseModel):
|
|
24
|
-
pass
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
class Name(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
28
|
-
EVAL = "Eval"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
class Group(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
32
|
-
STANDARD = "Standard"
|
|
33
|
-
|
|
34
|
-
|
|
35
19
|
class EvalFunctionTypedDict(TypedDict):
|
|
36
20
|
id: ID
|
|
37
|
-
conf:
|
|
21
|
+
conf: EvalSchemaTypedDict
|
|
38
22
|
filter_: NotRequired[str]
|
|
39
23
|
r"""Filter that selects data to be fed through this Function"""
|
|
40
24
|
description: NotRequired[str]
|
|
@@ -45,15 +29,12 @@ class EvalFunctionTypedDict(TypedDict):
|
|
|
45
29
|
r"""If enabled, stops the results of this Function from being passed to the downstream Functions"""
|
|
46
30
|
group_id: NotRequired[str]
|
|
47
31
|
r"""Group ID"""
|
|
48
|
-
name: NotRequired[Name]
|
|
49
|
-
group: NotRequired[Group]
|
|
50
|
-
schema_: NotRequired[EvalSchemaTypedDict]
|
|
51
32
|
|
|
52
33
|
|
|
53
34
|
class EvalFunction(BaseModel):
|
|
54
35
|
id: Annotated[ID, PlainValidator(validate_open_enum(False))]
|
|
55
36
|
|
|
56
|
-
conf:
|
|
37
|
+
conf: EvalSchema
|
|
57
38
|
|
|
58
39
|
filter_: Annotated[Optional[str], pydantic.Field(alias="filter")] = "true"
|
|
59
40
|
r"""Filter that selects data to be fed through this Function"""
|
|
@@ -69,9 +50,3 @@ class EvalFunction(BaseModel):
|
|
|
69
50
|
|
|
70
51
|
group_id: Annotated[Optional[str], pydantic.Field(alias="groupId")] = None
|
|
71
52
|
r"""Group ID"""
|
|
72
|
-
|
|
73
|
-
name: Annotated[Optional[Name], PlainValidator(validate_open_enum(False))] = None
|
|
74
|
-
|
|
75
|
-
group: Annotated[Optional[Group], PlainValidator(validate_open_enum(False))] = None
|
|
76
|
-
|
|
77
|
-
schema_: Annotated[Optional[EvalSchema], pydantic.Field(alias="schema")] = None
|
|
@@ -7,18 +7,18 @@ from typing import Optional
|
|
|
7
7
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
10
|
+
class FunctionSpecificConfigsTypedDict(TypedDict):
|
|
11
11
|
pass
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
class
|
|
14
|
+
class FunctionSpecificConfigs(BaseModel):
|
|
15
15
|
pass
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
class PipelineFunctionConfTypedDict(TypedDict):
|
|
19
19
|
id: str
|
|
20
20
|
r"""Function ID"""
|
|
21
|
-
conf:
|
|
21
|
+
conf: FunctionSpecificConfigsTypedDict
|
|
22
22
|
filter_: NotRequired[str]
|
|
23
23
|
r"""Filter that selects data to be fed through this Function"""
|
|
24
24
|
description: NotRequired[str]
|
|
@@ -35,7 +35,7 @@ class PipelineFunctionConf(BaseModel):
|
|
|
35
35
|
id: str
|
|
36
36
|
r"""Function ID"""
|
|
37
37
|
|
|
38
|
-
conf:
|
|
38
|
+
conf: FunctionSpecificConfigs
|
|
39
39
|
|
|
40
40
|
filter_: Annotated[Optional[str], pydantic.Field(alias="filter")] = "true"
|
|
41
41
|
r"""Filter that selects data to be fed through this Function"""
|
|
@@ -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=
|
|
7
|
+
cribl_control_plane/_version.py,sha256=u6tqYfP1mu8WFS5eNuk6L17ypVaWUj72EZiAJTec-AE,548
|
|
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
|
|
@@ -28,7 +28,7 @@ cribl_control_plane/hectokens.py,sha256=0EGgGGrM83m1YmTZwkN5S4xFkHQGnw1IZe3y6uMw
|
|
|
28
28
|
cribl_control_plane/httpclient.py,sha256=dqTPONDBpRn4ktXfcetQiRXnG93f0pJkFhqsYFhLUac,3945
|
|
29
29
|
cribl_control_plane/lakedatasets.py,sha256=V5M6Dsjqgyuro3b1__fXtIW3uI96iGg4LdFKSAiU7FY,47812
|
|
30
30
|
cribl_control_plane/mappings.py,sha256=tay5DVzE_hNHWf8-U45kowX9P0fO-LCZryCrxNNMCEw,49598
|
|
31
|
-
cribl_control_plane/models/__init__.py,sha256=
|
|
31
|
+
cribl_control_plane/models/__init__.py,sha256=dGe7nJOjtSXpXxRNZDdPjMQMY-PZC_rLhTpTPzLVOOU,406120
|
|
32
32
|
cribl_control_plane/models/addhectokenrequest.py,sha256=mzQLKrMWlwxNheqEs5SM_yrT-gyenfCWgHKhmb5oXFQ,800
|
|
33
33
|
cribl_control_plane/models/authtoken.py,sha256=sDw4DmWtZk4rvQow02X38SvB-rUSrZZ08t9NwqQcs8Y,443
|
|
34
34
|
cribl_control_plane/models/branchinfo.py,sha256=jCX31O5TMG9jTjqigPvvUiBwpgPpVxHtSuhYrNykXiI,291
|
|
@@ -72,7 +72,7 @@ cribl_control_plane/models/deployrequest.py,sha256=zSl96WkkLVHACFRYUdPT4w7WhCaOv
|
|
|
72
72
|
cribl_control_plane/models/deployrequestlookups.py,sha256=WJQf_uL_22Lj7_TIBZ0pZxspYnkfZu9ABNGBLG35tpA,613
|
|
73
73
|
cribl_control_plane/models/difffiles.py,sha256=VJyPZY3njsKntwP8h4XrROCmXryp6kCvlk6MVv8Sz6g,4558
|
|
74
74
|
cribl_control_plane/models/distributedsummary.py,sha256=1hXi_DKm78fsX8E-cKLHHTUpr5ZOjdpsrxmCYbRHfDc,1497
|
|
75
|
-
cribl_control_plane/models/evalfunction.py,sha256=
|
|
75
|
+
cribl_control_plane/models/evalfunction.py,sha256=ktziXPrUyl1CwDH1pT-lUnU2m3jHrAHZxdbCMbHkYgA,1797
|
|
76
76
|
cribl_control_plane/models/evalschema.py,sha256=sShHK1qV2qtDg-YtwdnRbTTmvhPIXd_qJOfTDakSJZc,1735
|
|
77
77
|
cribl_control_plane/models/getadminproductsmappingsbyproductandidop.py,sha256=EbSqel5J1foOveUI7_gwXQ9FpkDrxaN6BgC2DIVJqhc,1801
|
|
78
78
|
cribl_control_plane/models/getadminproductsmappingsbyproductop.py,sha256=yW4slH9FNR2qaLkxFLGL4p9PhWph3BwXt_-U9FwEGu8,1503
|
|
@@ -274,7 +274,7 @@ cribl_control_plane/models/packinstallinfo.py,sha256=vXLqvzbSixAilJL-qMxZm9mWX4x
|
|
|
274
274
|
cribl_control_plane/models/packrequestbody_union.py,sha256=EGDpybuIL6SAXT_mHnaFCm6PtEH3dTdTu999-7rmgKA,3897
|
|
275
275
|
cribl_control_plane/models/packupgraderequest.py,sha256=T-d4cha7jj-ez0sJcqRPA5xGS2C9yuZ0KfGtPRulqj0,671
|
|
276
276
|
cribl_control_plane/models/pipeline.py,sha256=Sm3sjiu3zQwobYj0eEHjFytlWsBxiD3K1eVxp-GNLEE,2162
|
|
277
|
-
cribl_control_plane/models/pipelinefunctionconf.py,sha256=
|
|
277
|
+
cribl_control_plane/models/pipelinefunctionconf.py,sha256=X61RPaoYpa_UZWavnQiNSaXlXqS2EdUK51MQ02IvCeo,1646
|
|
278
278
|
cribl_control_plane/models/productscore.py,sha256=iR4tV3eQI39kjOmyXM3RxJTxkisfVdio0p8nfmZ7t90,271
|
|
279
279
|
cribl_control_plane/models/rbacresource.py,sha256=gN2zY3kwlIC-gL_K2N4ORuyTaKuqAttzaZaVftT1qQ4,429
|
|
280
280
|
cribl_control_plane/models/resourcepolicy.py,sha256=NBWadVgjY9ctVazi9xRkj2bXg-_x_DAQXowYarTu5BU,696
|
|
@@ -338,6 +338,6 @@ cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8N
|
|
|
338
338
|
cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
339
339
|
cribl_control_plane/versions.py,sha256=4xdTYbM84Xyjr5qkixqNpgn2q6V8aXVYXkEPDU2Ele0,1156
|
|
340
340
|
cribl_control_plane/versions_configs.py,sha256=5CKcfN4SzuyFgggrx6O8H_h3GhNyKSbfdVhSkVGZKi4,7284
|
|
341
|
-
cribl_control_plane-0.2.
|
|
342
|
-
cribl_control_plane-0.2.
|
|
343
|
-
cribl_control_plane-0.2.
|
|
341
|
+
cribl_control_plane-0.2.1rc10.dist-info/METADATA,sha256=eGm2ThupuCUF0Gt9HHg-xAstJuLPGt5K4xhPg76sAvY,42394
|
|
342
|
+
cribl_control_plane-0.2.1rc10.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
343
|
+
cribl_control_plane-0.2.1rc10.dist-info/RECORD,,
|
|
File without changes
|