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
@@ -20,7 +20,7 @@ class Teams(BaseSDK):
20
20
  server_url: Optional[str] = None,
21
21
  timeout_ms: Optional[int] = None,
22
22
  http_headers: Optional[Mapping[str, str]] = None,
23
- ) -> models.CountedListTeamAccessControlList:
23
+ ) -> models.GetConfigGroupACLTeamsByProductAndIDResponse:
24
24
  r"""Get the Access Control List for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
25
25
 
26
26
  Get the Access Control List (ACL) for teams that have permissions on a Worker Group or Edge Fleet for the specified Cribl product.
@@ -91,7 +91,7 @@ class Teams(BaseSDK):
91
91
  response_data: Any = None
92
92
  if utils.match_response(http_res, "200", "application/json"):
93
93
  return unmarshal_json_response(
94
- models.CountedListTeamAccessControlList, http_res
94
+ models.GetConfigGroupACLTeamsByProductAndIDResponse, http_res
95
95
  )
96
96
  if utils.match_response(http_res, "500", "application/json"):
97
97
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
@@ -115,7 +115,7 @@ class Teams(BaseSDK):
115
115
  server_url: Optional[str] = None,
116
116
  timeout_ms: Optional[int] = None,
117
117
  http_headers: Optional[Mapping[str, str]] = None,
118
- ) -> models.CountedListTeamAccessControlList:
118
+ ) -> models.GetConfigGroupACLTeamsByProductAndIDResponse:
119
119
  r"""Get the Access Control List for teams with permissions on a Worker Group or Edge Fleet for the specified Cribl product
120
120
 
121
121
  Get the Access Control List (ACL) for teams that have permissions on a Worker Group or Edge Fleet for the specified Cribl product.
@@ -186,7 +186,7 @@ class Teams(BaseSDK):
186
186
  response_data: Any = None
187
187
  if utils.match_response(http_res, "200", "application/json"):
188
188
  return unmarshal_json_response(
189
- models.CountedListTeamAccessControlList, http_res
189
+ models.GetConfigGroupACLTeamsByProductAndIDResponse, http_res
190
190
  )
191
191
  if utils.match_response(http_res, "500", "application/json"):
192
192
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
@@ -17,7 +17,7 @@ class VersionsConfigs(BaseSDK):
17
17
  server_url: Optional[str] = None,
18
18
  timeout_ms: Optional[int] = None,
19
19
  http_headers: Optional[Mapping[str, str]] = None,
20
- ) -> models.CountedListGitInfo:
20
+ ) -> models.GetVersionInfoResponse:
21
21
  r"""Get the configuration and status for the Git integration
22
22
 
23
23
  Get the configuration and versioning status for the Git integration for the Cribl configuration.
@@ -77,7 +77,7 @@ class VersionsConfigs(BaseSDK):
77
77
 
78
78
  response_data: Any = None
79
79
  if utils.match_response(http_res, "200", "application/json"):
80
- return unmarshal_json_response(models.CountedListGitInfo, http_res)
80
+ return unmarshal_json_response(models.GetVersionInfoResponse, http_res)
81
81
  if utils.match_response(http_res, "500", "application/json"):
82
82
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
83
83
  raise errors.Error(response_data, http_res)
@@ -97,7 +97,7 @@ class VersionsConfigs(BaseSDK):
97
97
  server_url: Optional[str] = None,
98
98
  timeout_ms: Optional[int] = None,
99
99
  http_headers: Optional[Mapping[str, str]] = None,
100
- ) -> models.CountedListGitInfo:
100
+ ) -> models.GetVersionInfoResponse:
101
101
  r"""Get the configuration and status for the Git integration
102
102
 
103
103
  Get the configuration and versioning status for the Git integration for the Cribl configuration.
@@ -157,7 +157,7 @@ class VersionsConfigs(BaseSDK):
157
157
 
158
158
  response_data: Any = None
159
159
  if utils.match_response(http_res, "200", "application/json"):
160
- return unmarshal_json_response(models.CountedListGitInfo, http_res)
160
+ return unmarshal_json_response(models.GetVersionInfoResponse, http_res)
161
161
  if utils.match_response(http_res, "500", "application/json"):
162
162
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
163
163
  raise errors.Error(response_data, http_res)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.2.1rc11
3
+ Version: 0.3.0b12
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -17,20 +17,11 @@ Project-URL: Repository, https://github.com/criblio/cribl_control_plane_sdk_pyth
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # cribl_control_plane_sdk_python
20
+ <!-- Start Summary [summary] -->
21
+ ## Summary
20
22
 
21
- The Cribl Python SDK for the control plane provides operational control over Cribl resources and helps streamline the process of integrating with Cribl.
22
-
23
- In addition to the usage examples in this repository, the Cribl documentation includes [code examples for common use cases](https://docs.cribl.io/cribl-as-code/code-examples).
24
-
25
- Complementary API reference documentation is available at https://docs.cribl.io/cribl-as-code/api-reference. Product documentation is available at https://docs.cribl.io.
26
-
27
- > [!IMPORTANT]
28
- > **Preview Feature**
29
- > The Cribl SDKs are Preview features that are still being developed. We do not recommend using them in a production environment, because the features might not be fully tested or optimized for performance, and related documentation could be incomplete.
30
- >
31
- > Please continue to submit feedback through normal Cribl support channels, but assistance might be limited while the features remain in Preview.
32
-
33
- <!-- No Summary [summary] -->
23
+ Cribl API Reference: This API Reference lists available REST endpoints, along with their supported operations for accessing, creating, updating, or deleting resources. See our complementary product documentation at [docs.cribl.io](http://docs.cribl.io).
24
+ <!-- End Summary [summary] -->
34
25
 
35
26
  <!-- Start Table of Contents [toc] -->
36
27
  ## Table of Contents
@@ -4,16 +4,16 @@ cribl_control_plane/_hooks/clientcredentials.py,sha256=CeI19FzRb2V6kiNPgSFGn0CgI
4
4
  cribl_control_plane/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
5
5
  cribl_control_plane/_hooks/sdkhooks.py,sha256=ggXjME1_Rdv8CVCg1XHqB83eYtbxzKyhXyfQ36Yc1gA,2816
6
6
  cribl_control_plane/_hooks/types.py,sha256=Tw_C4zTZm01rW_89VDEUpvQ8KQr1WxN0Gu_-s_fYSPc,2998
7
- cribl_control_plane/_version.py,sha256=mNzjoSCoGPwvZK6O8hDJc0gupHw1_wjUy0qMZgNwIuM,548
8
- cribl_control_plane/acl.py,sha256=yrNEBM3o9XxIqDmQELv41rW_w6n-YE68D-g1CUA5lSs,8997
7
+ cribl_control_plane/_version.py,sha256=rJLY5RSiRN5YdNH9IDdRVbNQ-sP_pnSWYPt1IfYzabY,546
8
+ cribl_control_plane/acl.py,sha256=8lvYOKAli4PzsQhOVaCU6YCwblPMh9jQo04L0r4HJuQ,9025
9
9
  cribl_control_plane/auth_sdk.py,sha256=3sjf1VoyWwfhSyuMDQLixgWISSf03BOZwmkiT8g5Ruw,626
10
10
  cribl_control_plane/basesdk.py,sha256=y4yIXSNVXLMd0sLS2htBFdTCI3gkPQbIWd-C671kg1I,12249
11
- cribl_control_plane/branches.py,sha256=vx_Auj8zHo6oHs-zBD4C_kmTwalCK9R4rUN6Z0Fy6-8,14205
12
- cribl_control_plane/commits.py,sha256=4rxVyrrluT9QTVw4h8jTDnj-YY7-Eeacc7PnKB0aaq4,56620
13
- cribl_control_plane/commits_files.py,sha256=Emm_BCkujyoXkhIE8hhqu82Pi2LNybcjN7RyPIXiDF8,15633
14
- cribl_control_plane/configs_versions.py,sha256=3TZIe5QLehvC8bUQ0vGDSYPS8QP3kQ3Vmgq83XLlXuk,8148
15
- cribl_control_plane/destinations.py,sha256=TDrxmgrz8SCsMdd4Afm9AE1j_W_Dbh_b828Yyx1k73Y,37431
16
- cribl_control_plane/destinations_pq.py,sha256=FlHLwzQ4ZHIyxJZaX0YDJ9oc2Ru_CZ7oGbKe4CgKi4I,14815
11
+ cribl_control_plane/branches.py,sha256=Uz2F25RVW5hDr92Dm7yo7I9NdEN1zh9eDF20h4mD7Tg,14217
12
+ cribl_control_plane/commits.py,sha256=eQCWma93q5TdxSdrRIQPn5LltiVruCNqjWjQvz-Bwng,56652
13
+ cribl_control_plane/commits_files.py,sha256=YmLpBefvP28icHA3FqvwVIxmTcgecUnABf5Tx7wN8H8,15609
14
+ cribl_control_plane/configs_versions.py,sha256=Ov9FqT4q9aKcCBUs1Qn65CdjnJK1pXXWPTYlHHHj-gk,8336
15
+ cribl_control_plane/destinations.py,sha256=N5MApCQUc2KpTCFAQHZvXmrweuI0gSQ2mk8uTQhJjww,37519
16
+ cribl_control_plane/destinations_pq.py,sha256=bp25ihNaTH8Je2ifM8EgR9Cc-w4naz-snS2jJlsyq7E,14871
17
17
  cribl_control_plane/errors/__init__.py,sha256=6wIINrURgpkshDia3Vek9STh9U0-mEV18rwOQib1hQA,2300
18
18
  cribl_control_plane/errors/apierror.py,sha256=jCXjH_rX6hCI3Ka3hWCfLA6k2YD2Mw4z8kWial4XEdQ,1316
19
19
  cribl_control_plane/errors/criblcontrolplaneerror.py,sha256=OtQvKiQwsbotChFzuJGbX8Z3UJ_CZK6zDas7NO3XM2A,966
@@ -22,12 +22,12 @@ cribl_control_plane/errors/healthserverstatus_error.py,sha256=Si7YixCRbgVykthDXN
22
22
  cribl_control_plane/errors/no_response_error.py,sha256=DaZukP5ManflzAN-11MtmBitfTIct37sRvfszvfM13o,467
23
23
  cribl_control_plane/errors/responsevalidationerror.py,sha256=l8CMARNT46VW1u2GuWlH7Ki_rF8Ulky4J_2fQ7rMwnU,783
24
24
  cribl_control_plane/groups_configs.py,sha256=dgi-W0ElnyygaVKXqk5df2ldAAgj9YmXRPCez2hP7yc,695
25
- cribl_control_plane/groups_sdk.py,sha256=ncsqYUreIhtvE6UlNni8TjazitBtwm-mk1OyJ6WLjkA,62473
25
+ cribl_control_plane/groups_sdk.py,sha256=tdG5emulC_HOjRq_pg3DB1NO8R8NYhHfEsqv6-B6_SM,63205
26
26
  cribl_control_plane/health.py,sha256=P7wMhZOtCesOAJd3rn02fuEub2yv3r_PLWjIGShHC3c,7293
27
- cribl_control_plane/hectokens.py,sha256=8t4BE1EPRs_CIDlPJhfz8n3wspoDq7j74GaaBXRai-M,18951
27
+ cribl_control_plane/hectokens.py,sha256=0EGgGGrM83m1YmTZwkN5S4xFkHQGnw1IZe3y6uMwmLw,19151
28
28
  cribl_control_plane/httpclient.py,sha256=dqTPONDBpRn4ktXfcetQiRXnG93f0pJkFhqsYFhLUac,3945
29
- cribl_control_plane/lakedatasets.py,sha256=dltY-KsJkH81ekpNafXFYUoe6covcuF9IZ3dVmyfq_s,47256
30
- cribl_control_plane/models/__init__.py,sha256=pXpNO9evIE7NYjl17Kn8Fkm54iz6NoW4pvECNP-az0U,391608
29
+ cribl_control_plane/lakedatasets.py,sha256=V5M6Dsjqgyuro3b1__fXtIW3uI96iGg4LdFKSAiU7FY,47812
30
+ cribl_control_plane/models/__init__.py,sha256=nC6rjj6_IiPcVG6KnXo1mfEayDXTGNxSZyuUWEPqUCU,399284
31
31
  cribl_control_plane/models/addhectokenrequest.py,sha256=mzQLKrMWlwxNheqEs5SM_yrT-gyenfCWgHKhmb5oXFQ,800
32
32
  cribl_control_plane/models/authtoken.py,sha256=sDw4DmWtZk4rvQow02X38SvB-rUSrZZ08t9NwqQcs8Y,443
33
33
  cribl_control_plane/models/branchinfo.py,sha256=jCX31O5TMG9jTjqigPvvUiBwpgPpVxHtSuhYrNykXiI,291
@@ -38,82 +38,60 @@ cribl_control_plane/models/commit.py,sha256=wXQkjOYsffxWURHTrfU9kJ4HF2H65QfD1R9-
38
38
  cribl_control_plane/models/configgroup.py,sha256=mX1abg2Bo3QCtJi68QMUQCrZNJND8Q4dhtC-dZU5zfQ,5486
39
39
  cribl_control_plane/models/configgroupcloud.py,sha256=valjh7Znt6Bsegg-MrHoMx-s8wwHv8x-jlMDanRfaWA,1906
40
40
  cribl_control_plane/models/configgrouplookups.py,sha256=1z1DlvlVehqfD6hZMXG0XedZTfoCIpYd0cHav45tiRw,830
41
- cribl_control_plane/models/countedlistbranchinfo.py,sha256=hcYj25ubMXV-8nL4OEtPoqAZ4HKiGkJAbguj85NZb3k,656
42
- cribl_control_plane/models/countedlistconfiggroup.py,sha256=k4X7MJ_67rzogoqzs_fM59aSJB4f6LvZkYkk9HXVGMg,663
43
- cribl_control_plane/models/countedlistcribllakedataset.py,sha256=oCkMOUp67dQsDdbDwcMo6lEWBlidnL2xE3xeYQGLFPw,698
44
- cribl_control_plane/models/countedlistdistributedsummary.py,sha256=B7CC_j3t9jPAHGWcNEG0NjBQbHCu5rO0F_Fs8WrzkIs,712
45
- cribl_control_plane/models/countedlistgitcommitsummary.py,sha256=MjYkS9OJjsmA8svgSxbouPGOI2zkZsmeE2UcVh4j5lk,698
46
- cribl_control_plane/models/countedlistgitcountresult.py,sha256=FNMOk5hwmvwBOIxgZJKVo6qlAlAAgRGU8ktxV4IcJc8,684
47
- cribl_control_plane/models/countedlistgitdiffresult.py,sha256=gBO10cwEluiPVUesOwjCGo4IA6rgYvZBNYOlfjy6e8k,677
48
- cribl_control_plane/models/countedlistgitfilesresponse.py,sha256=jQoXD7QHRudoKOqajTEDi4wREj1TVzZpXLPlAiCZDXs,698
49
- cribl_control_plane/models/countedlistgitinfo.py,sha256=YIzw91Kg-QWsIIFPBlcsBTgiZF64Y8-_puQMv3DaOKo,635
50
- cribl_control_plane/models/countedlistgitlogresult.py,sha256=gKw5XSnpX90p041rUdvYPmLxlU-z990JQN9Trdt8sOU,670
51
- cribl_control_plane/models/countedlistgitrevertresult.py,sha256=xrYJpNiuK-73gVBrY0BKBqL-MqGXvW84iUT5gooOxuo,691
52
- cribl_control_plane/models/countedlistgitshowresult.py,sha256=JOArdTxet0hOVASv3gqBCQf4HWUiyPI0Rqws8hN1NDM,677
53
- cribl_control_plane/models/countedlistgitstatusresult.py,sha256=-O1Fdtr0y9ml98Lm34Rwe6cgiMLztrbvqLSSTDLa2H4,691
54
- cribl_control_plane/models/countedlistinput.py,sha256=eTIci5m4uVHoggHCIbY23e9qaVZonjg0ir5QEs4gxZM,621
55
- cribl_control_plane/models/countedlistinputsplunkhec.py,sha256=F5GBVRUlUiru2wpwMK_PxbhWk2Ngh1SVx3AQB9tqyEw,684
56
- cribl_control_plane/models/countedlistjobinfo.py,sha256=R1rq0vuiOn_hDQHD5u2GN8gTlmB-qdOFbnmtmEaJWo0,635
57
- cribl_control_plane/models/countedlistmasterworkerentry.py,sha256=EwLW0___GaK16CnGZwSZlP5AAO-ciZ9DWw0MpJyluIc,705
58
- cribl_control_plane/models/countedlistnumber.py,sha256=uYEt9TAI5dBSioO2XbBnOnA8_43gFeF8uMESuzLGQ8o,573
59
- cribl_control_plane/models/countedlistobject.py,sha256=o105wNjAa9pikzDjCgoGDGBl_p4c9eKI_EQB5fXjeAI,602
60
- cribl_control_plane/models/countedlistoutput.py,sha256=v0Zl--zELRX9FRyUH42xHt5aU-InzSyF_rw47DLnAD8,628
61
- cribl_control_plane/models/countedlistoutputsamplesresponse.py,sha256=eSqMCyZv0y8fOLwXxZG5nn6LaIR5I4NOM8OG5MxJS1o,733
62
- cribl_control_plane/models/countedlistoutputtestresponse.py,sha256=e4LNFdHmClG227Kov6VndvZXMkx4FGHgVNze8WI1hIM,712
63
- cribl_control_plane/models/countedlistpackinfo.py,sha256=RryU4Z2SfNr2C_SVb8kZDStBoyFz-CjVn7xIuvc_cyg,642
64
- cribl_control_plane/models/countedlistpackinstallinfo.py,sha256=eX37f2FE7c8ta-VqYr_XUYb-TSn30PTxGgywTqeidrE,691
65
- cribl_control_plane/models/countedlistpipeline.py,sha256=p5-z3K8yjjmTq36HwwPSQ3snssSX_OwaB8D2RLWiLqE,642
66
- cribl_control_plane/models/countedlistroutes.py,sha256=6p_y3vaN7Rm46XlijXyauTvbn2cxbDHE4IdC2TJF3h0,628
67
- cribl_control_plane/models/countedliststring.py,sha256=eu5kp7O7sJwz-RbtFiYKIqyLGV2sT55xYowST_CvNkM,569
68
- cribl_control_plane/models/countedlistteamaccesscontrollist.py,sha256=xIyt9ypK5zQ8DLI6jMZJgmoFBqulpuCl8PHhzICAvA4,733
69
- cribl_control_plane/models/countedlistuseraccesscontrollist.py,sha256=vmTNBhgWNw7zECEXkKz3knH3k87IgwAM_olAel5MPmI,733
70
- cribl_control_plane/models/createconfiggroupbyproductop.py,sha256=kqk-Qly4Ytae_xP954S2AeJET_vJP9oPHpISD8ZMT2A,1629
71
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py,sha256=Nw7YHTcOEJDFSGOiRHW8nLAQ69gNKO11RVpbQd3UgpE,1103
72
- cribl_control_plane/models/createinputhectokenbyidop.py,sha256=wd4HTZMs76QQhbszuICX-aXwrGXixnMJkifn--ynceA,1000
73
- cribl_control_plane/models/createoutputtestbyidop.py,sha256=kOT7ANgG4PpIyBaecqlkX1BFYbd1xsO-pXDyTc5DC-w,1029
74
- cribl_control_plane/models/createroutesappendbyidop.py,sha256=bX7duUREWTUvITwEZMHPfaDzgAk9dN8n9ubfddNzpS8,1089
75
- cribl_control_plane/models/createversioncommitop.py,sha256=qqKMuKo11SukL6_SmSyU_fhtzP77Eo9fXyVh0NdHLSw,1184
76
- cribl_control_plane/models/createversionrevertop.py,sha256=QPCwE9sQStnhojabg1BYjN0jCcogHItz3RvNwX3GTDk,1328
77
- cribl_control_plane/models/createversionundoop.py,sha256=VOFo095jL1XltKiq-uT3-95fUBokajPtKQOQPqW4O24,847
41
+ cribl_control_plane/models/createconfiggroupbyproductop.py,sha256=4h1FrrclERVzpO7OX9FbeW2lmeLulFkzt7WfHf79qX4,2204
42
+ cribl_control_plane/models/createcribllakedatasetbylakeidop.py,sha256=IVH9RvCw8IM0LCzJuy7_eDX9GbpTUIk-Xp0nFPjn6BQ,1647
43
+ cribl_control_plane/models/createinputhectokenbyidop.py,sha256=1FJEJYLPoVySpBtbiqV6ZCwR4AfkJ8-6Dsdc1DuG2tk,1590
44
+ cribl_control_plane/models/createinputop.py,sha256=l5Hz9ANzw4Gjh25FVf_okFzXxZWjA7GOx1tp8yWhKaI,701
45
+ cribl_control_plane/models/createoutputop.py,sha256=lWgs9T_pZR5bHcA0SZndbLuUPjVa_D_uFpqTuM7JiPc,718
46
+ cribl_control_plane/models/createoutputtestbyidop.py,sha256=-5R-9LdZDrHAxnti3u_RS7SiAdNpCK2Kti4AlU00WvA,1641
47
+ cribl_control_plane/models/createpacksop.py,sha256=ZWmUQ9KU6XbSh_oL7-txQw-7esp-yLexHQvgL2Aw9Mw,769
48
+ cribl_control_plane/models/createpipelineop.py,sha256=vUHkNhYvYqhSAte_1jeBqry7tUL7W6T_s1M7vivuKwg,728
49
+ cribl_control_plane/models/createroutesappendbyidop.py,sha256=IPpNRr587YqIXeQ95DBRmzWPB3o2VGKF0tw03Cds2OQ,1597
50
+ cribl_control_plane/models/createversioncommitop.py,sha256=ijtv-PAHQT6MYtVpdytDRGDWLgVUJLlEozAnwvgN59o,1739
51
+ cribl_control_plane/models/createversionpushop.py,sha256=9cpZ_Ez8RDSuH9bfiffS0pisNsh0tqtwXiKzNps7DxQ,659
52
+ cribl_control_plane/models/createversionrevertop.py,sha256=rTPVEEkTpK3bOBcUS1AzYZbCPJP8gSFTviyfFx0WPyU,1876
53
+ cribl_control_plane/models/createversionundoop.py,sha256=QS2n1IZYcv2t83X5YTOhz8ROZW7w2u5g9eEviL-vGLM,1302
78
54
  cribl_control_plane/models/criblevent.py,sha256=eT6WbxhOOCx5OQLkAfhwG6IeSUuUmF7hLTxeCHut4bo,361
79
55
  cribl_control_plane/models/cribllakedataset.py,sha256=HLlKA1oArPvcOqE1xayfiL8d2gtYXd514ldNxe9GK6Y,3068
80
56
  cribl_control_plane/models/cribllakedatasetupdate.py,sha256=KjFpq1MkTW-DpbkOLF5m7lPJkEME1EG_lFMTdg8u8pk,3147
81
57
  cribl_control_plane/models/currentbranchresult.py,sha256=qq1IRI_XeGrAI_-lV_xHCYuO3VwIFUVarvo0-lN-ymU,317
82
58
  cribl_control_plane/models/datasetmetadata.py,sha256=WRN-_mMpZMM4pzHhe42klnF4ef-Xo42TGecNJMwJSYg,1653
83
59
  cribl_control_plane/models/datasetmetadataruninfo.py,sha256=4UrKPwg1oCs7uk3s24dsVzyNXE8TpDJE9vCioZyK7t0,937
84
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py,sha256=CMH5eqU6HjX5dllbW14qJQuQ475XFT6Ac8agrOn1mxc,1519
85
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py,sha256=8eXpC_beutRnbRWA8K3eN0Gsw3JgfYrAaJjAVx6weNY,1021
86
- cribl_control_plane/models/deleteinputbyidop.py,sha256=B52umSquZnNibayJ6FDqBD-HJCLN5BWpX_tJqXZua2A,604
87
- cribl_control_plane/models/deleteoutputbyidop.py,sha256=bgJCfe4bcRzo-yPumf0cvqnTBwqm79LDneCyBgBn1OQ,616
88
- cribl_control_plane/models/deleteoutputpqbyidop.py,sha256=KXmDCnedY1nDSRCnTPg9O0fKUpbvqogB2l6oIXsNEo0,640
89
- cribl_control_plane/models/deletepacksbyidop.py,sha256=ViJkvNwZms7f5vScWh_ckplGgF9l78-_nN0FBolFw2k,606
90
- cribl_control_plane/models/deletepipelinebyidop.py,sha256=bsm1XTEvspQC14ye0Hi9V7Y_-fhqXJkItKc-AiurRwc,614
60
+ cribl_control_plane/models/deleteconfiggroupbyproductandidop.py,sha256=a3NCxdNkh1ycC2JjWts5pdg_xrO4JKFHkD2lw_It9LE,2104
61
+ cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py,sha256=BUMQ_56VCM_xK08eagJ2bdd4eOPCUUMVVG5duR3qg7s,1649
62
+ cribl_control_plane/models/deleteinputbyidop.py,sha256=wcL73IwZivcylD76m2vn-2YQ6E6nGgeXipwbYOmHVlY,1117
63
+ cribl_control_plane/models/deleteoutputbyidop.py,sha256=VdpKyYTadMO3rOmFlyMTkBkSLXT04ic9s9E9g0PDf8I,1146
64
+ cribl_control_plane/models/deleteoutputpqbyidop.py,sha256=TYVSIkbY-peZ2PsXUtc6mBBQi3qLIp1ecz2PmvWmj1g,1203
65
+ cribl_control_plane/models/deletepacksbyidop.py,sha256=LODUzjEwPIcDuIl10wHVIu3zssufBYMUrd8tmtgdplY,1187
66
+ cribl_control_plane/models/deletepipelinebyidop.py,sha256=TuNOcCp9WaoR87Yk4UjONY55R8Jkz2yY4k6LtEuCSjg,1152
91
67
  cribl_control_plane/models/deployrequest.py,sha256=zSl96WkkLVHACFRYUdPT4w7WhCaOv_V7_nMLcSGRYwE,560
92
68
  cribl_control_plane/models/deployrequestlookups.py,sha256=WJQf_uL_22Lj7_TIBZ0pZxspYnkfZu9ABNGBLG35tpA,613
93
69
  cribl_control_plane/models/difffiles.py,sha256=VJyPZY3njsKntwP8h4XrROCmXryp6kCvlk6MVv8Sz6g,4558
94
70
  cribl_control_plane/models/distributedsummary.py,sha256=1hXi_DKm78fsX8E-cKLHHTUpr5ZOjdpsrxmCYbRHfDc,1497
95
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py,sha256=978BCnT4IpKMkTTpXRyzBjrV4JG-HyIXIlck3sqpd5M,2320
96
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py,sha256=YybG0IbuzKmi6ljLdZiusUund5d65SvtMZB0ef2LU6k,2342
97
- cribl_control_plane/models/getconfiggroupbyproductandidop.py,sha256=BN_4yahPOujs2lGNK0WExSMLeDgJWtlkhvm134ec8bY,2114
98
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py,sha256=xTM-gUREjB8uhzdTGsCPel8sx7ARF-tEwtw0QRBpVoA,1593
99
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py,sha256=-vZXuKA4FMBjE7MtnmuWpkO3gfLdLOhN1JbG_MCMgnQ,1003
100
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py,sha256=4Sp2Z4ByAcy6S2KmAOxxXXfXJRHwcnKdU3MzzsGtSAA,759
101
- cribl_control_plane/models/getinputbyidop.py,sha256=wnldgOQuW018ZiBlx47gn30x6R_VUkRB6yAJPemRfIE,592
102
- cribl_control_plane/models/getmasterworkerentryop.py,sha256=RNTPix7Ru_CQLtx8eeTVPsMPQddb2w163j-pAnzdLdQ,829
103
- cribl_control_plane/models/getoutputbyidop.py,sha256=971r25UJWNWcgFoca2lugt5Ed33qDSRHOmhmy28OJyk,604
104
- cribl_control_plane/models/getoutputpqbyidop.py,sha256=0Di40qBk0P8n8FcRA_FTmXBwQIjfBcoRsHfc0fY008M,654
105
- cribl_control_plane/models/getoutputsamplesbyidop.py,sha256=nytkNlzZIXx5rx13qvMnyc1xtGRtt6m_h9kL8Q9MtMg,662
106
- cribl_control_plane/models/getpacksbyidop.py,sha256=10tl3tfGj3GaKSDoCu_vTN9vKXYnG0v3KgJ_gzO2I1c,588
107
- cribl_control_plane/models/getpacksop.py,sha256=-qua3bFERqXiEcQ5LUHPe4qVZS31Y2NpPaSQBpCodtU,1084
108
- cribl_control_plane/models/getpipelinebyidop.py,sha256=VrpjyoEV2qTj1R7wYL6t6rYknHU5UHmIber7PuyEmHk,602
109
- cribl_control_plane/models/getroutesbyidop.py,sha256=w_slJUif8-G_iRybXgHZqImDRyqRR9cDk1Y4afdAX64,698
110
- cribl_control_plane/models/getsummaryop.py,sha256=4XZMXUtDOeLo_YU6cpMuurc563tqhBry3kaMpn05cJ4,1375
111
- cribl_control_plane/models/getversioncountop.py,sha256=CJVurt2Z0nh2C1mBJHIHItKX6E9KzVEV_JJBQL9KmyY,1159
112
- cribl_control_plane/models/getversiondiffop.py,sha256=Duqo_6eKPNAH7yzt18m18Adt63JGf15BAfBW5-sRWks,1908
113
- cribl_control_plane/models/getversionfilesop.py,sha256=st0VAIHFVeOd9qEiKPwPG3X7HpcFCxzVX5Wke9wjj04,1187
114
- cribl_control_plane/models/getversionop.py,sha256=IGhE8qbT7UYE133TqzFI074ZAMjAWbOWMXe5R7hbFCY,1153
115
- cribl_control_plane/models/getversionshowop.py,sha256=Gdv9_0Z7jbEaIFdZMUh8ejVhHnVowOy_CKzxW9PBcXM,2014
116
- cribl_control_plane/models/getversionstatusop.py,sha256=Lgx-L4tSBfhBMBj4Y6mXzX68rtcUc4xerL27TwLM60g,819
71
+ cribl_control_plane/models/getconfiggroupaclbyproductandidop.py,sha256=TfA-Csqra0Df5Bg7eKAYvVFZh0kYcJsyE2YsLaEGPnc,2934
72
+ cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py,sha256=1KAqGTocHA0DFvDpPu0DX9__uukxSS-Oj09oMfuBsK0,2966
73
+ cribl_control_plane/models/getconfiggroupbyproductandidop.py,sha256=Iwfrp6i3QfaALdqHm67kO2vWOuc04HntUnrebaqMNMw,2652
74
+ cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py,sha256=XqH7Vkopma6IOgr_chJtVpYuje_C56RDJirzMZph7LU,2104
75
+ cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py,sha256=X2XiJPwODvnOY9U5kRxIjFGirvEKQpiIUrO125lZoIo,1625
76
+ cribl_control_plane/models/getcribllakedatasetbylakeidop.py,sha256=nd44uWdgyGfq3vjOvm2vQ76AiC_4J076q-ZCXP0ebAU,1371
77
+ cribl_control_plane/models/getinputbyidop.py,sha256=fuIpxpky_6KUbXM_8J-0VNIYsjNZnU6IyunVusx7QeE,1099
78
+ cribl_control_plane/models/getmasterworkerentryop.py,sha256=dIMOw_dSQo-vP-iuDhaTkSFvyN_WMlbh7WFfme64Cas,1261
79
+ cribl_control_plane/models/getoutputbyidop.py,sha256=Y8f9ZvCHlRE1cugt2APdigrcjLQz7R5jpkrLVUcDNcI,1128
80
+ cribl_control_plane/models/getoutputpqbyidop.py,sha256=KDJQ8jMF5PnE3eG6Aya5qybN1_FKqZCUUWgpDpgWb_g,1179
81
+ cribl_control_plane/models/getoutputsamplesbyidop.py,sha256=H07FC4EXq5nfssP7d9ikjsXMc3L7lykHC26uh9rPjBI,1295
82
+ cribl_control_plane/models/getpacksbyidop.py,sha256=OvlicPyqRImbhJ6tJwA8WGf1HX0KnsqVFguSh-SEb4s,1114
83
+ cribl_control_plane/models/getpacksop.py,sha256=LztkNqAPv55ipG4A0sMdgUrA5bRhdMLr6VtKLA_rQPs,1561
84
+ cribl_control_plane/models/getpipelinebyidop.py,sha256=kEq-Vh6vcKfPeWx2-vM-SrB-7TbVPEATEvI3nxI1RK8,1134
85
+ cribl_control_plane/models/getroutesbyidop.py,sha256=MnLecbR6lfjvNgBv_6u4AG4HNO6Sq8LEwoTCjMpwg44,1212
86
+ cribl_control_plane/models/getsummaryop.py,sha256=VBvwZygCxi_223wIAdUegBgxrSprOGcyo6oBDXnnPQU,1926
87
+ cribl_control_plane/models/getversionbranchop.py,sha256=oV1diDK21qDC-585UKpmQXRcso-BP2z_Wth8kYJopnQ,744
88
+ cribl_control_plane/models/getversioncountop.py,sha256=-tW5cV7wbSGZAhaoYF81VY90PYO-63nEIQCodjzhXhw,1692
89
+ cribl_control_plane/models/getversiondiffop.py,sha256=vm3B-GB9qDeuL-btzZFBC6chM6R_IYbz5R1X9RR4gJM,2432
90
+ cribl_control_plane/models/getversionfilesop.py,sha256=R22O8bEtLVCif84eZUJi8H2996twJcEuuh2aTlD2JK4,1734
91
+ cribl_control_plane/models/getversioninfoop.py,sha256=xgglVQWeQTgA_55hr4FghW24JCi3JtGLHk4wzYgnFeg,719
92
+ cribl_control_plane/models/getversionop.py,sha256=EmI1-ll2LgrBY8WWIcr77y_yCT8sNJcjr9jDbG5Uzic,1662
93
+ cribl_control_plane/models/getversionshowop.py,sha256=md13a4afSZyzsB_Nbr3w2LNUPT4kIfnvuRUSTTA5kFc,2538
94
+ cribl_control_plane/models/getversionstatusop.py,sha256=-NLep3d-XZtDHwz2iYULZ345r7o1yxp1GWPGiPR9S-E,1361
117
95
  cribl_control_plane/models/gitcommitparams.py,sha256=4RwyddK0-QDb2Ax_tP2CVOy1rHsq-KEn5lELI402B6I,563
118
96
  cribl_control_plane/models/gitcommitsummary.py,sha256=63UMkf5H5DFzFTsU7dr3dBrLGNMIxJBfinCPmBCd2OY,1312
119
97
  cribl_control_plane/models/gitcountresult.py,sha256=VTC0J-ShpvHbpMiZ0Ote3Wf-9Bz9NtWWqXyL-2UTFYw,309
@@ -131,16 +109,16 @@ cribl_control_plane/models/hbcriblinfo.py,sha256=iDfF6Oa3znl-FpAYqyaFR9vVaM0cOWy
131
109
  cribl_control_plane/models/hbleaderinfo.py,sha256=SU5iM_I4sqxoTOzAQsw-rpOMfXwKl1ymze9nUrw6z6U,503
132
110
  cribl_control_plane/models/healthserverstatus.py,sha256=hLpsFtS8fDvHVn7N7d__wbXDtg6Dt4PT87Vebvr7ecs,1606
133
111
  cribl_control_plane/models/heartbeatmetadata.py,sha256=mKMhlT2jo0zX2UQ4qFQns2ft1zWtYBHtS96BXEvfKhs,2345
134
- cribl_control_plane/models/input.py,sha256=nSFBQZKmhp_2qTn6-433TB4vP3s0uAeO9uFxfKJcgPU,9578
112
+ cribl_control_plane/models/input.py,sha256=0wpPpNGZ8sBQ3iYAbf0RnZuVqFcGL7onF6IoQ_YLmVM,9578
135
113
  cribl_control_plane/models/inputappscope.py,sha256=HaiZFH87h0NntDzHJ8pnhNE9BL303qGfeDOOuBZYOCI,23244
136
114
  cribl_control_plane/models/inputazureblob.py,sha256=gq8-E7NmhVvgHjTKmOR49go6DOy1MbsvAx7-jadScX8,16509
137
115
  cribl_control_plane/models/inputcollection.py,sha256=4nqIqRyMWtVh00HHfHBcreCLkMu_9pB7kukOwhvddL0,10549
138
116
  cribl_control_plane/models/inputconfluentcloud.py,sha256=DQRYgNXdp8MkeoWlCWviIKEhk1cbVpFKqjR5RUCUCZ0,36280
139
117
  cribl_control_plane/models/inputcribl.py,sha256=ECPVBwgiymC9VmDYoWfpf1qQi5f4_D_38Thcl0H2qkw,8205
140
- cribl_control_plane/models/inputcriblhttp.py,sha256=MsiyteAznb5rqz2hEky7il1iCBJZt7DUzv9sxpO8qzs,18493
118
+ cribl_control_plane/models/inputcriblhttp.py,sha256=V8-4C3C1XyKnIzxdzo762hnEM99s-iURtKNYNdeWcDM,17841
141
119
  cribl_control_plane/models/inputcribllakehttp.py,sha256=DalSYPwBU_s6BHuris_k_apZOhkyVijr-8eg5VH9Wbg,21342
142
120
  cribl_control_plane/models/inputcriblmetrics.py,sha256=rqsdxdpoqlCS_c_OCnMoZascsVyB745bEuhhp6UWq10,9440
143
- cribl_control_plane/models/inputcribltcp.py,sha256=LpEBPiQhtVltL6ds15phHUupPacR2IRpic2SPaRGC84,16695
121
+ cribl_control_plane/models/inputcribltcp.py,sha256=Zx0Segazs7yoKGLMXXIBkAkytTPQSyFcGUUyiYXHAUw,15651
144
122
  cribl_control_plane/models/inputcrowdstrike.py,sha256=glvnlDbwY8X72zG2OUB829Uw_2XCcazZe3UmztxUQRk,22849
145
123
  cribl_control_plane/models/inputdatadogagent.py,sha256=HLCdIr0YaGS4i0hALeQ68QQMEhwv5nEkfNhEiGejjWU,19460
146
124
  cribl_control_plane/models/inputdatagen.py,sha256=6K31rbXkNtL-01x1eNsfJNsn2qLQ43stHNMDcKceL5c,8650
@@ -196,8 +174,12 @@ cribl_control_plane/models/jobstatus.py,sha256=TyHwuNmJholo0nQelInAID4hHPGnPYY1I
196
174
  cribl_control_plane/models/lakedatasetmetrics.py,sha256=NP4Guu7uBxQeeWZzLFQNwjailPHMmeeZ8DU0AENY0CA,516
197
175
  cribl_control_plane/models/lakedatasetsearchconfig.py,sha256=R0zz0K1FQ3gxPx44ezINy9y2bEFBGIWyvniF25D7Ydw,591
198
176
  cribl_control_plane/models/lakehouseconnectiontype.py,sha256=vLCrFdKQMRHbbxIzS6AxTDkt_99ehqvtrCPKpi6Bbyw,291
199
- cribl_control_plane/models/listconfiggroupbyproductop.py,sha256=m0x_sek1JcxdBhyv7Oddb_kdfVZqwqnEhJuB8BaBibk,1840
200
- cribl_control_plane/models/listmasterworkerentryop.py,sha256=Qs05MA0_EAwktWyBoRhIXFAd8RefPZnkD4FFS4dQs1Y,2988
177
+ cribl_control_plane/models/listconfiggroupbyproductop.py,sha256=2SPCreBmtYrUBzKtBBQ9eYDWujzfuGJoD85clN-Lw6E,2370
178
+ cribl_control_plane/models/listinputop.py,sha256=oj7CRRp7DTtHI3WKPKLoEL30a_JrMp48V33pRPgUMmE,697
179
+ cribl_control_plane/models/listmasterworkerentryop.py,sha256=c9cvTyboRQPHAue1LDsw9uTeJgu6_UxLd0uAUCA0OVg,3554
180
+ cribl_control_plane/models/listoutputop.py,sha256=Gzm5NcwbyuJ3xacm_emZeKwVn2HNPV1fv9aCmDEw8sc,714
181
+ cribl_control_plane/models/listpipelineop.py,sha256=w-tyP0jqc3YKsSceTQJYuhJ7v-ZqgZWVVfO527YFGFg,722
182
+ cribl_control_plane/models/listroutesop.py,sha256=xqutne_6fjll4fIDk8uT7W7RVFB3dkIUealZLRUgDEA,704
201
183
  cribl_control_plane/models/logininfo.py,sha256=xVJ4r_xSQfsHHagYUjJsvRs77bKR9MBAuze8r3ZD_DM,338
202
184
  cribl_control_plane/models/lookupversions.py,sha256=PLk5hD1WPEIoePfJbhllePawNTa1O7y4_sSkb6BCsUA,293
203
185
  cribl_control_plane/models/masterworkerentry.py,sha256=SX-7thfKouKtrCqGywEI10haIHqltc3Pn16dDLK3Ezs,2787
@@ -208,7 +190,7 @@ cribl_control_plane/models/nodeskippedupgradestatus.py,sha256=EY-U3cUPwMa3H-X-hn
208
190
  cribl_control_plane/models/nodeupgradestate.py,sha256=EerzMMQeFl-iHKHsJwEIxRroH6w97S7-em9YoY2-ASk,286
209
191
  cribl_control_plane/models/nodeupgradestatus.py,sha256=LX_wOcDToArwPIOOHHr0TFvQ05DXyxUMyHKj689X1q4,2481
210
192
  cribl_control_plane/models/outpostnodeinfo.py,sha256=CbYoOaUBIEa6viCvh5aCDhjG4Pe3mqyOMIjyk0rI_r4,334
211
- cribl_control_plane/models/output.py,sha256=lGbS09je6FJm0PAu5gjGsW44eUctVFds2tZZSvRafgU,11067
193
+ cribl_control_plane/models/output.py,sha256=FwXG1IkN4IgSS4xd3UbjlEtlB9K9slv6MXK_O4N8GaU,11067
212
194
  cribl_control_plane/models/outputazureblob.py,sha256=Ev_z1K2ESOm_Yiyy73FmEikWpqOis5dUlMdv6CIcZOk,26381
213
195
  cribl_control_plane/models/outputazuredataexplorer.py,sha256=4OtVLbxZx1_jHQeoRWL9QTkbmBjJZAHUAgCm5MrfuA0,46529
214
196
  cribl_control_plane/models/outputazureeventhub.py,sha256=Nr3I3XmR3C7drAwvnvN46HNdy9uAj0bSdTtP7Z5a_Kc,25437
@@ -217,9 +199,9 @@ cribl_control_plane/models/outputchronicle.py,sha256=pWvAoGaC6MN2QbkojW4PxeU5WWX
217
199
  cribl_control_plane/models/outputclickhouse.py,sha256=FicqgytK7sengOj6w-F-RB7KXxcKMh2fLg4MRqjj8hQ,35169
218
200
  cribl_control_plane/models/outputcloudwatch.py,sha256=nXHNn9n4T5fcYjbYbojtoetLaY2oZ4LQNQMrBYYfllI,15901
219
201
  cribl_control_plane/models/outputconfluentcloud.py,sha256=9EdU4G2IUiTU5XuN3HjJY7oEmIIiu9RsZk-11YuFbhE,37531
220
- cribl_control_plane/models/outputcriblhttp.py,sha256=08x_Wy1Dvqe9D2y31FeHiDclZ9dKv8FjMXlttuoRI8g,29127
202
+ cribl_control_plane/models/outputcriblhttp.py,sha256=UeLKkPqdRqDqU6n5iA4anAZcC3jQwvne9Pglu_Muwqo,28173
221
203
  cribl_control_plane/models/outputcribllake.py,sha256=ZlEPQkZMHVxO1_Omx9Fu5EcFRjUqPEIpdOzkZ2GZYDs,20876
222
- cribl_control_plane/models/outputcribltcp.py,sha256=iB1r4-bWVyaIaCHoW_Z14YDhWfIjwfrmMa0PTg3xa5M,22491
204
+ cribl_control_plane/models/outputcribltcp.py,sha256=Kxjs7ezn_HCvv-YTeoaFbdLLR-Jis-Rp7w0MMcZgVUI,21467
223
205
  cribl_control_plane/models/outputcrowdstrikenextgensiem.py,sha256=wp8JNngfLiPQ-618ZhI4HrHEwtAAJ3544a5DmJRUg34,23801
224
206
  cribl_control_plane/models/outputdatabricks.py,sha256=1YBiMk6GdqxrUj-TrvZyoLU55morzIRTKZbwbobhC9E,21569
225
207
  cribl_control_plane/models/outputdatadog.py,sha256=-P7tHw2c-rhXGgBTjLpuwRH5hgbOkWSRZB5-DA3nk70,27800
@@ -291,38 +273,38 @@ cribl_control_plane/models/routeconf.py,sha256=5QEcL6QMsAfoofsS8OJr8LkgCekLq2P7-
291
273
  cribl_control_plane/models/routes.py,sha256=2MRVmc4zvUjQw6moQmRYss_XaoGcaauj2Jpdb3VX8pA,2022
292
274
  cribl_control_plane/models/routesroute.py,sha256=7hFUWpgVDBj0N117IFxZRGkFqJntbe4NyBakVyMKsTY,2339
293
275
  cribl_control_plane/models/runnablejob.py,sha256=hyWHdW7SypvxfnwGcpRfXRAt7HgQWEyq3rqsm4TsEWM,812
294
- cribl_control_plane/models/runnablejobcollection.py,sha256=XXO6HAVMwmIq_LpL7t_vbnyPzY642H-WE8gsiSaM5P8,24257
295
- cribl_control_plane/models/runnablejobexecutor.py,sha256=5x4Ap8r2UD_asWpEWrsiUOAV4OUWnqf_ud8xp4sxzAE,13366
296
- cribl_control_plane/models/runnablejobscheduledsearch.py,sha256=LlcRL83AxTb1mAa9H0M4pvHPRFiktdR1ZY-_2ajeRjc,10876
276
+ cribl_control_plane/models/runnablejobcollection.py,sha256=78RV8QcaN9Vuw5mXNw0kYbyY2x7JreoR9gn2Z_C7yyQ,24249
277
+ cribl_control_plane/models/runnablejobexecutor.py,sha256=V87z7YaAmkcvQhU8WBUz2o68MohzDRupSsTKM2tJqJE,13362
278
+ cribl_control_plane/models/runnablejobscheduledsearch.py,sha256=GMyYxa-RIcaNN1YA3afamXL1DoYXa0TF7nLZDM-3hQ4,10872
297
279
  cribl_control_plane/models/schemeclientoauth.py,sha256=cjePTTFIlKoYg8JZOOuvacOb1Zb5RqmgiqyQA9P3kvU,839
298
280
  cribl_control_plane/models/security.py,sha256=l8rMit25V2MUVLptnexODsL6wP-3l50g8D4kwRsAQvY,1097
299
281
  cribl_control_plane/models/teamaccesscontrollist.py,sha256=HLMck-wyuJYiKD-adSS5ti4yLbHE2snZaOAI0GwgfOI,483
300
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py,sha256=tMjm62dYhTsW09N__lU0tYTf8k4irQHbspRR-p8yXBI,1907
301
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py,sha256=6jIKALgiI8UuizOkal5L9jAdUOglo6WjduvZQUubm7M,1902
302
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py,sha256=OuxiX5B7jHSdR-J-YqUzAn98khpQq5GdJyTPBr24Las,1505
282
+ cribl_control_plane/models/updateconfiggroupbyproductandidop.py,sha256=rvIrE4UgMRquD2iBe9i-XJuChbvQgDAMTZLlpkuOJwI,2433
283
+ cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py,sha256=lmlhg4T4ECpypZ0e4Y33Cl9AfO-3PZh5g9MQ6ERBwU8,2499
284
+ cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py,sha256=awEhvZ0TuHL48F_b5b-sW85FguNr76LVZpTAg9wXnWo,2133
303
285
  cribl_control_plane/models/updatehectokenrequest.py,sha256=Pq0JnAZuDqdU_g6mmCvfxfMgeK9Pu3uVXfD9sFWfjKQ,787
304
- cribl_control_plane/models/updateinputbyidop.py,sha256=wpzDatTkUG9tKDbirAZhGicuigr333T_RhpDyvNKZkU,850
305
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py,sha256=5BLif7vHYbC_G0cVSxqt8PJAwZJVzPWEXiXuxJzeuok,1287
306
- cribl_control_plane/models/updateoutputbyidop.py,sha256=4RWWX-9RmOy3Wx4-VrnvIPEkxRkEVPerx_yXBVEBnmY,871
307
- cribl_control_plane/models/updatepacksbyidop.py,sha256=8muG1OvHn2b6BrSv0_COFuuYoSx8qpmgmrY35eC-GQo,978
286
+ cribl_control_plane/models/updateinputbyidop.py,sha256=fWbSRQQ1WdHI6_e-fV32T99vDFQ1Yv6oHM-80u5kbHE,1322
287
+ cribl_control_plane/models/updateinputhectokenbyidandtokenop.py,sha256=di6CX6521rBdx1h5pcUrtC-glnRFeDNehcx2U3px5_U,1893
288
+ cribl_control_plane/models/updateoutputbyidop.py,sha256=44KI9zpS8trSu1FohNHD2egDVUxAlL-A8zazS7YOsrU,1357
289
+ cribl_control_plane/models/updatepacksbyidop.py,sha256=QYjDGco3xBD0P7MXGzj0NE2qjQosmOWKQ7S0PoedugI,1510
308
290
  cribl_control_plane/models/updatepacksop.py,sha256=2hkaEm6nKQe8wm0Pf79xiAHNz-aY7k9lfdKCxLqJ32c,808
309
- cribl_control_plane/models/updatepipelinebyidop.py,sha256=1v6p_kI-ZKuJaRFEYTPNq05qv9GJBc3JDdg0WvlCfV0,960
310
- cribl_control_plane/models/updateroutesbyidop.py,sha256=6ddwlu15EwkLiKcwHtEggWSvuFJabuj91L-Yc7fOizg,1086
291
+ cribl_control_plane/models/updatepipelinebyidop.py,sha256=Cn_FBckmK1NyUkfOpWmc84K94W0nYCKuzppWwk0g4yY,1448
292
+ cribl_control_plane/models/updateroutesbyidop.py,sha256=KEoryZP8OqtJCXp0f5P4c2KKs1k1jY9-LsxGSBLDFMA,1562
311
293
  cribl_control_plane/models/uploadpackresponse.py,sha256=-B2ye6T8fc4WKBxVnufwryRsVAHhqentutQVuN7PA3s,315
312
294
  cribl_control_plane/models/useraccesscontrollist.py,sha256=UNM3mdqFByd9GAovAi26z9y-5H15hrKDzw0M-f-Pn2o,483
313
295
  cribl_control_plane/models/workertypes.py,sha256=1AaTkG_g67Vtoh0vYYrYVgRo41PvcK3cRm_G_r-JSgA,286
314
- cribl_control_plane/nodes.py,sha256=kXHetUY6J8FvDy1mBVoC-ih5USigqKgavw4qI9y76_0,17423
315
- cribl_control_plane/packs.py,sha256=OdrMJJZdt21P0ogRZ9_JSMO_GBCgfTWNjK1x10gnElc,47683
316
- cribl_control_plane/pipelines.py,sha256=HFqa5xZNudDp7dtUz-vji42YWw_BDeOPk667Oew1jYI,36858
296
+ cribl_control_plane/nodes.py,sha256=I4AnHbDlX3zNbvDfwgIZ6sv1yQTlkAGaQRoSzwkl0KM,17531
297
+ cribl_control_plane/packs.py,sha256=svZrwbLNPfqPlRC0oh0w5IwQl2DWUHI89N3aTw27AiQ,47651
298
+ cribl_control_plane/pipelines.py,sha256=jeU-R5NDOsLXrV-5t7Cz-RPidsQ4KwNN4-_oW9iNK0s,36946
317
299
  cribl_control_plane/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
318
- cribl_control_plane/routes_sdk.py,sha256=ifbg3ZRYjxpZfeC484DyBUHRL5riAyr77X2A4cJqi-I,32205
319
- cribl_control_plane/samples.py,sha256=5T1IijYNc2803wr2M8gFVpH2lIKrdKwp0FPN0q1jS0A,16087
300
+ cribl_control_plane/routes_sdk.py,sha256=8rOo8OyPDybbB-YjuqsjwLfXPy1WCjHBduv7FkWUdb0,32365
301
+ cribl_control_plane/samples.py,sha256=41bJGkB-lxj8WmeI-418PwgMT2KPKqlINp26CKwt0Yk,16067
320
302
  cribl_control_plane/sdk.py,sha256=xN4aO9a7ZkcyPMnI3zC0nO6-3tsI_hkyLM5wSLzHQ7c,8016
321
303
  cribl_control_plane/sdkconfiguration.py,sha256=bit6SSOyHqvibdtgNad5_ZcgMotk8NJfgHpKsBK8HFg,1259
322
- cribl_control_plane/sources.py,sha256=c1DpIkf17-8uoSsQiD1vwyLzjzzRmQ5ib1Gdr0eDsjw,37032
323
- cribl_control_plane/statuses.py,sha256=OFIV14Q60-DfYRydgyEw7xwGF4tUNVo6rR-SJMXMB0Y,8021
324
- cribl_control_plane/summaries.py,sha256=PkSFIfExtxWgl5OpxJXsUYfKO_Bm9FDmw4I5xVIz1rs,8162
325
- cribl_control_plane/teams.py,sha256=9Z3Zb_oGMMhMkB82AL86t_KEdbBBAgULJeQ8ejXE5QM,8796
304
+ cribl_control_plane/sources.py,sha256=9JCNHdOGmMAGjBIYvzA7TSQsj6o6UEe89SHyQ_MGrSk,37120
305
+ cribl_control_plane/statuses.py,sha256=jVfnmt3M0aiKJ3tgB2WlMaCmKDPZCJoD-1Kh8p-37ZM,8013
306
+ cribl_control_plane/summaries.py,sha256=CtkNAxkMTArdUQhWHy7XqGPkO6DA-PvdwgVK-RHSkt0,8058
307
+ cribl_control_plane/teams.py,sha256=kSjUiS7cKiROcRDmTxhnnOeGIsqLZcP7MFCuv5Kgm1U,8844
326
308
  cribl_control_plane/tokens.py,sha256=8-nyr_WsGcJm62PV8dY78vVOwHuwgCgSrQcEGm3yc0c,7709
327
309
  cribl_control_plane/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
328
310
  cribl_control_plane/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
@@ -344,7 +326,7 @@ cribl_control_plane/utils/unmarshal_json_response.py,sha256=yxi3F_O3SCU0SrexiR3B
344
326
  cribl_control_plane/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
345
327
  cribl_control_plane/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
346
328
  cribl_control_plane/versions.py,sha256=4xdTYbM84Xyjr5qkixqNpgn2q6V8aXVYXkEPDU2Ele0,1156
347
- cribl_control_plane/versions_configs.py,sha256=v5f3XQ3no4A6gqOos-0LCpqHDCt40_aPps-MzRXZTsY,7268
348
- cribl_control_plane-0.2.1rc11.dist-info/METADATA,sha256=HcYjjsETZ4VljJ3ou0gF3DP6vsOeVI3T5YB4BqnCwc8,41177
349
- cribl_control_plane-0.2.1rc11.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
350
- cribl_control_plane-0.2.1rc11.dist-info/RECORD,,
329
+ cribl_control_plane/versions_configs.py,sha256=5CKcfN4SzuyFgggrx6O8H_h3GhNyKSbfdVhSkVGZKi4,7284
330
+ cribl_control_plane-0.3.0b12.dist-info/METADATA,sha256=Z4EPLrjQwgUS1tYLOdkO6L5m6x3vzP6RVvPyS7Ez8_E,40533
331
+ cribl_control_plane-0.3.0b12.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
332
+ cribl_control_plane-0.3.0b12.dist-info/RECORD,,
@@ -1,20 +0,0 @@
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
@@ -1,20 +0,0 @@
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
@@ -1,20 +0,0 @@
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
@@ -1,20 +0,0 @@
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
@@ -1,20 +0,0 @@
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,20 +0,0 @@
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
@@ -1,20 +0,0 @@
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
@@ -1,20 +0,0 @@
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
@@ -1,20 +0,0 @@
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