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,20 +0,0 @@
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
@@ -1,20 +0,0 @@
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
@@ -1,20 +0,0 @@
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
@@ -1,19 +0,0 @@
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
@@ -1,19 +0,0 @@
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
@@ -1,20 +0,0 @@
1
- """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
-
3
- from __future__ import annotations
4
- from .outputsamplesresponse import OutputSamplesResponse, OutputSamplesResponseTypedDict
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 CountedListOutputSamplesResponseTypedDict(TypedDict):
11
- count: NotRequired[int]
12
- r"""number of items present in the items array"""
13
- items: NotRequired[List[OutputSamplesResponseTypedDict]]
14
-
15
-
16
- class CountedListOutputSamplesResponse(BaseModel):
17
- count: Optional[int] = None
18
- r"""number of items present in the items array"""
19
-
20
- items: Optional[List[OutputSamplesResponse]] = None
@@ -1,20 +0,0 @@
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
@@ -1,20 +0,0 @@
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
@@ -1,20 +0,0 @@
1
- """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
-
3
- from __future__ import annotations
4
- from .teamaccesscontrollist import TeamAccessControlList, TeamAccessControlListTypedDict
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 CountedListTeamAccessControlListTypedDict(TypedDict):
11
- count: NotRequired[int]
12
- r"""number of items present in the items array"""
13
- items: NotRequired[List[TeamAccessControlListTypedDict]]
14
-
15
-
16
- class CountedListTeamAccessControlList(BaseModel):
17
- count: Optional[int] = None
18
- r"""number of items present in the items array"""
19
-
20
- items: Optional[List[TeamAccessControlList]] = None
@@ -1,20 +0,0 @@
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