cribl-control-plane 0.2.1rc2__tar.gz → 0.2.1rc3__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 (335) hide show
  1. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/PKG-INFO +6 -2
  2. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/README-PYPI.md +5 -1
  3. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/_version.py +4 -4
  5. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/groups_sdk.py +3 -0
  6. cribl_control_plane-0.2.1rc3/src/cribl_control_plane/mappings.py +205 -0
  7. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/__init__.py +25 -6
  8. cribl_control_plane-0.2.1rc3/src/cribl_control_plane/models/createadminproductsmappingsactivatebyproductop.py +52 -0
  9. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/pipeline.py +4 -4
  10. cribl_control_plane-0.2.1rc3/src/cribl_control_plane/models/rulesetid.py +13 -0
  11. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/pipelines.py +8 -8
  12. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/py.typed +0 -0
  13. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/__init__.py +0 -0
  14. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  15. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  16. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/_hooks/registration.py +0 -0
  17. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  18. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/_hooks/types.py +0 -0
  19. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/acl.py +0 -0
  20. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/auth_sdk.py +0 -0
  21. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/basesdk.py +0 -0
  22. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/branches.py +0 -0
  23. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/commits.py +0 -0
  24. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/commits_files.py +0 -0
  25. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/configs_versions.py +0 -0
  26. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/destinations.py +0 -0
  27. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/destinations_pq.py +0 -0
  28. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/errors/__init__.py +0 -0
  29. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/errors/apierror.py +0 -0
  30. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  31. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/errors/error.py +0 -0
  32. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/errors/healthserverstatus_error.py +0 -0
  33. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  34. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  35. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/groups_configs.py +0 -0
  36. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/health.py +0 -0
  37. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/hectokens.py +0 -0
  38. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/httpclient.py +0 -0
  39. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/lakedatasets.py +0 -0
  40. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  41. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/authtoken.py +0 -0
  42. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/branchinfo.py +0 -0
  43. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  44. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  45. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  46. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/commit.py +0 -0
  47. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/configgroup.py +0 -0
  48. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  49. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  50. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
  51. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  52. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  53. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createinputop.py +0 -0
  54. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createoutputop.py +0 -0
  55. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  56. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createpacksop.py +0 -0
  57. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  58. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  59. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  60. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  61. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  62. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/createversionundoop.py +0 -0
  63. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/criblevent.py +0 -0
  64. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  65. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/cribllakedatasetupdate.py +0 -0
  66. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  67. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  68. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  69. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
  70. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  71. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  72. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  73. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  74. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  75. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  76. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/deployrequest.py +0 -0
  77. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  78. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/difffiles.py +0 -0
  79. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/distributedsummary.py +0 -0
  80. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
  81. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
  82. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
  83. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
  84. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  85. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  86. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  87. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  88. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  89. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  90. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  91. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
  92. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getpacksop.py +0 -0
  93. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  94. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  95. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  96. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  97. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  98. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  99. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  100. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  101. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getversionop.py +0 -0
  102. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  103. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  104. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  105. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  106. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  107. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  108. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitfile.py +0 -0
  109. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  110. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitinfo.py +0 -0
  111. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  112. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  113. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  114. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitshowresult.py +0 -0
  115. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  116. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/groupcreaterequest.py +0 -0
  117. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
  118. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  119. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/healthserverstatus.py +0 -0
  120. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
  121. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/input.py +0 -0
  122. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputappscope.py +0 -0
  123. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  124. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputcollection.py +0 -0
  125. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputconfluentcloud.py +0 -0
  126. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputcribl.py +0 -0
  127. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
  128. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
  129. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  130. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
  131. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  132. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
  133. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  134. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
  135. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputelastic.py +0 -0
  136. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputeventhub.py +0 -0
  137. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputexec.py +0 -0
  138. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputfile.py +0 -0
  139. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputfirehose.py +0 -0
  140. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
  141. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputgrafana.py +0 -0
  142. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputhttp.py +0 -0
  143. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
  144. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
  145. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputkafka.py +0 -0
  146. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputkinesis.py +0 -0
  147. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  148. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  149. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  150. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputloki.py +0 -0
  151. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  152. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
  153. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputmsk.py +0 -0
  154. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputnetflow.py +0 -0
  155. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
  156. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
  157. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
  158. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
  159. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputprometheus.py +0 -0
  160. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
  161. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputrawudp.py +0 -0
  162. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputs3.py +0 -0
  163. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  164. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  165. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputsnmp.py +0 -0
  166. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputsplunk.py +0 -0
  167. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
  168. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
  169. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputsqs.py +0 -0
  170. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputsyslog.py +0 -0
  171. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  172. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  173. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputtcp.py +0 -0
  174. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
  175. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputwef.py +0 -0
  176. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  177. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  178. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputwiz.py +0 -0
  179. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
  180. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
  181. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/jobinfo.py +0 -0
  182. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/jobstatus.py +0 -0
  183. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  184. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  185. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
  186. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/listinputop.py +0 -0
  187. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  188. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/listoutputop.py +0 -0
  189. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  190. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/listroutesop.py +0 -0
  191. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/logininfo.py +0 -0
  192. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/lookupversions.py +0 -0
  193. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  194. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  195. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  196. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
  197. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  198. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  199. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  200. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outpostnodeinfo.py +0 -0
  201. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/output.py +0 -0
  202. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  203. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  204. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  205. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  206. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputchronicle.py +0 -0
  207. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  208. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  209. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  210. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  211. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  212. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  213. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  214. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputdatabricks.py +0 -0
  215. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  216. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputdataset.py +0 -0
  217. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputdefault.py +0 -0
  218. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  219. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  220. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputdls3.py +0 -0
  221. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  222. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  223. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputelastic.py +0 -0
  224. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  225. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  226. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  227. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  228. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  229. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  230. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  231. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
  232. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  233. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  234. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  235. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  236. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputkafka.py +0 -0
  237. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  238. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputloki.py +0 -0
  239. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputminio.py +0 -0
  240. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputmsk.py +0 -0
  241. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  242. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  243. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  244. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  245. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  246. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputring.py +0 -0
  247. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputrouter.py +0 -0
  248. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputs3.py +0 -0
  249. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  250. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  251. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  252. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  253. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  254. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  255. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  256. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsns.py +0 -0
  257. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  258. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  259. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  260. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsqs.py +0 -0
  261. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  262. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  263. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  264. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  265. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  266. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  267. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  268. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  269. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  270. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  271. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/packinfo.py +0 -0
  272. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
  273. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  274. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  275. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  276. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/productscore.py +0 -0
  277. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/rbacresource.py +0 -0
  278. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  279. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/routeconf.py +0 -0
  280. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/routes.py +0 -0
  281. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/routesroute.py +0 -0
  282. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/runnablejob.py +0 -0
  283. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
  284. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
  285. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
  286. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  287. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/security.py +0 -0
  288. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  289. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
  290. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
  291. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  292. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  293. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  294. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  295. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  296. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  297. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updatepacksop.py +0 -0
  298. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  299. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  300. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/uploadpackresponse.py +0 -0
  301. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  302. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/models/workertypes.py +0 -0
  303. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/nodes.py +0 -0
  304. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/packs.py +0 -0
  305. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/py.typed +0 -0
  306. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/routes_sdk.py +0 -0
  307. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/samples.py +0 -0
  308. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/sdk.py +0 -0
  309. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  310. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/sources.py +0 -0
  311. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/statuses.py +0 -0
  312. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/summaries.py +0 -0
  313. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/teams.py +0 -0
  314. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/tokens.py +0 -0
  315. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/types/__init__.py +0 -0
  316. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/types/basemodel.py +0 -0
  317. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/__init__.py +0 -0
  318. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/annotations.py +0 -0
  319. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/datetimes.py +0 -0
  320. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/enums.py +0 -0
  321. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  322. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/forms.py +0 -0
  323. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/headers.py +0 -0
  324. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/logger.py +0 -0
  325. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/metadata.py +0 -0
  326. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/queryparams.py +0 -0
  327. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  328. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/retries.py +0 -0
  329. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/security.py +0 -0
  330. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/serializers.py +0 -0
  331. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  332. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/url.py +0 -0
  333. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/utils/values.py +0 -0
  334. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/versions.py +0 -0
  335. {cribl_control_plane-0.2.1rc2 → cribl_control_plane-0.2.1rc3}/src/cribl_control_plane/versions_configs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.2.1rc2
3
+ Version: 0.2.1rc3
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -359,6 +359,10 @@ with CriblControlPlane(
359
359
 
360
360
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Get the configuration version for a Worker Group or Edge Fleet
361
361
 
362
+ #### [groups.mappings](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md)
363
+
364
+ * [activate](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md#activate) - Set a Mapping Ruleset as the active configuration for the specified Cribl product
365
+
362
366
  ### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
363
367
 
364
368
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get) - Retrieve health status of the server
@@ -691,7 +695,7 @@ with CriblControlPlane(
691
695
 
692
696
 
693
697
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
694
- * [`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.*
698
+ * [`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 64 methods.*
695
699
  * [`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.
696
700
 
697
701
  </details>
@@ -341,6 +341,10 @@ with CriblControlPlane(
341
341
 
342
342
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/configsversions/README.md#get) - Get the configuration version for a Worker Group or Edge Fleet
343
343
 
344
+ #### [groups.mappings](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md)
345
+
346
+ * [activate](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/mappings/README.md#activate) - Set a Mapping Ruleset as the active configuration for the specified Cribl product
347
+
344
348
  ### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
345
349
 
346
350
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get) - Retrieve health status of the server
@@ -673,7 +677,7 @@ with CriblControlPlane(
673
677
 
674
678
 
675
679
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
676
- * [`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.*
680
+ * [`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 64 methods.*
677
681
  * [`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.
678
682
 
679
683
  </details>
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.2.1rc2"
4
+ version = "0.2.1rc3"
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.1rc2"
7
- __openapi_doc_version__: str = "4.15.0-alpha.1761606328595-4d5d0f38"
8
- __gen_version__: str = "2.730.5"
9
- __user_agent__: str = "speakeasy-sdk/python 0.2.1rc2 2.730.5 4.15.0-alpha.1761606328595-4d5d0f38 cribl-control-plane"
6
+ __version__: str = "0.2.1rc3"
7
+ __openapi_doc_version__: str = "4.15.0-alpha.1761655977097-59e6cf2e"
8
+ __gen_version__: str = "2.731.4"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.2.1rc3 2.731.4 4.15.0-alpha.1761655977097-59e6cf2e cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -6,6 +6,7 @@ from cribl_control_plane import errors, models, utils
6
6
  from cribl_control_plane._hooks import HookContext
7
7
  from cribl_control_plane.acl import ACL
8
8
  from cribl_control_plane.groups_configs import GroupsConfigs
9
+ from cribl_control_plane.mappings import Mappings
9
10
  from cribl_control_plane.types import OptionalNullable, UNSET
10
11
  from cribl_control_plane.utils import get_security_from_env
11
12
  from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_response
@@ -15,6 +16,7 @@ from typing import Any, List, Mapping, Optional, Union
15
16
  class GroupsSDK(BaseSDK):
16
17
  r"""Actions related to Groups"""
17
18
 
19
+ mappings: Mappings
18
20
  configs: GroupsConfigs
19
21
  acl: ACL
20
22
 
@@ -26,6 +28,7 @@ class GroupsSDK(BaseSDK):
26
28
  self._init_sdks()
27
29
 
28
30
  def _init_sdks(self):
31
+ self.mappings = Mappings(self.sdk_configuration, parent_ref=self.parent_ref)
29
32
  self.configs = GroupsConfigs(self.sdk_configuration, parent_ref=self.parent_ref)
30
33
  self.acl = ACL(self.sdk_configuration, parent_ref=self.parent_ref)
31
34
 
@@ -0,0 +1,205 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from .basesdk import BaseSDK
4
+ from cribl_control_plane import errors, models, utils
5
+ from cribl_control_plane._hooks import HookContext
6
+ from cribl_control_plane.types import OptionalNullable, UNSET
7
+ from cribl_control_plane.utils import get_security_from_env
8
+ from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_response
9
+ from typing import Any, Mapping, Optional
10
+
11
+
12
+ class Mappings(BaseSDK):
13
+ def activate(
14
+ self,
15
+ *,
16
+ product: models.ProductsCore,
17
+ id: str,
18
+ retries: OptionalNullable[utils.RetryConfig] = UNSET,
19
+ server_url: Optional[str] = None,
20
+ timeout_ms: Optional[int] = None,
21
+ http_headers: Optional[Mapping[str, str]] = None,
22
+ ) -> models.CreateAdminProductsMappingsActivateByProductResponse:
23
+ r"""Set a Mapping Ruleset as the active configuration for the specified Cribl product
24
+
25
+ Set a specific Mapping Ruleset as the currently active configuration for the specified Cribl product.
26
+
27
+ :param product: Name of the Cribl product to activate the Mapping Ruleset for
28
+ :param id:
29
+ :param retries: Override the default retry configuration for this method
30
+ :param server_url: Override the default server URL for this method
31
+ :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
32
+ :param http_headers: Additional headers to set or replace on requests.
33
+ """
34
+ base_url = None
35
+ url_variables = None
36
+ if timeout_ms is None:
37
+ timeout_ms = self.sdk_configuration.timeout_ms
38
+
39
+ if server_url is not None:
40
+ base_url = server_url
41
+ else:
42
+ base_url = self._get_url(base_url, url_variables)
43
+
44
+ request = models.CreateAdminProductsMappingsActivateByProductRequest(
45
+ product=product,
46
+ ruleset_id=models.RulesetID(
47
+ id=id,
48
+ ),
49
+ )
50
+
51
+ req = self._build_request(
52
+ method="POST",
53
+ path="/admin/products/{product}/mappings/activate",
54
+ base_url=base_url,
55
+ url_variables=url_variables,
56
+ request=request,
57
+ request_body_required=True,
58
+ request_has_path_params=True,
59
+ request_has_query_params=True,
60
+ user_agent_header="user-agent",
61
+ accept_header_value="application/json",
62
+ http_headers=http_headers,
63
+ security=self.sdk_configuration.security,
64
+ get_serialized_body=lambda: utils.serialize_request_body(
65
+ request.ruleset_id, False, False, "json", models.RulesetID
66
+ ),
67
+ timeout_ms=timeout_ms,
68
+ )
69
+
70
+ if retries == UNSET:
71
+ if self.sdk_configuration.retry_config is not UNSET:
72
+ retries = self.sdk_configuration.retry_config
73
+
74
+ retry_config = None
75
+ if isinstance(retries, utils.RetryConfig):
76
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
77
+
78
+ http_res = self.do_request(
79
+ hook_ctx=HookContext(
80
+ config=self.sdk_configuration,
81
+ base_url=base_url or "",
82
+ operation_id="createAdminProductsMappingsActivateByProduct",
83
+ oauth2_scopes=[],
84
+ security_source=get_security_from_env(
85
+ self.sdk_configuration.security, models.Security
86
+ ),
87
+ ),
88
+ request=req,
89
+ error_status_codes=["401", "4XX", "500", "5XX"],
90
+ retry_config=retry_config,
91
+ )
92
+
93
+ response_data: Any = None
94
+ if utils.match_response(http_res, "200", "application/json"):
95
+ return unmarshal_json_response(
96
+ models.CreateAdminProductsMappingsActivateByProductResponse, http_res
97
+ )
98
+ if utils.match_response(http_res, "500", "application/json"):
99
+ response_data = unmarshal_json_response(errors.ErrorData, http_res)
100
+ raise errors.Error(response_data, http_res)
101
+ if utils.match_response(http_res, ["401", "4XX"], "*"):
102
+ http_res_text = utils.stream_to_text(http_res)
103
+ raise errors.APIError("API error occurred", http_res, http_res_text)
104
+ if utils.match_response(http_res, "5XX", "*"):
105
+ http_res_text = utils.stream_to_text(http_res)
106
+ raise errors.APIError("API error occurred", http_res, http_res_text)
107
+
108
+ raise errors.APIError("Unexpected response received", http_res)
109
+
110
+ async def activate_async(
111
+ self,
112
+ *,
113
+ product: models.ProductsCore,
114
+ id: str,
115
+ retries: OptionalNullable[utils.RetryConfig] = UNSET,
116
+ server_url: Optional[str] = None,
117
+ timeout_ms: Optional[int] = None,
118
+ http_headers: Optional[Mapping[str, str]] = None,
119
+ ) -> models.CreateAdminProductsMappingsActivateByProductResponse:
120
+ r"""Set a Mapping Ruleset as the active configuration for the specified Cribl product
121
+
122
+ Set a specific Mapping Ruleset as the currently active configuration for the specified Cribl product.
123
+
124
+ :param product: Name of the Cribl product to activate the Mapping Ruleset for
125
+ :param id:
126
+ :param retries: Override the default retry configuration for this method
127
+ :param server_url: Override the default server URL for this method
128
+ :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
129
+ :param http_headers: Additional headers to set or replace on requests.
130
+ """
131
+ base_url = None
132
+ url_variables = None
133
+ if timeout_ms is None:
134
+ timeout_ms = self.sdk_configuration.timeout_ms
135
+
136
+ if server_url is not None:
137
+ base_url = server_url
138
+ else:
139
+ base_url = self._get_url(base_url, url_variables)
140
+
141
+ request = models.CreateAdminProductsMappingsActivateByProductRequest(
142
+ product=product,
143
+ ruleset_id=models.RulesetID(
144
+ id=id,
145
+ ),
146
+ )
147
+
148
+ req = self._build_request_async(
149
+ method="POST",
150
+ path="/admin/products/{product}/mappings/activate",
151
+ base_url=base_url,
152
+ url_variables=url_variables,
153
+ request=request,
154
+ request_body_required=True,
155
+ request_has_path_params=True,
156
+ request_has_query_params=True,
157
+ user_agent_header="user-agent",
158
+ accept_header_value="application/json",
159
+ http_headers=http_headers,
160
+ security=self.sdk_configuration.security,
161
+ get_serialized_body=lambda: utils.serialize_request_body(
162
+ request.ruleset_id, False, False, "json", models.RulesetID
163
+ ),
164
+ timeout_ms=timeout_ms,
165
+ )
166
+
167
+ if retries == UNSET:
168
+ if self.sdk_configuration.retry_config is not UNSET:
169
+ retries = self.sdk_configuration.retry_config
170
+
171
+ retry_config = None
172
+ if isinstance(retries, utils.RetryConfig):
173
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
174
+
175
+ http_res = await self.do_request_async(
176
+ hook_ctx=HookContext(
177
+ config=self.sdk_configuration,
178
+ base_url=base_url or "",
179
+ operation_id="createAdminProductsMappingsActivateByProduct",
180
+ oauth2_scopes=[],
181
+ security_source=get_security_from_env(
182
+ self.sdk_configuration.security, models.Security
183
+ ),
184
+ ),
185
+ request=req,
186
+ error_status_codes=["401", "4XX", "500", "5XX"],
187
+ retry_config=retry_config,
188
+ )
189
+
190
+ response_data: Any = None
191
+ if utils.match_response(http_res, "200", "application/json"):
192
+ return unmarshal_json_response(
193
+ models.CreateAdminProductsMappingsActivateByProductResponse, http_res
194
+ )
195
+ if utils.match_response(http_res, "500", "application/json"):
196
+ response_data = unmarshal_json_response(errors.ErrorData, http_res)
197
+ raise errors.Error(response_data, http_res)
198
+ if utils.match_response(http_res, ["401", "4XX"], "*"):
199
+ http_res_text = await utils.stream_to_text_async(http_res)
200
+ raise errors.APIError("API error occurred", http_res, http_res_text)
201
+ if utils.match_response(http_res, "5XX", "*"):
202
+ http_res_text = await utils.stream_to_text_async(http_res)
203
+ raise errors.APIError("API error occurred", http_res, http_res_text)
204
+
205
+ raise errors.APIError("Unexpected response received", http_res)
@@ -33,6 +33,12 @@ if TYPE_CHECKING:
33
33
  ConfigGroupLookupsLookupTypedDict,
34
34
  ConfigGroupLookupsTypedDict,
35
35
  )
36
+ from .createadminproductsmappingsactivatebyproductop import (
37
+ CreateAdminProductsMappingsActivateByProductRequest,
38
+ CreateAdminProductsMappingsActivateByProductRequestTypedDict,
39
+ CreateAdminProductsMappingsActivateByProductResponse,
40
+ CreateAdminProductsMappingsActivateByProductResponseTypedDict,
41
+ )
36
42
  from .createconfiggroupbyproductop import (
37
43
  CreateConfigGroupByProductRequest,
38
44
  CreateConfigGroupByProductRequestTypedDict,
@@ -3164,9 +3170,9 @@ if TYPE_CHECKING:
3164
3170
  )
3165
3171
  from .packupgraderequest import PackUpgradeRequest, PackUpgradeRequestTypedDict
3166
3172
  from .pipeline import (
3167
- Conf,
3168
- ConfTypedDict,
3169
3173
  Pipeline,
3174
+ PipelineConf,
3175
+ PipelineConfTypedDict,
3170
3176
  PipelineGroups,
3171
3177
  PipelineGroupsTypedDict,
3172
3178
  PipelineTypedDict,
@@ -3190,6 +3196,7 @@ if TYPE_CHECKING:
3190
3196
  RoutesTypedDict,
3191
3197
  )
3192
3198
  from .routesroute import RoutesRoute, RoutesRouteTypedDict
3199
+ from .rulesetid import RulesetID, RulesetIDTypedDict
3193
3200
  from .runnablejob import RunnableJob, RunnableJobTypedDict
3194
3201
  from .runnablejobcollection import (
3195
3202
  CaptureSettings,
@@ -3378,8 +3385,6 @@ __all__ = [
3378
3385
  "CommentTypedDict",
3379
3386
  "Commit",
3380
3387
  "CommitTypedDict",
3381
- "Conf",
3382
- "ConfTypedDict",
3383
3388
  "Config",
3384
3389
  "ConfigGroup",
3385
3390
  "ConfigGroupCloud",
@@ -3397,6 +3402,10 @@ __all__ = [
3397
3402
  "Container",
3398
3403
  "ContainerMode",
3399
3404
  "ContainerTypedDict",
3405
+ "CreateAdminProductsMappingsActivateByProductRequest",
3406
+ "CreateAdminProductsMappingsActivateByProductRequestTypedDict",
3407
+ "CreateAdminProductsMappingsActivateByProductResponse",
3408
+ "CreateAdminProductsMappingsActivateByProductResponseTypedDict",
3400
3409
  "CreateConfigGroupByProductRequest",
3401
3410
  "CreateConfigGroupByProductRequestTypedDict",
3402
3411
  "CreateConfigGroupByProductResponse",
@@ -6118,6 +6127,8 @@ __all__ = [
6118
6127
  "PackUpgradeRequestTypedDict",
6119
6128
  "PayloadFormat",
6120
6129
  "Pipeline",
6130
+ "PipelineConf",
6131
+ "PipelineConfTypedDict",
6121
6132
  "PipelineFunctionConf",
6122
6133
  "PipelineFunctionConfTypedDict",
6123
6134
  "PipelineGroups",
@@ -6158,6 +6169,8 @@ __all__ = [
6158
6169
  "RoutesRoute",
6159
6170
  "RoutesRouteTypedDict",
6160
6171
  "RoutesTypedDict",
6172
+ "RulesetID",
6173
+ "RulesetIDTypedDict",
6161
6174
  "RunnableJob",
6162
6175
  "RunnableJobCollection",
6163
6176
  "RunnableJobCollectionInput",
@@ -6326,6 +6339,10 @@ _dynamic_imports: dict[str, str] = {
6326
6339
  "ConfigGroupLookupsLookup": ".configgrouplookups",
6327
6340
  "ConfigGroupLookupsLookupTypedDict": ".configgrouplookups",
6328
6341
  "ConfigGroupLookupsTypedDict": ".configgrouplookups",
6342
+ "CreateAdminProductsMappingsActivateByProductRequest": ".createadminproductsmappingsactivatebyproductop",
6343
+ "CreateAdminProductsMappingsActivateByProductRequestTypedDict": ".createadminproductsmappingsactivatebyproductop",
6344
+ "CreateAdminProductsMappingsActivateByProductResponse": ".createadminproductsmappingsactivatebyproductop",
6345
+ "CreateAdminProductsMappingsActivateByProductResponseTypedDict": ".createadminproductsmappingsactivatebyproductop",
6329
6346
  "CreateConfigGroupByProductRequest": ".createconfiggroupbyproductop",
6330
6347
  "CreateConfigGroupByProductRequestTypedDict": ".createconfiggroupbyproductop",
6331
6348
  "CreateConfigGroupByProductResponse": ".createconfiggroupbyproductop",
@@ -9124,9 +9141,9 @@ _dynamic_imports: dict[str, str] = {
9124
9141
  "PackRequestBodyUnionTypedDict": ".packrequestbody_union",
9125
9142
  "PackUpgradeRequest": ".packupgraderequest",
9126
9143
  "PackUpgradeRequestTypedDict": ".packupgraderequest",
9127
- "Conf": ".pipeline",
9128
- "ConfTypedDict": ".pipeline",
9129
9144
  "Pipeline": ".pipeline",
9145
+ "PipelineConf": ".pipeline",
9146
+ "PipelineConfTypedDict": ".pipeline",
9130
9147
  "PipelineGroups": ".pipeline",
9131
9148
  "PipelineGroupsTypedDict": ".pipeline",
9132
9149
  "PipelineTypedDict": ".pipeline",
@@ -9148,6 +9165,8 @@ _dynamic_imports: dict[str, str] = {
9148
9165
  "RoutesTypedDict": ".routes",
9149
9166
  "RoutesRoute": ".routesroute",
9150
9167
  "RoutesRouteTypedDict": ".routesroute",
9168
+ "RulesetID": ".rulesetid",
9169
+ "RulesetIDTypedDict": ".rulesetid",
9151
9170
  "RunnableJob": ".runnablejob",
9152
9171
  "RunnableJobTypedDict": ".runnablejob",
9153
9172
  "CaptureSettings": ".runnablejobcollection",
@@ -0,0 +1,52 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .productscore import ProductsCore
5
+ from .rulesetid import RulesetID, RulesetIDTypedDict
6
+ from cribl_control_plane.types import BaseModel
7
+ from cribl_control_plane.utils import (
8
+ FieldMetadata,
9
+ PathParamMetadata,
10
+ RequestMetadata,
11
+ validate_open_enum,
12
+ )
13
+ from pydantic.functional_validators import PlainValidator
14
+ from typing import List, Optional
15
+ from typing_extensions import Annotated, NotRequired, TypedDict
16
+
17
+
18
+ class CreateAdminProductsMappingsActivateByProductRequestTypedDict(TypedDict):
19
+ product: ProductsCore
20
+ r"""Name of the Cribl product to activate the Mapping Ruleset for"""
21
+ ruleset_id: RulesetIDTypedDict
22
+ r"""RulesetId object"""
23
+
24
+
25
+ class CreateAdminProductsMappingsActivateByProductRequest(BaseModel):
26
+ product: Annotated[
27
+ Annotated[ProductsCore, PlainValidator(validate_open_enum(False))],
28
+ FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
29
+ ]
30
+ r"""Name of the Cribl product to activate the Mapping Ruleset for"""
31
+
32
+ ruleset_id: Annotated[
33
+ RulesetID, FieldMetadata(request=RequestMetadata(media_type="application/json"))
34
+ ]
35
+ r"""RulesetId object"""
36
+
37
+
38
+ class CreateAdminProductsMappingsActivateByProductResponseTypedDict(TypedDict):
39
+ r"""The <code>id</code> of the Mapping Ruleset that has been successfully activated"""
40
+
41
+ count: NotRequired[int]
42
+ r"""number of items present in the items array"""
43
+ items: NotRequired[List[RulesetIDTypedDict]]
44
+
45
+
46
+ class CreateAdminProductsMappingsActivateByProductResponse(BaseModel):
47
+ r"""The <code>id</code> of the Mapping Ruleset that has been successfully activated"""
48
+
49
+ count: Optional[int] = None
50
+ r"""number of items present in the items array"""
51
+
52
+ items: Optional[List[RulesetID]] = None
@@ -26,7 +26,7 @@ class PipelineGroups(BaseModel):
26
26
  r"""Whether this group is disabled"""
27
27
 
28
28
 
29
- class ConfTypedDict(TypedDict):
29
+ class PipelineConfTypedDict(TypedDict):
30
30
  async_func_timeout: NotRequired[int]
31
31
  r"""Time (in ms) to wait for an async function to complete processing of a data item"""
32
32
  output: NotRequired[str]
@@ -39,7 +39,7 @@ class ConfTypedDict(TypedDict):
39
39
  groups: NotRequired[Dict[str, PipelineGroupsTypedDict]]
40
40
 
41
41
 
42
- class Conf(BaseModel):
42
+ class PipelineConf(BaseModel):
43
43
  async_func_timeout: Annotated[
44
44
  Optional[int], pydantic.Field(alias="asyncFuncTimeout")
45
45
  ] = None
@@ -61,10 +61,10 @@ class Conf(BaseModel):
61
61
 
62
62
  class PipelineTypedDict(TypedDict):
63
63
  id: str
64
- conf: ConfTypedDict
64
+ conf: PipelineConfTypedDict
65
65
 
66
66
 
67
67
  class Pipeline(BaseModel):
68
68
  id: str
69
69
 
70
- conf: Conf
70
+ conf: PipelineConf
@@ -0,0 +1,13 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from cribl_control_plane.types import BaseModel
5
+ from typing_extensions import TypedDict
6
+
7
+
8
+ class RulesetIDTypedDict(TypedDict):
9
+ id: str
10
+
11
+
12
+ class RulesetID(BaseModel):
13
+ id: str
@@ -176,7 +176,7 @@ class Pipelines(BaseSDK):
176
176
  self,
177
177
  *,
178
178
  id: str,
179
- conf: Union[models.Conf, models.ConfTypedDict],
179
+ conf: Union[models.PipelineConf, models.PipelineConfTypedDict],
180
180
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
181
181
  server_url: Optional[str] = None,
182
182
  timeout_ms: Optional[int] = None,
@@ -205,7 +205,7 @@ class Pipelines(BaseSDK):
205
205
 
206
206
  request = models.Pipeline(
207
207
  id=id,
208
- conf=utils.get_pydantic_model(conf, models.Conf),
208
+ conf=utils.get_pydantic_model(conf, models.PipelineConf),
209
209
  )
210
210
 
211
211
  req = self._build_request(
@@ -269,7 +269,7 @@ class Pipelines(BaseSDK):
269
269
  self,
270
270
  *,
271
271
  id: str,
272
- conf: Union[models.Conf, models.ConfTypedDict],
272
+ conf: Union[models.PipelineConf, models.PipelineConfTypedDict],
273
273
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
274
274
  server_url: Optional[str] = None,
275
275
  timeout_ms: Optional[int] = None,
@@ -298,7 +298,7 @@ class Pipelines(BaseSDK):
298
298
 
299
299
  request = models.Pipeline(
300
300
  id=id,
301
- conf=utils.get_pydantic_model(conf, models.Conf),
301
+ conf=utils.get_pydantic_model(conf, models.PipelineConf),
302
302
  )
303
303
 
304
304
  req = self._build_request_async(
@@ -537,7 +537,7 @@ class Pipelines(BaseSDK):
537
537
  *,
538
538
  id_param: str,
539
539
  id: str,
540
- conf: Union[models.Conf, models.ConfTypedDict],
540
+ conf: Union[models.PipelineConf, models.PipelineConfTypedDict],
541
541
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
542
542
  server_url: Optional[str] = None,
543
543
  timeout_ms: Optional[int] = None,
@@ -569,7 +569,7 @@ class Pipelines(BaseSDK):
569
569
  id_param=id_param,
570
570
  pipeline=models.Pipeline(
571
571
  id=id,
572
- conf=utils.get_pydantic_model(conf, models.Conf),
572
+ conf=utils.get_pydantic_model(conf, models.PipelineConf),
573
573
  ),
574
574
  )
575
575
 
@@ -635,7 +635,7 @@ class Pipelines(BaseSDK):
635
635
  *,
636
636
  id_param: str,
637
637
  id: str,
638
- conf: Union[models.Conf, models.ConfTypedDict],
638
+ conf: Union[models.PipelineConf, models.PipelineConfTypedDict],
639
639
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
640
640
  server_url: Optional[str] = None,
641
641
  timeout_ms: Optional[int] = None,
@@ -667,7 +667,7 @@ class Pipelines(BaseSDK):
667
667
  id_param=id_param,
668
668
  pipeline=models.Pipeline(
669
669
  id=id,
670
- conf=utils.get_pydantic_model(conf, models.Conf),
670
+ conf=utils.get_pydantic_model(conf, models.PipelineConf),
671
671
  ),
672
672
  )
673
673