cribl-control-plane 0.2.0b6__tar.gz → 0.3.0b14__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 (368) hide show
  1. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/PKG-INFO +28 -10
  2. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/README-PYPI.md +27 -9
  3. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_version.py +4 -4
  5. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/acl.py +4 -4
  6. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/branches.py +4 -4
  7. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/commits.py +28 -28
  8. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/commits_files.py +8 -8
  9. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/configs_versions.py +4 -8
  10. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/destinations.py +20 -20
  11. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/destinations_pq.py +8 -8
  12. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/__init__.py +8 -5
  13. cribl_control_plane-0.2.0b6/src/cribl_control_plane/errors/healthstatus_error.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/errors/healthserverstatus_error.py +10 -9
  14. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/groups_sdk.py +78 -78
  15. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/health.py +22 -16
  16. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/hectokens.py +8 -16
  17. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/lakedatasets.py +48 -40
  18. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/__init__.py +470 -425
  19. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/authtoken.py +4 -7
  20. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/cacheconnection.py +20 -0
  21. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/configgroup.py +53 -19
  22. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/configgroupcloud.py +11 -1
  23. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getversionbranchop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedbranchinfo.py +2 -6
  24. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedconfiggroup.py +20 -0
  25. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedcribllakedataset.py +20 -0
  26. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/counteddistributedsummary.py +20 -0
  27. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitcommitsummary.py +20 -0
  28. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitcountresult.py +20 -0
  29. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createinputop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitdiffresult.py +5 -9
  30. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitfilesresponse.py +20 -0
  31. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getversioninfoop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitinfo.py +2 -6
  32. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitlogresult.py +20 -0
  33. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitrevertresult.py +20 -0
  34. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitshowresult.py +20 -0
  35. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedgitstatusresult.py +20 -0
  36. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/listinputop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedinput.py +2 -6
  37. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedinputsplunkhec.py +20 -0
  38. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedjobinfo.py +20 -0
  39. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedmasterworkerentry.py +20 -0
  40. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countednumber.py +19 -0
  41. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedobject.py +19 -0
  42. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/listoutputop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedoutput.py +2 -6
  43. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createoutputop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedoutputsamplesresponse.py +5 -9
  44. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedoutputtestresponse.py +20 -0
  45. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedpackinfo.py +20 -0
  46. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createpacksop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedpackinstallinfo.py +2 -6
  47. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/listpipelineop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedpipeline.py +2 -6
  48. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/listroutesop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedroutes.py +2 -6
  49. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createversionpushop.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedstring.py +2 -6
  50. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/countedteamaccesscontrollist.py +20 -0
  51. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/counteduseraccesscontrollist.py +20 -0
  52. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/createconfiggroupbyproductop.py +46 -0
  53. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +1 -19
  54. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createinputhectokenbyidop.py +1 -20
  55. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createoutputtestbyidop.py +1 -20
  56. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/createroutesappendbyidop.py +28 -0
  57. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createversioncommitop.py +1 -19
  58. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createversionrevertop.py +1 -19
  59. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/createversionundoop.py +1 -18
  60. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/cribllakedataset.py +15 -1
  61. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/cribllakedatasetupdate.py +15 -1
  62. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/datasetmetadata.py +11 -1
  63. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +11 -19
  64. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +1 -20
  65. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/deleteinputbyidop.py +18 -0
  66. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/deleteoutputbyidop.py +18 -0
  67. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +1 -19
  68. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/deletepacksbyidop.py +18 -0
  69. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/deletepipelinebyidop.py +18 -0
  70. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +20 -18
  71. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +20 -18
  72. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +11 -18
  73. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +11 -18
  74. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +1 -20
  75. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +1 -20
  76. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/getinputbyidop.py +18 -0
  77. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getmasterworkerentryop.py +1 -18
  78. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/getoutputbyidop.py +18 -0
  79. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getoutputpqbyidop.py +1 -20
  80. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/getoutputsamplesbyidop.py +18 -0
  81. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/getpacksbyidop.py +18 -0
  82. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getpacksop.py +1 -19
  83. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/getpipelinebyidop.py +18 -0
  84. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getroutesbyidop.py +1 -20
  85. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getsummaryop.py +11 -18
  86. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversioncountop.py +1 -19
  87. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversiondiffop.py +1 -19
  88. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversionfilesop.py +1 -19
  89. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversionop.py +1 -19
  90. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversionshowop.py +1 -19
  91. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/getversionstatusop.py +1 -19
  92. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/groupcreaterequest.py +172 -0
  93. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/hbcriblinfo.py +11 -1
  94. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/healthstatus.py → cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/healthserverstatus.py +27 -8
  95. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputappscope.py +76 -17
  96. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputazureblob.py +29 -1
  97. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcollection.py +20 -1
  98. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputconfluentcloud.py +188 -1
  99. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcribl.py +20 -1
  100. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcriblhttp.py +82 -23
  101. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcribllakehttp.py +58 -17
  102. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcriblmetrics.py +20 -1
  103. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcribltcp.py +83 -17
  104. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputcrowdstrike.py +47 -1
  105. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputdatadogagent.py +58 -17
  106. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputdatagen.py +20 -1
  107. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputedgeprometheus.py +138 -37
  108. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputelastic.py +108 -27
  109. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputeventhub.py +176 -1
  110. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputexec.py +29 -1
  111. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputfile.py +47 -7
  112. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputfirehose.py +58 -17
  113. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputgooglepubsub.py +29 -1
  114. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputgrafana.py +149 -32
  115. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputhttp.py +58 -17
  116. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputhttpraw.py +58 -17
  117. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputjournalfiles.py +20 -1
  118. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputkafka.py +182 -1
  119. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputkinesis.py +65 -1
  120. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputkubeevents.py +20 -1
  121. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputkubelogs.py +29 -1
  122. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputkubemetrics.py +29 -1
  123. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputloki.py +67 -17
  124. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputmetrics.py +58 -17
  125. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +58 -17
  126. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputmsk.py +74 -1
  127. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputnetflow.py +20 -1
  128. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputoffice365mgmt.py +56 -1
  129. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputoffice365msgtrace.py +56 -1
  130. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputoffice365service.py +56 -1
  131. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputopentelemetry.py +84 -16
  132. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputprometheus.py +131 -37
  133. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputprometheusrw.py +67 -17
  134. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputrawudp.py +20 -1
  135. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputs3.py +38 -1
  136. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputs3inventory.py +47 -1
  137. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsecuritylake.py +47 -1
  138. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsnmp.py +29 -1
  139. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsplunk.py +76 -17
  140. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsplunkhec.py +66 -16
  141. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsplunksearch.py +56 -1
  142. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsqs.py +47 -1
  143. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsyslog.py +113 -32
  144. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsystemmetrics.py +110 -9
  145. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputsystemstate.py +29 -1
  146. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputtcp.py +77 -17
  147. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputtcpjson.py +67 -17
  148. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputwef.py +65 -1
  149. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputwindowsmetrics.py +101 -9
  150. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputwineventlogs.py +52 -1
  151. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputwiz.py +38 -1
  152. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputwizwebhook.py +58 -17
  153. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/inputzscalerhec.py +66 -16
  154. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/jobinfo.py +10 -4
  155. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/jobstatus.py +48 -0
  156. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/lakedatasetmetrics.py +17 -0
  157. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +11 -18
  158. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/listmasterworkerentryop.py +1 -19
  159. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/masterworkerentry.py +11 -1
  160. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodeprovidedinfo.py +4 -0
  161. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodeupgradestatus.py +38 -0
  162. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/outpostnodeinfo.py +16 -0
  163. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/output.py +24 -21
  164. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputazureblob.py +90 -1
  165. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputazuredataexplorer.py +430 -93
  166. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputazureeventhub.py +267 -22
  167. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputazurelogs.py +105 -22
  168. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputchronicle.py +105 -22
  169. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputclickhouse.py +141 -22
  170. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputcloudwatch.py +96 -22
  171. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputconfluentcloud.py +292 -23
  172. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputcriblhttp.py +146 -22
  173. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputcribllake.py +76 -1
  174. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputcribltcp.py +148 -22
  175. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +117 -23
  176. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/outputdatabricks.py +482 -0
  177. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdatadog.py +132 -22
  178. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdataset.py +123 -22
  179. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdiskspool.py +11 -1
  180. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdls3.py +117 -1
  181. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdynatracehttp.py +141 -22
  182. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdynatraceotlp.py +141 -22
  183. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputelastic.py +148 -22
  184. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputelasticcloud.py +130 -22
  185. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputexabeam.py +47 -1
  186. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputfilesystem.py +72 -1
  187. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgooglechronicle.py +148 -23
  188. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgooglecloudlogging.py +115 -23
  189. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgooglecloudstorage.py +108 -1
  190. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgooglepubsub.py +96 -22
  191. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgrafanacloud.py +244 -43
  192. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputgraphite.py +96 -22
  193. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputhoneycomb.py +105 -22
  194. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputhumiohec.py +114 -22
  195. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputinfluxdb.py +114 -22
  196. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputkafka.py +283 -20
  197. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputkinesis.py +121 -22
  198. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputloki.py +112 -20
  199. cribl_control_plane-0.3.0b14/src/cribl_control_plane/models/outputmicrosoftfabric.py +540 -0
  200. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputminio.py +117 -1
  201. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputmsk.py +175 -20
  202. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputnewrelic.py +123 -22
  203. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputnewrelicevents.py +115 -23
  204. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputopentelemetry.py +159 -22
  205. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputprometheus.py +105 -22
  206. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputring.py +29 -1
  207. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputs3.py +117 -1
  208. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsecuritylake.py +85 -1
  209. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsentinel.py +123 -22
  210. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsentineloneaisiem.py +124 -23
  211. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputservicenow.py +150 -22
  212. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsignalfx.py +105 -22
  213. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsns.py +103 -20
  214. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsplunk.py +141 -22
  215. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsplunkhec.py +198 -22
  216. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsplunklb.py +170 -22
  217. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsqs.py +112 -20
  218. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputstatsd.py +96 -22
  219. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputstatsdext.py +96 -22
  220. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsumologic.py +105 -22
  221. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsyslog.py +238 -99
  222. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputtcpjson.py +132 -22
  223. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputwavefront.py +105 -22
  224. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputwebhook.py +141 -22
  225. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputxsiam.py +103 -20
  226. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/resourcepolicy.py +11 -0
  227. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/runnablejobcollection.py +76 -9
  228. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/runnablejobexecutor.py +36 -9
  229. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +27 -9
  230. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +11 -18
  231. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +11 -19
  232. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +1 -20
  233. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateinputbyidop.py +1 -19
  234. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +1 -20
  235. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateoutputbyidop.py +1 -19
  236. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updatepacksbyidop.py +1 -20
  237. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updatepacksop.py +0 -2
  238. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updatepipelinebyidop.py +1 -19
  239. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updateroutesbyidop.py +1 -19
  240. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/nodes.py +8 -16
  241. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/packs.py +24 -24
  242. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/pipelines.py +20 -20
  243. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/routes_sdk.py +22 -26
  244. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/samples.py +8 -12
  245. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/sources.py +20 -20
  246. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/statuses.py +4 -4
  247. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/summaries.py +4 -4
  248. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/teams.py +4 -4
  249. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/tokens.py +23 -15
  250. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/versions_configs.py +4 -4
  251. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -53
  252. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createpipelineop.py +0 -24
  253. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -46
  254. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/deleteinputbyidop.py +0 -37
  255. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -37
  256. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/deletepacksbyidop.py +0 -37
  257. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -37
  258. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/error.py +0 -16
  259. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/gethealthinfoop.py +0 -17
  260. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getinputbyidop.py +0 -37
  261. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getoutputbyidop.py +0 -37
  262. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -37
  263. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getpacksbyidop.py +0 -37
  264. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/getpipelinebyidop.py +0 -37
  265. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/jobstatus.py +0 -17
  266. cribl_control_plane-0.2.0b6/src/cribl_control_plane/models/outputdatabricks.py +0 -291
  267. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/py.typed +0 -0
  268. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/__init__.py +0 -0
  269. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  270. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  271. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_hooks/registration.py +0 -0
  272. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  273. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/_hooks/types.py +0 -0
  274. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/auth_sdk.py +0 -0
  275. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/basesdk.py +0 -0
  276. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/apierror.py +0 -0
  277. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  278. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/error.py +0 -0
  279. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  280. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  281. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/groups_configs.py +0 -0
  282. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/httpclient.py +0 -0
  283. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  284. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/branchinfo.py +0 -0
  285. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  286. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  287. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/commit.py +0 -0
  288. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  289. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/criblevent.py +0 -0
  290. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  291. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  292. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/deployrequest.py +0 -0
  293. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  294. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/difffiles.py +0 -0
  295. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  296. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  297. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  298. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  299. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  300. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitfile.py +0 -0
  301. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  302. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitinfo.py +0 -0
  303. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  304. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  305. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  306. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitshowresult.py +0 -0
  307. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  308. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  309. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  310. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/input.py +16 -16
  311. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  312. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  313. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/logininfo.py +3 -3
  314. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/lookupversions.py +0 -0
  315. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  316. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  317. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  318. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  319. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdefault.py +0 -0
  320. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  321. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  322. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputrouter.py +0 -0
  323. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  324. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  325. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  326. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  327. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/packinfo.py +0 -0
  328. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  329. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  330. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  331. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/pipeline.py +0 -0
  332. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  333. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/productscore.py +0 -0
  334. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/rbacresource.py +0 -0
  335. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/routeconf.py +0 -0
  336. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/routes.py +0 -0
  337. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/routesroute.py +0 -0
  338. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/runnablejob.py +0 -0
  339. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  340. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/security.py +0 -0
  341. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  342. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  343. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
  344. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  345. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/models/workertypes.py +0 -0
  346. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/py.typed +0 -0
  347. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/sdk.py +2 -2
  348. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  349. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/types/__init__.py +0 -0
  350. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/types/basemodel.py +0 -0
  351. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/__init__.py +0 -0
  352. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/annotations.py +0 -0
  353. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/datetimes.py +0 -0
  354. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/enums.py +0 -0
  355. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  356. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/forms.py +0 -0
  357. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/headers.py +0 -0
  358. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/logger.py +0 -0
  359. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/metadata.py +0 -0
  360. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/queryparams.py +0 -0
  361. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  362. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/retries.py +0 -0
  363. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/security.py +0 -0
  364. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/serializers.py +0 -0
  365. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  366. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/url.py +0 -0
  367. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/utils/values.py +0 -0
  368. {cribl_control_plane-0.2.0b6 → cribl_control_plane-0.3.0b14}/src/cribl_control_plane/versions.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.2.0b6
3
+ Version: 0.3.0b14
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -149,7 +149,10 @@ with CriblControlPlane(
149
149
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
150
150
  "migration_query_id": "<id>",
151
151
  "retention_in_days": 1466.58,
152
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
152
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
153
+ "current_size_bytes": 6170.04,
154
+ "metrics_date": "<value>",
155
+ }, retention_period_in_days=456.37, search_config={
153
156
  "datatypes": [
154
157
  "<value 1>",
155
158
  ],
@@ -207,7 +210,10 @@ async def main():
207
210
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
208
211
  "migration_query_id": "<id>",
209
212
  "retention_in_days": 1466.58,
210
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
213
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
214
+ "current_size_bytes": 6170.04,
215
+ "metrics_date": "<value>",
216
+ }, retention_period_in_days=456.37, search_config={
211
217
  "datatypes": [
212
218
  "<value 1>",
213
219
  ],
@@ -274,7 +280,10 @@ with CriblControlPlane(
274
280
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
275
281
  "migration_query_id": "<id>",
276
282
  "retention_in_days": 1466.58,
277
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
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={
278
287
  "datatypes": [
279
288
  "<value 1>",
280
289
  ],
@@ -393,7 +402,7 @@ with CriblControlPlane(
393
402
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - List all Routes
394
403
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get a Routing table
395
404
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update a Route
396
- * [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Append a Route to the end of the Routing table
405
+ * [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Add a Route to the end of the Routing table
397
406
 
398
407
  ### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
399
408
 
@@ -502,7 +511,10 @@ with CriblControlPlane(
502
511
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
503
512
  "migration_query_id": "<id>",
504
513
  "retention_in_days": 1466.58,
505
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
514
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
515
+ "current_size_bytes": 6170.04,
516
+ "metrics_date": "<value>",
517
+ }, retention_period_in_days=456.37, search_config={
506
518
  "datatypes": [
507
519
  "<value 1>",
508
520
  ],
@@ -558,7 +570,10 @@ with CriblControlPlane(
558
570
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
559
571
  "migration_query_id": "<id>",
560
572
  "retention_in_days": 1466.58,
561
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
573
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
574
+ "current_size_bytes": 6170.04,
575
+ "metrics_date": "<value>",
576
+ }, retention_period_in_days=456.37, search_config={
562
577
  "datatypes": [
563
578
  "<value 1>",
564
579
  ],
@@ -628,7 +643,10 @@ with CriblControlPlane(
628
643
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
629
644
  "migration_query_id": "<id>",
630
645
  "retention_in_days": 1466.58,
631
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
646
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
647
+ "current_size_bytes": 6170.04,
648
+ "metrics_date": "<value>",
649
+ }, retention_period_in_days=456.37, search_config={
632
650
  "datatypes": [
633
651
  "<value 1>",
634
652
  ],
@@ -669,7 +687,7 @@ with CriblControlPlane(
669
687
  ### Error Classes
670
688
  **Primary errors:**
671
689
  * [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py): The base class for HTTP error responses.
672
- * [`Error`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/error.py): Unexpected error. Status code `500`. *
690
+ * [`Error`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/error.py): Unexpected error. Status code `500`.
673
691
 
674
692
  <details><summary>Less common errors (6)</summary>
675
693
 
@@ -682,7 +700,7 @@ with CriblControlPlane(
682
700
 
683
701
 
684
702
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
685
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
703
+ * [`HealthServerStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthserverstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
686
704
  * [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
687
705
 
688
706
  </details>
@@ -131,7 +131,10 @@ with CriblControlPlane(
131
131
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
132
132
  "migration_query_id": "<id>",
133
133
  "retention_in_days": 1466.58,
134
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
134
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
135
+ "current_size_bytes": 6170.04,
136
+ "metrics_date": "<value>",
137
+ }, retention_period_in_days=456.37, search_config={
135
138
  "datatypes": [
136
139
  "<value 1>",
137
140
  ],
@@ -189,7 +192,10 @@ async def main():
189
192
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
190
193
  "migration_query_id": "<id>",
191
194
  "retention_in_days": 1466.58,
192
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
195
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
196
+ "current_size_bytes": 6170.04,
197
+ "metrics_date": "<value>",
198
+ }, retention_period_in_days=456.37, search_config={
193
199
  "datatypes": [
194
200
  "<value 1>",
195
201
  ],
@@ -256,7 +262,10 @@ with CriblControlPlane(
256
262
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
257
263
  "migration_query_id": "<id>",
258
264
  "retention_in_days": 1466.58,
259
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
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={
260
269
  "datatypes": [
261
270
  "<value 1>",
262
271
  ],
@@ -375,7 +384,7 @@ with CriblControlPlane(
375
384
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#list) - List all Routes
376
385
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#get) - Get a Routing table
377
386
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#update) - Update a Route
378
- * [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Append a Route to the end of the Routing table
387
+ * [append](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/routessdk/README.md#append) - Add a Route to the end of the Routing table
379
388
 
380
389
  ### [sources](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/sources/README.md)
381
390
 
@@ -484,7 +493,10 @@ with CriblControlPlane(
484
493
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
485
494
  "migration_query_id": "<id>",
486
495
  "retention_in_days": 1466.58,
487
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
496
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
497
+ "current_size_bytes": 6170.04,
498
+ "metrics_date": "<value>",
499
+ }, retention_period_in_days=456.37, search_config={
488
500
  "datatypes": [
489
501
  "<value 1>",
490
502
  ],
@@ -540,7 +552,10 @@ with CriblControlPlane(
540
552
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
541
553
  "migration_query_id": "<id>",
542
554
  "retention_in_days": 1466.58,
543
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
555
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
556
+ "current_size_bytes": 6170.04,
557
+ "metrics_date": "<value>",
558
+ }, retention_period_in_days=456.37, search_config={
544
559
  "datatypes": [
545
560
  "<value 1>",
546
561
  ],
@@ -610,7 +625,10 @@ with CriblControlPlane(
610
625
  "lakehouse_connection_type": models.LakehouseConnectionType.CACHE,
611
626
  "migration_query_id": "<id>",
612
627
  "retention_in_days": 1466.58,
613
- }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, retention_period_in_days=456.37, search_config={
628
+ }, deletion_started_at=8310.58, description="pleased toothbrush long brush smooth swiftly rightfully phooey chapel", format_=models.CriblLakeDatasetFormat.DDSS, http_da_used=True, metrics={
629
+ "current_size_bytes": 6170.04,
630
+ "metrics_date": "<value>",
631
+ }, retention_period_in_days=456.37, search_config={
614
632
  "datatypes": [
615
633
  "<value 1>",
616
634
  ],
@@ -651,7 +669,7 @@ with CriblControlPlane(
651
669
  ### Error Classes
652
670
  **Primary errors:**
653
671
  * [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py): The base class for HTTP error responses.
654
- * [`Error`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/error.py): Unexpected error. Status code `500`. *
672
+ * [`Error`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/error.py): Unexpected error. Status code `500`.
655
673
 
656
674
  <details><summary>Less common errors (6)</summary>
657
675
 
@@ -664,7 +682,7 @@ with CriblControlPlane(
664
682
 
665
683
 
666
684
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
667
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
685
+ * [`HealthServerStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthserverstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
668
686
  * [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
669
687
 
670
688
  </details>
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.2.0b6"
4
+ version = "0.3.0b14"
5
5
  description = "Python Client SDK Generated by Speakeasy."
6
6
  authors = [{ name = "Speakeasy" },]
7
7
  readme = "README-PYPI.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.2.0b6"
7
- __openapi_doc_version__: str = "4.15.0-alpha.1760742316222-ce9b582f"
8
- __gen_version__: str = "2.723.11"
9
- __user_agent__: str = "speakeasy-sdk/python 0.2.0b6 2.723.11 4.15.0-alpha.1760742316222-ce9b582f cribl-control-plane"
6
+ __version__: str = "0.3.0b14"
7
+ __openapi_doc_version__: str = "4.16.0-alpha.1762556913841-714da0ec"
8
+ __gen_version__: str = "2.743.2"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.3.0b14 2.743.2 4.16.0-alpha.1762556913841-714da0ec cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -34,7 +34,7 @@ class ACL(BaseSDK):
34
34
  server_url: Optional[str] = None,
35
35
  timeout_ms: Optional[int] = None,
36
36
  http_headers: Optional[Mapping[str, str]] = None,
37
- ) -> models.GetConfigGroupACLByProductAndIDResponse:
37
+ ) -> models.CountedUserAccessControlList:
38
38
  r"""Get the Access Control List for a Worker Group or Edge Fleet
39
39
 
40
40
  Get the Access Control List (ACL) for the specified Worker Group or Edge Fleet.
@@ -105,7 +105,7 @@ class ACL(BaseSDK):
105
105
  response_data: Any = None
106
106
  if utils.match_response(http_res, "200", "application/json"):
107
107
  return unmarshal_json_response(
108
- models.GetConfigGroupACLByProductAndIDResponse, http_res
108
+ models.CountedUserAccessControlList, http_res
109
109
  )
110
110
  if utils.match_response(http_res, "500", "application/json"):
111
111
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
@@ -129,7 +129,7 @@ class ACL(BaseSDK):
129
129
  server_url: Optional[str] = None,
130
130
  timeout_ms: Optional[int] = None,
131
131
  http_headers: Optional[Mapping[str, str]] = None,
132
- ) -> models.GetConfigGroupACLByProductAndIDResponse:
132
+ ) -> models.CountedUserAccessControlList:
133
133
  r"""Get the Access Control List for a Worker Group or Edge Fleet
134
134
 
135
135
  Get the Access Control List (ACL) for the specified Worker Group or Edge Fleet.
@@ -200,7 +200,7 @@ class ACL(BaseSDK):
200
200
  response_data: Any = None
201
201
  if utils.match_response(http_res, "200", "application/json"):
202
202
  return unmarshal_json_response(
203
- models.GetConfigGroupACLByProductAndIDResponse, http_res
203
+ models.CountedUserAccessControlList, http_res
204
204
  )
205
205
  if utils.match_response(http_res, "500", "application/json"):
206
206
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
@@ -17,7 +17,7 @@ class Branches(BaseSDK):
17
17
  server_url: Optional[str] = None,
18
18
  timeout_ms: Optional[int] = None,
19
19
  http_headers: Optional[Mapping[str, str]] = None,
20
- ) -> models.GetVersionBranchResponse:
20
+ ) -> models.CountedBranchInfo:
21
21
  r"""List all branches in the Git repository used for Cribl configuration
22
22
 
23
23
  Get a list of all branches in the Git repository used for Cribl configuration.
@@ -77,7 +77,7 @@ class Branches(BaseSDK):
77
77
 
78
78
  response_data: Any = None
79
79
  if utils.match_response(http_res, "200", "application/json"):
80
- return unmarshal_json_response(models.GetVersionBranchResponse, http_res)
80
+ return unmarshal_json_response(models.CountedBranchInfo, http_res)
81
81
  if utils.match_response(http_res, "500", "application/json"):
82
82
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
83
83
  raise errors.Error(response_data, http_res)
@@ -97,7 +97,7 @@ class Branches(BaseSDK):
97
97
  server_url: Optional[str] = None,
98
98
  timeout_ms: Optional[int] = None,
99
99
  http_headers: Optional[Mapping[str, str]] = None,
100
- ) -> models.GetVersionBranchResponse:
100
+ ) -> models.CountedBranchInfo:
101
101
  r"""List all branches in the Git repository used for Cribl configuration
102
102
 
103
103
  Get a list of all branches in the Git repository used for Cribl configuration.
@@ -157,7 +157,7 @@ class Branches(BaseSDK):
157
157
 
158
158
  response_data: Any = None
159
159
  if utils.match_response(http_res, "200", "application/json"):
160
- return unmarshal_json_response(models.GetVersionBranchResponse, http_res)
160
+ return unmarshal_json_response(models.CountedBranchInfo, http_res)
161
161
  if utils.match_response(http_res, "500", "application/json"):
162
162
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
163
163
  raise errors.Error(response_data, http_res)
@@ -36,7 +36,7 @@ class Commits(BaseSDK):
36
36
  server_url: Optional[str] = None,
37
37
  timeout_ms: Optional[int] = None,
38
38
  http_headers: Optional[Mapping[str, str]] = None,
39
- ) -> models.CreateVersionCommitResponse:
39
+ ) -> models.CountedGitCommitSummary:
40
40
  r"""Create a new commit for pending changes to the Cribl configuration
41
41
 
42
42
  Create a new commit for pending changes to the Cribl configuration. Any merge conflicts indicated in the response must be resolved using Git.</br></br>To commit only a subset of configuration changes, specify the files to include in the commit in the <code>files</code> array.
@@ -115,7 +115,7 @@ class Commits(BaseSDK):
115
115
 
116
116
  response_data: Any = None
117
117
  if utils.match_response(http_res, "200", "application/json"):
118
- return unmarshal_json_response(models.CreateVersionCommitResponse, http_res)
118
+ return unmarshal_json_response(models.CountedGitCommitSummary, http_res)
119
119
  if utils.match_response(http_res, "500", "application/json"):
120
120
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
121
121
  raise errors.Error(response_data, http_res)
@@ -140,7 +140,7 @@ class Commits(BaseSDK):
140
140
  server_url: Optional[str] = None,
141
141
  timeout_ms: Optional[int] = None,
142
142
  http_headers: Optional[Mapping[str, str]] = None,
143
- ) -> models.CreateVersionCommitResponse:
143
+ ) -> models.CountedGitCommitSummary:
144
144
  r"""Create a new commit for pending changes to the Cribl configuration
145
145
 
146
146
  Create a new commit for pending changes to the Cribl configuration. Any merge conflicts indicated in the response must be resolved using Git.</br></br>To commit only a subset of configuration changes, specify the files to include in the commit in the <code>files</code> array.
@@ -219,7 +219,7 @@ class Commits(BaseSDK):
219
219
 
220
220
  response_data: Any = None
221
221
  if utils.match_response(http_res, "200", "application/json"):
222
- return unmarshal_json_response(models.CreateVersionCommitResponse, http_res)
222
+ return unmarshal_json_response(models.CountedGitCommitSummary, http_res)
223
223
  if utils.match_response(http_res, "500", "application/json"):
224
224
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
225
225
  raise errors.Error(response_data, http_res)
@@ -243,7 +243,7 @@ class Commits(BaseSDK):
243
243
  server_url: Optional[str] = None,
244
244
  timeout_ms: Optional[int] = None,
245
245
  http_headers: Optional[Mapping[str, str]] = None,
246
- ) -> models.GetVersionDiffResponse:
246
+ ) -> models.CountedGitDiffResult:
247
247
  r"""Get the diff for a commit
248
248
 
249
249
  Get the diff for a commit. Default is the latest commit (HEAD).
@@ -315,7 +315,7 @@ class Commits(BaseSDK):
315
315
 
316
316
  response_data: Any = None
317
317
  if utils.match_response(http_res, "200", "application/json"):
318
- return unmarshal_json_response(models.GetVersionDiffResponse, http_res)
318
+ return unmarshal_json_response(models.CountedGitDiffResult, http_res)
319
319
  if utils.match_response(http_res, "500", "application/json"):
320
320
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
321
321
  raise errors.Error(response_data, http_res)
@@ -339,7 +339,7 @@ class Commits(BaseSDK):
339
339
  server_url: Optional[str] = None,
340
340
  timeout_ms: Optional[int] = None,
341
341
  http_headers: Optional[Mapping[str, str]] = None,
342
- ) -> models.GetVersionDiffResponse:
342
+ ) -> models.CountedGitDiffResult:
343
343
  r"""Get the diff for a commit
344
344
 
345
345
  Get the diff for a commit. Default is the latest commit (HEAD).
@@ -411,7 +411,7 @@ class Commits(BaseSDK):
411
411
 
412
412
  response_data: Any = None
413
413
  if utils.match_response(http_res, "200", "application/json"):
414
- return unmarshal_json_response(models.GetVersionDiffResponse, http_res)
414
+ return unmarshal_json_response(models.CountedGitDiffResult, http_res)
415
415
  if utils.match_response(http_res, "500", "application/json"):
416
416
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
417
417
  raise errors.Error(response_data, http_res)
@@ -433,7 +433,7 @@ class Commits(BaseSDK):
433
433
  server_url: Optional[str] = None,
434
434
  timeout_ms: Optional[int] = None,
435
435
  http_headers: Optional[Mapping[str, str]] = None,
436
- ) -> models.GetVersionResponse:
436
+ ) -> models.CountedGitLogResult:
437
437
  r"""List the commit history
438
438
 
439
439
  List the commit history.</br></br>Analogous to <code>git log</code> for the Cribl configuration, allowing you to audit and review changes over time.
@@ -501,7 +501,7 @@ class Commits(BaseSDK):
501
501
 
502
502
  response_data: Any = None
503
503
  if utils.match_response(http_res, "200", "application/json"):
504
- return unmarshal_json_response(models.GetVersionResponse, http_res)
504
+ return unmarshal_json_response(models.CountedGitLogResult, http_res)
505
505
  if utils.match_response(http_res, "500", "application/json"):
506
506
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
507
507
  raise errors.Error(response_data, http_res)
@@ -523,7 +523,7 @@ class Commits(BaseSDK):
523
523
  server_url: Optional[str] = None,
524
524
  timeout_ms: Optional[int] = None,
525
525
  http_headers: Optional[Mapping[str, str]] = None,
526
- ) -> models.GetVersionResponse:
526
+ ) -> models.CountedGitLogResult:
527
527
  r"""List the commit history
528
528
 
529
529
  List the commit history.</br></br>Analogous to <code>git log</code> for the Cribl configuration, allowing you to audit and review changes over time.
@@ -591,7 +591,7 @@ class Commits(BaseSDK):
591
591
 
592
592
  response_data: Any = None
593
593
  if utils.match_response(http_res, "200", "application/json"):
594
- return unmarshal_json_response(models.GetVersionResponse, http_res)
594
+ return unmarshal_json_response(models.CountedGitLogResult, http_res)
595
595
  if utils.match_response(http_res, "500", "application/json"):
596
596
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
597
597
  raise errors.Error(response_data, http_res)
@@ -611,7 +611,7 @@ class Commits(BaseSDK):
611
611
  server_url: Optional[str] = None,
612
612
  timeout_ms: Optional[int] = None,
613
613
  http_headers: Optional[Mapping[str, str]] = None,
614
- ) -> models.CreateVersionPushResponse:
614
+ ) -> models.CountedString:
615
615
  r"""Push local commits to the remote repository
616
616
 
617
617
  Push all local commits from the local repository to the remote repository.
@@ -671,7 +671,7 @@ class Commits(BaseSDK):
671
671
 
672
672
  response_data: Any = None
673
673
  if utils.match_response(http_res, "200", "application/json"):
674
- return unmarshal_json_response(models.CreateVersionPushResponse, http_res)
674
+ return unmarshal_json_response(models.CountedString, http_res)
675
675
  if utils.match_response(http_res, "500", "application/json"):
676
676
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
677
677
  raise errors.Error(response_data, http_res)
@@ -691,7 +691,7 @@ class Commits(BaseSDK):
691
691
  server_url: Optional[str] = None,
692
692
  timeout_ms: Optional[int] = None,
693
693
  http_headers: Optional[Mapping[str, str]] = None,
694
- ) -> models.CreateVersionPushResponse:
694
+ ) -> models.CountedString:
695
695
  r"""Push local commits to the remote repository
696
696
 
697
697
  Push all local commits from the local repository to the remote repository.
@@ -751,7 +751,7 @@ class Commits(BaseSDK):
751
751
 
752
752
  response_data: Any = None
753
753
  if utils.match_response(http_res, "200", "application/json"):
754
- return unmarshal_json_response(models.CreateVersionPushResponse, http_res)
754
+ return unmarshal_json_response(models.CountedString, http_res)
755
755
  if utils.match_response(http_res, "500", "application/json"):
756
756
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
757
757
  raise errors.Error(response_data, http_res)
@@ -775,7 +775,7 @@ class Commits(BaseSDK):
775
775
  server_url: Optional[str] = None,
776
776
  timeout_ms: Optional[int] = None,
777
777
  http_headers: Optional[Mapping[str, str]] = None,
778
- ) -> models.CreateVersionRevertResponse:
778
+ ) -> models.CountedGitRevertResult:
779
779
  r"""Revert a commit in the local repository
780
780
 
781
781
  Revert a commit in the local repository.
@@ -852,7 +852,7 @@ class Commits(BaseSDK):
852
852
 
853
853
  response_data: Any = None
854
854
  if utils.match_response(http_res, "200", "application/json"):
855
- return unmarshal_json_response(models.CreateVersionRevertResponse, http_res)
855
+ return unmarshal_json_response(models.CountedGitRevertResult, http_res)
856
856
  if utils.match_response(http_res, "500", "application/json"):
857
857
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
858
858
  raise errors.Error(response_data, http_res)
@@ -876,7 +876,7 @@ class Commits(BaseSDK):
876
876
  server_url: Optional[str] = None,
877
877
  timeout_ms: Optional[int] = None,
878
878
  http_headers: Optional[Mapping[str, str]] = None,
879
- ) -> models.CreateVersionRevertResponse:
879
+ ) -> models.CountedGitRevertResult:
880
880
  r"""Revert a commit in the local repository
881
881
 
882
882
  Revert a commit in the local repository.
@@ -953,7 +953,7 @@ class Commits(BaseSDK):
953
953
 
954
954
  response_data: Any = None
955
955
  if utils.match_response(http_res, "200", "application/json"):
956
- return unmarshal_json_response(models.CreateVersionRevertResponse, http_res)
956
+ return unmarshal_json_response(models.CountedGitRevertResult, http_res)
957
957
  if utils.match_response(http_res, "500", "application/json"):
958
958
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
959
959
  raise errors.Error(response_data, http_res)
@@ -977,7 +977,7 @@ class Commits(BaseSDK):
977
977
  server_url: Optional[str] = None,
978
978
  timeout_ms: Optional[int] = None,
979
979
  http_headers: Optional[Mapping[str, str]] = None,
980
- ) -> models.GetVersionShowResponse:
980
+ ) -> models.CountedGitShowResult:
981
981
  r"""Get the diff and log message for a commit
982
982
 
983
983
  Get the diff and log message for a commit. Default is the latest commit (HEAD).
@@ -1049,7 +1049,7 @@ class Commits(BaseSDK):
1049
1049
 
1050
1050
  response_data: Any = None
1051
1051
  if utils.match_response(http_res, "200", "application/json"):
1052
- return unmarshal_json_response(models.GetVersionShowResponse, http_res)
1052
+ return unmarshal_json_response(models.CountedGitShowResult, http_res)
1053
1053
  if utils.match_response(http_res, "500", "application/json"):
1054
1054
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
1055
1055
  raise errors.Error(response_data, http_res)
@@ -1073,7 +1073,7 @@ class Commits(BaseSDK):
1073
1073
  server_url: Optional[str] = None,
1074
1074
  timeout_ms: Optional[int] = None,
1075
1075
  http_headers: Optional[Mapping[str, str]] = None,
1076
- ) -> models.GetVersionShowResponse:
1076
+ ) -> models.CountedGitShowResult:
1077
1077
  r"""Get the diff and log message for a commit
1078
1078
 
1079
1079
  Get the diff and log message for a commit. Default is the latest commit (HEAD).
@@ -1145,7 +1145,7 @@ class Commits(BaseSDK):
1145
1145
 
1146
1146
  response_data: Any = None
1147
1147
  if utils.match_response(http_res, "200", "application/json"):
1148
- return unmarshal_json_response(models.GetVersionShowResponse, http_res)
1148
+ return unmarshal_json_response(models.CountedGitShowResult, http_res)
1149
1149
  if utils.match_response(http_res, "500", "application/json"):
1150
1150
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
1151
1151
  raise errors.Error(response_data, http_res)
@@ -1166,7 +1166,7 @@ class Commits(BaseSDK):
1166
1166
  server_url: Optional[str] = None,
1167
1167
  timeout_ms: Optional[int] = None,
1168
1168
  http_headers: Optional[Mapping[str, str]] = None,
1169
- ) -> models.CreateVersionUndoResponse:
1169
+ ) -> models.CountedObject:
1170
1170
  r"""Discard uncommitted (staged) changes
1171
1171
 
1172
1172
  Discard all uncommitted (staged) configuration changes, resetting the working directory to the last committed state. Use only if you are certain that you do not need to preserve your local changes.
@@ -1232,7 +1232,7 @@ class Commits(BaseSDK):
1232
1232
 
1233
1233
  response_data: Any = None
1234
1234
  if utils.match_response(http_res, "200", "application/json"):
1235
- return unmarshal_json_response(models.CreateVersionUndoResponse, http_res)
1235
+ return unmarshal_json_response(models.CountedObject, http_res)
1236
1236
  if utils.match_response(http_res, "500", "application/json"):
1237
1237
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
1238
1238
  raise errors.Error(response_data, http_res)
@@ -1253,7 +1253,7 @@ class Commits(BaseSDK):
1253
1253
  server_url: Optional[str] = None,
1254
1254
  timeout_ms: Optional[int] = None,
1255
1255
  http_headers: Optional[Mapping[str, str]] = None,
1256
- ) -> models.CreateVersionUndoResponse:
1256
+ ) -> models.CountedObject:
1257
1257
  r"""Discard uncommitted (staged) changes
1258
1258
 
1259
1259
  Discard all uncommitted (staged) configuration changes, resetting the working directory to the last committed state. Use only if you are certain that you do not need to preserve your local changes.
@@ -1319,7 +1319,7 @@ class Commits(BaseSDK):
1319
1319
 
1320
1320
  response_data: Any = None
1321
1321
  if utils.match_response(http_res, "200", "application/json"):
1322
- return unmarshal_json_response(models.CreateVersionUndoResponse, http_res)
1322
+ return unmarshal_json_response(models.CountedObject, http_res)
1323
1323
  if utils.match_response(http_res, "500", "application/json"):
1324
1324
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
1325
1325
  raise errors.Error(response_data, http_res)
@@ -19,7 +19,7 @@ class CommitsFiles(BaseSDK):
19
19
  server_url: Optional[str] = None,
20
20
  timeout_ms: Optional[int] = None,
21
21
  http_headers: Optional[Mapping[str, str]] = None,
22
- ) -> models.GetVersionCountResponse:
22
+ ) -> models.CountedGitCountResult:
23
23
  r"""Get a count of files that changed since a commit
24
24
 
25
25
  Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
@@ -87,7 +87,7 @@ class CommitsFiles(BaseSDK):
87
87
 
88
88
  response_data: Any = None
89
89
  if utils.match_response(http_res, "200", "application/json"):
90
- return unmarshal_json_response(models.GetVersionCountResponse, http_res)
90
+ return unmarshal_json_response(models.CountedGitCountResult, http_res)
91
91
  if utils.match_response(http_res, "500", "application/json"):
92
92
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
93
93
  raise errors.Error(response_data, http_res)
@@ -109,7 +109,7 @@ class CommitsFiles(BaseSDK):
109
109
  server_url: Optional[str] = None,
110
110
  timeout_ms: Optional[int] = None,
111
111
  http_headers: Optional[Mapping[str, str]] = None,
112
- ) -> models.GetVersionCountResponse:
112
+ ) -> models.CountedGitCountResult:
113
113
  r"""Get a count of files that changed since a commit
114
114
 
115
115
  Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
@@ -177,7 +177,7 @@ class CommitsFiles(BaseSDK):
177
177
 
178
178
  response_data: Any = None
179
179
  if utils.match_response(http_res, "200", "application/json"):
180
- return unmarshal_json_response(models.GetVersionCountResponse, http_res)
180
+ return unmarshal_json_response(models.CountedGitCountResult, http_res)
181
181
  if utils.match_response(http_res, "500", "application/json"):
182
182
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
183
183
  raise errors.Error(response_data, http_res)
@@ -199,7 +199,7 @@ class CommitsFiles(BaseSDK):
199
199
  server_url: Optional[str] = None,
200
200
  timeout_ms: Optional[int] = None,
201
201
  http_headers: Optional[Mapping[str, str]] = None,
202
- ) -> models.GetVersionFilesResponse:
202
+ ) -> models.CountedGitFilesResponse:
203
203
  r"""Get the names and statuses of files that changed since a commit
204
204
 
205
205
  Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
@@ -267,7 +267,7 @@ class CommitsFiles(BaseSDK):
267
267
 
268
268
  response_data: Any = None
269
269
  if utils.match_response(http_res, "200", "application/json"):
270
- return unmarshal_json_response(models.GetVersionFilesResponse, http_res)
270
+ return unmarshal_json_response(models.CountedGitFilesResponse, http_res)
271
271
  if utils.match_response(http_res, "500", "application/json"):
272
272
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
273
273
  raise errors.Error(response_data, http_res)
@@ -289,7 +289,7 @@ class CommitsFiles(BaseSDK):
289
289
  server_url: Optional[str] = None,
290
290
  timeout_ms: Optional[int] = None,
291
291
  http_headers: Optional[Mapping[str, str]] = None,
292
- ) -> models.GetVersionFilesResponse:
292
+ ) -> models.CountedGitFilesResponse:
293
293
  r"""Get the names and statuses of files that changed since a commit
294
294
 
295
295
  Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
@@ -357,7 +357,7 @@ class CommitsFiles(BaseSDK):
357
357
 
358
358
  response_data: Any = None
359
359
  if utils.match_response(http_res, "200", "application/json"):
360
- return unmarshal_json_response(models.GetVersionFilesResponse, http_res)
360
+ return unmarshal_json_response(models.CountedGitFilesResponse, http_res)
361
361
  if utils.match_response(http_res, "500", "application/json"):
362
362
  response_data = unmarshal_json_response(errors.ErrorData, http_res)
363
363
  raise errors.Error(response_data, http_res)