cribl-control-plane 0.2.1rc11__py3-none-any.whl → 0.3.0b12__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.

Files changed (112) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/acl.py +4 -4
  3. cribl_control_plane/branches.py +4 -4
  4. cribl_control_plane/commits.py +28 -28
  5. cribl_control_plane/commits_files.py +8 -8
  6. cribl_control_plane/configs_versions.py +8 -4
  7. cribl_control_plane/destinations.py +20 -20
  8. cribl_control_plane/destinations_pq.py +8 -8
  9. cribl_control_plane/groups_sdk.py +48 -24
  10. cribl_control_plane/hectokens.py +16 -8
  11. cribl_control_plane/lakedatasets.py +40 -20
  12. cribl_control_plane/models/__init__.py +391 -235
  13. cribl_control_plane/models/createconfiggroupbyproductop.py +20 -1
  14. cribl_control_plane/models/createcribllakedatasetbylakeidop.py +19 -1
  15. cribl_control_plane/models/createinputhectokenbyidop.py +20 -1
  16. cribl_control_plane/models/{countedlistgitdiffresult.py → createinputop.py} +9 -5
  17. cribl_control_plane/models/{countedlistgitshowresult.py → createoutputop.py} +9 -5
  18. cribl_control_plane/models/createoutputtestbyidop.py +20 -1
  19. cribl_control_plane/models/{countedlistpackinstallinfo.py → createpacksop.py} +6 -2
  20. cribl_control_plane/models/createpipelineop.py +24 -0
  21. cribl_control_plane/models/createroutesappendbyidop.py +20 -2
  22. cribl_control_plane/models/createversioncommitop.py +19 -1
  23. cribl_control_plane/models/{countedliststring.py → createversionpushop.py} +6 -2
  24. cribl_control_plane/models/createversionrevertop.py +19 -1
  25. cribl_control_plane/models/createversionundoop.py +18 -1
  26. cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +20 -1
  27. cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +20 -1
  28. cribl_control_plane/models/deleteinputbyidop.py +20 -1
  29. cribl_control_plane/models/deleteoutputbyidop.py +20 -1
  30. cribl_control_plane/models/deleteoutputpqbyidop.py +19 -1
  31. cribl_control_plane/models/deletepacksbyidop.py +20 -1
  32. cribl_control_plane/models/deletepipelinebyidop.py +20 -1
  33. cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +19 -1
  34. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +19 -1
  35. cribl_control_plane/models/getconfiggroupbyproductandidop.py +19 -1
  36. cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +19 -1
  37. cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +20 -1
  38. cribl_control_plane/models/getcribllakedatasetbylakeidop.py +20 -1
  39. cribl_control_plane/models/getinputbyidop.py +20 -1
  40. cribl_control_plane/models/getmasterworkerentryop.py +18 -1
  41. cribl_control_plane/models/getoutputbyidop.py +20 -1
  42. cribl_control_plane/models/getoutputpqbyidop.py +20 -1
  43. cribl_control_plane/models/getoutputsamplesbyidop.py +20 -1
  44. cribl_control_plane/models/getpacksbyidop.py +20 -1
  45. cribl_control_plane/models/getpacksop.py +19 -1
  46. cribl_control_plane/models/getpipelinebyidop.py +20 -1
  47. cribl_control_plane/models/getroutesbyidop.py +20 -1
  48. cribl_control_plane/models/getsummaryop.py +19 -1
  49. cribl_control_plane/models/{countedlistbranchinfo.py → getversionbranchop.py} +6 -2
  50. cribl_control_plane/models/getversioncountop.py +19 -1
  51. cribl_control_plane/models/getversiondiffop.py +19 -1
  52. cribl_control_plane/models/getversionfilesop.py +19 -1
  53. cribl_control_plane/models/{countedlistgitinfo.py → getversioninfoop.py} +6 -2
  54. cribl_control_plane/models/getversionop.py +19 -1
  55. cribl_control_plane/models/getversionshowop.py +19 -1
  56. cribl_control_plane/models/getversionstatusop.py +19 -1
  57. cribl_control_plane/models/input.py +1 -1
  58. cribl_control_plane/models/inputcriblhttp.py +6 -24
  59. cribl_control_plane/models/inputcribltcp.py +0 -25
  60. cribl_control_plane/models/listconfiggroupbyproductop.py +19 -1
  61. cribl_control_plane/models/{countedlistinput.py → listinputop.py} +6 -2
  62. cribl_control_plane/models/listmasterworkerentryop.py +19 -1
  63. cribl_control_plane/models/{countedlistoutput.py → listoutputop.py} +6 -2
  64. cribl_control_plane/models/{countedlistpipeline.py → listpipelineop.py} +6 -2
  65. cribl_control_plane/models/{countedlistroutes.py → listroutesop.py} +6 -2
  66. cribl_control_plane/models/output.py +2 -2
  67. cribl_control_plane/models/outputcriblhttp.py +0 -23
  68. cribl_control_plane/models/outputcribltcp.py +0 -25
  69. cribl_control_plane/models/runnablejobcollection.py +0 -8
  70. cribl_control_plane/models/runnablejobexecutor.py +0 -4
  71. cribl_control_plane/models/runnablejobscheduledsearch.py +0 -4
  72. cribl_control_plane/models/updateconfiggroupbyproductandidop.py +19 -1
  73. cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +20 -1
  74. cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +20 -1
  75. cribl_control_plane/models/updateinputbyidop.py +19 -1
  76. cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +20 -1
  77. cribl_control_plane/models/updateoutputbyidop.py +19 -1
  78. cribl_control_plane/models/updatepacksbyidop.py +20 -1
  79. cribl_control_plane/models/updatepipelinebyidop.py +19 -1
  80. cribl_control_plane/models/updateroutesbyidop.py +19 -1
  81. cribl_control_plane/nodes.py +12 -8
  82. cribl_control_plane/packs.py +20 -20
  83. cribl_control_plane/pipelines.py +20 -20
  84. cribl_control_plane/routes_sdk.py +20 -16
  85. cribl_control_plane/samples.py +8 -8
  86. cribl_control_plane/sources.py +20 -20
  87. cribl_control_plane/statuses.py +4 -4
  88. cribl_control_plane/summaries.py +4 -8
  89. cribl_control_plane/teams.py +4 -4
  90. cribl_control_plane/versions_configs.py +4 -4
  91. {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.3.0b12.dist-info}/METADATA +5 -14
  92. {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.3.0b12.dist-info}/RECORD +93 -111
  93. cribl_control_plane/models/countedlistconfiggroup.py +0 -20
  94. cribl_control_plane/models/countedlistcribllakedataset.py +0 -20
  95. cribl_control_plane/models/countedlistdistributedsummary.py +0 -20
  96. cribl_control_plane/models/countedlistgitcommitsummary.py +0 -20
  97. cribl_control_plane/models/countedlistgitcountresult.py +0 -20
  98. cribl_control_plane/models/countedlistgitfilesresponse.py +0 -20
  99. cribl_control_plane/models/countedlistgitlogresult.py +0 -20
  100. cribl_control_plane/models/countedlistgitrevertresult.py +0 -20
  101. cribl_control_plane/models/countedlistgitstatusresult.py +0 -20
  102. cribl_control_plane/models/countedlistinputsplunkhec.py +0 -20
  103. cribl_control_plane/models/countedlistjobinfo.py +0 -20
  104. cribl_control_plane/models/countedlistmasterworkerentry.py +0 -20
  105. cribl_control_plane/models/countedlistnumber.py +0 -19
  106. cribl_control_plane/models/countedlistobject.py +0 -19
  107. cribl_control_plane/models/countedlistoutputsamplesresponse.py +0 -20
  108. cribl_control_plane/models/countedlistoutputtestresponse.py +0 -20
  109. cribl_control_plane/models/countedlistpackinfo.py +0 -20
  110. cribl_control_plane/models/countedlistteamaccesscontrollist.py +0 -20
  111. cribl_control_plane/models/countedlistuseraccesscontrollist.py +0 -20
  112. {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.3.0b12.dist-info}/WHEEL +0 -0
@@ -1,6 +1,7 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .configgroup import ConfigGroup, ConfigGroupTypedDict
4
5
  from .groupcreaterequest import GroupCreateRequest, GroupCreateRequestTypedDict
5
6
  from .productscore import ProductsCore
6
7
  from cribl_control_plane import models
@@ -13,7 +14,8 @@ from cribl_control_plane.utils import (
13
14
  )
14
15
  from pydantic import field_serializer
15
16
  from pydantic.functional_validators import PlainValidator
16
- from typing_extensions import Annotated, TypedDict
17
+ from typing import List, Optional
18
+ from typing_extensions import Annotated, NotRequired, TypedDict
17
19
 
18
20
 
19
21
  class CreateConfigGroupByProductRequestTypedDict(TypedDict):
@@ -44,3 +46,20 @@ class CreateConfigGroupByProductRequest(BaseModel):
44
46
  except ValueError:
45
47
  return value
46
48
  return value
49
+
50
+
51
+ class CreateConfigGroupByProductResponseTypedDict(TypedDict):
52
+ r"""a list of ConfigGroup objects"""
53
+
54
+ count: NotRequired[int]
55
+ r"""number of items present in the items array"""
56
+ items: NotRequired[List[ConfigGroupTypedDict]]
57
+
58
+
59
+ class CreateConfigGroupByProductResponse(BaseModel):
60
+ r"""a list of ConfigGroup objects"""
61
+
62
+ count: Optional[int] = None
63
+ r"""number of items present in the items array"""
64
+
65
+ items: Optional[List[ConfigGroup]] = None
@@ -5,7 +5,8 @@ from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
5
5
  from cribl_control_plane.types import BaseModel
6
6
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
7
7
  import pydantic
8
- from typing_extensions import Annotated, TypedDict
8
+ from typing import List, Optional
9
+ from typing_extensions import Annotated, NotRequired, TypedDict
9
10
 
10
11
 
11
12
  class CreateCriblLakeDatasetByLakeIDRequestTypedDict(TypedDict):
@@ -28,3 +29,20 @@ class CreateCriblLakeDatasetByLakeIDRequest(BaseModel):
28
29
  FieldMetadata(request=RequestMetadata(media_type="application/json")),
29
30
  ]
30
31
  r"""CriblLakeDataset object"""
32
+
33
+
34
+ class CreateCriblLakeDatasetByLakeIDResponseTypedDict(TypedDict):
35
+ r"""a list of CriblLakeDataset objects"""
36
+
37
+ count: NotRequired[int]
38
+ r"""number of items present in the items array"""
39
+ items: NotRequired[List[CriblLakeDatasetTypedDict]]
40
+
41
+
42
+ class CreateCriblLakeDatasetByLakeIDResponse(BaseModel):
43
+ r"""a list of CriblLakeDataset objects"""
44
+
45
+ count: Optional[int] = None
46
+ r"""number of items present in the items array"""
47
+
48
+ items: Optional[List[CriblLakeDataset]] = None
@@ -2,9 +2,11 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .addhectokenrequest import AddHecTokenRequest, AddHecTokenRequestTypedDict
5
+ from .inputsplunkhec import InputSplunkHec, InputSplunkHecTypedDict
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
7
- from typing_extensions import Annotated, TypedDict
8
+ from typing import List, Optional
9
+ from typing_extensions import Annotated, NotRequired, TypedDict
8
10
 
9
11
 
10
12
  class CreateInputHecTokenByIDRequestTypedDict(TypedDict):
@@ -25,3 +27,20 @@ class CreateInputHecTokenByIDRequest(BaseModel):
25
27
  FieldMetadata(request=RequestMetadata(media_type="application/json")),
26
28
  ]
27
29
  r"""AddHecTokenRequest object"""
30
+
31
+
32
+ class CreateInputHecTokenByIDResponseTypedDict(TypedDict):
33
+ r"""a list of InputSplunkHec objects"""
34
+
35
+ count: NotRequired[int]
36
+ r"""number of items present in the items array"""
37
+ items: NotRequired[List[InputSplunkHecTypedDict]]
38
+
39
+
40
+ class CreateInputHecTokenByIDResponse(BaseModel):
41
+ r"""a list of InputSplunkHec objects"""
42
+
43
+ count: Optional[int] = None
44
+ r"""number of items present in the items array"""
45
+
46
+ items: Optional[List[InputSplunkHec]] = None
@@ -1,20 +1,24 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .gitdiffresult import GitDiffResult, GitDiffResultTypedDict
4
+ from .input import Input, InputTypedDict
5
5
  from cribl_control_plane.types import BaseModel
6
6
  from typing import List, Optional
7
7
  from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- class CountedListGitDiffResultTypedDict(TypedDict):
10
+ class CreateInputResponseTypedDict(TypedDict):
11
+ r"""a list of Source objects"""
12
+
11
13
  count: NotRequired[int]
12
14
  r"""number of items present in the items array"""
13
- items: NotRequired[List[GitDiffResultTypedDict]]
15
+ items: NotRequired[List[InputTypedDict]]
16
+
14
17
 
18
+ class CreateInputResponse(BaseModel):
19
+ r"""a list of Source objects"""
15
20
 
16
- class CountedListGitDiffResult(BaseModel):
17
21
  count: Optional[int] = None
18
22
  r"""number of items present in the items array"""
19
23
 
20
- items: Optional[List[GitDiffResult]] = None
24
+ items: Optional[List[Input]] = None
@@ -1,20 +1,24 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .gitshowresult import GitShowResult, GitShowResultTypedDict
4
+ from .output import Output, OutputTypedDict
5
5
  from cribl_control_plane.types import BaseModel
6
6
  from typing import List, Optional
7
7
  from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- class CountedListGitShowResultTypedDict(TypedDict):
10
+ class CreateOutputResponseTypedDict(TypedDict):
11
+ r"""a list of Destination objects"""
12
+
11
13
  count: NotRequired[int]
12
14
  r"""number of items present in the items array"""
13
- items: NotRequired[List[GitShowResultTypedDict]]
15
+ items: NotRequired[List[OutputTypedDict]]
16
+
14
17
 
18
+ class CreateOutputResponse(BaseModel):
19
+ r"""a list of Destination objects"""
15
20
 
16
- class CountedListGitShowResult(BaseModel):
17
21
  count: Optional[int] = None
18
22
  r"""number of items present in the items array"""
19
23
 
20
- items: Optional[List[GitShowResult]] = None
24
+ items: Optional[List[Output]] = None
@@ -2,9 +2,11 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .outputtestrequest import OutputTestRequest, OutputTestRequestTypedDict
5
+ from .outputtestresponse import OutputTestResponse, OutputTestResponseTypedDict
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
7
- from typing_extensions import Annotated, TypedDict
8
+ from typing import List, Optional
9
+ from typing_extensions import Annotated, NotRequired, TypedDict
8
10
 
9
11
 
10
12
  class CreateOutputTestByIDRequestTypedDict(TypedDict):
@@ -25,3 +27,20 @@ class CreateOutputTestByIDRequest(BaseModel):
25
27
  FieldMetadata(request=RequestMetadata(media_type="application/json")),
26
28
  ]
27
29
  r"""OutputTestRequest object"""
30
+
31
+
32
+ class CreateOutputTestByIDResponseTypedDict(TypedDict):
33
+ r"""a list of OutputTestResponse objects"""
34
+
35
+ count: NotRequired[int]
36
+ r"""number of items present in the items array"""
37
+ items: NotRequired[List[OutputTestResponseTypedDict]]
38
+
39
+
40
+ class CreateOutputTestByIDResponse(BaseModel):
41
+ r"""a list of OutputTestResponse objects"""
42
+
43
+ count: Optional[int] = None
44
+ r"""number of items present in the items array"""
45
+
46
+ items: Optional[List[OutputTestResponse]] = None
@@ -7,13 +7,17 @@ from typing import List, Optional
7
7
  from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- class CountedListPackInstallInfoTypedDict(TypedDict):
10
+ class CreatePacksResponseTypedDict(TypedDict):
11
+ r"""a list of PackInstallInfo objects"""
12
+
11
13
  count: NotRequired[int]
12
14
  r"""number of items present in the items array"""
13
15
  items: NotRequired[List[PackInstallInfoTypedDict]]
14
16
 
15
17
 
16
- class CountedListPackInstallInfo(BaseModel):
18
+ class CreatePacksResponse(BaseModel):
19
+ r"""a list of PackInstallInfo objects"""
20
+
17
21
  count: Optional[int] = None
18
22
  r"""number of items present in the items array"""
19
23
 
@@ -0,0 +1,24 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .pipeline import Pipeline, PipelineTypedDict
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 CreatePipelineResponseTypedDict(TypedDict):
11
+ r"""a list of Pipelines objects"""
12
+
13
+ count: NotRequired[int]
14
+ r"""number of items present in the items array"""
15
+ items: NotRequired[List[PipelineTypedDict]]
16
+
17
+
18
+ class CreatePipelineResponse(BaseModel):
19
+ r"""a list of Pipelines objects"""
20
+
21
+ count: Optional[int] = None
22
+ r"""number of items present in the items array"""
23
+
24
+ items: Optional[List[Pipeline]] = None
@@ -2,10 +2,11 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .routeconf import RouteConf, RouteConfTypedDict
5
+ from .routes import Routes, RoutesTypedDict
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
7
- from typing import List
8
- from typing_extensions import Annotated, TypedDict
8
+ from typing import List, Optional
9
+ from typing_extensions import Annotated, NotRequired, TypedDict
9
10
 
10
11
 
11
12
  class CreateRoutesAppendByIDRequestTypedDict(TypedDict):
@@ -26,3 +27,20 @@ class CreateRoutesAppendByIDRequest(BaseModel):
26
27
  FieldMetadata(request=RequestMetadata(media_type="application/json")),
27
28
  ]
28
29
  r"""RouteDefinitions object"""
30
+
31
+
32
+ class CreateRoutesAppendByIDResponseTypedDict(TypedDict):
33
+ r"""a list of Routes objects"""
34
+
35
+ count: NotRequired[int]
36
+ r"""number of items present in the items array"""
37
+ items: NotRequired[List[RoutesTypedDict]]
38
+
39
+
40
+ class CreateRoutesAppendByIDResponse(BaseModel):
41
+ r"""a list of Routes objects"""
42
+
43
+ count: Optional[int] = None
44
+ r"""number of items present in the items array"""
45
+
46
+ items: Optional[List[Routes]] = None
@@ -2,10 +2,11 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .gitcommitparams import GitCommitParams, GitCommitParamsTypedDict
5
+ from .gitcommitsummary import GitCommitSummary, GitCommitSummaryTypedDict
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata, RequestMetadata
7
8
  import pydantic
8
- from typing import Optional
9
+ from typing import List, Optional
9
10
  from typing_extensions import Annotated, NotRequired, TypedDict
10
11
 
11
12
 
@@ -29,3 +30,20 @@ class CreateVersionCommitRequest(BaseModel):
29
30
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
30
31
  ] = None
31
32
  r"""The <code>id</code> of the Worker Group or Edge Fleet to create a new commit for."""
33
+
34
+
35
+ class CreateVersionCommitResponseTypedDict(TypedDict):
36
+ r"""a list of GitCommitSummary objects"""
37
+
38
+ count: NotRequired[int]
39
+ r"""number of items present in the items array"""
40
+ items: NotRequired[List[GitCommitSummaryTypedDict]]
41
+
42
+
43
+ class CreateVersionCommitResponse(BaseModel):
44
+ r"""a list of GitCommitSummary objects"""
45
+
46
+ count: Optional[int] = None
47
+ r"""number of items present in the items array"""
48
+
49
+ items: Optional[List[GitCommitSummary]] = None
@@ -6,13 +6,17 @@ from typing import List, Optional
6
6
  from typing_extensions import NotRequired, TypedDict
7
7
 
8
8
 
9
- class CountedListstringTypedDict(TypedDict):
9
+ class CreateVersionPushResponseTypedDict(TypedDict):
10
+ r"""a list of string objects"""
11
+
10
12
  count: NotRequired[int]
11
13
  r"""number of items present in the items array"""
12
14
  items: NotRequired[List[str]]
13
15
 
14
16
 
15
- class CountedListstring(BaseModel):
17
+ class CreateVersionPushResponse(BaseModel):
18
+ r"""a list of string objects"""
19
+
16
20
  count: Optional[int] = None
17
21
  r"""number of items present in the items array"""
18
22
 
@@ -2,10 +2,11 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .gitrevertparams import GitRevertParams, GitRevertParamsTypedDict
5
+ from .gitrevertresult import GitRevertResult, GitRevertResultTypedDict
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata, RequestMetadata
7
8
  import pydantic
8
- from typing import Optional
9
+ from typing import List, Optional
9
10
  from typing_extensions import Annotated, NotRequired, TypedDict
10
11
 
11
12
 
@@ -29,3 +30,20 @@ class CreateVersionRevertRequest(BaseModel):
29
30
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
30
31
  ] = None
31
32
  r"""The <code>id</code> of the Worker Group or Edge Fleet to revert the commit for. Required in Distributed deployments. Omit in Single-instance deployments."""
33
+
34
+
35
+ class CreateVersionRevertResponseTypedDict(TypedDict):
36
+ r"""a list of GitRevertResult objects"""
37
+
38
+ count: NotRequired[int]
39
+ r"""number of items present in the items array"""
40
+ items: NotRequired[List[GitRevertResultTypedDict]]
41
+
42
+
43
+ class CreateVersionRevertResponse(BaseModel):
44
+ r"""a list of GitRevertResult objects"""
45
+
46
+ count: Optional[int] = None
47
+ r"""number of items present in the items array"""
48
+
49
+ items: Optional[List[GitRevertResult]] = None
@@ -4,7 +4,7 @@ from __future__ import annotations
4
4
  from cribl_control_plane.types import BaseModel
5
5
  from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
6
6
  import pydantic
7
- from typing import Optional
7
+ from typing import Any, Dict, List, Optional
8
8
  from typing_extensions import Annotated, NotRequired, TypedDict
9
9
 
10
10
 
@@ -20,3 +20,20 @@ class CreateVersionUndoRequest(BaseModel):
20
20
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
21
21
  ] = None
22
22
  r"""The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for."""
23
+
24
+
25
+ class CreateVersionUndoResponseTypedDict(TypedDict):
26
+ r"""a list of object objects"""
27
+
28
+ count: NotRequired[int]
29
+ r"""number of items present in the items array"""
30
+ items: NotRequired[List[Dict[str, Any]]]
31
+
32
+
33
+ class CreateVersionUndoResponse(BaseModel):
34
+ r"""a list of object objects"""
35
+
36
+ count: Optional[int] = None
37
+ r"""number of items present in the items array"""
38
+
39
+ items: Optional[List[Dict[str, Any]]] = None
@@ -1,6 +1,7 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .configgroup import ConfigGroup, ConfigGroupTypedDict
4
5
  from .productscore import ProductsCore
5
6
  from cribl_control_plane import models
6
7
  from cribl_control_plane.types import BaseModel
@@ -11,7 +12,8 @@ from cribl_control_plane.utils import (
11
12
  )
12
13
  from pydantic import field_serializer
13
14
  from pydantic.functional_validators import PlainValidator
14
- from typing_extensions import Annotated, TypedDict
15
+ from typing import List, Optional
16
+ from typing_extensions import Annotated, NotRequired, TypedDict
15
17
 
16
18
 
17
19
  class DeleteConfigGroupByProductAndIDRequestTypedDict(TypedDict):
@@ -41,3 +43,20 @@ class DeleteConfigGroupByProductAndIDRequest(BaseModel):
41
43
  except ValueError:
42
44
  return value
43
45
  return value
46
+
47
+
48
+ class DeleteConfigGroupByProductAndIDResponseTypedDict(TypedDict):
49
+ r"""a list of ConfigGroup objects"""
50
+
51
+ count: NotRequired[int]
52
+ r"""number of items present in the items array"""
53
+ items: NotRequired[List[ConfigGroupTypedDict]]
54
+
55
+
56
+ class DeleteConfigGroupByProductAndIDResponse(BaseModel):
57
+ r"""a list of ConfigGroup objects"""
58
+
59
+ count: Optional[int] = None
60
+ r"""number of items present in the items array"""
61
+
62
+ items: Optional[List[ConfigGroup]] = None
@@ -1,10 +1,12 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
4
5
  from cribl_control_plane.types import BaseModel
5
6
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
6
7
  import pydantic
7
- from typing_extensions import Annotated, TypedDict
8
+ from typing import List, Optional
9
+ from typing_extensions import Annotated, NotRequired, TypedDict
8
10
 
9
11
 
10
12
  class DeleteCriblLakeDatasetByLakeIDAndIDRequestTypedDict(TypedDict):
@@ -26,3 +28,20 @@ class DeleteCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
26
28
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
27
29
  ]
28
30
  r"""The <code>id</code> of the Lake Dataset to delete."""
31
+
32
+
33
+ class DeleteCriblLakeDatasetByLakeIDAndIDResponseTypedDict(TypedDict):
34
+ r"""a list of CriblLakeDataset objects"""
35
+
36
+ count: NotRequired[int]
37
+ r"""number of items present in the items array"""
38
+ items: NotRequired[List[CriblLakeDatasetTypedDict]]
39
+
40
+
41
+ class DeleteCriblLakeDatasetByLakeIDAndIDResponse(BaseModel):
42
+ r"""a list of CriblLakeDataset objects"""
43
+
44
+ count: Optional[int] = None
45
+ r"""number of items present in the items array"""
46
+
47
+ items: Optional[List[CriblLakeDataset]] = None
@@ -1,9 +1,11 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .input import Input, InputTypedDict
4
5
  from cribl_control_plane.types import BaseModel
5
6
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
6
- from typing_extensions import Annotated, TypedDict
7
+ from typing import List, Optional
8
+ from typing_extensions import Annotated, NotRequired, TypedDict
7
9
 
8
10
 
9
11
  class DeleteInputByIDRequestTypedDict(TypedDict):
@@ -16,3 +18,20 @@ class DeleteInputByIDRequest(BaseModel):
16
18
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
17
19
  ]
18
20
  r"""The <code>id</code> of the Source to delete."""
21
+
22
+
23
+ class DeleteInputByIDResponseTypedDict(TypedDict):
24
+ r"""a list of Source objects"""
25
+
26
+ count: NotRequired[int]
27
+ r"""number of items present in the items array"""
28
+ items: NotRequired[List[InputTypedDict]]
29
+
30
+
31
+ class DeleteInputByIDResponse(BaseModel):
32
+ r"""a list of Source objects"""
33
+
34
+ count: Optional[int] = None
35
+ r"""number of items present in the items array"""
36
+
37
+ items: Optional[List[Input]] = None
@@ -1,9 +1,11 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .output import Output, OutputTypedDict
4
5
  from cribl_control_plane.types import BaseModel
5
6
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
6
- from typing_extensions import Annotated, TypedDict
7
+ from typing import List, Optional
8
+ from typing_extensions import Annotated, NotRequired, TypedDict
7
9
 
8
10
 
9
11
  class DeleteOutputByIDRequestTypedDict(TypedDict):
@@ -16,3 +18,20 @@ class DeleteOutputByIDRequest(BaseModel):
16
18
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
17
19
  ]
18
20
  r"""The <code>id</code> of the Destination to delete."""
21
+
22
+
23
+ class DeleteOutputByIDResponseTypedDict(TypedDict):
24
+ r"""a list of Destination objects"""
25
+
26
+ count: NotRequired[int]
27
+ r"""number of items present in the items array"""
28
+ items: NotRequired[List[OutputTypedDict]]
29
+
30
+
31
+ class DeleteOutputByIDResponse(BaseModel):
32
+ r"""a list of Destination objects"""
33
+
34
+ count: Optional[int] = None
35
+ r"""number of items present in the items array"""
36
+
37
+ items: Optional[List[Output]] = None
@@ -3,7 +3,8 @@
3
3
  from __future__ import annotations
4
4
  from cribl_control_plane.types import BaseModel
5
5
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
6
- from typing_extensions import Annotated, TypedDict
6
+ from typing import List, Optional
7
+ from typing_extensions import Annotated, NotRequired, TypedDict
7
8
 
8
9
 
9
10
  class DeleteOutputPqByIDRequestTypedDict(TypedDict):
@@ -16,3 +17,20 @@ class DeleteOutputPqByIDRequest(BaseModel):
16
17
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
17
18
  ]
18
19
  r"""The <code>id</code> of the Destination to clear the PQ for."""
20
+
21
+
22
+ class DeleteOutputPqByIDResponseTypedDict(TypedDict):
23
+ r"""A list of job ids for the background job that clears the persistent queue"""
24
+
25
+ count: NotRequired[int]
26
+ r"""number of items present in the items array"""
27
+ items: NotRequired[List[str]]
28
+
29
+
30
+ class DeleteOutputPqByIDResponse(BaseModel):
31
+ r"""A list of job ids for the background job that clears the persistent queue"""
32
+
33
+ count: Optional[int] = None
34
+ r"""number of items present in the items array"""
35
+
36
+ items: Optional[List[str]] = None
@@ -1,9 +1,11 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .packinstallinfo import PackInstallInfo, PackInstallInfoTypedDict
4
5
  from cribl_control_plane.types import BaseModel
5
6
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
6
- from typing_extensions import Annotated, TypedDict
7
+ from typing import List, Optional
8
+ from typing_extensions import Annotated, NotRequired, TypedDict
7
9
 
8
10
 
9
11
  class DeletePacksByIDRequestTypedDict(TypedDict):
@@ -16,3 +18,20 @@ class DeletePacksByIDRequest(BaseModel):
16
18
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
17
19
  ]
18
20
  r"""The <code>id</code> of the Pack to uninstall."""
21
+
22
+
23
+ class DeletePacksByIDResponseTypedDict(TypedDict):
24
+ r"""a list of PackInstallInfo objects"""
25
+
26
+ count: NotRequired[int]
27
+ r"""number of items present in the items array"""
28
+ items: NotRequired[List[PackInstallInfoTypedDict]]
29
+
30
+
31
+ class DeletePacksByIDResponse(BaseModel):
32
+ r"""a list of PackInstallInfo objects"""
33
+
34
+ count: Optional[int] = None
35
+ r"""number of items present in the items array"""
36
+
37
+ items: Optional[List[PackInstallInfo]] = None
@@ -1,9 +1,11 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .pipeline import Pipeline, PipelineTypedDict
4
5
  from cribl_control_plane.types import BaseModel
5
6
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
6
- from typing_extensions import Annotated, TypedDict
7
+ from typing import List, Optional
8
+ from typing_extensions import Annotated, NotRequired, TypedDict
7
9
 
8
10
 
9
11
  class DeletePipelineByIDRequestTypedDict(TypedDict):
@@ -16,3 +18,20 @@ class DeletePipelineByIDRequest(BaseModel):
16
18
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
17
19
  ]
18
20
  r"""The <code>id</code> of the Pipeline to delete."""
21
+
22
+
23
+ class DeletePipelineByIDResponseTypedDict(TypedDict):
24
+ r"""a list of Pipeline objects"""
25
+
26
+ count: NotRequired[int]
27
+ r"""number of items present in the items array"""
28
+ items: NotRequired[List[PipelineTypedDict]]
29
+
30
+
31
+ class DeletePipelineByIDResponse(BaseModel):
32
+ r"""a list of Pipeline objects"""
33
+
34
+ count: Optional[int] = None
35
+ r"""number of items present in the items array"""
36
+
37
+ items: Optional[List[Pipeline]] = None