cribl-control-plane 0.0.43__tar.gz → 0.0.44a1__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.
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/PKG-INFO +1 -1
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/pyproject.toml +1 -1
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/_version.py +3 -3
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/__init__.py +9 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputconfluentcloud.py +7 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputkafka.py +7 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputazuredataexplorer.py +7 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputconfluentcloud.py +7 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputkafka.py +7 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsyslog.py +68 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/README-PYPI.md +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/py.typed +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/commits.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/groups_sdk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/appmode.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/authtoken.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/configgroup.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/createversionundoop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/distributedsummary.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/hbcriblinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/heartbeatmetadata.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/input.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputappscope.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputazureblob.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputcollection.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputcribl.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputcribllakehttp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputcribltcp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputdatadogagent.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputdatagen.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputedgeprometheus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputelastic.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputeventhub.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputexec.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputfile.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputfirehose.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputgrafana.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputhttp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputhttpraw.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputjournalfiles.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputkinesis.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputloki.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputmetrics.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputmsk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputnetflow.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputoffice365mgmt.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputoffice365msgtrace.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputoffice365service.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputprometheus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputprometheusrw.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputrawudp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputs3.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputsnmp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputsplunk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputsplunksearch.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputsqs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputsyslog.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputtcp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputtcpjson.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputwef.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputwiz.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputwizwebhook.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/inputzscalerhec.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/jobinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/nodeprovidedinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/output.py +10 -10
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputazureblob.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputcribllake.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputdatadog.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputdataset.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputdls3.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputelastic.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputexabeam.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputgrafanacloud.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputgraphite.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputkinesis.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputloki.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputminio.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputmsk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputprometheus.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputring.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputs3.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsentinel.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputservicenow.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsns.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsplunk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsqs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputstatsd.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputsumologic.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputwavefront.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputwebhook.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/outputxsiam.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/packinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/packinstallinfo.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/routecloneconf.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/routeconf.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/runnablejobcollection.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/nodes.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/packs.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/sdk.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/versions.py +0 -0
- {cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/versions_configs.py +0 -0
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/_version.py
RENAMED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.0.
|
|
7
|
-
__openapi_doc_version__: str = "4.14.0-alpha.
|
|
6
|
+
__version__: str = "0.0.44a1"
|
|
7
|
+
__openapi_doc_version__: str = "4.14.0-alpha.1757353540432-d6130d30"
|
|
8
8
|
__gen_version__: str = "2.686.7"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.0.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.44a1 2.686.7 4.14.0-alpha.1757353540432-d6130d30 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -2971,6 +2971,8 @@ if TYPE_CHECKING:
|
|
|
2971
2971
|
OutputSyslog,
|
|
2972
2972
|
OutputSyslogBackpressureBehavior,
|
|
2973
2973
|
OutputSyslogCompression,
|
|
2974
|
+
OutputSyslogHost,
|
|
2975
|
+
OutputSyslogHostTypedDict,
|
|
2974
2976
|
OutputSyslogMaximumTLSVersion,
|
|
2975
2977
|
OutputSyslogMessageFormat,
|
|
2976
2978
|
OutputSyslogMinimumTLSVersion,
|
|
@@ -2980,6 +2982,7 @@ if TYPE_CHECKING:
|
|
|
2980
2982
|
OutputSyslogProtocol,
|
|
2981
2983
|
OutputSyslogQueueFullBehavior,
|
|
2982
2984
|
OutputSyslogSeverity,
|
|
2985
|
+
OutputSyslogTLS,
|
|
2983
2986
|
OutputSyslogTLSSettingsClientSide,
|
|
2984
2987
|
OutputSyslogTLSSettingsClientSideTypedDict,
|
|
2985
2988
|
OutputSyslogType,
|
|
@@ -5892,6 +5895,8 @@ __all__ = [
|
|
|
5892
5895
|
"OutputSyslog",
|
|
5893
5896
|
"OutputSyslogBackpressureBehavior",
|
|
5894
5897
|
"OutputSyslogCompression",
|
|
5898
|
+
"OutputSyslogHost",
|
|
5899
|
+
"OutputSyslogHostTypedDict",
|
|
5895
5900
|
"OutputSyslogMaximumTLSVersion",
|
|
5896
5901
|
"OutputSyslogMessageFormat",
|
|
5897
5902
|
"OutputSyslogMinimumTLSVersion",
|
|
@@ -5901,6 +5906,7 @@ __all__ = [
|
|
|
5901
5906
|
"OutputSyslogProtocol",
|
|
5902
5907
|
"OutputSyslogQueueFullBehavior",
|
|
5903
5908
|
"OutputSyslogSeverity",
|
|
5909
|
+
"OutputSyslogTLS",
|
|
5904
5910
|
"OutputSyslogTLSSettingsClientSide",
|
|
5905
5911
|
"OutputSyslogTLSSettingsClientSideTypedDict",
|
|
5906
5912
|
"OutputSyslogType",
|
|
@@ -8855,6 +8861,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8855
8861
|
"OutputSyslog": ".outputsyslog",
|
|
8856
8862
|
"OutputSyslogBackpressureBehavior": ".outputsyslog",
|
|
8857
8863
|
"OutputSyslogCompression": ".outputsyslog",
|
|
8864
|
+
"OutputSyslogHost": ".outputsyslog",
|
|
8865
|
+
"OutputSyslogHostTypedDict": ".outputsyslog",
|
|
8858
8866
|
"OutputSyslogMaximumTLSVersion": ".outputsyslog",
|
|
8859
8867
|
"OutputSyslogMessageFormat": ".outputsyslog",
|
|
8860
8868
|
"OutputSyslogMinimumTLSVersion": ".outputsyslog",
|
|
@@ -8864,6 +8872,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8864
8872
|
"OutputSyslogProtocol": ".outputsyslog",
|
|
8865
8873
|
"OutputSyslogQueueFullBehavior": ".outputsyslog",
|
|
8866
8874
|
"OutputSyslogSeverity": ".outputsyslog",
|
|
8875
|
+
"OutputSyslogTLS": ".outputsyslog",
|
|
8867
8876
|
"OutputSyslogTLSSettingsClientSide": ".outputsyslog",
|
|
8868
8877
|
"OutputSyslogTLSSettingsClientSideTypedDict": ".outputsyslog",
|
|
8869
8878
|
"OutputSyslogType": ".outputsyslog",
|
|
@@ -341,6 +341,8 @@ class InputConfluentCloudAuthenticationTypedDict(TypedDict):
|
|
|
341
341
|
|
|
342
342
|
disabled: NotRequired[bool]
|
|
343
343
|
mechanism: NotRequired[InputConfluentCloudSASLMechanism]
|
|
344
|
+
oauth_enabled: NotRequired[bool]
|
|
345
|
+
r"""Enable OAuth authentication"""
|
|
344
346
|
|
|
345
347
|
|
|
346
348
|
class InputConfluentCloudAuthentication(BaseModel):
|
|
@@ -352,6 +354,11 @@ class InputConfluentCloudAuthentication(BaseModel):
|
|
|
352
354
|
InputConfluentCloudSASLMechanism.PLAIN
|
|
353
355
|
)
|
|
354
356
|
|
|
357
|
+
oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
|
|
358
|
+
False
|
|
359
|
+
)
|
|
360
|
+
r"""Enable OAuth authentication"""
|
|
361
|
+
|
|
355
362
|
|
|
356
363
|
class InputConfluentCloudMetadatumTypedDict(TypedDict):
|
|
357
364
|
name: str
|
|
@@ -260,6 +260,8 @@ class InputKafkaAuthenticationTypedDict(TypedDict):
|
|
|
260
260
|
|
|
261
261
|
disabled: NotRequired[bool]
|
|
262
262
|
mechanism: NotRequired[InputKafkaSASLMechanism]
|
|
263
|
+
oauth_enabled: NotRequired[bool]
|
|
264
|
+
r"""Enable OAuth authentication"""
|
|
263
265
|
|
|
264
266
|
|
|
265
267
|
class InputKafkaAuthentication(BaseModel):
|
|
@@ -269,6 +271,11 @@ class InputKafkaAuthentication(BaseModel):
|
|
|
269
271
|
|
|
270
272
|
mechanism: Optional[InputKafkaSASLMechanism] = InputKafkaSASLMechanism.PLAIN
|
|
271
273
|
|
|
274
|
+
oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
|
|
275
|
+
False
|
|
276
|
+
)
|
|
277
|
+
r"""Enable OAuth authentication"""
|
|
278
|
+
|
|
272
279
|
|
|
273
280
|
class InputKafkaMinimumTLSVersion(str, Enum):
|
|
274
281
|
TL_SV1 = "TLSv1"
|
|
@@ -336,6 +336,8 @@ class OutputAzureDataExplorerTypedDict(TypedDict):
|
|
|
336
336
|
pq_mode: NotRequired[OutputAzureDataExplorerMode]
|
|
337
337
|
r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
|
|
338
338
|
pq_controls: NotRequired[OutputAzureDataExplorerPqControlsTypedDict]
|
|
339
|
+
empty_dir_cleanup_sec: NotRequired[float]
|
|
340
|
+
r"""How frequently, in seconds, to clean up empty directories"""
|
|
339
341
|
|
|
340
342
|
|
|
341
343
|
class OutputAzureDataExplorer(BaseModel):
|
|
@@ -611,3 +613,8 @@ class OutputAzureDataExplorer(BaseModel):
|
|
|
611
613
|
pq_controls: Annotated[
|
|
612
614
|
Optional[OutputAzureDataExplorerPqControls], pydantic.Field(alias="pqControls")
|
|
613
615
|
] = None
|
|
616
|
+
|
|
617
|
+
empty_dir_cleanup_sec: Annotated[
|
|
618
|
+
Optional[float], pydantic.Field(alias="emptyDirCleanupSec")
|
|
619
|
+
] = 300
|
|
620
|
+
r"""How frequently, in seconds, to clean up empty directories"""
|
|
@@ -294,6 +294,8 @@ class OutputConfluentCloudAuthenticationTypedDict(TypedDict):
|
|
|
294
294
|
|
|
295
295
|
disabled: NotRequired[bool]
|
|
296
296
|
mechanism: NotRequired[OutputConfluentCloudSASLMechanism]
|
|
297
|
+
oauth_enabled: NotRequired[bool]
|
|
298
|
+
r"""Enable OAuth authentication"""
|
|
297
299
|
|
|
298
300
|
|
|
299
301
|
class OutputConfluentCloudAuthentication(BaseModel):
|
|
@@ -305,6 +307,11 @@ class OutputConfluentCloudAuthentication(BaseModel):
|
|
|
305
307
|
OutputConfluentCloudSASLMechanism.PLAIN
|
|
306
308
|
)
|
|
307
309
|
|
|
310
|
+
oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
|
|
311
|
+
False
|
|
312
|
+
)
|
|
313
|
+
r"""Enable OAuth authentication"""
|
|
314
|
+
|
|
308
315
|
|
|
309
316
|
class OutputConfluentCloudBackpressureBehavior(str, Enum):
|
|
310
317
|
r"""How to handle events when all receivers are exerting backpressure"""
|
|
@@ -215,6 +215,8 @@ class OutputKafkaAuthenticationTypedDict(TypedDict):
|
|
|
215
215
|
|
|
216
216
|
disabled: NotRequired[bool]
|
|
217
217
|
mechanism: NotRequired[OutputKafkaSASLMechanism]
|
|
218
|
+
oauth_enabled: NotRequired[bool]
|
|
219
|
+
r"""Enable OAuth authentication"""
|
|
218
220
|
|
|
219
221
|
|
|
220
222
|
class OutputKafkaAuthentication(BaseModel):
|
|
@@ -224,6 +226,11 @@ class OutputKafkaAuthentication(BaseModel):
|
|
|
224
226
|
|
|
225
227
|
mechanism: Optional[OutputKafkaSASLMechanism] = OutputKafkaSASLMechanism.PLAIN
|
|
226
228
|
|
|
229
|
+
oauth_enabled: Annotated[Optional[bool], pydantic.Field(alias="oauthEnabled")] = (
|
|
230
|
+
False
|
|
231
|
+
)
|
|
232
|
+
r"""Enable OAuth authentication"""
|
|
233
|
+
|
|
227
234
|
|
|
228
235
|
class OutputKafkaMinimumTLSVersion(str, Enum):
|
|
229
236
|
TL_SV1 = "TLSv1"
|
|
@@ -186,6 +186,43 @@ class OutputSyslogPqControls(BaseModel):
|
|
|
186
186
|
pass
|
|
187
187
|
|
|
188
188
|
|
|
189
|
+
class OutputSyslogTLS(str, Enum):
|
|
190
|
+
r"""Whether to inherit TLS configs from group setting or disable TLS"""
|
|
191
|
+
|
|
192
|
+
INHERIT = "inherit"
|
|
193
|
+
OFF = "off"
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
class OutputSyslogHostTypedDict(TypedDict):
|
|
197
|
+
host: str
|
|
198
|
+
r"""The hostname of the receiver"""
|
|
199
|
+
port: NotRequired[float]
|
|
200
|
+
r"""The port to connect to on the provided host"""
|
|
201
|
+
tls: NotRequired[OutputSyslogTLS]
|
|
202
|
+
r"""Whether to inherit TLS configs from group setting or disable TLS"""
|
|
203
|
+
servername: NotRequired[str]
|
|
204
|
+
r"""Servername to use if establishing a TLS connection. If not specified, defaults to connection host (if not an IP); otherwise, uses the global TLS settings."""
|
|
205
|
+
weight: NotRequired[float]
|
|
206
|
+
r"""Assign a weight (>0) to each endpoint to indicate its traffic-handling capability"""
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
class OutputSyslogHost(BaseModel):
|
|
210
|
+
host: str
|
|
211
|
+
r"""The hostname of the receiver"""
|
|
212
|
+
|
|
213
|
+
port: Optional[float] = 9997
|
|
214
|
+
r"""The port to connect to on the provided host"""
|
|
215
|
+
|
|
216
|
+
tls: Optional[OutputSyslogTLS] = OutputSyslogTLS.INHERIT
|
|
217
|
+
r"""Whether to inherit TLS configs from group setting or disable TLS"""
|
|
218
|
+
|
|
219
|
+
servername: Optional[str] = None
|
|
220
|
+
r"""Servername to use if establishing a TLS connection. If not specified, defaults to connection host (if not an IP); otherwise, uses the global TLS settings."""
|
|
221
|
+
|
|
222
|
+
weight: Optional[float] = 1
|
|
223
|
+
r"""Assign a weight (>0) to each endpoint to indicate its traffic-handling capability"""
|
|
224
|
+
|
|
225
|
+
|
|
189
226
|
class OutputSyslogTypedDict(TypedDict):
|
|
190
227
|
type: OutputSyslogType
|
|
191
228
|
id: NotRequired[str]
|
|
@@ -247,6 +284,16 @@ class OutputSyslogTypedDict(TypedDict):
|
|
|
247
284
|
pq_mode: NotRequired[OutputSyslogMode]
|
|
248
285
|
r"""In Error mode, PQ writes events to the filesystem if the Destination is unavailable. In Backpressure mode, PQ writes events to the filesystem when it detects backpressure from the Destination. In Always On mode, PQ always writes events to the filesystem."""
|
|
249
286
|
pq_controls: NotRequired[OutputSyslogPqControlsTypedDict]
|
|
287
|
+
dns_resolve_period_sec: NotRequired[float]
|
|
288
|
+
r"""The interval in which to re-resolve any hostnames and pick up destinations from A records"""
|
|
289
|
+
load_balance_stats_period_sec: NotRequired[float]
|
|
290
|
+
r"""How far back in time to keep traffic stats for load balancing purposes"""
|
|
291
|
+
max_concurrent_senders: NotRequired[float]
|
|
292
|
+
r"""Maximum number of concurrent connections (per Worker Process). A random set of IPs will be picked on every DNS resolution period. Use 0 for unlimited."""
|
|
293
|
+
exclude_self: NotRequired[bool]
|
|
294
|
+
r"""Exclude all IPs of the current host from the list of any resolved hostnames"""
|
|
295
|
+
hosts: NotRequired[List[OutputSyslogHostTypedDict]]
|
|
296
|
+
r"""Set of hosts to load-balance data to."""
|
|
250
297
|
|
|
251
298
|
|
|
252
299
|
class OutputSyslog(BaseModel):
|
|
@@ -379,3 +426,24 @@ class OutputSyslog(BaseModel):
|
|
|
379
426
|
pq_controls: Annotated[
|
|
380
427
|
Optional[OutputSyslogPqControls], pydantic.Field(alias="pqControls")
|
|
381
428
|
] = None
|
|
429
|
+
|
|
430
|
+
dns_resolve_period_sec: Annotated[
|
|
431
|
+
Optional[float], pydantic.Field(alias="dnsResolvePeriodSec")
|
|
432
|
+
] = 600
|
|
433
|
+
r"""The interval in which to re-resolve any hostnames and pick up destinations from A records"""
|
|
434
|
+
|
|
435
|
+
load_balance_stats_period_sec: Annotated[
|
|
436
|
+
Optional[float], pydantic.Field(alias="loadBalanceStatsPeriodSec")
|
|
437
|
+
] = 300
|
|
438
|
+
r"""How far back in time to keep traffic stats for load balancing purposes"""
|
|
439
|
+
|
|
440
|
+
max_concurrent_senders: Annotated[
|
|
441
|
+
Optional[float], pydantic.Field(alias="maxConcurrentSenders")
|
|
442
|
+
] = 0
|
|
443
|
+
r"""Maximum number of concurrent connections (per Worker Process). A random set of IPs will be picked on every DNS resolution period. Use 0 for unlimited."""
|
|
444
|
+
|
|
445
|
+
exclude_self: Annotated[Optional[bool], pydantic.Field(alias="excludeSelf")] = False
|
|
446
|
+
r"""Exclude all IPs of the current host from the list of any resolved hostnames"""
|
|
447
|
+
|
|
448
|
+
hosts: Optional[List[OutputSyslogHost]] = None
|
|
449
|
+
r"""Set of hosts to load-balance data to."""
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/_hooks/types.py
RENAMED
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/auth_sdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/basesdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/branches.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/commits.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/commits_files.py
RENAMED
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/destinations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/errors/error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/groups_sdk.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/health.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/hectokens.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/httpclient.py
RENAMED
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/lakedatasets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/commit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cribl_control_plane-0.0.43 → cribl_control_plane-0.0.44a1}/src/cribl_control_plane/models/input.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|