cribl-control-plane 0.4.0b3__tar.gz → 0.4.0rc2__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.
Files changed (357) hide show
  1. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/PKG-INFO +28 -57
  2. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/README-PYPI.md +27 -56
  3. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/pyproject.toml +1 -2
  4. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_version.py +4 -4
  5. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/__init__.py +38 -42
  6. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/difffiles.py +5 -46
  7. cribl_control_plane-0.4.0rc2/src/cribl_control_plane/models/diffline.py +26 -0
  8. cribl_control_plane-0.4.0rc2/src/cribl_control_plane/models/difflinecontext.py +28 -0
  9. cribl_control_plane-0.4.0rc2/src/cribl_control_plane/models/difflinedelete.py +25 -0
  10. cribl_control_plane-0.4.0rc2/src/cribl_control_plane/models/difflineinsert.py +25 -0
  11. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcloudflarehec.py +4 -9
  12. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -15
  13. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsnmp.py +7 -33
  14. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsplunkhec.py +4 -8
  15. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwef.py +0 -23
  16. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwiz.py +0 -90
  17. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputzscalerhec.py +4 -8
  18. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsplunklb.py +0 -10
  19. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/unmarshal_json_response.py +1 -15
  20. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/py.typed +0 -0
  21. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/__init__.py +0 -0
  22. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  23. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  24. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/registration.py +0 -0
  25. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  26. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/_hooks/types.py +0 -0
  27. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/acl.py +0 -0
  28. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/auth_sdk.py +0 -0
  29. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/basesdk.py +0 -0
  30. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/branches.py +0 -0
  31. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/commits.py +0 -0
  32. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/commits_files.py +0 -0
  33. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/configs_versions.py +0 -0
  34. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/destinations.py +0 -0
  35. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/destinations_pq.py +0 -0
  36. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/__init__.py +0 -0
  37. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/apierror.py +0 -0
  38. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  39. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/error.py +0 -0
  40. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/healthserverstatus_error.py +0 -0
  41. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  42. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  43. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/groups_configs.py +0 -0
  44. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/groups_sdk.py +0 -0
  45. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/health.py +0 -0
  46. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/hectokens.py +0 -0
  47. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/httpclient.py +0 -0
  48. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/lakedatasets.py +0 -0
  49. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  50. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/authtoken.py +0 -0
  51. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/branchinfo.py +0 -0
  52. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  53. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  54. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  55. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/commit.py +0 -0
  56. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/configgroup.py +0 -0
  57. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  58. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  59. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedbranchinfo.py +0 -0
  60. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedconfiggroup.py +0 -0
  61. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedcribllakedataset.py +0 -0
  62. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/counteddistributedsummary.py +0 -0
  63. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitcommitsummary.py +0 -0
  64. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitcountresult.py +0 -0
  65. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitdiffresult.py +0 -0
  66. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitfilesresponse.py +0 -0
  67. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitinfo.py +0 -0
  68. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitlogresult.py +0 -0
  69. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitrevertresult.py +0 -0
  70. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitshowresult.py +0 -0
  71. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedgitstatusresult.py +0 -0
  72. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedinput.py +0 -0
  73. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedinputsplunkhec.py +0 -0
  74. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedjobinfo.py +0 -0
  75. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedmasterworkerentry.py +0 -0
  76. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countednumber.py +0 -0
  77. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedobject.py +0 -0
  78. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedoutput.py +0 -0
  79. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedoutputsamplesresponse.py +0 -0
  80. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedoutputtestresponse.py +0 -0
  81. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedpackinfo.py +0 -0
  82. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedpackinstallinfo.py +0 -0
  83. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedpipeline.py +0 -0
  84. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedroutes.py +0 -0
  85. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedstring.py +0 -0
  86. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/countedteamaccesscontrollist.py +0 -0
  87. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/counteduseraccesscontrollist.py +0 -0
  88. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
  89. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  90. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  91. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  92. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  93. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  94. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  95. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  96. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/criblevent.py +0 -0
  97. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  98. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/cribllakedatasetupdate.py +0 -0
  99. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  100. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  101. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  102. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
  103. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  104. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  105. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  106. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  107. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  108. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  109. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deployrequest.py +0 -0
  110. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  111. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  112. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
  113. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
  114. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
  115. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
  116. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  117. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  118. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  119. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  120. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  121. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  122. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  123. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
  124. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getpacksop.py +0 -0
  125. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  126. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  127. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  128. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  129. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  130. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  131. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionop.py +0 -0
  132. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  133. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  134. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  135. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  136. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  137. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  138. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitfile.py +0 -0
  139. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  140. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitinfo.py +0 -0
  141. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  142. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  143. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  144. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitshowresult.py +0 -0
  145. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  146. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/groupcreaterequest.py +0 -0
  147. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
  148. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  149. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/healthserverstatus.py +0 -0
  150. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  151. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/input.py +0 -0
  152. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputappscope.py +0 -0
  153. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  154. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcollection.py +0 -0
  155. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  156. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcribl.py +0 -0
  157. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  158. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  159. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  160. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  161. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  162. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  163. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  164. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputelastic.py +0 -0
  165. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  166. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputexec.py +0 -0
  167. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputfile.py +0 -0
  168. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  169. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  170. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  171. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputhttp.py +0 -0
  172. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  173. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  174. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkafka.py +0 -0
  175. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  176. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  177. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  178. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  179. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputloki.py +0 -0
  180. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  181. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  182. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputmsk.py +0 -0
  183. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  184. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  185. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  186. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  187. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  188. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  189. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  190. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  191. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputs3.py +0 -0
  192. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  193. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  194. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  195. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  196. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsqs.py +0 -0
  197. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  198. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  199. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  200. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputtcp.py +0 -0
  201. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  202. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  203. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  204. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
  205. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/jobinfo.py +0 -0
  206. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/jobstatus.py +0 -0
  207. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/lakedatasetmetrics.py +0 -0
  208. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  209. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  210. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
  211. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  212. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/logininfo.py +0 -0
  213. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  214. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  215. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  216. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  217. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  218. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  219. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  220. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outpostnodeinfo.py +0 -0
  221. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/output.py +0 -0
  222. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  223. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  224. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  225. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  226. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputchronicle.py +0 -0
  227. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  228. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcloudflarer2.py +0 -0
  229. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  230. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  231. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  232. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  233. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  234. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  235. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdatabricks.py +0 -0
  236. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  237. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdataset.py +0 -0
  238. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdefault.py +0 -0
  239. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  240. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  241. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdls3.py +0 -0
  242. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  243. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  244. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputelastic.py +0 -0
  245. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  246. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  247. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  248. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  249. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  250. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  251. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  252. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  253. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  254. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  255. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  256. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  257. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputkafka.py +0 -0
  258. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  259. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputloki.py +0 -0
  260. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputmicrosoftfabric.py +0 -0
  261. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputminio.py +0 -0
  262. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputmsk.py +0 -0
  263. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  264. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  265. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  266. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  267. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  268. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputring.py +0 -0
  269. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputrouter.py +0 -0
  270. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputs3.py +0 -0
  271. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  272. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  273. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  274. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  275. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  276. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  277. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  278. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsns.py +0 -0
  279. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  280. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  281. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsqs.py +0 -0
  282. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  283. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  284. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  285. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  286. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  287. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  288. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  289. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  290. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  291. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  292. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packinfo.py +0 -0
  293. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  294. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  295. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  296. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/pipeline.py +0 -0
  297. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  298. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/productscore.py +0 -0
  299. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/rbacresource.py +0 -0
  300. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  301. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/routeconf.py +0 -0
  302. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/routes.py +0 -0
  303. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/routesroute.py +0 -0
  304. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejob.py +0 -0
  305. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
  306. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
  307. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
  308. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  309. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/security.py +0 -0
  310. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  311. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
  312. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
  313. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  314. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  315. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  316. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  317. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  318. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  319. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatepacksop.py +0 -0
  320. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  321. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  322. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
  323. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  324. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/models/workertypes.py +0 -0
  325. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/nodes.py +0 -0
  326. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/packs.py +0 -0
  327. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/pipelines.py +0 -0
  328. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/py.typed +0 -0
  329. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/routes_sdk.py +0 -0
  330. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/samples.py +0 -0
  331. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/sdk.py +0 -0
  332. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  333. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/sources.py +0 -0
  334. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/statuses.py +0 -0
  335. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/summaries.py +0 -0
  336. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/teams.py +0 -0
  337. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/tokens.py +0 -0
  338. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/types/__init__.py +0 -0
  339. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/types/basemodel.py +0 -0
  340. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/__init__.py +0 -0
  341. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/annotations.py +0 -0
  342. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/datetimes.py +0 -0
  343. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/enums.py +0 -0
  344. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  345. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/forms.py +0 -0
  346. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/headers.py +0 -0
  347. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/logger.py +0 -0
  348. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/metadata.py +0 -0
  349. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/queryparams.py +0 -0
  350. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  351. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/retries.py +0 -0
  352. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/security.py +0 -0
  353. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/serializers.py +0 -0
  354. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/url.py +0 -0
  355. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/utils/values.py +0 -0
  356. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/versions.py +0 -0
  357. {cribl_control_plane-0.4.0b3 → cribl_control_plane-0.4.0rc2}/src/cribl_control_plane/versions_configs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.4.0b3
3
+ Version: 0.4.0rc2
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -17,11 +17,20 @@ 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
22
20
 
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] -->
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] -->
25
34
 
26
35
  <!-- Start Table of Contents [toc] -->
27
36
  ## Table of Contents
@@ -241,9 +250,14 @@ asyncio.run(main())
241
250
  ```
242
251
  <!-- End SDK Example Usage [usage] -->
243
252
 
244
- <!-- Start Authentication [security] -->
245
253
  ## Authentication
246
254
 
255
+ Except for the `health.get` and `auth.tokens.get` methods, all Cribl SDK requests require you to authenticate with a Bearer token. You must include a valid Bearer token in the configuration when initializing your SDK client. The Bearer token verifies your identity and ensures secure access to the requested resources. The SDK automatically manages the `Authorization` header for subsequent requests once properly authenticated.
256
+
257
+ For information about Bearer token expiration, see [Token Management](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-token-mgmt) in the Cribl as Code documentation.
258
+
259
+ **Authentication happens once during SDK initialization**. After you initialize the SDK client with authentication as shown in the [authentication examples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication-examples), the SDK automatically handles authentication for all subsequent API calls. You do not need to include authentication parameters in individual API requests. The [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage) section shows how to initialize the SDK and make API calls, but if you've properly initialized your client as shown in the authentication examples, you only need to make the API method calls themselves without re-initializing.
260
+
247
261
  ### Per-Client Security Schemes
248
262
 
249
263
  This SDK supports the following security schemes globally:
@@ -253,62 +267,19 @@ This SDK supports the following security schemes globally:
253
267
  | `bearer_auth` | http | HTTP Bearer | `CRIBLCONTROLPLANE_BEARER_AUTH` |
254
268
  | `client_oauth` | oauth2 | OAuth2 token | `CRIBLCONTROLPLANE_CLIENT_OAUTH` |
255
269
 
256
- You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. The selected scheme will be used by default to authenticate with the API for all operations that support it. For example:
257
- ```python
258
- from cribl_control_plane import CriblControlPlane, models
259
- import os
270
+ To configure authentication on Cribl.Cloud and in hybrid deployments, use the `client_oauth` security scheme. The SDK uses the OAuth credentials that you provide to obtain a Bearer token and refresh the token within its expiration window using the standard OAuth2 flow.
260
271
 
272
+ In on-prem deployments, use the `bearer_auth` security scheme. The SDK uses the username/password credentials that you provide to obtain a Bearer token. Automatically refreshing the Bearer token within its expiration window requires a callback function as shown in the [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py).
261
273
 
262
- with CriblControlPlane(
263
- server_url="https://api.example.com",
264
- security=models.Security(
265
- bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
266
- ),
267
- ) as ccp_client:
274
+ Set the security scheme through the `security` optional parameter when initializing the SDK client instance. The SDK uses the selected scheme by default to authenticate with the API for all operations that support it.
268
275
 
269
- res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
270
- "<value 1>",
271
- "<value 2>",
272
- ], bucket_name="<value>", cache_connection={
273
- "accelerated_fields": [
274
- "<value 1>",
275
- "<value 2>",
276
- ],
277
- "backfill_status": models.CacheConnectionBackfillStatus.PENDING,
278
- "cache_ref": "<value>",
279
- "created_at": 7795.06,
280
- "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
281
- "migration_query_id": "<id>",
282
- "retention_in_days": 1466.58,
283
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
284
- "current_size_bytes": 6170.04,
285
- "metrics_date": "<value>",
286
- }, retention_period_in_days=456.37, search_config={
287
- "datatypes": [
288
- "<value 1>",
289
- ],
290
- "metadata": {
291
- "earliest": "<value>",
292
- "enable_acceleration": True,
293
- "field_list": [
294
- "<value 1>",
295
- "<value 2>",
296
- ],
297
- "latest_run_info": {
298
- "earliest_scanned_time": 4334.7,
299
- "finished_at": 6811.22,
300
- "latest_scanned_time": 5303.3,
301
- "object_count": 9489.04,
302
- },
303
- "scan_mode": models.ScanMode.DETAILED,
304
- },
305
- }, storage_location_id="<id>", view_name="<value>")
276
+ ### Authentication Examples
306
277
 
307
- # Handle response
308
- print(res)
278
+ The [Cribl.Cloud and Hybrid Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_cloud_auth.py) demonstrates how to configure authentication on Cribl.Cloud and in hybrid deployments. To obtain the Client ID and Client Secret you'll need to initialize using the `client_oauth` security schema, follow the [instructions for creating an API Credential](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-auth-cloud) in the Cribl as Code documentation.
309
279
 
310
- ```
311
- <!-- End Authentication [security] -->
280
+ The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py) demonstrates how to configure authentication in on-prem deployments using your username and password.
281
+
282
+ <!-- No Authentication [security] -->
312
283
 
313
284
  <!-- Start Available Resources and Operations [operations] -->
314
285
  ## Available Resources and Operations
@@ -1,9 +1,18 @@
1
1
  # cribl_control_plane_sdk_python
2
- <!-- Start Summary [summary] -->
3
- ## Summary
4
2
 
5
- 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).
6
- <!-- End Summary [summary] -->
3
+ The Cribl Python SDK for the control plane provides operational control over Cribl resources and helps streamline the process of integrating with Cribl.
4
+
5
+ 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).
6
+
7
+ 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.
8
+
9
+ > [!IMPORTANT]
10
+ > **Preview Feature**
11
+ > 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.
12
+ >
13
+ > Please continue to submit feedback through normal Cribl support channels, but assistance might be limited while the features remain in Preview.
14
+
15
+ <!-- No Summary [summary] -->
7
16
 
8
17
  <!-- Start Table of Contents [toc] -->
9
18
  ## Table of Contents
@@ -223,9 +232,14 @@ asyncio.run(main())
223
232
  ```
224
233
  <!-- End SDK Example Usage [usage] -->
225
234
 
226
- <!-- Start Authentication [security] -->
227
235
  ## Authentication
228
236
 
237
+ Except for the `health.get` and `auth.tokens.get` methods, all Cribl SDK requests require you to authenticate with a Bearer token. You must include a valid Bearer token in the configuration when initializing your SDK client. The Bearer token verifies your identity and ensures secure access to the requested resources. The SDK automatically manages the `Authorization` header for subsequent requests once properly authenticated.
238
+
239
+ For information about Bearer token expiration, see [Token Management](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-token-mgmt) in the Cribl as Code documentation.
240
+
241
+ **Authentication happens once during SDK initialization**. After you initialize the SDK client with authentication as shown in the [authentication examples](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication-examples), the SDK automatically handles authentication for all subsequent API calls. You do not need to include authentication parameters in individual API requests. The [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage) section shows how to initialize the SDK and make API calls, but if you've properly initialized your client as shown in the authentication examples, you only need to make the API method calls themselves without re-initializing.
242
+
229
243
  ### Per-Client Security Schemes
230
244
 
231
245
  This SDK supports the following security schemes globally:
@@ -235,62 +249,19 @@ This SDK supports the following security schemes globally:
235
249
  | `bearer_auth` | http | HTTP Bearer | `CRIBLCONTROLPLANE_BEARER_AUTH` |
236
250
  | `client_oauth` | oauth2 | OAuth2 token | `CRIBLCONTROLPLANE_CLIENT_OAUTH` |
237
251
 
238
- You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. The selected scheme will be used by default to authenticate with the API for all operations that support it. For example:
239
- ```python
240
- from cribl_control_plane import CriblControlPlane, models
241
- import os
252
+ To configure authentication on Cribl.Cloud and in hybrid deployments, use the `client_oauth` security scheme. The SDK uses the OAuth credentials that you provide to obtain a Bearer token and refresh the token within its expiration window using the standard OAuth2 flow.
242
253
 
254
+ In on-prem deployments, use the `bearer_auth` security scheme. The SDK uses the username/password credentials that you provide to obtain a Bearer token. Automatically refreshing the Bearer token within its expiration window requires a callback function as shown in the [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py).
243
255
 
244
- with CriblControlPlane(
245
- server_url="https://api.example.com",
246
- security=models.Security(
247
- bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
248
- ),
249
- ) as ccp_client:
256
+ Set the security scheme through the `security` optional parameter when initializing the SDK client instance. The SDK uses the selected scheme by default to authenticate with the API for all operations that support it.
250
257
 
251
- res = ccp_client.lake_datasets.create(lake_id="<id>", id="<id>", accelerated_fields=[
252
- "<value 1>",
253
- "<value 2>",
254
- ], bucket_name="<value>", cache_connection={
255
- "accelerated_fields": [
256
- "<value 1>",
257
- "<value 2>",
258
- ],
259
- "backfill_status": models.CacheConnectionBackfillStatus.PENDING,
260
- "cache_ref": "<value>",
261
- "created_at": 7795.06,
262
- "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
263
- "migration_query_id": "<id>",
264
- "retention_in_days": 1466.58,
265
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
266
- "current_size_bytes": 6170.04,
267
- "metrics_date": "<value>",
268
- }, retention_period_in_days=456.37, search_config={
269
- "datatypes": [
270
- "<value 1>",
271
- ],
272
- "metadata": {
273
- "earliest": "<value>",
274
- "enable_acceleration": True,
275
- "field_list": [
276
- "<value 1>",
277
- "<value 2>",
278
- ],
279
- "latest_run_info": {
280
- "earliest_scanned_time": 4334.7,
281
- "finished_at": 6811.22,
282
- "latest_scanned_time": 5303.3,
283
- "object_count": 9489.04,
284
- },
285
- "scan_mode": models.ScanMode.DETAILED,
286
- },
287
- }, storage_location_id="<id>", view_name="<value>")
258
+ ### Authentication Examples
288
259
 
289
- # Handle response
290
- print(res)
260
+ The [Cribl.Cloud and Hybrid Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_cloud_auth.py) demonstrates how to configure authentication on Cribl.Cloud and in hybrid deployments. To obtain the Client ID and Client Secret you'll need to initialize using the `client_oauth` security schema, follow the [instructions for creating an API Credential](https://docs.cribl.io/cribl-as-code/sdks-auth/#sdks-auth-cloud) in the Cribl as Code documentation.
291
261
 
292
- ```
293
- <!-- End Authentication [security] -->
262
+ The [On-Prem Authentication Example](https://github.com/criblio/cribl_control_plane_sdk_python/blob/main/examples/example_onprem_auth.py) demonstrates how to configure authentication in on-prem deployments using your username and password.
263
+
264
+ <!-- No Authentication [security] -->
294
265
 
295
266
  <!-- Start Available Resources and Operations [operations] -->
296
267
  ## Available Resources and Operations
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.4.0b3"
4
+ version = "0.4.0rc2"
5
5
  description = "Python Client SDK Generated by Speakeasy."
6
6
  authors = [{ name = "Speakeasy" },]
7
7
  readme = "README-PYPI.md"
@@ -28,7 +28,6 @@ in-project = true
28
28
  [tool.poetry.group.dev.dependencies]
29
29
  mypy = "==1.15.0"
30
30
  pylint = "==3.2.3"
31
- pyright = "==1.1.398"
32
31
 
33
32
  [build-system]
34
33
  requires = ["poetry-core"]
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.4.0b3"
7
- __openapi_doc_version__: str = "4.16.0-alpha.1763717483983-bf4ec3a8"
8
- __gen_version__: str = "2.755.9"
9
- __user_agent__: str = "speakeasy-sdk/python 0.4.0b3 2.755.9 4.16.0-alpha.1763717483983-bf4ec3a8 cribl-control-plane"
6
+ __version__: str = "0.4.0rc2"
7
+ __openapi_doc_version__: str = "4.16.0-alpha.1763640448660-89844071"
8
+ __gen_version__: str = "2.743.2"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.4.0rc2 2.743.2 4.16.0-alpha.1763640448660-89844071 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -201,17 +201,25 @@ if TYPE_CHECKING:
201
201
  ChecksumBeforeTypedDict,
202
202
  DiffFiles,
203
203
  DiffFilesTypedDict,
204
- Line1,
205
- Line1TypedDict,
206
- Line2,
207
- Line2TypedDict,
208
- Line3,
209
- Line3TypedDict,
210
- LineUnion,
211
- LineUnionTypedDict,
212
204
  OldMode,
213
205
  OldModeTypedDict,
214
206
  )
207
+ from .diffline import DiffLine, DiffLineTypedDict
208
+ from .difflinecontext import (
209
+ DiffLineContext,
210
+ DiffLineContextType,
211
+ DiffLineContextTypedDict,
212
+ )
213
+ from .difflinedelete import (
214
+ DiffLineDelete,
215
+ DiffLineDeleteType,
216
+ DiffLineDeleteTypedDict,
217
+ )
218
+ from .difflineinsert import (
219
+ DiffLineInsert,
220
+ DiffLineInsertType,
221
+ DiffLineInsertTypedDict,
222
+ )
215
223
  from .distributedsummary import (
216
224
  DistributedSummary,
217
225
  DistributedSummaryGroups,
@@ -1365,7 +1373,6 @@ if TYPE_CHECKING:
1365
1373
  InputSnmpPqTypedDict,
1366
1374
  InputSnmpType,
1367
1375
  InputSnmpTypedDict,
1368
- PrivacyProtocol,
1369
1376
  SNMPv3Authentication,
1370
1377
  SNMPv3AuthenticationTypedDict,
1371
1378
  V3User,
@@ -1654,9 +1661,7 @@ if TYPE_CHECKING:
1654
1661
  InputWefTypedDict,
1655
1662
  MTLSSettings,
1656
1663
  MTLSSettingsTypedDict,
1657
- Query,
1658
1664
  QueryBuilderMode,
1659
- QueryTypedDict,
1660
1665
  Subscription,
1661
1666
  SubscriptionMetadatum,
1662
1667
  SubscriptionMetadatumTypedDict,
@@ -1729,7 +1734,6 @@ if TYPE_CHECKING:
1729
1734
  InputWizConnectionTypedDict,
1730
1735
  InputWizContentConfig,
1731
1736
  InputWizContentConfigTypedDict,
1732
- InputWizLogLevel,
1733
1737
  InputWizMetadatum,
1734
1738
  InputWizMetadatumTypedDict,
1735
1739
  InputWizMode,
@@ -1742,8 +1746,6 @@ if TYPE_CHECKING:
1742
1746
  InputWizRetryType,
1743
1747
  InputWizType,
1744
1748
  InputWizTypedDict,
1745
- ManageState,
1746
- ManageStateTypedDict,
1747
1749
  )
1748
1750
  from .inputwizwebhook import (
1749
1751
  InputWizWebhook,
@@ -3548,6 +3550,17 @@ __all__ = [
3548
3550
  "DeployRequestTypedDict",
3549
3551
  "DiffFiles",
3550
3552
  "DiffFilesTypedDict",
3553
+ "DiffLine",
3554
+ "DiffLineContext",
3555
+ "DiffLineContextType",
3556
+ "DiffLineContextTypedDict",
3557
+ "DiffLineDelete",
3558
+ "DiffLineDeleteType",
3559
+ "DiffLineDeleteTypedDict",
3560
+ "DiffLineInsert",
3561
+ "DiffLineInsertType",
3562
+ "DiffLineInsertTypedDict",
3563
+ "DiffLineTypedDict",
3551
3564
  "DisksAndFileSystems",
3552
3565
  "DisksAndFileSystemsTypedDict",
3553
3566
  "DistMode",
@@ -4872,7 +4885,6 @@ __all__ = [
4872
4885
  "InputWizConnectionTypedDict",
4873
4886
  "InputWizContentConfig",
4874
4887
  "InputWizContentConfigTypedDict",
4875
- "InputWizLogLevel",
4876
4888
  "InputWizMetadatum",
4877
4889
  "InputWizMetadatumTypedDict",
4878
4890
  "InputWizMode",
@@ -4939,14 +4951,6 @@ __all__ = [
4939
4951
  "LakeDatasetSearchConfig",
4940
4952
  "LakeDatasetSearchConfigTypedDict",
4941
4953
  "LakehouseConnectionType",
4942
- "Line1",
4943
- "Line1TypedDict",
4944
- "Line2",
4945
- "Line2TypedDict",
4946
- "Line3",
4947
- "Line3TypedDict",
4948
- "LineUnion",
4949
- "LineUnionTypedDict",
4950
4954
  "ListConfigGroupByProductRequest",
4951
4955
  "ListConfigGroupByProductRequestTypedDict",
4952
4956
  "ListMasterWorkerEntryRequest",
@@ -4970,8 +4974,6 @@ __all__ = [
4970
4974
  "LokiAuthOauthParam2TypedDict",
4971
4975
  "MTLSSettings",
4972
4976
  "MTLSSettingsTypedDict",
4973
- "ManageState",
4974
- "ManageStateTypedDict",
4975
4977
  "MappingType",
4976
4978
  "MasterWorkerEntry",
4977
4979
  "MasterWorkerEntryType",
@@ -6218,7 +6220,6 @@ __all__ = [
6218
6220
  "PodFilter",
6219
6221
  "PodFilterTypedDict",
6220
6222
  "PrefixOptional",
6221
- "PrivacyProtocol",
6222
6223
  "ProductsCore",
6223
6224
  "PrometheusAuthOauthHeader1",
6224
6225
  "PrometheusAuthOauthHeader1TypedDict",
@@ -6228,9 +6229,7 @@ __all__ = [
6228
6229
  "PrometheusAuthOauthParam1TypedDict",
6229
6230
  "PrometheusAuthOauthParam2",
6230
6231
  "PrometheusAuthOauthParam2TypedDict",
6231
- "Query",
6232
6232
  "QueryBuilderMode",
6233
- "QueryTypedDict",
6234
6233
  "RbacResource",
6235
6234
  "ReadMode",
6236
6235
  "Remote",
@@ -6521,16 +6520,19 @@ _dynamic_imports: dict[str, str] = {
6521
6520
  "ChecksumBeforeTypedDict": ".difffiles",
6522
6521
  "DiffFiles": ".difffiles",
6523
6522
  "DiffFilesTypedDict": ".difffiles",
6524
- "Line1": ".difffiles",
6525
- "Line1TypedDict": ".difffiles",
6526
- "Line2": ".difffiles",
6527
- "Line2TypedDict": ".difffiles",
6528
- "Line3": ".difffiles",
6529
- "Line3TypedDict": ".difffiles",
6530
- "LineUnion": ".difffiles",
6531
- "LineUnionTypedDict": ".difffiles",
6532
6523
  "OldMode": ".difffiles",
6533
6524
  "OldModeTypedDict": ".difffiles",
6525
+ "DiffLine": ".diffline",
6526
+ "DiffLineTypedDict": ".diffline",
6527
+ "DiffLineContext": ".difflinecontext",
6528
+ "DiffLineContextType": ".difflinecontext",
6529
+ "DiffLineContextTypedDict": ".difflinecontext",
6530
+ "DiffLineDelete": ".difflinedelete",
6531
+ "DiffLineDeleteType": ".difflinedelete",
6532
+ "DiffLineDeleteTypedDict": ".difflinedelete",
6533
+ "DiffLineInsert": ".difflineinsert",
6534
+ "DiffLineInsertType": ".difflineinsert",
6535
+ "DiffLineInsertTypedDict": ".difflineinsert",
6534
6536
  "DistributedSummary": ".distributedsummary",
6535
6537
  "DistributedSummaryGroups": ".distributedsummary",
6536
6538
  "DistributedSummaryGroupsTypedDict": ".distributedsummary",
@@ -7576,7 +7578,6 @@ _dynamic_imports: dict[str, str] = {
7576
7578
  "InputSnmpPqTypedDict": ".inputsnmp",
7577
7579
  "InputSnmpType": ".inputsnmp",
7578
7580
  "InputSnmpTypedDict": ".inputsnmp",
7579
- "PrivacyProtocol": ".inputsnmp",
7580
7581
  "SNMPv3Authentication": ".inputsnmp",
7581
7582
  "SNMPv3AuthenticationTypedDict": ".inputsnmp",
7582
7583
  "V3User": ".inputsnmp",
@@ -7845,9 +7846,7 @@ _dynamic_imports: dict[str, str] = {
7845
7846
  "InputWefTypedDict": ".inputwef",
7846
7847
  "MTLSSettings": ".inputwef",
7847
7848
  "MTLSSettingsTypedDict": ".inputwef",
7848
- "Query": ".inputwef",
7849
7849
  "QueryBuilderMode": ".inputwef",
7850
- "QueryTypedDict": ".inputwef",
7851
7850
  "Subscription": ".inputwef",
7852
7851
  "SubscriptionMetadatum": ".inputwef",
7853
7852
  "SubscriptionMetadatumTypedDict": ".inputwef",
@@ -7914,7 +7913,6 @@ _dynamic_imports: dict[str, str] = {
7914
7913
  "InputWizConnectionTypedDict": ".inputwiz",
7915
7914
  "InputWizContentConfig": ".inputwiz",
7916
7915
  "InputWizContentConfigTypedDict": ".inputwiz",
7917
- "InputWizLogLevel": ".inputwiz",
7918
7916
  "InputWizMetadatum": ".inputwiz",
7919
7917
  "InputWizMetadatumTypedDict": ".inputwiz",
7920
7918
  "InputWizMode": ".inputwiz",
@@ -7927,8 +7925,6 @@ _dynamic_imports: dict[str, str] = {
7927
7925
  "InputWizRetryType": ".inputwiz",
7928
7926
  "InputWizType": ".inputwiz",
7929
7927
  "InputWizTypedDict": ".inputwiz",
7930
- "ManageState": ".inputwiz",
7931
- "ManageStateTypedDict": ".inputwiz",
7932
7928
  "InputWizWebhook": ".inputwizwebhook",
7933
7929
  "InputWizWebhookAuthTokensExt": ".inputwizwebhook",
7934
7930
  "InputWizWebhookAuthTokensExtMetadatum": ".inputwizwebhook",
@@ -1,59 +1,17 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .diffline import DiffLine, DiffLineTypedDict
4
5
  from cribl_control_plane.types import BaseModel
5
6
  import pydantic
6
7
  from typing import List, Optional, Union
7
8
  from typing_extensions import Annotated, NotRequired, TypeAliasType, TypedDict
8
9
 
9
10
 
10
- class Line3TypedDict(TypedDict):
11
- content: str
12
- new_number: float
13
- old_number: float
14
-
15
-
16
- class Line3(BaseModel):
17
- content: str
18
-
19
- new_number: Annotated[float, pydantic.Field(alias="newNumber")]
20
-
21
- old_number: Annotated[float, pydantic.Field(alias="oldNumber")]
22
-
23
-
24
- class Line2TypedDict(TypedDict):
25
- content: str
26
- new_number: float
27
-
28
-
29
- class Line2(BaseModel):
30
- content: str
31
-
32
- new_number: Annotated[float, pydantic.Field(alias="newNumber")]
33
-
34
-
35
- class Line1TypedDict(TypedDict):
36
- content: str
37
- old_number: float
38
-
39
-
40
- class Line1(BaseModel):
41
- content: str
42
-
43
- old_number: Annotated[float, pydantic.Field(alias="oldNumber")]
44
-
45
-
46
- LineUnionTypedDict = TypeAliasType(
47
- "LineUnionTypedDict", Union[Line1TypedDict, Line2TypedDict, Line3TypedDict]
48
- )
49
-
50
-
51
- LineUnion = TypeAliasType("LineUnion", Union[Line1, Line2, Line3])
52
-
53
-
54
11
  class BlockTypedDict(TypedDict):
55
12
  header: str
56
- lines: List[LineUnionTypedDict]
13
+ lines: List[DiffLineTypedDict]
14
+ r"""Diff Line"""
57
15
  new_start_line: float
58
16
  old_start_line: float
59
17
  old_start_line2: NotRequired[float]
@@ -62,7 +20,8 @@ class BlockTypedDict(TypedDict):
62
20
  class Block(BaseModel):
63
21
  header: str
64
22
 
65
- lines: List[LineUnion]
23
+ lines: List[DiffLine]
24
+ r"""Diff Line"""
66
25
 
67
26
  new_start_line: Annotated[float, pydantic.Field(alias="newStartLine")]
68
27
 
@@ -0,0 +1,26 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .difflinecontext import DiffLineContext, DiffLineContextTypedDict
5
+ from .difflinedelete import DiffLineDelete, DiffLineDeleteTypedDict
6
+ from .difflineinsert import DiffLineInsert, DiffLineInsertTypedDict
7
+ from cribl_control_plane.utils import get_discriminator
8
+ from pydantic import Discriminator, Tag
9
+ from typing import Union
10
+ from typing_extensions import Annotated, TypeAliasType
11
+
12
+
13
+ DiffLineTypedDict = TypeAliasType(
14
+ "DiffLineTypedDict",
15
+ Union[DiffLineDeleteTypedDict, DiffLineInsertTypedDict, DiffLineContextTypedDict],
16
+ )
17
+
18
+
19
+ DiffLine = Annotated[
20
+ Union[
21
+ Annotated[DiffLineDelete, Tag("delete")],
22
+ Annotated[DiffLineInsert, Tag("insert")],
23
+ Annotated[DiffLineContext, Tag("context")],
24
+ ],
25
+ Discriminator(lambda m: get_discriminator(m, "type", "type")),
26
+ ]
@@ -0,0 +1,28 @@
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 enum import Enum
6
+ import pydantic
7
+ from typing_extensions import Annotated, TypedDict
8
+
9
+
10
+ class DiffLineContextType(str, Enum):
11
+ CONTEXT = "context"
12
+
13
+
14
+ class DiffLineContextTypedDict(TypedDict):
15
+ type: DiffLineContextType
16
+ new_number: float
17
+ old_number: float
18
+ content: str
19
+
20
+
21
+ class DiffLineContext(BaseModel):
22
+ type: DiffLineContextType
23
+
24
+ new_number: Annotated[float, pydantic.Field(alias="newNumber")]
25
+
26
+ old_number: Annotated[float, pydantic.Field(alias="oldNumber")]
27
+
28
+ content: str
@@ -0,0 +1,25 @@
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 enum import Enum
6
+ import pydantic
7
+ from typing_extensions import Annotated, TypedDict
8
+
9
+
10
+ class DiffLineDeleteType(str, Enum):
11
+ DELETE = "delete"
12
+
13
+
14
+ class DiffLineDeleteTypedDict(TypedDict):
15
+ type: DiffLineDeleteType
16
+ old_number: float
17
+ content: str
18
+
19
+
20
+ class DiffLineDelete(BaseModel):
21
+ type: DiffLineDeleteType
22
+
23
+ old_number: Annotated[float, pydantic.Field(alias="oldNumber")]
24
+
25
+ content: str
@@ -0,0 +1,25 @@
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 enum import Enum
6
+ import pydantic
7
+ from typing_extensions import Annotated, TypedDict
8
+
9
+
10
+ class DiffLineInsertType(str, Enum):
11
+ INSERT = "insert"
12
+
13
+
14
+ class DiffLineInsertTypedDict(TypedDict):
15
+ type: DiffLineInsertType
16
+ new_number: float
17
+ content: str
18
+
19
+
20
+ class DiffLineInsert(BaseModel):
21
+ type: DiffLineInsertType
22
+
23
+ new_number: Annotated[float, pydantic.Field(alias="newNumber")]
24
+
25
+ content: str