cribl-control-plane 0.0.27__tar.gz → 0.0.29__tar.gz

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 (310) hide show
  1. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/PKG-INFO +11 -3
  2. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/README-PYPI.md +10 -2
  3. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/pyproject.toml +2 -1
  4. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/_hooks/clientcredentials.py +22 -7
  5. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/_version.py +4 -4
  6. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/branches.py +4 -8
  7. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/errors/__init__.py +3 -2
  8. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/__init__.py +20 -10
  9. cribl_control_plane-0.0.29/src/cribl_control_plane/models/currentbranchresult.py +13 -0
  10. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/gitstatusresult.py +0 -3
  11. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputcribllakehttp.py +63 -0
  12. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputcrowdstrike.py +7 -0
  13. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputs3.py +7 -0
  14. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputs3inventory.py +7 -0
  15. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputsecuritylake.py +7 -0
  16. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/schemeclientoauth.py +5 -0
  17. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/__init__.py +3 -2
  18. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/security.py +5 -0
  19. cribl_control_plane-0.0.27/src/cribl_control_plane/models/getversioncurrentbranchop.py +0 -23
  20. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/py.typed +0 -0
  21. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/__init__.py +0 -0
  22. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  23. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/_hooks/registration.py +0 -0
  24. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  25. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/_hooks/types.py +0 -0
  26. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/acl.py +0 -0
  27. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/auth_sdk.py +0 -0
  28. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/basesdk.py +0 -0
  29. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/commits.py +0 -0
  30. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/commits_files.py +0 -0
  31. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/configs_versions.py +0 -0
  32. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/destinations.py +0 -0
  33. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/destinations_pq.py +0 -0
  34. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/errors/apierror.py +0 -0
  35. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  36. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/errors/error.py +0 -0
  37. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  38. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  39. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  40. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/groups_configs.py +0 -0
  41. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/groups_sdk.py +0 -0
  42. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/health.py +0 -0
  43. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/hectokens.py +0 -0
  44. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/httpclient.py +0 -0
  45. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/lakedatasets.py +0 -0
  46. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  47. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/appmode.py +0 -0
  48. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/authtoken.py +0 -0
  49. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  50. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  51. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  52. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/commit.py +0 -0
  53. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/configgroup.py +0 -0
  54. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  55. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  56. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  57. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  58. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createinputop.py +0 -0
  59. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createoutputop.py +0 -0
  60. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  61. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createpacksop.py +0 -0
  62. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  63. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createproductsgroupsbyproductop.py +0 -0
  64. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  65. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  66. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  67. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  68. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  69. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/criblevent.py +0 -0
  70. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  71. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  72. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  73. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  74. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/deletegroupsbyidop.py +0 -0
  75. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  76. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  77. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  78. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  79. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  80. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/deployrequest.py +0 -0
  81. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  82. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  83. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  84. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  85. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getgroupsaclbyidop.py +0 -0
  86. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getgroupsbyidop.py +0 -0
  87. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getgroupsconfigversionbyidop.py +0 -0
  88. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  89. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  90. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  91. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  92. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getpacksop.py +0 -0
  93. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  94. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getproductsgroupsaclteamsbyproductandidop.py +0 -0
  95. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getproductsgroupsbyproductop.py +0 -0
  96. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  97. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  98. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getsummaryworkersop.py +0 -0
  99. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  100. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  101. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  102. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  103. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  104. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  105. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  106. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/getworkersop.py +0 -0
  107. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  108. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  109. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/gitfile.py +0 -0
  110. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  111. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/gitinfo.py +0 -0
  112. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  113. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  114. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
  115. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  116. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/healthstatus.py +0 -0
  117. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  118. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/input.py +30 -30
  119. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputappscope.py +0 -0
  120. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  121. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputcollection.py +0 -0
  122. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  123. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputcribl.py +0 -0
  124. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  125. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  126. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  127. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  128. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  129. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  130. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputelastic.py +0 -0
  131. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  132. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputexec.py +0 -0
  133. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputfile.py +0 -0
  134. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  135. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  136. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  137. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputhttp.py +0 -0
  138. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  139. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  140. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputkafka.py +0 -0
  141. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  142. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  143. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  144. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  145. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputloki.py +0 -0
  146. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  147. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  148. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputmsk.py +0 -0
  149. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  150. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  151. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  152. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  153. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  154. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  155. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  156. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  157. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  158. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  159. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  160. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  161. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputsqs.py +0 -0
  162. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  163. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  164. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  165. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputtcp.py +0 -0
  166. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  167. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputwef.py +0 -0
  168. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  169. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  170. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputwiz.py +0 -0
  171. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  172. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  173. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  174. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/listinputop.py +0 -0
  175. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/listoutputop.py +0 -0
  176. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  177. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/listroutesop.py +0 -0
  178. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/logininfo.py +0 -0
  179. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/lookupversions.py +0 -0
  180. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  181. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  182. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  183. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  184. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  185. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  186. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  187. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/output.py +0 -0
  188. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  189. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  190. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  191. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  192. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  193. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  194. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  195. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  196. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  197. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  198. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  199. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  200. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputdataset.py +0 -0
  201. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputdefault.py +0 -0
  202. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  203. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  204. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputdls3.py +0 -0
  205. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  206. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  207. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputelastic.py +0 -0
  208. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  209. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  210. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  211. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  212. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  213. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  214. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  215. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  216. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  217. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  218. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  219. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  220. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputkafka.py +0 -0
  221. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  222. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputloki.py +0 -0
  223. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputminio.py +0 -0
  224. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputmsk.py +0 -0
  225. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  226. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  227. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  228. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  229. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  230. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputring.py +0 -0
  231. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputrouter.py +0 -0
  232. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputs3.py +0 -0
  233. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  234. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  235. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  236. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  237. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  238. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  239. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  240. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsns.py +0 -0
  241. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  242. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  243. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  244. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsqs.py +0 -0
  245. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  246. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  247. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  248. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  249. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  250. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  251. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  252. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  253. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  254. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  255. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/packinfo.py +0 -0
  256. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  257. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/packrequestbody.py +0 -0
  258. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/pipeline.py +0 -0
  259. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  260. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/rbacresource.py +0 -0
  261. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  262. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  263. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/routeconf.py +0 -0
  264. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/routes.py +0 -0
  265. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/routesroute.py +0 -0
  266. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/security.py +0 -0
  267. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  268. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  269. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/updategroupsbyidop.py +0 -0
  270. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/updategroupsdeploybyidop.py +0 -0
  271. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  272. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  273. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  274. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  275. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  276. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  277. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  278. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  279. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/nodes.py +0 -0
  280. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/packs.py +0 -0
  281. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/pipelines.py +0 -0
  282. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/py.typed +0 -0
  283. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/routes_sdk.py +0 -0
  284. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/samples.py +0 -0
  285. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/sdk.py +0 -0
  286. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  287. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/sources.py +0 -0
  288. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/statuses.py +0 -0
  289. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/summaries.py +0 -0
  290. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/teams.py +0 -0
  291. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/tokens.py +0 -0
  292. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/types/__init__.py +0 -0
  293. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/types/basemodel.py +0 -0
  294. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/annotations.py +0 -0
  295. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/datetimes.py +0 -0
  296. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/enums.py +0 -0
  297. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  298. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/forms.py +0 -0
  299. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/headers.py +0 -0
  300. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/logger.py +0 -0
  301. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/metadata.py +0 -0
  302. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/queryparams.py +0 -0
  303. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  304. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/retries.py +0 -0
  305. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/serializers.py +0 -0
  306. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  307. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/url.py +0 -0
  308. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/utils/values.py +0 -0
  309. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/versions.py +0 -0
  310. {cribl_control_plane-0.0.27 → cribl_control_plane-0.0.29}/src/cribl_control_plane/versions_configs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.27
3
+ Version: 0.0.29
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -47,7 +47,15 @@ Cribl API Reference: This API Reference lists available REST endpoints, along wi
47
47
  >
48
48
  > Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
49
49
 
50
- The SDK can be installed with either *pip* or *poetry* package managers.
50
+ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
51
+
52
+ ### uv
53
+
54
+ *uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
55
+
56
+ ```bash
57
+ uv add cribl-control-plane
58
+ ```
51
59
 
52
60
  ### PIP
53
61
 
@@ -166,7 +174,7 @@ with CriblControlPlane(
166
174
 
167
175
  </br>
168
176
 
169
- The same SDK client can also be used to make asychronous requests by importing asyncio.
177
+ The same SDK client can also be used to make asynchronous requests by importing asyncio.
170
178
  ```python
171
179
  # Asynchronous Example
172
180
  import asyncio
@@ -30,7 +30,15 @@ Cribl API Reference: This API Reference lists available REST endpoints, along wi
30
30
  >
31
31
  > Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
32
32
 
33
- The SDK can be installed with either *pip* or *poetry* package managers.
33
+ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
34
+
35
+ ### uv
36
+
37
+ *uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
38
+
39
+ ```bash
40
+ uv add cribl-control-plane
41
+ ```
34
42
 
35
43
  ### PIP
36
44
 
@@ -149,7 +157,7 @@ with CriblControlPlane(
149
157
 
150
158
  </br>
151
159
 
152
- The same SDK client can also be used to make asychronous requests by importing asyncio.
160
+ The same SDK client can also be used to make asynchronous requests by importing asyncio.
153
161
  ```python
154
162
  # Asynchronous Example
155
163
  import asyncio
@@ -1,6 +1,7 @@
1
+
1
2
  [project]
2
3
  name = "cribl-control-plane"
3
- version = "0.0.27"
4
+ version = "0.0.29"
4
5
  description = "Python Client SDK Generated by Speakeasy."
5
6
  authors = [{ name = "Speakeasy" },]
6
7
  readme = "README-PYPI.md"
@@ -1,5 +1,6 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
1
3
  import hashlib
2
- import os
3
4
  import httpx
4
5
  import time
5
6
  from .types import (
@@ -20,13 +21,19 @@ class Credentials:
20
21
  client_id: str
21
22
  client_secret: str
22
23
  token_url: str
23
- audience: str
24
+ additional_properties: Dict[str, str]
24
25
 
25
- def __init__(self, client_id: str, client_secret: str, token_url: str):
26
+ def __init__(
27
+ self,
28
+ client_id: str,
29
+ client_secret: str,
30
+ token_url: str,
31
+ additional_properties: Optional[Dict[str, str]] = None,
32
+ ):
26
33
  self.client_id = client_id
27
34
  self.client_secret = client_secret
28
35
  self.token_url = token_url
29
- self.audience = os.getenv("CRIBLCONTROLPLANE_AUDIENCE", "https://api.cribl.cloud") # Set default audience here
36
+ self.additional_properties = additional_properties or {}
30
37
 
31
38
 
32
39
  class Session:
@@ -135,10 +142,17 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
135
142
  if security is None or security.client_oauth is None:
136
143
  return None
137
144
 
145
+ # Extract additional properties from security object
146
+ additional_properties = {}
147
+ for key, value in dict(security.client_oauth).items():
148
+ if key not in ["client_id", "client_secret", "token_url"]:
149
+ additional_properties[key] = value
150
+
138
151
  return Credentials(
139
152
  client_id=security.client_oauth.client_id,
140
153
  client_secret=security.client_oauth.client_secret,
141
154
  token_url=security.client_oauth.token_url,
155
+ additional_properties=additional_properties,
142
156
  )
143
157
 
144
158
  def do_token_request(
@@ -153,12 +167,13 @@ class ClientCredentialsHook(SDKInitHook, BeforeRequestHook, AfterErrorHook):
153
167
  "client_secret": credentials.client_secret,
154
168
  }
155
169
 
156
- if credentials.audience is not None:
157
- payload["audience"] = credentials.audience
158
-
159
170
  if scopes is not None and len(scopes) > 0:
160
171
  payload["scope"] = " ".join(scopes)
161
172
 
173
+ # Add additional properties to payload
174
+ for key, value in credentials.additional_properties.items():
175
+ payload[key] = value
176
+
162
177
  token_url = credentials.token_url
163
178
  if not bool(urlparse(credentials.token_url).netloc):
164
179
  token_url = urljoin(hook_ctx.base_url, credentials.token_url)
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.0.27"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1755179421376-c4612cd3"
8
- __gen_version__: str = "2.660.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.27 2.660.0 4.14.0-alpha.1755179421376-c4612cd3 cribl-control-plane"
6
+ __version__: str = "0.0.29"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1755516762461-7e2ae3eb"
8
+ __gen_version__: str = "2.684.0"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.29 2.684.0 4.14.0-alpha.1755516762461-7e2ae3eb cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -177,7 +177,7 @@ class Branches(BaseSDK):
177
177
  server_url: Optional[str] = None,
178
178
  timeout_ms: Optional[int] = None,
179
179
  http_headers: Optional[Mapping[str, str]] = None,
180
- ) -> models.GetVersionCurrentBranchResponse:
180
+ ) -> models.CurrentBranchResult:
181
181
  r"""Retrieve the name of the Git branch that the Cribl configuration is checked out to
182
182
 
183
183
  returns git branch that the config is checked out to, if any
@@ -237,9 +237,7 @@ class Branches(BaseSDK):
237
237
 
238
238
  response_data: Any = None
239
239
  if utils.match_response(http_res, "200", "application/json"):
240
- return unmarshal_json_response(
241
- models.GetVersionCurrentBranchResponse, http_res
242
- )
240
+ return unmarshal_json_response(models.CurrentBranchResult, http_res)
243
241
  if utils.match_response(http_res, "500", "application/json"):
244
242
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
245
243
  raise errors.Error(response_data, http_res)
@@ -259,7 +257,7 @@ class Branches(BaseSDK):
259
257
  server_url: Optional[str] = None,
260
258
  timeout_ms: Optional[int] = None,
261
259
  http_headers: Optional[Mapping[str, str]] = None,
262
- ) -> models.GetVersionCurrentBranchResponse:
260
+ ) -> models.CurrentBranchResult:
263
261
  r"""Retrieve the name of the Git branch that the Cribl configuration is checked out to
264
262
 
265
263
  returns git branch that the config is checked out to, if any
@@ -319,9 +317,7 @@ class Branches(BaseSDK):
319
317
 
320
318
  response_data: Any = None
321
319
  if utils.match_response(http_res, "200", "application/json"):
322
- return unmarshal_json_response(
323
- models.GetVersionCurrentBranchResponse, http_res
324
- )
320
+ return unmarshal_json_response(models.CurrentBranchResult, http_res)
325
321
  if utils.match_response(http_res, "500", "application/json"):
326
322
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
327
323
  raise errors.Error(response_data, http_res)
@@ -2,6 +2,7 @@
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
  from importlib import import_module
5
+ import builtins
5
6
 
6
7
  if TYPE_CHECKING:
7
8
  from .apierror import APIError
@@ -56,5 +57,5 @@ def __getattr__(attr_name: str) -> object:
56
57
 
57
58
 
58
59
  def __dir__():
59
- lazy_attrs = list(_dynamic_imports.keys())
60
- return sorted(lazy_attrs)
60
+ lazy_attrs = builtins.list(_dynamic_imports.keys())
61
+ return builtins.sorted(lazy_attrs)
@@ -2,6 +2,7 @@
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
  from importlib import import_module
5
+ import builtins
5
6
 
6
7
  if TYPE_CHECKING:
7
8
  from .addhectokenrequest import (
@@ -94,6 +95,7 @@ if TYPE_CHECKING:
94
95
  CriblLakeDatasetFormat,
95
96
  CriblLakeDatasetTypedDict,
96
97
  )
98
+ from .currentbranchresult import CurrentBranchResult, CurrentBranchResultTypedDict
97
99
  from .datasetmetadata import DatasetMetadata, DatasetMetadataTypedDict, ScanMode
98
100
  from .datasetmetadataruninfo import (
99
101
  DatasetMetadataRunInfo,
@@ -267,10 +269,6 @@ if TYPE_CHECKING:
267
269
  GetVersionCountResponse,
268
270
  GetVersionCountResponseTypedDict,
269
271
  )
270
- from .getversioncurrentbranchop import (
271
- GetVersionCurrentBranchResponse,
272
- GetVersionCurrentBranchResponseTypedDict,
273
- )
274
272
  from .getversiondiffop import (
275
273
  GetVersionDiffRequest,
276
274
  GetVersionDiffRequestTypedDict,
@@ -473,6 +471,10 @@ if TYPE_CHECKING:
473
471
  )
474
472
  from .inputcribllakehttp import (
475
473
  InputCriblLakeHTTP,
474
+ InputCriblLakeHTTPAuthTokensExt,
475
+ InputCriblLakeHTTPAuthTokensExtMetadatum,
476
+ InputCriblLakeHTTPAuthTokensExtMetadatumTypedDict,
477
+ InputCriblLakeHTTPAuthTokensExtTypedDict,
476
478
  InputCriblLakeHTTPCompression,
477
479
  InputCriblLakeHTTPConnection,
478
480
  InputCriblLakeHTTPConnectionTypedDict,
@@ -3114,6 +3116,8 @@ __all__ = [
3114
3116
  "CriblLakeDataset",
3115
3117
  "CriblLakeDatasetFormat",
3116
3118
  "CriblLakeDatasetTypedDict",
3119
+ "CurrentBranchResult",
3120
+ "CurrentBranchResultTypedDict",
3117
3121
  "CustomLabel",
3118
3122
  "CustomLabelTypedDict",
3119
3123
  "DNS",
@@ -3265,8 +3269,6 @@ __all__ = [
3265
3269
  "GetVersionCountRequestTypedDict",
3266
3270
  "GetVersionCountResponse",
3267
3271
  "GetVersionCountResponseTypedDict",
3268
- "GetVersionCurrentBranchResponse",
3269
- "GetVersionCurrentBranchResponseTypedDict",
3270
3272
  "GetVersionDiffRequest",
3271
3273
  "GetVersionDiffRequestTypedDict",
3272
3274
  "GetVersionDiffResponse",
@@ -3438,6 +3440,10 @@ __all__ = [
3438
3440
  "InputCriblHTTPType",
3439
3441
  "InputCriblHTTPTypedDict",
3440
3442
  "InputCriblLakeHTTP",
3443
+ "InputCriblLakeHTTPAuthTokensExt",
3444
+ "InputCriblLakeHTTPAuthTokensExtMetadatum",
3445
+ "InputCriblLakeHTTPAuthTokensExtMetadatumTypedDict",
3446
+ "InputCriblLakeHTTPAuthTokensExtTypedDict",
3441
3447
  "InputCriblLakeHTTPCompression",
3442
3448
  "InputCriblLakeHTTPConnection",
3443
3449
  "InputCriblLakeHTTPConnectionTypedDict",
@@ -5759,6 +5765,8 @@ _dynamic_imports: dict[str, str] = {
5759
5765
  "CriblLakeDataset": ".cribllakedataset",
5760
5766
  "CriblLakeDatasetFormat": ".cribllakedataset",
5761
5767
  "CriblLakeDatasetTypedDict": ".cribllakedataset",
5768
+ "CurrentBranchResult": ".currentbranchresult",
5769
+ "CurrentBranchResultTypedDict": ".currentbranchresult",
5762
5770
  "DatasetMetadata": ".datasetmetadata",
5763
5771
  "DatasetMetadataTypedDict": ".datasetmetadata",
5764
5772
  "ScanMode": ".datasetmetadata",
@@ -5879,8 +5887,6 @@ _dynamic_imports: dict[str, str] = {
5879
5887
  "GetVersionCountRequestTypedDict": ".getversioncountop",
5880
5888
  "GetVersionCountResponse": ".getversioncountop",
5881
5889
  "GetVersionCountResponseTypedDict": ".getversioncountop",
5882
- "GetVersionCurrentBranchResponse": ".getversioncurrentbranchop",
5883
- "GetVersionCurrentBranchResponseTypedDict": ".getversioncurrentbranchop",
5884
5890
  "GetVersionDiffRequest": ".getversiondiffop",
5885
5891
  "GetVersionDiffRequestTypedDict": ".getversiondiffop",
5886
5892
  "GetVersionDiffResponse": ".getversiondiffop",
@@ -6065,6 +6071,10 @@ _dynamic_imports: dict[str, str] = {
6065
6071
  "InputCriblHTTPType": ".inputcriblhttp",
6066
6072
  "InputCriblHTTPTypedDict": ".inputcriblhttp",
6067
6073
  "InputCriblLakeHTTP": ".inputcribllakehttp",
6074
+ "InputCriblLakeHTTPAuthTokensExt": ".inputcribllakehttp",
6075
+ "InputCriblLakeHTTPAuthTokensExtMetadatum": ".inputcribllakehttp",
6076
+ "InputCriblLakeHTTPAuthTokensExtMetadatumTypedDict": ".inputcribllakehttp",
6077
+ "InputCriblLakeHTTPAuthTokensExtTypedDict": ".inputcribllakehttp",
6068
6078
  "InputCriblLakeHTTPCompression": ".inputcribllakehttp",
6069
6079
  "InputCriblLakeHTTPConnection": ".inputcribllakehttp",
6070
6080
  "InputCriblLakeHTTPConnectionTypedDict": ".inputcribllakehttp",
@@ -8382,5 +8392,5 @@ def __getattr__(attr_name: str) -> object:
8382
8392
 
8383
8393
 
8384
8394
  def __dir__():
8385
- lazy_attrs = list(_dynamic_imports.keys())
8386
- return sorted(lazy_attrs)
8395
+ lazy_attrs = builtins.list(_dynamic_imports.keys())
8396
+ return builtins.sorted(lazy_attrs)
@@ -0,0 +1,13 @@
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_extensions import TypedDict
6
+
7
+
8
+ class CurrentBranchResultTypedDict(TypedDict):
9
+ branch: str
10
+
11
+
12
+ class CurrentBranchResult(BaseModel):
13
+ branch: str
@@ -44,7 +44,6 @@ class GitStatusResultTypedDict(TypedDict):
44
44
  not_added: List[str]
45
45
  renamed: List[RenamedTypedDict]
46
46
  staged: List[str]
47
- tracking: str
48
47
 
49
48
 
50
49
  class GitStatusResult(BaseModel):
@@ -69,5 +68,3 @@ class GitStatusResult(BaseModel):
69
68
  renamed: List[Renamed]
70
69
 
71
70
  staged: List[str]
72
-
73
- tracking: str
@@ -174,6 +174,37 @@ class InputCriblLakeHTTPMetadatum(BaseModel):
174
174
  r"""JavaScript expression to compute field's value, enclosed in quotes or backticks. (Can evaluate to a constant.)"""
175
175
 
176
176
 
177
+ class InputCriblLakeHTTPAuthTokensExtMetadatumTypedDict(TypedDict):
178
+ name: str
179
+ value: str
180
+ r"""JavaScript expression to compute field's value, enclosed in quotes or backticks. (Can evaluate to a constant.)"""
181
+
182
+
183
+ class InputCriblLakeHTTPAuthTokensExtMetadatum(BaseModel):
184
+ name: str
185
+
186
+ value: str
187
+ r"""JavaScript expression to compute field's value, enclosed in quotes or backticks. (Can evaluate to a constant.)"""
188
+
189
+
190
+ class InputCriblLakeHTTPAuthTokensExtTypedDict(TypedDict):
191
+ token: str
192
+ r"""Shared secret to be provided by any client (Authorization: <token>)"""
193
+ description: NotRequired[str]
194
+ metadata: NotRequired[List[InputCriblLakeHTTPAuthTokensExtMetadatumTypedDict]]
195
+ r"""Fields to add to events referencing this token"""
196
+
197
+
198
+ class InputCriblLakeHTTPAuthTokensExt(BaseModel):
199
+ token: str
200
+ r"""Shared secret to be provided by any client (Authorization: <token>)"""
201
+
202
+ description: Optional[str] = None
203
+
204
+ metadata: Optional[List[InputCriblLakeHTTPAuthTokensExtMetadatum]] = None
205
+ r"""Fields to add to events referencing this token"""
206
+
207
+
177
208
  class InputCriblLakeHTTPTypedDict(TypedDict):
178
209
  type: InputCriblLakeHTTPType
179
210
  port: float
@@ -221,8 +252,17 @@ class InputCriblLakeHTTPTypedDict(TypedDict):
221
252
  r"""Messages from matched IP addresses will be processed, unless also matched by the denylist"""
222
253
  ip_denylist_regex: NotRequired[str]
223
254
  r"""Messages from matched IP addresses will be ignored. This takes precedence over the allowlist."""
255
+ cribl_api: NotRequired[str]
256
+ r"""Absolute path on which to listen for the Cribl HTTP API requests. Only _bulk (default /cribl/_bulk) is available. Use empty string to disable."""
257
+ elastic_api: NotRequired[str]
258
+ r"""Absolute path on which to listen for the Elasticsearch API requests. Only _bulk (default /elastic/_bulk) is available. Use empty string to disable."""
259
+ splunk_hec_api: NotRequired[str]
260
+ r"""Absolute path on which listen for the Splunk HTTP Event Collector API requests. Use empty string to disable."""
261
+ splunk_hec_acks: NotRequired[bool]
224
262
  metadata: NotRequired[List[InputCriblLakeHTTPMetadatumTypedDict]]
225
263
  r"""Fields to add to events from this input"""
264
+ auth_tokens_ext: NotRequired[List[InputCriblLakeHTTPAuthTokensExtTypedDict]]
265
+ r"""Shared secrets to be provided by any client (Authorization: <token>). If empty, unauthorized access is permitted."""
226
266
  description: NotRequired[str]
227
267
 
228
268
 
@@ -324,7 +364,30 @@ class InputCriblLakeHTTP(BaseModel):
324
364
  ] = "/^$/"
325
365
  r"""Messages from matched IP addresses will be ignored. This takes precedence over the allowlist."""
326
366
 
367
+ cribl_api: Annotated[Optional[str], pydantic.Field(alias="criblAPI")] = "/cribl"
368
+ r"""Absolute path on which to listen for the Cribl HTTP API requests. Only _bulk (default /cribl/_bulk) is available. Use empty string to disable."""
369
+
370
+ elastic_api: Annotated[Optional[str], pydantic.Field(alias="elasticAPI")] = (
371
+ "/elastic"
372
+ )
373
+ r"""Absolute path on which to listen for the Elasticsearch API requests. Only _bulk (default /elastic/_bulk) is available. Use empty string to disable."""
374
+
375
+ splunk_hec_api: Annotated[Optional[str], pydantic.Field(alias="splunkHecAPI")] = (
376
+ "/services/collector"
377
+ )
378
+ r"""Absolute path on which listen for the Splunk HTTP Event Collector API requests. Use empty string to disable."""
379
+
380
+ splunk_hec_acks: Annotated[
381
+ Optional[bool], pydantic.Field(alias="splunkHecAcks")
382
+ ] = False
383
+
327
384
  metadata: Optional[List[InputCriblLakeHTTPMetadatum]] = None
328
385
  r"""Fields to add to events from this input"""
329
386
 
387
+ auth_tokens_ext: Annotated[
388
+ Optional[List[InputCriblLakeHTTPAuthTokensExt]],
389
+ pydantic.Field(alias="authTokensExt"),
390
+ ] = None
391
+ r"""Shared secrets to be provided by any client (Authorization: <token>). If empty, unauthorized access is permitted."""
392
+
330
393
  description: Optional[str] = None
@@ -200,6 +200,8 @@ class InputCrowdstrikeTypedDict(TypedDict):
200
200
  r"""Socket inactivity timeout (in seconds). Increase this value if timeouts occur due to backpressure."""
201
201
  skip_on_error: NotRequired[bool]
202
202
  r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
203
+ include_sqs_metadata: NotRequired[bool]
204
+ r"""Include metadata from SQS notifications on outgoing events"""
203
205
  enable_assume_role: NotRequired[bool]
204
206
  r"""Use Assume Role credentials to access Amazon S3"""
205
207
  assume_role_arn: NotRequired[str]
@@ -333,6 +335,11 @@ class InputCrowdstrike(BaseModel):
333
335
  )
334
336
  r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
335
337
 
338
+ include_sqs_metadata: Annotated[
339
+ Optional[bool], pydantic.Field(alias="includeSqsMetadata")
340
+ ] = False
341
+ r"""Include metadata from SQS notifications on outgoing events"""
342
+
336
343
  enable_assume_role: Annotated[
337
344
  Optional[bool], pydantic.Field(alias="enableAssumeRole")
338
345
  ] = True
@@ -195,6 +195,8 @@ class InputS3TypedDict(TypedDict):
195
195
  r"""Socket inactivity timeout (in seconds). Increase this value if timeouts occur due to backpressure."""
196
196
  skip_on_error: NotRequired[bool]
197
197
  r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
198
+ include_sqs_metadata: NotRequired[bool]
199
+ r"""Include metadata from SQS notifications on outgoing events"""
198
200
  enable_assume_role: NotRequired[bool]
199
201
  r"""Use Assume Role credentials to access Amazon S3"""
200
202
  assume_role_arn: NotRequired[str]
@@ -332,6 +334,11 @@ class InputS3(BaseModel):
332
334
  )
333
335
  r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
334
336
 
337
+ include_sqs_metadata: Annotated[
338
+ Optional[bool], pydantic.Field(alias="includeSqsMetadata")
339
+ ] = False
340
+ r"""Include metadata from SQS notifications on outgoing events"""
341
+
335
342
  enable_assume_role: Annotated[
336
343
  Optional[bool], pydantic.Field(alias="enableAssumeRole")
337
344
  ] = True
@@ -200,6 +200,8 @@ class InputS3InventoryTypedDict(TypedDict):
200
200
  r"""Socket inactivity timeout (in seconds). Increase this value if timeouts occur due to backpressure."""
201
201
  skip_on_error: NotRequired[bool]
202
202
  r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
203
+ include_sqs_metadata: NotRequired[bool]
204
+ r"""Include metadata from SQS notifications on outgoing events"""
203
205
  enable_assume_role: NotRequired[bool]
204
206
  r"""Use Assume Role credentials to access Amazon S3"""
205
207
  assume_role_arn: NotRequired[str]
@@ -341,6 +343,11 @@ class InputS3Inventory(BaseModel):
341
343
  )
342
344
  r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
343
345
 
346
+ include_sqs_metadata: Annotated[
347
+ Optional[bool], pydantic.Field(alias="includeSqsMetadata")
348
+ ] = False
349
+ r"""Include metadata from SQS notifications on outgoing events"""
350
+
344
351
  enable_assume_role: Annotated[
345
352
  Optional[bool], pydantic.Field(alias="enableAssumeRole")
346
353
  ] = True
@@ -200,6 +200,8 @@ class InputSecurityLakeTypedDict(TypedDict):
200
200
  r"""Socket inactivity timeout (in seconds). Increase this value if timeouts occur due to backpressure."""
201
201
  skip_on_error: NotRequired[bool]
202
202
  r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
203
+ include_sqs_metadata: NotRequired[bool]
204
+ r"""Include metadata from SQS notifications on outgoing events"""
203
205
  enable_assume_role: NotRequired[bool]
204
206
  r"""Use Assume Role credentials to access Amazon S3"""
205
207
  assume_role_arn: NotRequired[str]
@@ -337,6 +339,11 @@ class InputSecurityLake(BaseModel):
337
339
  )
338
340
  r"""Skip files that trigger a processing error. Disabled by default, which allows retries after processing errors."""
339
341
 
342
+ include_sqs_metadata: Annotated[
343
+ Optional[bool], pydantic.Field(alias="includeSqsMetadata")
344
+ ] = False
345
+ r"""Include metadata from SQS notifications on outgoing events"""
346
+
340
347
  enable_assume_role: Annotated[
341
348
  Optional[bool], pydantic.Field(alias="enableAssumeRole")
342
349
  ] = True
@@ -9,6 +9,7 @@ from typing_extensions import Annotated, TypedDict
9
9
  class SchemeClientOauthTypedDict(TypedDict):
10
10
  client_id: str
11
11
  client_secret: str
12
+ audience: str
12
13
  token_url: str
13
14
 
14
15
 
@@ -21,4 +22,8 @@ class SchemeClientOauth(BaseModel):
21
22
  str, FieldMetadata(security=SecurityMetadata(field_name="clientSecret"))
22
23
  ]
23
24
 
25
+ audience: Annotated[
26
+ str, FieldMetadata(security=SecurityMetadata(field_name="audience"))
27
+ ]
28
+
24
29
  token_url: str = "https://login.cribl.cloud/oauth/token"
@@ -2,6 +2,7 @@
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
  from importlib import import_module
5
+ import builtins
5
6
 
6
7
  if TYPE_CHECKING:
7
8
  from .annotations import get_discriminator
@@ -183,5 +184,5 @@ def __getattr__(attr_name: str) -> object:
183
184
 
184
185
 
185
186
  def __dir__():
186
- lazy_attrs = list(_dynamic_imports.keys())
187
- return sorted(lazy_attrs)
187
+ lazy_attrs = builtins.list(_dynamic_imports.keys())
188
+ return builtins.sorted(lazy_attrs)
@@ -82,6 +82,11 @@ def get_security_from_env(security: Any, security_class: Any) -> Optional[BaseMo
82
82
  "CRIBLCONTROLPLANE_TOKEN_URL"
83
83
  )
84
84
 
85
+ if os.getenv("CRIBLCONTROLPLANE_AUDIENCE"):
86
+ security_dict.setdefault("client_oauth", {})["audience"] = os.getenv(
87
+ "CRIBLCONTROLPLANE_AUDIENCE"
88
+ )
89
+
85
90
  return security_class(**security_dict) if security_dict else None
86
91
 
87
92
 
@@ -1,23 +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 GetVersionCurrentBranchResponseTypedDict(TypedDict):
10
- r"""a list of any objects"""
11
-
12
- count: NotRequired[int]
13
- r"""number of items present in the items array"""
14
- items: NotRequired[List[Dict[str, Any]]]
15
-
16
-
17
- class GetVersionCurrentBranchResponse(BaseModel):
18
- r"""a list of any objects"""
19
-
20
- count: Optional[int] = None
21
- r"""number of items present in the items array"""
22
-
23
- items: Optional[List[Dict[str, Any]]] = None