cribl-control-plane 0.0.16__py3-none-any.whl → 0.0.18__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/errors/healthstatus_error.py +2 -8
- cribl_control_plane/models/__init__.py +4365 -4124
- cribl_control_plane/models/createinputop.py +1734 -2771
- cribl_control_plane/models/createoutputop.py +2153 -4314
- cribl_control_plane/models/createversioncommitop.py +24 -0
- cribl_control_plane/models/createversionpushop.py +23 -0
- cribl_control_plane/models/createversionrevertop.py +47 -0
- cribl_control_plane/models/createversionsyncop.py +23 -0
- cribl_control_plane/models/createversionundoop.py +37 -0
- cribl_control_plane/models/getversionbranchop.py +23 -0
- cribl_control_plane/models/getversioncountop.py +47 -0
- cribl_control_plane/models/getversioncurrentbranchop.py +23 -0
- cribl_control_plane/models/getversiondiffop.py +63 -0
- cribl_control_plane/models/getversionfilesop.py +48 -0
- cribl_control_plane/models/getversioninfoop.py +24 -0
- cribl_control_plane/models/getversionshowop.py +63 -0
- cribl_control_plane/models/getversionstatusop.py +38 -0
- cribl_control_plane/models/gitcommitparams.py +23 -0
- cribl_control_plane/models/gitcommitsummary.py +68 -0
- cribl_control_plane/models/gitfile.py +20 -0
- cribl_control_plane/models/gitfilesresponse.py +22 -0
- cribl_control_plane/models/gitinfo.py +23 -0
- cribl_control_plane/models/gitrevertparams.py +20 -0
- cribl_control_plane/models/gitrevertresult.py +48 -0
- cribl_control_plane/models/gitstatusresult.py +73 -0
- cribl_control_plane/models/healthstatus.py +4 -7
- cribl_control_plane/models/inputappscope.py +16 -36
- cribl_control_plane/models/inputazureblob.py +8 -19
- cribl_control_plane/models/inputcollection.py +6 -15
- cribl_control_plane/models/inputconfluentcloud.py +20 -45
- cribl_control_plane/models/inputcribl.py +6 -13
- cribl_control_plane/models/inputcriblhttp.py +10 -27
- cribl_control_plane/models/inputcribllakehttp.py +12 -26
- cribl_control_plane/models/inputcriblmetrics.py +6 -14
- cribl_control_plane/models/inputcribltcp.py +10 -27
- cribl_control_plane/models/inputcrowdstrike.py +12 -28
- cribl_control_plane/models/inputdatadogagent.py +10 -28
- cribl_control_plane/models/inputdatagen.py +6 -13
- cribl_control_plane/models/inputedgeprometheus.py +31 -64
- cribl_control_plane/models/inputelastic.py +16 -44
- cribl_control_plane/models/inputeventhub.py +8 -19
- cribl_control_plane/models/inputexec.py +8 -16
- cribl_control_plane/models/inputfile.py +8 -17
- cribl_control_plane/models/inputfirehose.py +10 -27
- cribl_control_plane/models/inputgooglepubsub.py +8 -23
- cribl_control_plane/models/inputgrafana_union.py +35 -81
- cribl_control_plane/models/inputhttp.py +10 -27
- cribl_control_plane/models/inputhttpraw.py +10 -27
- cribl_control_plane/models/inputjournalfiles.py +6 -16
- cribl_control_plane/models/inputkafka.py +16 -45
- cribl_control_plane/models/inputkinesis.py +16 -42
- cribl_control_plane/models/inputkubeevents.py +6 -13
- cribl_control_plane/models/inputkubelogs.py +10 -18
- cribl_control_plane/models/inputkubemetrics.py +10 -18
- cribl_control_plane/models/inputloki.py +12 -33
- cribl_control_plane/models/inputmetrics.py +10 -25
- cribl_control_plane/models/inputmodeldriventelemetry.py +12 -32
- cribl_control_plane/models/inputmsk.py +18 -52
- cribl_control_plane/models/inputnetflow.py +6 -15
- cribl_control_plane/models/inputoffice365mgmt.py +16 -37
- cribl_control_plane/models/inputoffice365msgtrace.py +18 -39
- cribl_control_plane/models/inputoffice365service.py +18 -39
- cribl_control_plane/models/inputopentelemetry.py +18 -42
- cribl_control_plane/models/inputprometheus.py +20 -54
- cribl_control_plane/models/inputprometheusrw.py +12 -34
- cribl_control_plane/models/inputrawudp.py +6 -15
- cribl_control_plane/models/inputs3.py +10 -23
- cribl_control_plane/models/inputs3inventory.py +12 -28
- cribl_control_plane/models/inputsecuritylake.py +12 -29
- cribl_control_plane/models/inputsnmp.py +8 -20
- cribl_control_plane/models/inputsplunk.py +14 -37
- cribl_control_plane/models/inputsplunkhec.py +12 -33
- cribl_control_plane/models/inputsplunksearch.py +16 -37
- cribl_control_plane/models/inputsqs.py +12 -31
- cribl_control_plane/models/inputsyslog_union.py +29 -53
- cribl_control_plane/models/inputsystemmetrics.py +26 -50
- cribl_control_plane/models/inputsystemstate.py +10 -18
- cribl_control_plane/models/inputtcp.py +12 -33
- cribl_control_plane/models/inputtcpjson.py +12 -33
- cribl_control_plane/models/inputwef.py +20 -45
- cribl_control_plane/models/inputwindowsmetrics.py +26 -46
- cribl_control_plane/models/inputwineventlogs.py +12 -22
- cribl_control_plane/models/inputwiz.py +10 -25
- cribl_control_plane/models/inputzscalerhec.py +12 -33
- cribl_control_plane/models/output.py +3 -6
- cribl_control_plane/models/outputazureblob.py +20 -52
- cribl_control_plane/models/outputazuredataexplorer.py +30 -77
- cribl_control_plane/models/outputazureeventhub.py +20 -44
- cribl_control_plane/models/outputazurelogs.py +14 -37
- cribl_control_plane/models/outputclickhouse.py +22 -59
- cribl_control_plane/models/outputcloudwatch.py +12 -33
- cribl_control_plane/models/outputconfluentcloud.py +32 -75
- cribl_control_plane/models/outputcriblhttp.py +18 -46
- cribl_control_plane/models/outputcribllake.py +18 -48
- cribl_control_plane/models/outputcribltcp.py +20 -47
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +16 -54
- cribl_control_plane/models/outputdatadog.py +22 -50
- cribl_control_plane/models/outputdataset.py +20 -48
- cribl_control_plane/models/outputdefault.py +2 -5
- cribl_control_plane/models/outputdevnull.py +2 -5
- cribl_control_plane/models/outputdiskspool.py +4 -9
- cribl_control_plane/models/outputdls3.py +26 -72
- cribl_control_plane/models/outputdynatracehttp.py +22 -57
- cribl_control_plane/models/outputdynatraceotlp.py +24 -59
- cribl_control_plane/models/outputelastic.py +20 -45
- cribl_control_plane/models/outputelasticcloud.py +14 -40
- cribl_control_plane/models/outputexabeam.py +12 -33
- cribl_control_plane/models/outputfilesystem.py +16 -41
- cribl_control_plane/models/outputgooglechronicle.py +18 -54
- cribl_control_plane/models/outputgooglecloudlogging.py +16 -46
- cribl_control_plane/models/outputgooglecloudstorage.py +26 -71
- cribl_control_plane/models/outputgooglepubsub.py +16 -39
- cribl_control_plane/models/{outputgrafanacloud_union.py → outputgrafanacloud.py} +49 -110
- cribl_control_plane/models/outputgraphite.py +16 -35
- cribl_control_plane/models/outputhoneycomb.py +14 -37
- cribl_control_plane/models/outputhumiohec.py +18 -47
- cribl_control_plane/models/outputinfluxdb.py +18 -44
- cribl_control_plane/models/outputkafka.py +28 -73
- cribl_control_plane/models/outputkinesis.py +18 -44
- cribl_control_plane/models/outputloki.py +18 -43
- cribl_control_plane/models/outputminio.py +26 -69
- cribl_control_plane/models/outputmsk.py +30 -81
- cribl_control_plane/models/outputnetflow.py +2 -5
- cribl_control_plane/models/outputnewrelic.py +20 -45
- cribl_control_plane/models/outputnewrelicevents.py +16 -45
- cribl_control_plane/models/outputopentelemetry.py +28 -69
- cribl_control_plane/models/outputprometheus.py +14 -37
- cribl_control_plane/models/outputring.py +10 -21
- cribl_control_plane/models/outputrouter.py +2 -5
- cribl_control_plane/models/outputs3.py +28 -72
- cribl_control_plane/models/outputsecuritylake.py +20 -56
- cribl_control_plane/models/outputsentinel.py +20 -49
- cribl_control_plane/models/outputsentineloneaisiem.py +20 -54
- cribl_control_plane/models/outputservicenow.py +26 -64
- cribl_control_plane/models/outputsignalfx.py +16 -39
- cribl_control_plane/models/outputsnmp.py +2 -5
- cribl_control_plane/models/outputsns.py +16 -40
- cribl_control_plane/models/outputsplunk.py +26 -64
- cribl_control_plane/models/outputsplunkhec.py +14 -37
- cribl_control_plane/models/outputsplunklb.py +36 -83
- cribl_control_plane/models/outputsqs.py +18 -45
- cribl_control_plane/models/outputstatsd.py +16 -34
- cribl_control_plane/models/outputstatsdext.py +14 -33
- cribl_control_plane/models/outputsumologic.py +14 -37
- cribl_control_plane/models/outputsyslog.py +26 -60
- cribl_control_plane/models/outputtcpjson.py +22 -54
- cribl_control_plane/models/outputwavefront.py +14 -37
- cribl_control_plane/models/outputwebhook.py +24 -60
- cribl_control_plane/models/outputxsiam.py +16 -37
- cribl_control_plane/sdk.py +4 -0
- cribl_control_plane/versioning.py +2309 -0
- {cribl_control_plane-0.0.16.dist-info → cribl_control_plane-0.0.18.dist-info}/METADATA +18 -2
- cribl_control_plane-0.0.18.dist-info/RECORD +237 -0
- cribl_control_plane-0.0.16.dist-info/RECORD +0 -215
- {cribl_control_plane-0.0.16.dist-info → cribl_control_plane-0.0.18.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitcommitsummary import GitCommitSummary, GitCommitSummaryTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CreateVersionCommitResponseTypedDict(TypedDict):
|
|
11
|
+
r"""a list of GitCommitSummary objects"""
|
|
12
|
+
|
|
13
|
+
count: NotRequired[int]
|
|
14
|
+
r"""number of items present in the items array"""
|
|
15
|
+
items: NotRequired[List[GitCommitSummaryTypedDict]]
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class CreateVersionCommitResponse(BaseModel):
|
|
19
|
+
r"""a list of GitCommitSummary objects"""
|
|
20
|
+
|
|
21
|
+
count: Optional[int] = None
|
|
22
|
+
r"""number of items present in the items array"""
|
|
23
|
+
|
|
24
|
+
items: Optional[List[GitCommitSummary]] = None
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import Any, Dict, List, Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class CreateVersionPushResponseTypedDict(TypedDict):
|
|
10
|
+
r"""a list of any objects"""
|
|
11
|
+
|
|
12
|
+
count: NotRequired[int]
|
|
13
|
+
r"""number of items present in the items array"""
|
|
14
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class CreateVersionPushResponse(BaseModel):
|
|
18
|
+
r"""a list of any objects"""
|
|
19
|
+
|
|
20
|
+
count: Optional[int] = None
|
|
21
|
+
r"""number of items present in the items array"""
|
|
22
|
+
|
|
23
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitrevertparams import GitRevertParams, GitRevertParamsTypedDict
|
|
5
|
+
from .gitrevertresult import GitRevertResult, GitRevertResultTypedDict
|
|
6
|
+
from cribl_control_plane.types import BaseModel
|
|
7
|
+
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata, RequestMetadata
|
|
8
|
+
from typing import List, Optional
|
|
9
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class CreateVersionRevertRequestTypedDict(TypedDict):
|
|
13
|
+
git_revert_params: GitRevertParamsTypedDict
|
|
14
|
+
r"""GitRevertParams object"""
|
|
15
|
+
group: NotRequired[str]
|
|
16
|
+
r"""Group ID"""
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class CreateVersionRevertRequest(BaseModel):
|
|
20
|
+
git_revert_params: Annotated[
|
|
21
|
+
GitRevertParams,
|
|
22
|
+
FieldMetadata(request=RequestMetadata(media_type="application/json")),
|
|
23
|
+
]
|
|
24
|
+
r"""GitRevertParams object"""
|
|
25
|
+
|
|
26
|
+
group: Annotated[
|
|
27
|
+
Optional[str],
|
|
28
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
29
|
+
] = None
|
|
30
|
+
r"""Group ID"""
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class CreateVersionRevertResponseTypedDict(TypedDict):
|
|
34
|
+
r"""a list of GitRevertResult objects"""
|
|
35
|
+
|
|
36
|
+
count: NotRequired[int]
|
|
37
|
+
r"""number of items present in the items array"""
|
|
38
|
+
items: NotRequired[List[GitRevertResultTypedDict]]
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
class CreateVersionRevertResponse(BaseModel):
|
|
42
|
+
r"""a list of GitRevertResult objects"""
|
|
43
|
+
|
|
44
|
+
count: Optional[int] = None
|
|
45
|
+
r"""number of items present in the items array"""
|
|
46
|
+
|
|
47
|
+
items: Optional[List[GitRevertResult]] = None
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import Any, Dict, List, Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class CreateVersionSyncResponseTypedDict(TypedDict):
|
|
10
|
+
r"""a list of any objects"""
|
|
11
|
+
|
|
12
|
+
count: NotRequired[int]
|
|
13
|
+
r"""number of items present in the items array"""
|
|
14
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class CreateVersionSyncResponse(BaseModel):
|
|
18
|
+
r"""a list of any objects"""
|
|
19
|
+
|
|
20
|
+
count: Optional[int] = None
|
|
21
|
+
r"""number of items present in the items array"""
|
|
22
|
+
|
|
23
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CreateVersionUndoRequestTypedDict(TypedDict):
|
|
11
|
+
group: NotRequired[str]
|
|
12
|
+
r"""Group ID"""
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class CreateVersionUndoRequest(BaseModel):
|
|
16
|
+
group: Annotated[
|
|
17
|
+
Optional[str],
|
|
18
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
19
|
+
] = None
|
|
20
|
+
r"""Group ID"""
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
class CreateVersionUndoResponseTypedDict(TypedDict):
|
|
24
|
+
r"""a list of object objects"""
|
|
25
|
+
|
|
26
|
+
count: NotRequired[int]
|
|
27
|
+
r"""number of items present in the items array"""
|
|
28
|
+
items: NotRequired[List[str]]
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
class CreateVersionUndoResponse(BaseModel):
|
|
32
|
+
r"""a list of object objects"""
|
|
33
|
+
|
|
34
|
+
count: Optional[int] = None
|
|
35
|
+
r"""number of items present in the items array"""
|
|
36
|
+
|
|
37
|
+
items: Optional[List[str]] = None
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import Any, Dict, List, Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GetVersionBranchResponseTypedDict(TypedDict):
|
|
10
|
+
r"""a list of any objects"""
|
|
11
|
+
|
|
12
|
+
count: NotRequired[int]
|
|
13
|
+
r"""number of items present in the items array"""
|
|
14
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class GetVersionBranchResponse(BaseModel):
|
|
18
|
+
r"""a list of any objects"""
|
|
19
|
+
|
|
20
|
+
count: Optional[int] = None
|
|
21
|
+
r"""number of items present in the items array"""
|
|
22
|
+
|
|
23
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
|
+
import pydantic
|
|
7
|
+
from typing import Any, Dict, List, Optional
|
|
8
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class GetVersionCountRequestTypedDict(TypedDict):
|
|
12
|
+
group: NotRequired[str]
|
|
13
|
+
r"""Group ID"""
|
|
14
|
+
id: NotRequired[str]
|
|
15
|
+
r"""Commit ID"""
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class GetVersionCountRequest(BaseModel):
|
|
19
|
+
group: Annotated[
|
|
20
|
+
Optional[str],
|
|
21
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
22
|
+
] = None
|
|
23
|
+
r"""Group ID"""
|
|
24
|
+
|
|
25
|
+
id: Annotated[
|
|
26
|
+
Optional[str],
|
|
27
|
+
pydantic.Field(alias="ID"),
|
|
28
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
29
|
+
] = None
|
|
30
|
+
r"""Commit ID"""
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class GetVersionCountResponseTypedDict(TypedDict):
|
|
34
|
+
r"""a list of any objects"""
|
|
35
|
+
|
|
36
|
+
count: NotRequired[int]
|
|
37
|
+
r"""number of items present in the items array"""
|
|
38
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
class GetVersionCountResponse(BaseModel):
|
|
42
|
+
r"""a list of any objects"""
|
|
43
|
+
|
|
44
|
+
count: Optional[int] = None
|
|
45
|
+
r"""number of items present in the items array"""
|
|
46
|
+
|
|
47
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import Any, Dict, List, Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GetVersionCurrentBranchResponseTypedDict(TypedDict):
|
|
10
|
+
r"""a list of any objects"""
|
|
11
|
+
|
|
12
|
+
count: NotRequired[int]
|
|
13
|
+
r"""number of items present in the items array"""
|
|
14
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class GetVersionCurrentBranchResponse(BaseModel):
|
|
18
|
+
r"""a list of any objects"""
|
|
19
|
+
|
|
20
|
+
count: Optional[int] = None
|
|
21
|
+
r"""number of items present in the items array"""
|
|
22
|
+
|
|
23
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
|
+
import pydantic
|
|
7
|
+
from typing import Any, Dict, List, Optional
|
|
8
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class GetVersionDiffRequestTypedDict(TypedDict):
|
|
12
|
+
commit: NotRequired[str]
|
|
13
|
+
r"""Commit hash (default is HEAD)"""
|
|
14
|
+
group: NotRequired[str]
|
|
15
|
+
r"""Group ID"""
|
|
16
|
+
filename: NotRequired[str]
|
|
17
|
+
r"""Filename"""
|
|
18
|
+
diff_line_limit: NotRequired[float]
|
|
19
|
+
r"""Limit maximum lines in the diff"""
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class GetVersionDiffRequest(BaseModel):
|
|
23
|
+
commit: Annotated[
|
|
24
|
+
Optional[str],
|
|
25
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
26
|
+
] = None
|
|
27
|
+
r"""Commit hash (default is HEAD)"""
|
|
28
|
+
|
|
29
|
+
group: Annotated[
|
|
30
|
+
Optional[str],
|
|
31
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
32
|
+
] = None
|
|
33
|
+
r"""Group ID"""
|
|
34
|
+
|
|
35
|
+
filename: Annotated[
|
|
36
|
+
Optional[str],
|
|
37
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
38
|
+
] = None
|
|
39
|
+
r"""Filename"""
|
|
40
|
+
|
|
41
|
+
diff_line_limit: Annotated[
|
|
42
|
+
Optional[float],
|
|
43
|
+
pydantic.Field(alias="diffLineLimit"),
|
|
44
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
45
|
+
] = None
|
|
46
|
+
r"""Limit maximum lines in the diff"""
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
class GetVersionDiffResponseTypedDict(TypedDict):
|
|
50
|
+
r"""a list of any objects"""
|
|
51
|
+
|
|
52
|
+
count: NotRequired[int]
|
|
53
|
+
r"""number of items present in the items array"""
|
|
54
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
class GetVersionDiffResponse(BaseModel):
|
|
58
|
+
r"""a list of any objects"""
|
|
59
|
+
|
|
60
|
+
count: Optional[int] = None
|
|
61
|
+
r"""number of items present in the items array"""
|
|
62
|
+
|
|
63
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitfilesresponse import GitFilesResponse, GitFilesResponseTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
7
|
+
import pydantic
|
|
8
|
+
from typing import List, Optional
|
|
9
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class GetVersionFilesRequestTypedDict(TypedDict):
|
|
13
|
+
group: NotRequired[str]
|
|
14
|
+
r"""Group ID"""
|
|
15
|
+
id: NotRequired[str]
|
|
16
|
+
r"""Commit ID"""
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class GetVersionFilesRequest(BaseModel):
|
|
20
|
+
group: Annotated[
|
|
21
|
+
Optional[str],
|
|
22
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
23
|
+
] = None
|
|
24
|
+
r"""Group ID"""
|
|
25
|
+
|
|
26
|
+
id: Annotated[
|
|
27
|
+
Optional[str],
|
|
28
|
+
pydantic.Field(alias="ID"),
|
|
29
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
30
|
+
] = None
|
|
31
|
+
r"""Commit ID"""
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class GetVersionFilesResponseTypedDict(TypedDict):
|
|
35
|
+
r"""a list of GitFilesResponse objects"""
|
|
36
|
+
|
|
37
|
+
count: NotRequired[int]
|
|
38
|
+
r"""number of items present in the items array"""
|
|
39
|
+
items: NotRequired[List[GitFilesResponseTypedDict]]
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
class GetVersionFilesResponse(BaseModel):
|
|
43
|
+
r"""a list of GitFilesResponse objects"""
|
|
44
|
+
|
|
45
|
+
count: Optional[int] = None
|
|
46
|
+
r"""number of items present in the items array"""
|
|
47
|
+
|
|
48
|
+
items: Optional[List[GitFilesResponse]] = None
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitinfo import GitInfo, GitInfoTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class GetVersionInfoResponseTypedDict(TypedDict):
|
|
11
|
+
r"""a list of GitInfo objects"""
|
|
12
|
+
|
|
13
|
+
count: NotRequired[int]
|
|
14
|
+
r"""number of items present in the items array"""
|
|
15
|
+
items: NotRequired[List[GitInfoTypedDict]]
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class GetVersionInfoResponse(BaseModel):
|
|
19
|
+
r"""a list of GitInfo objects"""
|
|
20
|
+
|
|
21
|
+
count: Optional[int] = None
|
|
22
|
+
r"""number of items present in the items array"""
|
|
23
|
+
|
|
24
|
+
items: Optional[List[GitInfo]] = None
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
|
+
import pydantic
|
|
7
|
+
from typing import Any, Dict, List, Optional
|
|
8
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class GetVersionShowRequestTypedDict(TypedDict):
|
|
12
|
+
commit: NotRequired[str]
|
|
13
|
+
r"""Commit hash (default is HEAD)"""
|
|
14
|
+
group: NotRequired[str]
|
|
15
|
+
r"""Group ID"""
|
|
16
|
+
filename: NotRequired[str]
|
|
17
|
+
r"""Filename"""
|
|
18
|
+
diff_line_limit: NotRequired[float]
|
|
19
|
+
r"""Limit maximum lines in the diff"""
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class GetVersionShowRequest(BaseModel):
|
|
23
|
+
commit: Annotated[
|
|
24
|
+
Optional[str],
|
|
25
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
26
|
+
] = None
|
|
27
|
+
r"""Commit hash (default is HEAD)"""
|
|
28
|
+
|
|
29
|
+
group: Annotated[
|
|
30
|
+
Optional[str],
|
|
31
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
32
|
+
] = None
|
|
33
|
+
r"""Group ID"""
|
|
34
|
+
|
|
35
|
+
filename: Annotated[
|
|
36
|
+
Optional[str],
|
|
37
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
38
|
+
] = None
|
|
39
|
+
r"""Filename"""
|
|
40
|
+
|
|
41
|
+
diff_line_limit: Annotated[
|
|
42
|
+
Optional[float],
|
|
43
|
+
pydantic.Field(alias="diffLineLimit"),
|
|
44
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
45
|
+
] = None
|
|
46
|
+
r"""Limit maximum lines in the diff"""
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
class GetVersionShowResponseTypedDict(TypedDict):
|
|
50
|
+
r"""a list of any objects"""
|
|
51
|
+
|
|
52
|
+
count: NotRequired[int]
|
|
53
|
+
r"""number of items present in the items array"""
|
|
54
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
class GetVersionShowResponse(BaseModel):
|
|
58
|
+
r"""a list of any objects"""
|
|
59
|
+
|
|
60
|
+
count: Optional[int] = None
|
|
61
|
+
r"""number of items present in the items array"""
|
|
62
|
+
|
|
63
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitstatusresult import GitStatusResult, GitStatusResultTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
7
|
+
from typing import List, Optional
|
|
8
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class GetVersionStatusRequestTypedDict(TypedDict):
|
|
12
|
+
group: NotRequired[str]
|
|
13
|
+
r"""Group ID"""
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class GetVersionStatusRequest(BaseModel):
|
|
17
|
+
group: Annotated[
|
|
18
|
+
Optional[str],
|
|
19
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
20
|
+
] = None
|
|
21
|
+
r"""Group ID"""
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class GetVersionStatusResponseTypedDict(TypedDict):
|
|
25
|
+
r"""a list of GitStatusResult objects"""
|
|
26
|
+
|
|
27
|
+
count: NotRequired[int]
|
|
28
|
+
r"""number of items present in the items array"""
|
|
29
|
+
items: NotRequired[List[GitStatusResultTypedDict]]
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
class GetVersionStatusResponse(BaseModel):
|
|
33
|
+
r"""a list of GitStatusResult objects"""
|
|
34
|
+
|
|
35
|
+
count: Optional[int] = None
|
|
36
|
+
r"""number of items present in the items array"""
|
|
37
|
+
|
|
38
|
+
items: Optional[List[GitStatusResult]] = None
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import List, Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GitCommitParamsTypedDict(TypedDict):
|
|
10
|
+
message: str
|
|
11
|
+
effective: NotRequired[bool]
|
|
12
|
+
files: NotRequired[List[str]]
|
|
13
|
+
group: NotRequired[str]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class GitCommitParams(BaseModel):
|
|
17
|
+
message: str
|
|
18
|
+
|
|
19
|
+
effective: Optional[bool] = None
|
|
20
|
+
|
|
21
|
+
files: Optional[List[str]] = None
|
|
22
|
+
|
|
23
|
+
group: Optional[str] = None
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import List, Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class AuthorTypedDict(TypedDict):
|
|
10
|
+
email: str
|
|
11
|
+
name: str
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class Author(BaseModel):
|
|
15
|
+
email: str
|
|
16
|
+
|
|
17
|
+
name: str
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
class GitCommitSummaryFilesTypedDict(TypedDict):
|
|
21
|
+
created: NotRequired[List[str]]
|
|
22
|
+
deleted: NotRequired[List[str]]
|
|
23
|
+
modified: NotRequired[List[str]]
|
|
24
|
+
renamed: NotRequired[List[str]]
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
class GitCommitSummaryFiles(BaseModel):
|
|
28
|
+
created: Optional[List[str]] = None
|
|
29
|
+
|
|
30
|
+
deleted: Optional[List[str]] = None
|
|
31
|
+
|
|
32
|
+
modified: Optional[List[str]] = None
|
|
33
|
+
|
|
34
|
+
renamed: Optional[List[str]] = None
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
class SummaryTypedDict(TypedDict):
|
|
38
|
+
changes: float
|
|
39
|
+
deletions: float
|
|
40
|
+
insertions: float
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
class Summary(BaseModel):
|
|
44
|
+
changes: float
|
|
45
|
+
|
|
46
|
+
deletions: float
|
|
47
|
+
|
|
48
|
+
insertions: float
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
class GitCommitSummaryTypedDict(TypedDict):
|
|
52
|
+
author: AuthorTypedDict
|
|
53
|
+
branch: str
|
|
54
|
+
commit: str
|
|
55
|
+
files: GitCommitSummaryFilesTypedDict
|
|
56
|
+
summary: SummaryTypedDict
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
class GitCommitSummary(BaseModel):
|
|
60
|
+
author: Author
|
|
61
|
+
|
|
62
|
+
branch: str
|
|
63
|
+
|
|
64
|
+
commit: str
|
|
65
|
+
|
|
66
|
+
files: GitCommitSummaryFiles
|
|
67
|
+
|
|
68
|
+
summary: Summary
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import List, Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GitFileTypedDict(TypedDict):
|
|
10
|
+
name: str
|
|
11
|
+
children: NotRequired[List[GitFileTypedDict]]
|
|
12
|
+
state: NotRequired[str]
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class GitFile(BaseModel):
|
|
16
|
+
name: str
|
|
17
|
+
|
|
18
|
+
children: Optional[List[GitFile]] = None
|
|
19
|
+
|
|
20
|
+
state: Optional[str] = None
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitfile import GitFile, GitFileTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
import pydantic
|
|
7
|
+
from typing import Any, Dict, List
|
|
8
|
+
from typing_extensions import Annotated, TypedDict
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class GitFilesResponseTypedDict(TypedDict):
|
|
12
|
+
commit_message: Dict[str, Any]
|
|
13
|
+
count: float
|
|
14
|
+
items: List[GitFileTypedDict]
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class GitFilesResponse(BaseModel):
|
|
18
|
+
commit_message: Annotated[Dict[str, Any], pydantic.Field(alias="commitMessage")]
|
|
19
|
+
|
|
20
|
+
count: float
|
|
21
|
+
|
|
22
|
+
items: List[GitFile]
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import Union
|
|
6
|
+
from typing_extensions import TypeAliasType, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
RemoteTypedDict = TypeAliasType("RemoteTypedDict", Union[str, bool])
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
Remote = TypeAliasType("Remote", Union[str, bool])
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class GitInfoTypedDict(TypedDict):
|
|
16
|
+
remote: RemoteTypedDict
|
|
17
|
+
versioning: bool
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
class GitInfo(BaseModel):
|
|
21
|
+
remote: Remote
|
|
22
|
+
|
|
23
|
+
versioning: bool
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GitRevertParamsTypedDict(TypedDict):
|
|
10
|
+
commit: str
|
|
11
|
+
message: str
|
|
12
|
+
force: NotRequired[bool]
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class GitRevertParams(BaseModel):
|
|
16
|
+
commit: str
|
|
17
|
+
|
|
18
|
+
message: str
|
|
19
|
+
|
|
20
|
+
force: Optional[bool] = None
|