cribl-control-plane 0.2.1rc7__py3-none-any.whl → 0.2.1rc11__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 (122) hide show
  1. cribl_control_plane/_version.py +4 -4
  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 +4 -8
  7. cribl_control_plane/destinations.py +20 -20
  8. cribl_control_plane/destinations_pq.py +8 -8
  9. cribl_control_plane/groups_sdk.py +26 -50
  10. cribl_control_plane/hectokens.py +8 -16
  11. cribl_control_plane/lakedatasets.py +48 -40
  12. cribl_control_plane/models/__init__.py +245 -392
  13. cribl_control_plane/models/configgroupcloud.py +1 -1
  14. cribl_control_plane/models/{getversionbranchop.py → countedlistbranchinfo.py} +2 -6
  15. cribl_control_plane/models/countedlistconfiggroup.py +20 -0
  16. cribl_control_plane/models/countedlistcribllakedataset.py +20 -0
  17. cribl_control_plane/models/countedlistdistributedsummary.py +20 -0
  18. cribl_control_plane/models/countedlistgitcommitsummary.py +20 -0
  19. cribl_control_plane/models/countedlistgitcountresult.py +20 -0
  20. cribl_control_plane/models/{createinputop.py → countedlistgitdiffresult.py} +5 -9
  21. cribl_control_plane/models/countedlistgitfilesresponse.py +20 -0
  22. cribl_control_plane/models/{getversioninfoop.py → countedlistgitinfo.py} +2 -6
  23. cribl_control_plane/models/countedlistgitlogresult.py +20 -0
  24. cribl_control_plane/models/countedlistgitrevertresult.py +20 -0
  25. cribl_control_plane/models/countedlistgitshowresult.py +20 -0
  26. cribl_control_plane/models/countedlistgitstatusresult.py +20 -0
  27. cribl_control_plane/models/{listinputop.py → countedlistinput.py} +2 -6
  28. cribl_control_plane/models/countedlistinputsplunkhec.py +20 -0
  29. cribl_control_plane/models/countedlistjobinfo.py +20 -0
  30. cribl_control_plane/models/countedlistmasterworkerentry.py +20 -0
  31. cribl_control_plane/models/countedlistnumber.py +19 -0
  32. cribl_control_plane/models/countedlistobject.py +19 -0
  33. cribl_control_plane/models/{listoutputop.py → countedlistoutput.py} +2 -6
  34. cribl_control_plane/models/{createoutputop.py → countedlistoutputsamplesresponse.py} +5 -9
  35. cribl_control_plane/models/countedlistoutputtestresponse.py +20 -0
  36. cribl_control_plane/models/countedlistpackinfo.py +20 -0
  37. cribl_control_plane/models/{createpacksop.py → countedlistpackinstallinfo.py} +2 -6
  38. cribl_control_plane/models/{listpipelineop.py → countedlistpipeline.py} +2 -6
  39. cribl_control_plane/models/{listroutesop.py → countedlistroutes.py} +2 -6
  40. cribl_control_plane/models/{createversionpushop.py → countedliststring.py} +2 -6
  41. cribl_control_plane/models/{createpipelineop.py → countedlistteamaccesscontrollist.py} +5 -9
  42. cribl_control_plane/models/countedlistuseraccesscontrollist.py +20 -0
  43. cribl_control_plane/models/createconfiggroupbyproductop.py +3 -22
  44. cribl_control_plane/models/createcribllakedatasetbylakeidop.py +1 -19
  45. cribl_control_plane/models/createinputhectokenbyidop.py +1 -20
  46. cribl_control_plane/models/createoutputtestbyidop.py +1 -20
  47. cribl_control_plane/models/createroutesappendbyidop.py +2 -20
  48. cribl_control_plane/models/createversioncommitop.py +1 -19
  49. cribl_control_plane/models/createversionrevertop.py +1 -19
  50. cribl_control_plane/models/createversionundoop.py +1 -18
  51. cribl_control_plane/models/cribllakedataset.py +4 -0
  52. cribl_control_plane/models/cribllakedatasetupdate.py +4 -0
  53. cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +1 -20
  54. cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +1 -20
  55. cribl_control_plane/models/deleteinputbyidop.py +1 -20
  56. cribl_control_plane/models/deleteoutputbyidop.py +1 -20
  57. cribl_control_plane/models/deleteoutputpqbyidop.py +1 -19
  58. cribl_control_plane/models/deletepacksbyidop.py +1 -20
  59. cribl_control_plane/models/deletepipelinebyidop.py +1 -20
  60. cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +1 -19
  61. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +1 -19
  62. cribl_control_plane/models/getconfiggroupbyproductandidop.py +1 -19
  63. cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +1 -19
  64. cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +1 -20
  65. cribl_control_plane/models/getcribllakedatasetbylakeidop.py +1 -20
  66. cribl_control_plane/models/getinputbyidop.py +1 -20
  67. cribl_control_plane/models/getmasterworkerentryop.py +1 -18
  68. cribl_control_plane/models/getoutputbyidop.py +1 -20
  69. cribl_control_plane/models/getoutputpqbyidop.py +1 -20
  70. cribl_control_plane/models/getoutputsamplesbyidop.py +1 -20
  71. cribl_control_plane/models/getpacksbyidop.py +1 -20
  72. cribl_control_plane/models/getpacksop.py +1 -19
  73. cribl_control_plane/models/getpipelinebyidop.py +1 -20
  74. cribl_control_plane/models/getroutesbyidop.py +1 -20
  75. cribl_control_plane/models/getsummaryop.py +1 -19
  76. cribl_control_plane/models/getversioncountop.py +1 -19
  77. cribl_control_plane/models/getversiondiffop.py +1 -19
  78. cribl_control_plane/models/getversionfilesop.py +1 -19
  79. cribl_control_plane/models/getversionop.py +1 -19
  80. cribl_control_plane/models/getversionshowop.py +1 -19
  81. cribl_control_plane/models/getversionstatusop.py +1 -19
  82. cribl_control_plane/models/input.py +1 -1
  83. cribl_control_plane/models/inputcriblhttp.py +24 -6
  84. cribl_control_plane/models/inputcribltcp.py +25 -0
  85. cribl_control_plane/models/inputfile.py +4 -4
  86. cribl_control_plane/models/jobinfo.py +10 -4
  87. cribl_control_plane/models/lakedatasetmetrics.py +17 -0
  88. cribl_control_plane/models/listconfiggroupbyproductop.py +1 -19
  89. cribl_control_plane/models/listmasterworkerentryop.py +1 -19
  90. cribl_control_plane/models/output.py +2 -2
  91. cribl_control_plane/models/outputconfluentcloud.py +2 -0
  92. cribl_control_plane/models/outputcriblhttp.py +23 -0
  93. cribl_control_plane/models/outputcribltcp.py +25 -0
  94. cribl_control_plane/models/outputdatabricks.py +4 -4
  95. cribl_control_plane/models/outputkafka.py +2 -0
  96. cribl_control_plane/models/outputmsk.py +2 -0
  97. cribl_control_plane/models/runnablejobcollection.py +8 -0
  98. cribl_control_plane/models/runnablejobexecutor.py +4 -0
  99. cribl_control_plane/models/runnablejobscheduledsearch.py +4 -0
  100. cribl_control_plane/models/updateconfiggroupbyproductandidop.py +1 -19
  101. cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +1 -20
  102. cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +1 -20
  103. cribl_control_plane/models/updateinputbyidop.py +1 -19
  104. cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +1 -20
  105. cribl_control_plane/models/updateoutputbyidop.py +1 -19
  106. cribl_control_plane/models/updatepacksbyidop.py +1 -20
  107. cribl_control_plane/models/updatepipelinebyidop.py +1 -19
  108. cribl_control_plane/models/updateroutesbyidop.py +1 -19
  109. cribl_control_plane/nodes.py +8 -12
  110. cribl_control_plane/packs.py +20 -20
  111. cribl_control_plane/pipelines.py +20 -20
  112. cribl_control_plane/routes_sdk.py +16 -20
  113. cribl_control_plane/samples.py +8 -8
  114. cribl_control_plane/sdk.py +2 -2
  115. cribl_control_plane/sources.py +20 -20
  116. cribl_control_plane/statuses.py +4 -4
  117. cribl_control_plane/summaries.py +8 -4
  118. cribl_control_plane/teams.py +4 -4
  119. cribl_control_plane/versions_configs.py +4 -4
  120. {cribl_control_plane-0.2.1rc7.dist-info → cribl_control_plane-0.2.1rc11.dist-info}/METADATA +25 -7
  121. {cribl_control_plane-0.2.1rc7.dist-info → cribl_control_plane-0.2.1rc11.dist-info}/RECORD +122 -103
  122. {cribl_control_plane-0.2.1rc7.dist-info → cribl_control_plane-0.2.1rc11.dist-info}/WHEEL +0 -0
@@ -26,7 +26,7 @@ class ConfigGroupCloud(BaseModel):
26
26
  def serialize_provider(self, value):
27
27
  if isinstance(value, str):
28
28
  try:
29
- return Nullable[models.CloudProvider](value)
29
+ return models.CloudProvider(value)
30
30
  except ValueError:
31
31
  return value
32
32
  return value
@@ -7,17 +7,13 @@ from typing import List, Optional
7
7
  from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- class GetVersionBranchResponseTypedDict(TypedDict):
11
- r"""a list of BranchInfo objects"""
12
-
10
+ class CountedListBranchInfoTypedDict(TypedDict):
13
11
  count: NotRequired[int]
14
12
  r"""number of items present in the items array"""
15
13
  items: NotRequired[List[BranchInfoTypedDict]]
16
14
 
17
15
 
18
- class GetVersionBranchResponse(BaseModel):
19
- r"""a list of BranchInfo objects"""
20
-
16
+ class CountedListBranchInfo(BaseModel):
21
17
  count: Optional[int] = None
22
18
  r"""number of items present in the items array"""
23
19
 
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .configgroup import ConfigGroup, ConfigGroupTypedDict
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 CountedListConfigGroupTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[ConfigGroupTypedDict]]
14
+
15
+
16
+ class CountedListConfigGroup(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[ConfigGroup]] = None
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
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 CountedListCriblLakeDatasetTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[CriblLakeDatasetTypedDict]]
14
+
15
+
16
+ class CountedListCriblLakeDataset(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[CriblLakeDataset]] = None
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .distributedsummary import DistributedSummary, DistributedSummaryTypedDict
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 CountedListDistributedSummaryTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[DistributedSummaryTypedDict]]
14
+
15
+
16
+ class CountedListDistributedSummary(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[DistributedSummary]] = None
@@ -0,0 +1,20 @@
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 CountedListGitCommitSummaryTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[GitCommitSummaryTypedDict]]
14
+
15
+
16
+ class CountedListGitCommitSummary(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[GitCommitSummary]] = None
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .gitcountresult import GitCountResult, GitCountResultTypedDict
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 CountedListGitCountResultTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[GitCountResultTypedDict]]
14
+
15
+
16
+ class CountedListGitCountResult(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[GitCountResult]] = None
@@ -1,24 +1,20 @@
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
+ from .gitdiffresult import GitDiffResult, GitDiffResultTypedDict
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 CreateInputResponseTypedDict(TypedDict):
11
- r"""a list of Source objects"""
12
-
10
+ class CountedListGitDiffResultTypedDict(TypedDict):
13
11
  count: NotRequired[int]
14
12
  r"""number of items present in the items array"""
15
- items: NotRequired[List[InputTypedDict]]
16
-
13
+ items: NotRequired[List[GitDiffResultTypedDict]]
17
14
 
18
- class CreateInputResponse(BaseModel):
19
- r"""a list of Source objects"""
20
15
 
16
+ class CountedListGitDiffResult(BaseModel):
21
17
  count: Optional[int] = None
22
18
  r"""number of items present in the items array"""
23
19
 
24
- items: Optional[List[Input]] = None
20
+ items: Optional[List[GitDiffResult]] = None
@@ -0,0 +1,20 @@
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 typing import List, Optional
7
+ from typing_extensions import NotRequired, TypedDict
8
+
9
+
10
+ class CountedListGitFilesResponseTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[GitFilesResponseTypedDict]]
14
+
15
+
16
+ class CountedListGitFilesResponse(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[GitFilesResponse]] = None
@@ -7,17 +7,13 @@ from typing import List, Optional
7
7
  from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- class GetVersionInfoResponseTypedDict(TypedDict):
11
- r"""a list of GitInfo objects"""
12
-
10
+ class CountedListGitInfoTypedDict(TypedDict):
13
11
  count: NotRequired[int]
14
12
  r"""number of items present in the items array"""
15
13
  items: NotRequired[List[GitInfoTypedDict]]
16
14
 
17
15
 
18
- class GetVersionInfoResponse(BaseModel):
19
- r"""a list of GitInfo objects"""
20
-
16
+ class CountedListGitInfo(BaseModel):
21
17
  count: Optional[int] = None
22
18
  r"""number of items present in the items array"""
23
19
 
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .gitlogresult import GitLogResult, GitLogResultTypedDict
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 CountedListGitLogResultTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[GitLogResultTypedDict]]
14
+
15
+
16
+ class CountedListGitLogResult(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[GitLogResult]] = None
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .gitrevertresult import GitRevertResult, GitRevertResultTypedDict
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 CountedListGitRevertResultTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[GitRevertResultTypedDict]]
14
+
15
+
16
+ class CountedListGitRevertResult(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[GitRevertResult]] = None
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .gitshowresult import GitShowResult, GitShowResultTypedDict
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 CountedListGitShowResultTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[GitShowResultTypedDict]]
14
+
15
+
16
+ class CountedListGitShowResult(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[GitShowResult]] = None
@@ -0,0 +1,20 @@
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 typing import List, Optional
7
+ from typing_extensions import NotRequired, TypedDict
8
+
9
+
10
+ class CountedListGitStatusResultTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[GitStatusResultTypedDict]]
14
+
15
+
16
+ class CountedListGitStatusResult(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[GitStatusResult]] = None
@@ -7,17 +7,13 @@ from typing import List, Optional
7
7
  from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- class ListInputResponseTypedDict(TypedDict):
11
- r"""a list of Source objects"""
12
-
10
+ class CountedListInputTypedDict(TypedDict):
13
11
  count: NotRequired[int]
14
12
  r"""number of items present in the items array"""
15
13
  items: NotRequired[List[InputTypedDict]]
16
14
 
17
15
 
18
- class ListInputResponse(BaseModel):
19
- r"""a list of Source objects"""
20
-
16
+ class CountedListInput(BaseModel):
21
17
  count: Optional[int] = None
22
18
  r"""number of items present in the items array"""
23
19
 
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .inputsplunkhec import InputSplunkHec, InputSplunkHecTypedDict
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 CountedListInputSplunkHecTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[InputSplunkHecTypedDict]]
14
+
15
+
16
+ class CountedListInputSplunkHec(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[InputSplunkHec]] = None
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .jobinfo import JobInfo, JobInfoTypedDict
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 CountedListJobInfoTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[JobInfoTypedDict]]
14
+
15
+
16
+ class CountedListJobInfo(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[JobInfo]] = None
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .masterworkerentry import MasterWorkerEntry, MasterWorkerEntryTypedDict
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 CountedListMasterWorkerEntryTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[MasterWorkerEntryTypedDict]]
14
+
15
+
16
+ class CountedListMasterWorkerEntry(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[MasterWorkerEntry]] = None
@@ -0,0 +1,19 @@
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 CountedListnumberTypedDict(TypedDict):
10
+ count: NotRequired[int]
11
+ r"""number of items present in the items array"""
12
+ items: NotRequired[List[float]]
13
+
14
+
15
+ class CountedListnumber(BaseModel):
16
+ count: Optional[int] = None
17
+ r"""number of items present in the items array"""
18
+
19
+ items: Optional[List[float]] = None
@@ -0,0 +1,19 @@
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 CountedListObjectTypedDict(TypedDict):
10
+ count: NotRequired[int]
11
+ r"""number of items present in the items array"""
12
+ items: NotRequired[List[Dict[str, Any]]]
13
+
14
+
15
+ class CountedListObject(BaseModel):
16
+ count: Optional[int] = None
17
+ r"""number of items present in the items array"""
18
+
19
+ items: Optional[List[Dict[str, Any]]] = None
@@ -7,17 +7,13 @@ from typing import List, Optional
7
7
  from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- class ListOutputResponseTypedDict(TypedDict):
11
- r"""a list of Destination objects"""
12
-
10
+ class CountedListOutputTypedDict(TypedDict):
13
11
  count: NotRequired[int]
14
12
  r"""number of items present in the items array"""
15
13
  items: NotRequired[List[OutputTypedDict]]
16
14
 
17
15
 
18
- class ListOutputResponse(BaseModel):
19
- r"""a list of Destination objects"""
20
-
16
+ class CountedListOutput(BaseModel):
21
17
  count: Optional[int] = None
22
18
  r"""number of items present in the items array"""
23
19
 
@@ -1,24 +1,20 @@
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
+ from .outputsamplesresponse import OutputSamplesResponse, OutputSamplesResponseTypedDict
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 CreateOutputResponseTypedDict(TypedDict):
11
- r"""a list of Destination objects"""
12
-
10
+ class CountedListOutputSamplesResponseTypedDict(TypedDict):
13
11
  count: NotRequired[int]
14
12
  r"""number of items present in the items array"""
15
- items: NotRequired[List[OutputTypedDict]]
16
-
13
+ items: NotRequired[List[OutputSamplesResponseTypedDict]]
17
14
 
18
- class CreateOutputResponse(BaseModel):
19
- r"""a list of Destination objects"""
20
15
 
16
+ class CountedListOutputSamplesResponse(BaseModel):
21
17
  count: Optional[int] = None
22
18
  r"""number of items present in the items array"""
23
19
 
24
- items: Optional[List[Output]] = None
20
+ items: Optional[List[OutputSamplesResponse]] = None
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .outputtestresponse import OutputTestResponse, OutputTestResponseTypedDict
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 CountedListOutputTestResponseTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[OutputTestResponseTypedDict]]
14
+
15
+
16
+ class CountedListOutputTestResponse(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[OutputTestResponse]] = None
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .packinfo import PackInfo, PackInfoTypedDict
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 CountedListPackInfoTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[PackInfoTypedDict]]
14
+
15
+
16
+ class CountedListPackInfo(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[PackInfo]] = None
@@ -7,17 +7,13 @@ from typing import List, Optional
7
7
  from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- class CreatePacksResponseTypedDict(TypedDict):
11
- r"""a list of PackInstallInfo objects"""
12
-
10
+ class CountedListPackInstallInfoTypedDict(TypedDict):
13
11
  count: NotRequired[int]
14
12
  r"""number of items present in the items array"""
15
13
  items: NotRequired[List[PackInstallInfoTypedDict]]
16
14
 
17
15
 
18
- class CreatePacksResponse(BaseModel):
19
- r"""a list of PackInstallInfo objects"""
20
-
16
+ class CountedListPackInstallInfo(BaseModel):
21
17
  count: Optional[int] = None
22
18
  r"""number of items present in the items array"""
23
19
 
@@ -7,17 +7,13 @@ from typing import List, Optional
7
7
  from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- class ListPipelineResponseTypedDict(TypedDict):
11
- r"""a list of Pipeline objects"""
12
-
10
+ class CountedListPipelineTypedDict(TypedDict):
13
11
  count: NotRequired[int]
14
12
  r"""number of items present in the items array"""
15
13
  items: NotRequired[List[PipelineTypedDict]]
16
14
 
17
15
 
18
- class ListPipelineResponse(BaseModel):
19
- r"""a list of Pipeline objects"""
20
-
16
+ class CountedListPipeline(BaseModel):
21
17
  count: Optional[int] = None
22
18
  r"""number of items present in the items array"""
23
19
 
@@ -7,17 +7,13 @@ from typing import List, Optional
7
7
  from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- class ListRoutesResponseTypedDict(TypedDict):
11
- r"""a list of Routes objects"""
12
-
10
+ class CountedListRoutesTypedDict(TypedDict):
13
11
  count: NotRequired[int]
14
12
  r"""number of items present in the items array"""
15
13
  items: NotRequired[List[RoutesTypedDict]]
16
14
 
17
15
 
18
- class ListRoutesResponse(BaseModel):
19
- r"""a list of Routes objects"""
20
-
16
+ class CountedListRoutes(BaseModel):
21
17
  count: Optional[int] = None
22
18
  r"""number of items present in the items array"""
23
19
 
@@ -6,17 +6,13 @@ from typing import List, Optional
6
6
  from typing_extensions import NotRequired, TypedDict
7
7
 
8
8
 
9
- class CreateVersionPushResponseTypedDict(TypedDict):
10
- r"""a list of string objects"""
11
-
9
+ class CountedListstringTypedDict(TypedDict):
12
10
  count: NotRequired[int]
13
11
  r"""number of items present in the items array"""
14
12
  items: NotRequired[List[str]]
15
13
 
16
14
 
17
- class CreateVersionPushResponse(BaseModel):
18
- r"""a list of string objects"""
19
-
15
+ class CountedListstring(BaseModel):
20
16
  count: Optional[int] = None
21
17
  r"""number of items present in the items array"""
22
18
 
@@ -1,24 +1,20 @@
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
+ from .teamaccesscontrollist import TeamAccessControlList, TeamAccessControlListTypedDict
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 CreatePipelineResponseTypedDict(TypedDict):
11
- r"""a list of Pipelines objects"""
12
-
10
+ class CountedListTeamAccessControlListTypedDict(TypedDict):
13
11
  count: NotRequired[int]
14
12
  r"""number of items present in the items array"""
15
- items: NotRequired[List[PipelineTypedDict]]
16
-
13
+ items: NotRequired[List[TeamAccessControlListTypedDict]]
17
14
 
18
- class CreatePipelineResponse(BaseModel):
19
- r"""a list of Pipelines objects"""
20
15
 
16
+ class CountedListTeamAccessControlList(BaseModel):
21
17
  count: Optional[int] = None
22
18
  r"""number of items present in the items array"""
23
19
 
24
- items: Optional[List[Pipeline]] = None
20
+ items: Optional[List[TeamAccessControlList]] = None
@@ -0,0 +1,20 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .useraccesscontrollist import UserAccessControlList, UserAccessControlListTypedDict
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 CountedListUserAccessControlListTypedDict(TypedDict):
11
+ count: NotRequired[int]
12
+ r"""number of items present in the items array"""
13
+ items: NotRequired[List[UserAccessControlListTypedDict]]
14
+
15
+
16
+ class CountedListUserAccessControlList(BaseModel):
17
+ count: Optional[int] = None
18
+ r"""number of items present in the items array"""
19
+
20
+ items: Optional[List[UserAccessControlList]] = None