cribl-control-plane 0.0.34__tar.gz → 0.0.35__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cribl-control-plane might be problematic. Click here for more details.

Files changed (313) hide show
  1. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/PKG-INFO +1 -1
  2. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/pyproject.toml +1 -1
  3. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/_version.py +3 -3
  4. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/acl.py +4 -4
  5. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/configs_versions.py +2 -2
  6. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/groups_sdk.py +12 -12
  7. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/__init__.py +6 -36
  8. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +3 -10
  9. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +3 -10
  10. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +6 -25
  11. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +6 -25
  12. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +3 -10
  13. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +3 -10
  14. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getsummaryop.py +3 -10
  15. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/gitfilesresponse.py +7 -5
  16. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/gitrevertresult.py +5 -5
  17. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +3 -10
  18. cribl_control_plane-0.0.35/src/cribl_control_plane/models/productscore.py +9 -0
  19. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +3 -10
  20. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +3 -10
  21. cribl_control_plane-0.0.35/src/cribl_control_plane/models/workertypes.py +9 -0
  22. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/summaries.py +2 -2
  23. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/teams.py +4 -4
  24. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/README-PYPI.md +0 -0
  25. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/py.typed +0 -0
  26. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/__init__.py +0 -0
  27. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  28. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  29. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/_hooks/registration.py +0 -0
  30. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  31. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/_hooks/types.py +0 -0
  32. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/auth_sdk.py +0 -0
  33. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/basesdk.py +0 -0
  34. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/branches.py +0 -0
  35. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/commits.py +0 -0
  36. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/commits_files.py +0 -0
  37. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/destinations.py +0 -0
  38. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/destinations_pq.py +0 -0
  39. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/errors/__init__.py +0 -0
  40. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/errors/apierror.py +0 -0
  41. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  42. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/errors/error.py +0 -0
  43. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  44. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  45. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  46. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/groups_configs.py +0 -0
  47. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/health.py +0 -0
  48. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/hectokens.py +0 -0
  49. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/httpclient.py +0 -0
  50. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/lakedatasets.py +0 -0
  51. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  52. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/appmode.py +0 -0
  53. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/authtoken.py +0 -0
  54. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  55. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  56. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  57. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/commit.py +0 -0
  58. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/configgroup.py +0 -0
  59. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  60. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  61. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  62. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  63. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createinputop.py +0 -0
  64. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createoutputop.py +0 -0
  65. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  66. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createpacksop.py +0 -0
  67. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  68. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  69. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  70. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  71. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  72. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  73. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/criblevent.py +0 -0
  74. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  75. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  76. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  77. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  78. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  79. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  80. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  81. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  82. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  83. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  84. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/deployrequest.py +0 -0
  85. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  86. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  87. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  88. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  89. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  90. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  91. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  92. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  93. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  94. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getpacksop.py +0 -0
  95. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  96. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  97. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  98. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  99. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  100. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  101. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  102. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getversionop.py +0 -0
  103. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  104. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  105. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  106. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  107. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/gitfile.py +0 -0
  108. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/gitinfo.py +0 -0
  109. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  110. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  111. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  112. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
  113. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  114. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/healthstatus.py +0 -0
  115. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  116. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/input.py +0 -0
  117. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputappscope.py +0 -0
  118. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  119. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputcollection.py +0 -0
  120. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  121. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputcribl.py +0 -0
  122. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  123. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  124. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  125. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  126. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  127. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  128. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  129. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  130. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputelastic.py +0 -0
  131. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  132. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputexec.py +0 -0
  133. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputfile.py +0 -0
  134. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  135. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  136. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  137. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputhttp.py +0 -0
  138. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  139. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  140. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputkafka.py +0 -0
  141. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  142. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  143. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  144. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  145. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputloki.py +0 -0
  146. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  147. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  148. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputmsk.py +0 -0
  149. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  150. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  151. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  152. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  153. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  154. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  155. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  156. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  157. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputs3.py +0 -0
  158. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  159. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  160. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  161. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  162. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  163. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  164. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputsqs.py +0 -0
  165. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  166. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  167. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  168. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputtcp.py +0 -0
  169. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  170. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputwef.py +0 -0
  171. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  172. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  173. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputwiz.py +0 -0
  174. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  175. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  176. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  177. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/listinputop.py +0 -0
  178. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  179. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/listoutputop.py +0 -0
  180. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  181. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/listroutesop.py +0 -0
  182. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/logininfo.py +0 -0
  183. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/lookupversions.py +0 -0
  184. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  185. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  186. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  187. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  188. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  189. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  190. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  191. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/output.py +0 -0
  192. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  193. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  194. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  195. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  196. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  197. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  198. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  199. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  200. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  201. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  202. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  203. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  204. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputdataset.py +0 -0
  205. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputdefault.py +0 -0
  206. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  207. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  208. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputdls3.py +0 -0
  209. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  210. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  211. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputelastic.py +0 -0
  212. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  213. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  214. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  215. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  216. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  217. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  218. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  219. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  220. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  221. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  222. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  223. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  224. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputkafka.py +0 -0
  225. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  226. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputloki.py +0 -0
  227. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputminio.py +0 -0
  228. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputmsk.py +0 -0
  229. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  230. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  231. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  232. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  233. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  234. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputring.py +0 -0
  235. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputrouter.py +0 -0
  236. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputs3.py +0 -0
  237. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  238. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  239. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  240. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  241. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  242. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  243. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  244. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsns.py +0 -0
  245. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  246. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  247. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  248. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsqs.py +0 -0
  249. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  250. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  251. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  252. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  253. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  254. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  255. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  256. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  257. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  258. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  259. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/packinfo.py +0 -0
  260. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  261. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/packrequestbody.py +0 -0
  262. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/pipeline.py +0 -0
  263. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  264. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/rbacresource.py +0 -0
  265. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  266. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  267. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/routeconf.py +0 -0
  268. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/routes.py +0 -0
  269. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/routesroute.py +0 -0
  270. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  271. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/security.py +0 -0
  272. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  273. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  274. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  275. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  276. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  277. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  278. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  279. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  280. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  281. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  282. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/nodes.py +0 -0
  283. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/packs.py +0 -0
  284. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/pipelines.py +0 -0
  285. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/py.typed +0 -0
  286. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/routes_sdk.py +0 -0
  287. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/samples.py +0 -0
  288. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/sdk.py +0 -0
  289. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  290. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/sources.py +0 -0
  291. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/statuses.py +0 -0
  292. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/tokens.py +0 -0
  293. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/types/__init__.py +0 -0
  294. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/types/basemodel.py +0 -0
  295. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/__init__.py +0 -0
  296. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/annotations.py +0 -0
  297. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/datetimes.py +0 -0
  298. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/enums.py +0 -0
  299. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  300. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/forms.py +0 -0
  301. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/headers.py +0 -0
  302. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/logger.py +0 -0
  303. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/metadata.py +0 -0
  304. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/queryparams.py +0 -0
  305. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  306. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/retries.py +0 -0
  307. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/security.py +0 -0
  308. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/serializers.py +0 -0
  309. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  310. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/url.py +0 -0
  311. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/utils/values.py +0 -0
  312. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/versions.py +0 -0
  313. {cribl_control_plane-0.0.34 → cribl_control_plane-0.0.35}/src/cribl_control_plane/versions_configs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.34
3
+ Version: 0.0.35
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.0.34"
4
+ version = "0.0.35"
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.0.34"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1755708210976-a566b731"
6
+ __version__: str = "0.0.35"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1755764858399-d5c9979b"
8
8
  __gen_version__: str = "2.686.7"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.34 2.686.7 4.14.0-alpha.1755708210976-a566b731 cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.35 2.686.7 4.14.0-alpha.1755764858399-d5c9979b cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -25,9 +25,9 @@ class ACL(BaseSDK):
25
25
  def get(
26
26
  self,
27
27
  *,
28
- product: models.GetConfigGroupACLByProductAndIDProduct,
28
+ product: models.ProductsCore,
29
29
  id: str,
30
- type_: Optional[models.GetConfigGroupACLByProductAndIDType] = None,
30
+ type_: Optional[models.RbacResource] = None,
31
31
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
32
32
  server_url: Optional[str] = None,
33
33
  timeout_ms: Optional[int] = None,
@@ -120,9 +120,9 @@ class ACL(BaseSDK):
120
120
  async def get_async(
121
121
  self,
122
122
  *,
123
- product: models.GetConfigGroupACLByProductAndIDProduct,
123
+ product: models.ProductsCore,
124
124
  id: str,
125
- type_: Optional[models.GetConfigGroupACLByProductAndIDType] = None,
125
+ type_: Optional[models.RbacResource] = None,
126
126
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
127
127
  server_url: Optional[str] = None,
128
128
  timeout_ms: Optional[int] = None,
@@ -13,7 +13,7 @@ class ConfigsVersions(BaseSDK):
13
13
  def get(
14
14
  self,
15
15
  *,
16
- product: models.GetConfigGroupConfigVersionByProductAndIDProduct,
16
+ product: models.ProductsCore,
17
17
  id: str,
18
18
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
19
19
  server_url: Optional[str] = None,
@@ -105,7 +105,7 @@ class ConfigsVersions(BaseSDK):
105
105
  async def get_async(
106
106
  self,
107
107
  *,
108
- product: models.GetConfigGroupConfigVersionByProductAndIDProduct,
108
+ product: models.ProductsCore,
109
109
  id: str,
110
110
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
111
111
  server_url: Optional[str] = None,
@@ -30,7 +30,7 @@ class GroupsSDK(BaseSDK):
30
30
  def list(
31
31
  self,
32
32
  *,
33
- product: models.ListConfigGroupByProductProduct,
33
+ product: models.ProductsCore,
34
34
  fields: Optional[str] = None,
35
35
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
36
36
  server_url: Optional[str] = None,
@@ -122,7 +122,7 @@ class GroupsSDK(BaseSDK):
122
122
  async def list_async(
123
123
  self,
124
124
  *,
125
- product: models.ListConfigGroupByProductProduct,
125
+ product: models.ProductsCore,
126
126
  fields: Optional[str] = None,
127
127
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
128
128
  server_url: Optional[str] = None,
@@ -214,7 +214,7 @@ class GroupsSDK(BaseSDK):
214
214
  def create(
215
215
  self,
216
216
  *,
217
- product: models.CreateConfigGroupByProductProduct,
217
+ product: models.ProductsCore,
218
218
  config_version: str,
219
219
  id: str,
220
220
  cloud: Optional[
@@ -385,7 +385,7 @@ class GroupsSDK(BaseSDK):
385
385
  async def create_async(
386
386
  self,
387
387
  *,
388
- product: models.CreateConfigGroupByProductProduct,
388
+ product: models.ProductsCore,
389
389
  config_version: str,
390
390
  id: str,
391
391
  cloud: Optional[
@@ -556,7 +556,7 @@ class GroupsSDK(BaseSDK):
556
556
  def get(
557
557
  self,
558
558
  *,
559
- product: models.GetConfigGroupByProductAndIDProduct,
559
+ product: models.ProductsCore,
560
560
  id: str,
561
561
  fields: Optional[str] = None,
562
562
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -651,7 +651,7 @@ class GroupsSDK(BaseSDK):
651
651
  async def get_async(
652
652
  self,
653
653
  *,
654
- product: models.GetConfigGroupByProductAndIDProduct,
654
+ product: models.ProductsCore,
655
655
  id: str,
656
656
  fields: Optional[str] = None,
657
657
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -746,7 +746,7 @@ class GroupsSDK(BaseSDK):
746
746
  def update(
747
747
  self,
748
748
  *,
749
- product: models.UpdateConfigGroupByProductAndIDProduct,
749
+ product: models.ProductsCore,
750
750
  id_param: str,
751
751
  config_version: str,
752
752
  id: str,
@@ -920,7 +920,7 @@ class GroupsSDK(BaseSDK):
920
920
  async def update_async(
921
921
  self,
922
922
  *,
923
- product: models.UpdateConfigGroupByProductAndIDProduct,
923
+ product: models.ProductsCore,
924
924
  id_param: str,
925
925
  config_version: str,
926
926
  id: str,
@@ -1094,7 +1094,7 @@ class GroupsSDK(BaseSDK):
1094
1094
  def delete(
1095
1095
  self,
1096
1096
  *,
1097
- product: models.DeleteConfigGroupByProductAndIDProduct,
1097
+ product: models.ProductsCore,
1098
1098
  id: str,
1099
1099
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
1100
1100
  server_url: Optional[str] = None,
@@ -1186,7 +1186,7 @@ class GroupsSDK(BaseSDK):
1186
1186
  async def delete_async(
1187
1187
  self,
1188
1188
  *,
1189
- product: models.DeleteConfigGroupByProductAndIDProduct,
1189
+ product: models.ProductsCore,
1190
1190
  id: str,
1191
1191
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
1192
1192
  server_url: Optional[str] = None,
@@ -1278,7 +1278,7 @@ class GroupsSDK(BaseSDK):
1278
1278
  def deploy(
1279
1279
  self,
1280
1280
  *,
1281
- product: models.UpdateConfigGroupDeployByProductAndIDProduct,
1281
+ product: models.ProductsCore,
1282
1282
  id: str,
1283
1283
  version: str,
1284
1284
  lookups: Optional[
@@ -1388,7 +1388,7 @@ class GroupsSDK(BaseSDK):
1388
1388
  async def deploy_async(
1389
1389
  self,
1390
1390
  *,
1391
- product: models.UpdateConfigGroupDeployByProductAndIDProduct,
1391
+ product: models.ProductsCore,
1392
1392
  id: str,
1393
1393
  version: str,
1394
1394
  lookups: Optional[
@@ -32,7 +32,6 @@ if TYPE_CHECKING:
32
32
  ConfigGroupLookupsTypedDict,
33
33
  )
34
34
  from .createconfiggroupbyproductop import (
35
- CreateConfigGroupByProductProduct,
36
35
  CreateConfigGroupByProductRequest,
37
36
  CreateConfigGroupByProductRequestTypedDict,
38
37
  CreateConfigGroupByProductResponse,
@@ -102,7 +101,6 @@ if TYPE_CHECKING:
102
101
  DatasetMetadataRunInfoTypedDict,
103
102
  )
104
103
  from .deleteconfiggroupbyproductandidop import (
105
- DeleteConfigGroupByProductAndIDProduct,
106
104
  DeleteConfigGroupByProductAndIDRequest,
107
105
  DeleteConfigGroupByProductAndIDRequestTypedDict,
108
106
  DeleteConfigGroupByProductAndIDResponse,
@@ -160,30 +158,24 @@ if TYPE_CHECKING:
160
158
  DistributedSummaryWorkersTypedDict,
161
159
  )
162
160
  from .getconfiggroupaclbyproductandidop import (
163
- GetConfigGroupACLByProductAndIDProduct,
164
161
  GetConfigGroupACLByProductAndIDRequest,
165
162
  GetConfigGroupACLByProductAndIDRequestTypedDict,
166
163
  GetConfigGroupACLByProductAndIDResponse,
167
164
  GetConfigGroupACLByProductAndIDResponseTypedDict,
168
- GetConfigGroupACLByProductAndIDType,
169
165
  )
170
166
  from .getconfiggroupaclteamsbyproductandidop import (
171
- GetConfigGroupACLTeamsByProductAndIDProduct,
172
167
  GetConfigGroupACLTeamsByProductAndIDRequest,
173
168
  GetConfigGroupACLTeamsByProductAndIDRequestTypedDict,
174
169
  GetConfigGroupACLTeamsByProductAndIDResponse,
175
170
  GetConfigGroupACLTeamsByProductAndIDResponseTypedDict,
176
- GetConfigGroupACLTeamsByProductAndIDType,
177
171
  )
178
172
  from .getconfiggroupbyproductandidop import (
179
- GetConfigGroupByProductAndIDProduct,
180
173
  GetConfigGroupByProductAndIDRequest,
181
174
  GetConfigGroupByProductAndIDRequestTypedDict,
182
175
  GetConfigGroupByProductAndIDResponse,
183
176
  GetConfigGroupByProductAndIDResponseTypedDict,
184
177
  )
185
178
  from .getconfiggroupconfigversionbyproductandidop import (
186
- GetConfigGroupConfigVersionByProductAndIDProduct,
187
179
  GetConfigGroupConfigVersionByProductAndIDRequest,
188
180
  GetConfigGroupConfigVersionByProductAndIDRequestTypedDict,
189
181
  GetConfigGroupConfigVersionByProductAndIDResponse,
@@ -250,7 +242,6 @@ if TYPE_CHECKING:
250
242
  GetRoutesByIDResponseTypedDict,
251
243
  )
252
244
  from .getsummaryop import (
253
- GetSummaryMode,
254
245
  GetSummaryRequest,
255
246
  GetSummaryRequestTypedDict,
256
247
  GetSummaryResponse,
@@ -1606,7 +1597,6 @@ if TYPE_CHECKING:
1606
1597
  )
1607
1598
  from .lakehouseconnectiontype import LakehouseConnectionType
1608
1599
  from .listconfiggroupbyproductop import (
1609
- ListConfigGroupByProductProduct,
1610
1600
  ListConfigGroupByProductRequest,
1611
1601
  ListConfigGroupByProductRequestTypedDict,
1612
1602
  ListConfigGroupByProductResponse,
@@ -2946,6 +2936,7 @@ if TYPE_CHECKING:
2946
2936
  PipelineFunctionConf,
2947
2937
  PipelineFunctionConfTypedDict,
2948
2938
  )
2939
+ from .productscore import ProductsCore
2949
2940
  from .rbacresource import RbacResource
2950
2941
  from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
2951
2942
  from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
@@ -2966,14 +2957,12 @@ if TYPE_CHECKING:
2966
2957
  TeamAccessControlListTypedDict,
2967
2958
  )
2968
2959
  from .updateconfiggroupbyproductandidop import (
2969
- UpdateConfigGroupByProductAndIDProduct,
2970
2960
  UpdateConfigGroupByProductAndIDRequest,
2971
2961
  UpdateConfigGroupByProductAndIDRequestTypedDict,
2972
2962
  UpdateConfigGroupByProductAndIDResponse,
2973
2963
  UpdateConfigGroupByProductAndIDResponseTypedDict,
2974
2964
  )
2975
2965
  from .updateconfiggroupdeploybyproductandidop import (
2976
- UpdateConfigGroupDeployByProductAndIDProduct,
2977
2966
  UpdateConfigGroupDeployByProductAndIDRequest,
2978
2967
  UpdateConfigGroupDeployByProductAndIDRequestTypedDict,
2979
2968
  UpdateConfigGroupDeployByProductAndIDResponse,
@@ -3031,6 +3020,7 @@ if TYPE_CHECKING:
3031
3020
  UserAccessControlList,
3032
3021
  UserAccessControlListTypedDict,
3033
3022
  )
3023
+ from .workertypes import WorkerTypes
3034
3024
 
3035
3025
  __all__ = [
3036
3026
  "AISIEMEndpointPath",
@@ -3083,7 +3073,6 @@ __all__ = [
3083
3073
  "Container",
3084
3074
  "ContainerMode",
3085
3075
  "ContainerTypedDict",
3086
- "CreateConfigGroupByProductProduct",
3087
3076
  "CreateConfigGroupByProductRequest",
3088
3077
  "CreateConfigGroupByProductRequestTypedDict",
3089
3078
  "CreateConfigGroupByProductResponse",
@@ -3141,7 +3130,6 @@ __all__ = [
3141
3130
  "DatasetMetadataRunInfo",
3142
3131
  "DatasetMetadataRunInfoTypedDict",
3143
3132
  "DatasetMetadataTypedDict",
3144
- "DeleteConfigGroupByProductAndIDProduct",
3145
3133
  "DeleteConfigGroupByProductAndIDRequest",
3146
3134
  "DeleteConfigGroupByProductAndIDRequestTypedDict",
3147
3135
  "DeleteConfigGroupByProductAndIDResponse",
@@ -3208,24 +3196,18 @@ __all__ = [
3208
3196
  "FlushPeriodSecTypedDict",
3209
3197
  "FunctionSpecificConfigs",
3210
3198
  "FunctionSpecificConfigsTypedDict",
3211
- "GetConfigGroupACLByProductAndIDProduct",
3212
3199
  "GetConfigGroupACLByProductAndIDRequest",
3213
3200
  "GetConfigGroupACLByProductAndIDRequestTypedDict",
3214
3201
  "GetConfigGroupACLByProductAndIDResponse",
3215
3202
  "GetConfigGroupACLByProductAndIDResponseTypedDict",
3216
- "GetConfigGroupACLByProductAndIDType",
3217
- "GetConfigGroupACLTeamsByProductAndIDProduct",
3218
3203
  "GetConfigGroupACLTeamsByProductAndIDRequest",
3219
3204
  "GetConfigGroupACLTeamsByProductAndIDRequestTypedDict",
3220
3205
  "GetConfigGroupACLTeamsByProductAndIDResponse",
3221
3206
  "GetConfigGroupACLTeamsByProductAndIDResponseTypedDict",
3222
- "GetConfigGroupACLTeamsByProductAndIDType",
3223
- "GetConfigGroupByProductAndIDProduct",
3224
3207
  "GetConfigGroupByProductAndIDRequest",
3225
3208
  "GetConfigGroupByProductAndIDRequestTypedDict",
3226
3209
  "GetConfigGroupByProductAndIDResponse",
3227
3210
  "GetConfigGroupByProductAndIDResponseTypedDict",
3228
- "GetConfigGroupConfigVersionByProductAndIDProduct",
3229
3211
  "GetConfigGroupConfigVersionByProductAndIDRequest",
3230
3212
  "GetConfigGroupConfigVersionByProductAndIDRequestTypedDict",
3231
3213
  "GetConfigGroupConfigVersionByProductAndIDResponse",
@@ -3270,7 +3252,6 @@ __all__ = [
3270
3252
  "GetRoutesByIDRequestTypedDict",
3271
3253
  "GetRoutesByIDResponse",
3272
3254
  "GetRoutesByIDResponseTypedDict",
3273
- "GetSummaryMode",
3274
3255
  "GetSummaryRequest",
3275
3256
  "GetSummaryRequestTypedDict",
3276
3257
  "GetSummaryResponse",
@@ -4423,7 +4404,6 @@ __all__ = [
4423
4404
  "LakehouseConnectionType",
4424
4405
  "LastMetrics",
4425
4406
  "LastMetricsTypedDict",
4426
- "ListConfigGroupByProductProduct",
4427
4407
  "ListConfigGroupByProductRequest",
4428
4408
  "ListConfigGroupByProductRequestTypedDict",
4429
4409
  "ListConfigGroupByProductResponse",
@@ -5603,6 +5583,7 @@ __all__ = [
5603
5583
  "PodFilter",
5604
5584
  "PodFilterTypedDict",
5605
5585
  "PrefixOptional",
5586
+ "ProductsCore",
5606
5587
  "PrometheusAuthOauthHeader1",
5607
5588
  "PrometheusAuthOauthHeader1TypedDict",
5608
5589
  "PrometheusAuthOauthHeader2",
@@ -5668,12 +5649,10 @@ __all__ = [
5668
5649
  "TelemetryType",
5669
5650
  "TimestampFormat",
5670
5651
  "TimestampPrecision",
5671
- "UpdateConfigGroupByProductAndIDProduct",
5672
5652
  "UpdateConfigGroupByProductAndIDRequest",
5673
5653
  "UpdateConfigGroupByProductAndIDRequestTypedDict",
5674
5654
  "UpdateConfigGroupByProductAndIDResponse",
5675
5655
  "UpdateConfigGroupByProductAndIDResponseTypedDict",
5676
- "UpdateConfigGroupDeployByProductAndIDProduct",
5677
5656
  "UpdateConfigGroupDeployByProductAndIDRequest",
5678
5657
  "UpdateConfigGroupDeployByProductAndIDRequestTypedDict",
5679
5658
  "UpdateConfigGroupDeployByProductAndIDResponse",
@@ -5716,6 +5695,7 @@ __all__ = [
5716
5695
  "UsersAndGroupsTypedDict",
5717
5696
  "V3User",
5718
5697
  "V3UserTypedDict",
5698
+ "WorkerTypes",
5719
5699
  "WriteAction",
5720
5700
  ]
5721
5701
 
@@ -5744,7 +5724,6 @@ _dynamic_imports: dict[str, str] = {
5744
5724
  "ConfigGroupLookupsLookup": ".configgrouplookups",
5745
5725
  "ConfigGroupLookupsLookupTypedDict": ".configgrouplookups",
5746
5726
  "ConfigGroupLookupsTypedDict": ".configgrouplookups",
5747
- "CreateConfigGroupByProductProduct": ".createconfiggroupbyproductop",
5748
5727
  "CreateConfigGroupByProductRequest": ".createconfiggroupbyproductop",
5749
5728
  "CreateConfigGroupByProductRequestTypedDict": ".createconfiggroupbyproductop",
5750
5729
  "CreateConfigGroupByProductResponse": ".createconfiggroupbyproductop",
@@ -5797,7 +5776,6 @@ _dynamic_imports: dict[str, str] = {
5797
5776
  "ScanMode": ".datasetmetadata",
5798
5777
  "DatasetMetadataRunInfo": ".datasetmetadataruninfo",
5799
5778
  "DatasetMetadataRunInfoTypedDict": ".datasetmetadataruninfo",
5800
- "DeleteConfigGroupByProductAndIDProduct": ".deleteconfiggroupbyproductandidop",
5801
5779
  "DeleteConfigGroupByProductAndIDRequest": ".deleteconfiggroupbyproductandidop",
5802
5780
  "DeleteConfigGroupByProductAndIDRequestTypedDict": ".deleteconfiggroupbyproductandidop",
5803
5781
  "DeleteConfigGroupByProductAndIDResponse": ".deleteconfiggroupbyproductandidop",
@@ -5838,24 +5816,18 @@ _dynamic_imports: dict[str, str] = {
5838
5816
  "DistributedSummaryTypedDict": ".distributedsummary",
5839
5817
  "DistributedSummaryWorkers": ".distributedsummary",
5840
5818
  "DistributedSummaryWorkersTypedDict": ".distributedsummary",
5841
- "GetConfigGroupACLByProductAndIDProduct": ".getconfiggroupaclbyproductandidop",
5842
5819
  "GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
5843
5820
  "GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
5844
5821
  "GetConfigGroupACLByProductAndIDResponse": ".getconfiggroupaclbyproductandidop",
5845
5822
  "GetConfigGroupACLByProductAndIDResponseTypedDict": ".getconfiggroupaclbyproductandidop",
5846
- "GetConfigGroupACLByProductAndIDType": ".getconfiggroupaclbyproductandidop",
5847
- "GetConfigGroupACLTeamsByProductAndIDProduct": ".getconfiggroupaclteamsbyproductandidop",
5848
5823
  "GetConfigGroupACLTeamsByProductAndIDRequest": ".getconfiggroupaclteamsbyproductandidop",
5849
5824
  "GetConfigGroupACLTeamsByProductAndIDRequestTypedDict": ".getconfiggroupaclteamsbyproductandidop",
5850
5825
  "GetConfigGroupACLTeamsByProductAndIDResponse": ".getconfiggroupaclteamsbyproductandidop",
5851
5826
  "GetConfigGroupACLTeamsByProductAndIDResponseTypedDict": ".getconfiggroupaclteamsbyproductandidop",
5852
- "GetConfigGroupACLTeamsByProductAndIDType": ".getconfiggroupaclteamsbyproductandidop",
5853
- "GetConfigGroupByProductAndIDProduct": ".getconfiggroupbyproductandidop",
5854
5827
  "GetConfigGroupByProductAndIDRequest": ".getconfiggroupbyproductandidop",
5855
5828
  "GetConfigGroupByProductAndIDRequestTypedDict": ".getconfiggroupbyproductandidop",
5856
5829
  "GetConfigGroupByProductAndIDResponse": ".getconfiggroupbyproductandidop",
5857
5830
  "GetConfigGroupByProductAndIDResponseTypedDict": ".getconfiggroupbyproductandidop",
5858
- "GetConfigGroupConfigVersionByProductAndIDProduct": ".getconfiggroupconfigversionbyproductandidop",
5859
5831
  "GetConfigGroupConfigVersionByProductAndIDRequest": ".getconfiggroupconfigversionbyproductandidop",
5860
5832
  "GetConfigGroupConfigVersionByProductAndIDRequestTypedDict": ".getconfiggroupconfigversionbyproductandidop",
5861
5833
  "GetConfigGroupConfigVersionByProductAndIDResponse": ".getconfiggroupconfigversionbyproductandidop",
@@ -5900,7 +5872,6 @@ _dynamic_imports: dict[str, str] = {
5900
5872
  "GetRoutesByIDRequestTypedDict": ".getroutesbyidop",
5901
5873
  "GetRoutesByIDResponse": ".getroutesbyidop",
5902
5874
  "GetRoutesByIDResponseTypedDict": ".getroutesbyidop",
5903
- "GetSummaryMode": ".getsummaryop",
5904
5875
  "GetSummaryRequest": ".getsummaryop",
5905
5876
  "GetSummaryRequestTypedDict": ".getsummaryop",
5906
5877
  "GetSummaryResponse": ".getsummaryop",
@@ -7128,7 +7099,6 @@ _dynamic_imports: dict[str, str] = {
7128
7099
  "LakeDatasetSearchConfig": ".lakedatasetsearchconfig",
7129
7100
  "LakeDatasetSearchConfigTypedDict": ".lakedatasetsearchconfig",
7130
7101
  "LakehouseConnectionType": ".lakehouseconnectiontype",
7131
- "ListConfigGroupByProductProduct": ".listconfiggroupbyproductop",
7132
7102
  "ListConfigGroupByProductRequest": ".listconfiggroupbyproductop",
7133
7103
  "ListConfigGroupByProductRequestTypedDict": ".listconfiggroupbyproductop",
7134
7104
  "ListConfigGroupByProductResponse": ".listconfiggroupbyproductop",
@@ -8339,6 +8309,7 @@ _dynamic_imports: dict[str, str] = {
8339
8309
  "FunctionSpecificConfigsTypedDict": ".pipelinefunctionconf",
8340
8310
  "PipelineFunctionConf": ".pipelinefunctionconf",
8341
8311
  "PipelineFunctionConfTypedDict": ".pipelinefunctionconf",
8312
+ "ProductsCore": ".productscore",
8342
8313
  "RbacResource": ".rbacresource",
8343
8314
  "ResourcePolicy": ".resourcepolicy",
8344
8315
  "ResourcePolicyTypedDict": ".resourcepolicy",
@@ -8360,12 +8331,10 @@ _dynamic_imports: dict[str, str] = {
8360
8331
  "SecurityTypedDict": ".security",
8361
8332
  "TeamAccessControlList": ".teamaccesscontrollist",
8362
8333
  "TeamAccessControlListTypedDict": ".teamaccesscontrollist",
8363
- "UpdateConfigGroupByProductAndIDProduct": ".updateconfiggroupbyproductandidop",
8364
8334
  "UpdateConfigGroupByProductAndIDRequest": ".updateconfiggroupbyproductandidop",
8365
8335
  "UpdateConfigGroupByProductAndIDRequestTypedDict": ".updateconfiggroupbyproductandidop",
8366
8336
  "UpdateConfigGroupByProductAndIDResponse": ".updateconfiggroupbyproductandidop",
8367
8337
  "UpdateConfigGroupByProductAndIDResponseTypedDict": ".updateconfiggroupbyproductandidop",
8368
- "UpdateConfigGroupDeployByProductAndIDProduct": ".updateconfiggroupdeploybyproductandidop",
8369
8338
  "UpdateConfigGroupDeployByProductAndIDRequest": ".updateconfiggroupdeploybyproductandidop",
8370
8339
  "UpdateConfigGroupDeployByProductAndIDRequestTypedDict": ".updateconfiggroupdeploybyproductandidop",
8371
8340
  "UpdateConfigGroupDeployByProductAndIDResponse": ".updateconfiggroupdeploybyproductandidop",
@@ -8404,6 +8373,7 @@ _dynamic_imports: dict[str, str] = {
8404
8373
  "UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
8405
8374
  "UserAccessControlList": ".useraccesscontrollist",
8406
8375
  "UserAccessControlListTypedDict": ".useraccesscontrollist",
8376
+ "WorkerTypes": ".workertypes",
8407
8377
  }
8408
8378
 
8409
8379
 
@@ -2,22 +2,15 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
+ from .productscore import ProductsCore
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
7
- from enum import Enum
8
8
  from typing import List, Optional
9
9
  from typing_extensions import Annotated, NotRequired, TypedDict
10
10
 
11
11
 
12
- class CreateConfigGroupByProductProduct(str, Enum):
13
- r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
14
-
15
- STREAM = "stream"
16
- EDGE = "edge"
17
-
18
-
19
12
  class CreateConfigGroupByProductRequestTypedDict(TypedDict):
20
- product: CreateConfigGroupByProductProduct
13
+ product: ProductsCore
21
14
  r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
22
15
  config_group: ConfigGroupTypedDict
23
16
  r"""ConfigGroup object"""
@@ -25,7 +18,7 @@ class CreateConfigGroupByProductRequestTypedDict(TypedDict):
25
18
 
26
19
  class CreateConfigGroupByProductRequest(BaseModel):
27
20
  product: Annotated[
28
- CreateConfigGroupByProductProduct,
21
+ ProductsCore,
29
22
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
30
23
  ]
31
24
  r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
@@ -2,22 +2,15 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .configgroup import ConfigGroup, ConfigGroupTypedDict
5
+ from .productscore import ProductsCore
5
6
  from cribl_control_plane.types import BaseModel
6
7
  from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
- from enum import Enum
8
8
  from typing import List, Optional
9
9
  from typing_extensions import Annotated, NotRequired, TypedDict
10
10
 
11
11
 
12
- class DeleteConfigGroupByProductAndIDProduct(str, Enum):
13
- r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
14
-
15
- STREAM = "stream"
16
- EDGE = "edge"
17
-
18
-
19
12
  class DeleteConfigGroupByProductAndIDRequestTypedDict(TypedDict):
20
- product: DeleteConfigGroupByProductAndIDProduct
13
+ product: ProductsCore
21
14
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
22
15
  id: str
23
16
  r"""The <code>id</code> of the Worker Group or Edge Fleet to delete."""
@@ -25,7 +18,7 @@ class DeleteConfigGroupByProductAndIDRequestTypedDict(TypedDict):
25
18
 
26
19
  class DeleteConfigGroupByProductAndIDRequest(BaseModel):
27
20
  product: Annotated[
28
- DeleteConfigGroupByProductAndIDProduct,
21
+ ProductsCore,
29
22
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
30
23
  ]
31
24
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
@@ -1,6 +1,8 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .productscore import ProductsCore
5
+ from .rbacresource import RbacResource
4
6
  from .useraccesscontrollist import UserAccessControlList, UserAccessControlListTypedDict
5
7
  from cribl_control_plane.types import BaseModel
6
8
  from cribl_control_plane.utils import (
@@ -8,43 +10,22 @@ from cribl_control_plane.utils import (
8
10
  PathParamMetadata,
9
11
  QueryParamMetadata,
10
12
  )
11
- from enum import Enum
12
13
  from typing import List, Optional
13
14
  from typing_extensions import Annotated, NotRequired, TypedDict
14
15
 
15
16
 
16
- class GetConfigGroupACLByProductAndIDProduct(str, Enum):
17
- r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
18
-
19
- STREAM = "stream"
20
- EDGE = "edge"
21
-
22
-
23
- class GetConfigGroupACLByProductAndIDType(str, Enum):
24
- r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
25
-
26
- GROUPS = "groups"
27
- DATASETS = "datasets"
28
- DATASET_PROVIDERS = "dataset-providers"
29
- PROJECTS = "projects"
30
- DASHBOARDS = "dashboards"
31
- MACROS = "macros"
32
- NOTEBOOKS = "notebooks"
33
- INSIGHTS = "insights"
34
-
35
-
36
17
  class GetConfigGroupACLByProductAndIDRequestTypedDict(TypedDict):
37
- product: GetConfigGroupACLByProductAndIDProduct
18
+ product: ProductsCore
38
19
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
39
20
  id: str
40
21
  r"""The <code>id</code> of the Worker Group or Edge Fleet to get the ACL for."""
41
- type: NotRequired[GetConfigGroupACLByProductAndIDType]
22
+ type: NotRequired[RbacResource]
42
23
  r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
43
24
 
44
25
 
45
26
  class GetConfigGroupACLByProductAndIDRequest(BaseModel):
46
27
  product: Annotated[
47
- GetConfigGroupACLByProductAndIDProduct,
28
+ ProductsCore,
48
29
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
49
30
  ]
50
31
  r"""Name of the Cribl product to get the Worker Groups or Edge Fleets for."""
@@ -55,7 +36,7 @@ class GetConfigGroupACLByProductAndIDRequest(BaseModel):
55
36
  r"""The <code>id</code> of the Worker Group or Edge Fleet to get the ACL for."""
56
37
 
57
38
  type: Annotated[
58
- Optional[GetConfigGroupACLByProductAndIDType],
39
+ Optional[RbacResource],
59
40
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
60
41
  ] = None
61
42
  r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
@@ -1,6 +1,8 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .productscore import ProductsCore
5
+ from .rbacresource import RbacResource
4
6
  from .teamaccesscontrollist import TeamAccessControlList, TeamAccessControlListTypedDict
5
7
  from cribl_control_plane.types import BaseModel
6
8
  from cribl_control_plane.utils import (
@@ -8,43 +10,22 @@ from cribl_control_plane.utils import (
8
10
  PathParamMetadata,
9
11
  QueryParamMetadata,
10
12
  )
11
- from enum import Enum
12
13
  from typing import List, Optional
13
14
  from typing_extensions import Annotated, NotRequired, TypedDict
14
15
 
15
16
 
16
- class GetConfigGroupACLTeamsByProductAndIDProduct(str, Enum):
17
- r"""Name of the Cribl product that contains the Worker Group or Edge Fleet."""
18
-
19
- STREAM = "stream"
20
- EDGE = "edge"
21
-
22
-
23
- class GetConfigGroupACLTeamsByProductAndIDType(str, Enum):
24
- r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
25
-
26
- GROUPS = "groups"
27
- DATASETS = "datasets"
28
- DATASET_PROVIDERS = "dataset-providers"
29
- PROJECTS = "projects"
30
- DASHBOARDS = "dashboards"
31
- MACROS = "macros"
32
- NOTEBOOKS = "notebooks"
33
- INSIGHTS = "insights"
34
-
35
-
36
17
  class GetConfigGroupACLTeamsByProductAndIDRequestTypedDict(TypedDict):
37
- product: GetConfigGroupACLTeamsByProductAndIDProduct
18
+ product: ProductsCore
38
19
  r"""Name of the Cribl product that contains the Worker Group or Edge Fleet."""
39
20
  id: str
40
21
  r"""The <code>id</code> of the Worker Group or Edge Fleet to get the team ACL for."""
41
- type: NotRequired[GetConfigGroupACLTeamsByProductAndIDType]
22
+ type: NotRequired[RbacResource]
42
23
  r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
43
24
 
44
25
 
45
26
  class GetConfigGroupACLTeamsByProductAndIDRequest(BaseModel):
46
27
  product: Annotated[
47
- GetConfigGroupACLTeamsByProductAndIDProduct,
28
+ ProductsCore,
48
29
  FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
49
30
  ]
50
31
  r"""Name of the Cribl product that contains the Worker Group or Edge Fleet."""
@@ -55,7 +36,7 @@ class GetConfigGroupACLTeamsByProductAndIDRequest(BaseModel):
55
36
  r"""The <code>id</code> of the Worker Group or Edge Fleet to get the team ACL for."""
56
37
 
57
38
  type: Annotated[
58
- Optional[GetConfigGroupACLTeamsByProductAndIDType],
39
+ Optional[RbacResource],
59
40
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
60
41
  ] = None
61
42
  r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""