cribl-control-plane 0.2.1rc4__py3-none-any.whl → 0.2.1rc11__py3-none-any.whl
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.
- cribl_control_plane/_version.py +4 -4
- cribl_control_plane/acl.py +4 -4
- cribl_control_plane/branches.py +4 -4
- cribl_control_plane/commits.py +28 -28
- cribl_control_plane/commits_files.py +8 -8
- cribl_control_plane/configs_versions.py +4 -8
- cribl_control_plane/destinations.py +20 -20
- cribl_control_plane/destinations_pq.py +8 -8
- cribl_control_plane/groups_sdk.py +26 -50
- cribl_control_plane/hectokens.py +8 -16
- cribl_control_plane/lakedatasets.py +48 -40
- cribl_control_plane/models/__init__.py +260 -393
- cribl_control_plane/models/cacheconnection.py +20 -0
- cribl_control_plane/models/configgroup.py +20 -1
- cribl_control_plane/models/configgroupcloud.py +11 -1
- cribl_control_plane/models/{getversionbranchop.py → countedlistbranchinfo.py} +2 -6
- cribl_control_plane/models/countedlistconfiggroup.py +20 -0
- cribl_control_plane/models/countedlistcribllakedataset.py +20 -0
- cribl_control_plane/models/countedlistdistributedsummary.py +20 -0
- cribl_control_plane/models/countedlistgitcommitsummary.py +20 -0
- cribl_control_plane/models/countedlistgitcountresult.py +20 -0
- cribl_control_plane/models/{createinputop.py → countedlistgitdiffresult.py} +5 -9
- cribl_control_plane/models/countedlistgitfilesresponse.py +20 -0
- cribl_control_plane/models/{getversioninfoop.py → countedlistgitinfo.py} +2 -6
- cribl_control_plane/models/countedlistgitlogresult.py +20 -0
- cribl_control_plane/models/countedlistgitrevertresult.py +20 -0
- cribl_control_plane/models/countedlistgitshowresult.py +20 -0
- cribl_control_plane/models/countedlistgitstatusresult.py +20 -0
- cribl_control_plane/models/{listinputop.py → countedlistinput.py} +2 -6
- cribl_control_plane/models/countedlistinputsplunkhec.py +20 -0
- cribl_control_plane/models/countedlistjobinfo.py +20 -0
- cribl_control_plane/models/countedlistmasterworkerentry.py +20 -0
- cribl_control_plane/models/countedlistnumber.py +19 -0
- cribl_control_plane/models/countedlistobject.py +19 -0
- cribl_control_plane/models/{listoutputop.py → countedlistoutput.py} +2 -6
- cribl_control_plane/models/{createoutputop.py → countedlistoutputsamplesresponse.py} +5 -9
- cribl_control_plane/models/countedlistoutputtestresponse.py +20 -0
- cribl_control_plane/models/countedlistpackinfo.py +20 -0
- cribl_control_plane/models/{createpacksop.py → countedlistpackinstallinfo.py} +2 -6
- cribl_control_plane/models/{listpipelineop.py → countedlistpipeline.py} +2 -6
- cribl_control_plane/models/{listroutesop.py → countedlistroutes.py} +2 -6
- cribl_control_plane/models/{createversionpushop.py → countedliststring.py} +2 -6
- cribl_control_plane/models/{createpipelineop.py → countedlistteamaccesscontrollist.py} +5 -9
- cribl_control_plane/models/countedlistuseraccesscontrollist.py +20 -0
- cribl_control_plane/models/createconfiggroupbyproductop.py +13 -21
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py +1 -19
- cribl_control_plane/models/createinputhectokenbyidop.py +1 -20
- cribl_control_plane/models/createoutputtestbyidop.py +1 -20
- cribl_control_plane/models/createroutesappendbyidop.py +2 -20
- cribl_control_plane/models/createversioncommitop.py +1 -19
- cribl_control_plane/models/createversionrevertop.py +1 -19
- cribl_control_plane/models/createversionundoop.py +1 -18
- cribl_control_plane/models/cribllakedataset.py +15 -1
- cribl_control_plane/models/cribllakedatasetupdate.py +15 -1
- cribl_control_plane/models/datasetmetadata.py +11 -1
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +11 -19
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/deleteinputbyidop.py +1 -20
- cribl_control_plane/models/deleteoutputbyidop.py +1 -20
- cribl_control_plane/models/deleteoutputpqbyidop.py +1 -19
- cribl_control_plane/models/deletepacksbyidop.py +1 -20
- cribl_control_plane/models/deletepipelinebyidop.py +1 -20
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +20 -18
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +20 -18
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +11 -18
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +11 -18
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +1 -20
- cribl_control_plane/models/getinputbyidop.py +1 -20
- cribl_control_plane/models/getmasterworkerentryop.py +1 -18
- cribl_control_plane/models/getoutputbyidop.py +1 -20
- cribl_control_plane/models/getoutputpqbyidop.py +1 -20
- cribl_control_plane/models/getoutputsamplesbyidop.py +1 -20
- cribl_control_plane/models/getpacksbyidop.py +1 -20
- cribl_control_plane/models/getpacksop.py +1 -19
- cribl_control_plane/models/getpipelinebyidop.py +1 -20
- cribl_control_plane/models/getroutesbyidop.py +1 -20
- cribl_control_plane/models/getsummaryop.py +11 -18
- cribl_control_plane/models/getversioncountop.py +1 -19
- cribl_control_plane/models/getversiondiffop.py +1 -19
- cribl_control_plane/models/getversionfilesop.py +1 -19
- cribl_control_plane/models/getversionop.py +1 -19
- cribl_control_plane/models/getversionshowop.py +1 -19
- cribl_control_plane/models/getversionstatusop.py +1 -19
- cribl_control_plane/models/groupcreaterequest.py +20 -1
- cribl_control_plane/models/hbcriblinfo.py +11 -1
- cribl_control_plane/models/healthserverstatus.py +20 -1
- cribl_control_plane/models/input.py +2 -2
- cribl_control_plane/models/inputappscope.py +56 -1
- cribl_control_plane/models/inputazureblob.py +29 -1
- cribl_control_plane/models/inputcollection.py +20 -1
- cribl_control_plane/models/inputconfluentcloud.py +78 -1
- cribl_control_plane/models/inputcribl.py +20 -1
- cribl_control_plane/models/inputcriblhttp.py +62 -7
- cribl_control_plane/models/inputcribllakehttp.py +38 -1
- cribl_control_plane/models/inputcriblmetrics.py +20 -1
- cribl_control_plane/models/inputcribltcp.py +63 -1
- cribl_control_plane/models/inputcrowdstrike.py +47 -1
- cribl_control_plane/models/inputdatadogagent.py +38 -1
- cribl_control_plane/models/inputdatagen.py +20 -1
- cribl_control_plane/models/inputedgeprometheus.py +94 -1
- cribl_control_plane/models/inputelastic.py +65 -1
- cribl_control_plane/models/inputeventhub.py +58 -1
- cribl_control_plane/models/inputexec.py +29 -1
- cribl_control_plane/models/inputfile.py +40 -7
- cribl_control_plane/models/inputfirehose.py +38 -1
- cribl_control_plane/models/inputgooglepubsub.py +29 -1
- cribl_control_plane/models/inputgrafana.py +110 -1
- cribl_control_plane/models/inputhttp.py +38 -1
- cribl_control_plane/models/inputhttpraw.py +38 -1
- cribl_control_plane/models/inputjournalfiles.py +20 -1
- cribl_control_plane/models/inputkafka.py +74 -1
- cribl_control_plane/models/inputkinesis.py +65 -1
- cribl_control_plane/models/inputkubeevents.py +20 -1
- cribl_control_plane/models/inputkubelogs.py +29 -1
- cribl_control_plane/models/inputkubemetrics.py +29 -1
- cribl_control_plane/models/inputloki.py +47 -1
- cribl_control_plane/models/inputmetrics.py +38 -1
- cribl_control_plane/models/inputmodeldriventelemetry.py +38 -1
- cribl_control_plane/models/inputmsk.py +74 -1
- cribl_control_plane/models/inputnetflow.py +20 -1
- cribl_control_plane/models/inputoffice365mgmt.py +56 -1
- cribl_control_plane/models/inputoffice365msgtrace.py +56 -1
- cribl_control_plane/models/inputoffice365service.py +56 -1
- cribl_control_plane/models/inputopentelemetry.py +65 -1
- cribl_control_plane/models/inputprometheus.py +87 -1
- cribl_control_plane/models/inputprometheusrw.py +47 -1
- cribl_control_plane/models/inputrawudp.py +20 -1
- cribl_control_plane/models/inputs3.py +38 -1
- cribl_control_plane/models/inputs3inventory.py +47 -1
- cribl_control_plane/models/inputsecuritylake.py +47 -1
- cribl_control_plane/models/inputsnmp.py +29 -1
- cribl_control_plane/models/inputsplunk.py +56 -1
- cribl_control_plane/models/inputsplunkhec.py +47 -1
- cribl_control_plane/models/inputsplunksearch.py +56 -1
- cribl_control_plane/models/inputsqs.py +47 -1
- cribl_control_plane/models/inputsyslog.py +74 -1
- cribl_control_plane/models/inputsystemmetrics.py +92 -1
- cribl_control_plane/models/inputsystemstate.py +29 -1
- cribl_control_plane/models/inputtcp.py +47 -1
- cribl_control_plane/models/inputtcpjson.py +47 -1
- cribl_control_plane/models/inputwef.py +65 -1
- cribl_control_plane/models/inputwindowsmetrics.py +83 -1
- cribl_control_plane/models/inputwineventlogs.py +38 -1
- cribl_control_plane/models/inputwiz.py +38 -1
- cribl_control_plane/models/inputwizwebhook.py +38 -1
- cribl_control_plane/models/inputzscalerhec.py +47 -1
- cribl_control_plane/models/jobinfo.py +10 -4
- cribl_control_plane/models/jobstatus.py +34 -3
- cribl_control_plane/models/lakedatasetmetrics.py +17 -0
- cribl_control_plane/models/listconfiggroupbyproductop.py +11 -18
- cribl_control_plane/models/listmasterworkerentryop.py +1 -19
- cribl_control_plane/models/masterworkerentry.py +11 -1
- cribl_control_plane/models/nodeupgradestatus.py +38 -0
- cribl_control_plane/models/output.py +13 -13
- cribl_control_plane/models/outputazureblob.py +83 -1
- cribl_control_plane/models/outputazuredataexplorer.py +148 -1
- cribl_control_plane/models/outputazureeventhub.py +98 -1
- cribl_control_plane/models/outputazurelogs.py +56 -1
- cribl_control_plane/models/outputchronicle.py +56 -1
- cribl_control_plane/models/outputclickhouse.py +92 -1
- cribl_control_plane/models/outputcloudwatch.py +47 -1
- cribl_control_plane/models/outputconfluentcloud.py +125 -1
- cribl_control_plane/models/outputcriblhttp.py +97 -1
- cribl_control_plane/models/outputcribllake.py +76 -1
- cribl_control_plane/models/outputcribltcp.py +99 -1
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +67 -1
- cribl_control_plane/models/outputdatabricks.py +69 -5
- cribl_control_plane/models/outputdatadog.py +83 -1
- cribl_control_plane/models/outputdataset.py +74 -1
- cribl_control_plane/models/outputdiskspool.py +11 -1
- cribl_control_plane/models/outputdls3.py +110 -1
- cribl_control_plane/models/outputdynatracehttp.py +92 -1
- cribl_control_plane/models/outputdynatraceotlp.py +92 -1
- cribl_control_plane/models/outputelastic.py +74 -1
- cribl_control_plane/models/outputelasticcloud.py +56 -1
- cribl_control_plane/models/outputexabeam.py +47 -1
- cribl_control_plane/models/outputfilesystem.py +65 -1
- cribl_control_plane/models/outputgooglechronicle.py +83 -1
- cribl_control_plane/models/outputgooglecloudlogging.py +65 -1
- cribl_control_plane/models/outputgooglecloudstorage.py +101 -1
- cribl_control_plane/models/outputgooglepubsub.py +47 -1
- cribl_control_plane/models/outputgrafanacloud.py +146 -1
- cribl_control_plane/models/outputgraphite.py +47 -1
- cribl_control_plane/models/outputhoneycomb.py +56 -1
- cribl_control_plane/models/outputhumiohec.py +65 -1
- cribl_control_plane/models/outputinfluxdb.py +65 -1
- cribl_control_plane/models/outputkafka.py +121 -1
- cribl_control_plane/models/outputkinesis.py +65 -1
- cribl_control_plane/models/outputloki.py +65 -1
- cribl_control_plane/models/outputminio.py +110 -1
- cribl_control_plane/models/outputmsk.py +121 -1
- cribl_control_plane/models/outputnewrelic.py +74 -1
- cribl_control_plane/models/outputnewrelicevents.py +65 -1
- cribl_control_plane/models/outputopentelemetry.py +110 -1
- cribl_control_plane/models/outputprometheus.py +56 -1
- cribl_control_plane/models/outputring.py +29 -1
- cribl_control_plane/models/outputs3.py +110 -1
- cribl_control_plane/models/outputsecuritylake.py +85 -1
- cribl_control_plane/models/outputsentinel.py +74 -1
- cribl_control_plane/models/outputsentineloneaisiem.py +74 -1
- cribl_control_plane/models/outputservicenow.py +101 -1
- cribl_control_plane/models/outputsignalfx.py +56 -1
- cribl_control_plane/models/outputsns.py +56 -1
- cribl_control_plane/models/outputsplunk.py +92 -1
- cribl_control_plane/models/outputsplunkhec.py +149 -1
- cribl_control_plane/models/outputsplunklb.py +121 -1
- cribl_control_plane/models/outputsqs.py +65 -1
- cribl_control_plane/models/outputstatsd.py +47 -1
- cribl_control_plane/models/outputstatsdext.py +47 -1
- cribl_control_plane/models/outputsumologic.py +56 -1
- cribl_control_plane/models/outputsyslog.py +110 -1
- cribl_control_plane/models/outputtcpjson.py +83 -1
- cribl_control_plane/models/outputwavefront.py +56 -1
- cribl_control_plane/models/outputwebhook.py +92 -1
- cribl_control_plane/models/outputxsiam.py +56 -1
- cribl_control_plane/models/resourcepolicy.py +11 -0
- cribl_control_plane/models/runnablejobcollection.py +64 -1
- cribl_control_plane/models/runnablejobexecutor.py +24 -1
- cribl_control_plane/models/runnablejobscheduledsearch.py +15 -1
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +11 -18
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +11 -19
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/updateinputbyidop.py +1 -19
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +1 -20
- cribl_control_plane/models/updateoutputbyidop.py +1 -19
- cribl_control_plane/models/updatepacksbyidop.py +1 -20
- cribl_control_plane/models/updatepipelinebyidop.py +1 -19
- cribl_control_plane/models/updateroutesbyidop.py +1 -19
- cribl_control_plane/nodes.py +8 -12
- cribl_control_plane/packs.py +20 -20
- cribl_control_plane/pipelines.py +20 -20
- cribl_control_plane/routes_sdk.py +16 -20
- cribl_control_plane/samples.py +8 -8
- cribl_control_plane/sdk.py +2 -2
- cribl_control_plane/sources.py +20 -20
- cribl_control_plane/statuses.py +4 -4
- cribl_control_plane/summaries.py +8 -4
- cribl_control_plane/teams.py +4 -4
- cribl_control_plane/versions_configs.py +4 -4
- {cribl_control_plane-0.2.1rc4.dist-info → cribl_control_plane-0.2.1rc11.dist-info}/METADATA +25 -7
- cribl_control_plane-0.2.1rc11.dist-info/RECORD +350 -0
- cribl_control_plane-0.2.1rc4.dist-info/RECORD +0 -331
- {cribl_control_plane-0.2.1rc4.dist-info → cribl_control_plane-0.2.1rc11.dist-info}/WHEEL +0 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from cribl_control_plane import utils
|
|
4
|
+
from cribl_control_plane import models, utils
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from cribl_control_plane.utils import validate_open_enum
|
|
7
7
|
from enum import Enum
|
|
8
8
|
import pydantic
|
|
9
|
+
from pydantic import field_serializer
|
|
9
10
|
from pydantic.functional_validators import PlainValidator
|
|
10
11
|
from typing import Any, List, Optional
|
|
11
12
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -72,6 +73,7 @@ class RunnableJobCollectionRunSettingsTypedDict(TypedDict):
|
|
|
72
73
|
|
|
73
74
|
|
|
74
75
|
|
|
76
|
+
|
|
75
77
|
if your lower bundle size is 1MB, you can bundle up to five 200KB files into one task.
|
|
76
78
|
"""
|
|
77
79
|
max_task_size: NotRequired[str]
|
|
@@ -86,6 +88,7 @@ class RunnableJobCollectionRunSettingsTypedDict(TypedDict):
|
|
|
86
88
|
|
|
87
89
|
|
|
88
90
|
|
|
91
|
+
|
|
89
92
|
you can bundle up to five 2MB files into one task. Files greater than this size will be assigned to individual tasks.
|
|
90
93
|
"""
|
|
91
94
|
|
|
@@ -149,6 +152,7 @@ class RunnableJobCollectionRunSettings(BaseModel):
|
|
|
149
152
|
|
|
150
153
|
|
|
151
154
|
|
|
155
|
+
|
|
152
156
|
if your lower bundle size is 1MB, you can bundle up to five 200KB files into one task.
|
|
153
157
|
"""
|
|
154
158
|
|
|
@@ -166,6 +170,7 @@ class RunnableJobCollectionRunSettings(BaseModel):
|
|
|
166
170
|
|
|
167
171
|
|
|
168
172
|
|
|
173
|
+
|
|
169
174
|
you can bundle up to five 2MB files into one task. Files greater than this size will be assigned to individual tasks.
|
|
170
175
|
"""
|
|
171
176
|
|
|
@@ -334,6 +339,15 @@ class RunnableJobCollectionInput(BaseModel):
|
|
|
334
339
|
output: Optional[str] = None
|
|
335
340
|
r"""Destination to send results to"""
|
|
336
341
|
|
|
342
|
+
@field_serializer("type")
|
|
343
|
+
def serialize_type(self, value):
|
|
344
|
+
if isinstance(value, str):
|
|
345
|
+
try:
|
|
346
|
+
return models.InputType(value)
|
|
347
|
+
except ValueError:
|
|
348
|
+
return value
|
|
349
|
+
return value
|
|
350
|
+
|
|
337
351
|
|
|
338
352
|
class RunnableJobCollectionLogLevel(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
339
353
|
r"""Level at which to set task logging"""
|
|
@@ -396,6 +410,15 @@ class CaptureSettings(BaseModel):
|
|
|
396
410
|
Optional[WhereToCapture], PlainValidator(validate_open_enum(True))
|
|
397
411
|
] = WhereToCapture.ZERO
|
|
398
412
|
|
|
413
|
+
@field_serializer("level")
|
|
414
|
+
def serialize_level(self, value):
|
|
415
|
+
if isinstance(value, str):
|
|
416
|
+
try:
|
|
417
|
+
return models.WhereToCapture(value)
|
|
418
|
+
except ValueError:
|
|
419
|
+
return value
|
|
420
|
+
return value
|
|
421
|
+
|
|
399
422
|
|
|
400
423
|
class RunnableJobCollectionRunTypedDict(TypedDict):
|
|
401
424
|
reschedule_dropped_tasks: NotRequired[bool]
|
|
@@ -429,6 +452,7 @@ class RunnableJobCollectionRunTypedDict(TypedDict):
|
|
|
429
452
|
|
|
430
453
|
|
|
431
454
|
|
|
455
|
+
|
|
432
456
|
if your lower bundle size is 1MB, you can bundle up to five 200KB files into one task.
|
|
433
457
|
"""
|
|
434
458
|
max_task_size: NotRequired[str]
|
|
@@ -442,6 +466,7 @@ class RunnableJobCollectionRunTypedDict(TypedDict):
|
|
|
442
466
|
|
|
443
467
|
|
|
444
468
|
|
|
469
|
+
|
|
445
470
|
you can bundle up to five 2MB files into one task. Files greater than this size will be assigned to individual tasks.
|
|
446
471
|
"""
|
|
447
472
|
discover_to_routes: NotRequired[bool]
|
|
@@ -511,6 +536,7 @@ class RunnableJobCollectionRun(BaseModel):
|
|
|
511
536
|
|
|
512
537
|
|
|
513
538
|
|
|
539
|
+
|
|
514
540
|
if your lower bundle size is 1MB, you can bundle up to five 200KB files into one task.
|
|
515
541
|
"""
|
|
516
542
|
|
|
@@ -527,6 +553,7 @@ class RunnableJobCollectionRun(BaseModel):
|
|
|
527
553
|
|
|
528
554
|
|
|
529
555
|
|
|
556
|
+
|
|
530
557
|
you can bundle up to five 2MB files into one task. Files greater than this size will be assigned to individual tasks.
|
|
531
558
|
"""
|
|
532
559
|
|
|
@@ -537,6 +564,33 @@ class RunnableJobCollectionRun(BaseModel):
|
|
|
537
564
|
|
|
538
565
|
capture: Optional[CaptureSettings] = None
|
|
539
566
|
|
|
567
|
+
@field_serializer("log_level")
|
|
568
|
+
def serialize_log_level(self, value):
|
|
569
|
+
if isinstance(value, str):
|
|
570
|
+
try:
|
|
571
|
+
return models.RunnableJobCollectionLogLevel(value)
|
|
572
|
+
except ValueError:
|
|
573
|
+
return value
|
|
574
|
+
return value
|
|
575
|
+
|
|
576
|
+
@field_serializer("mode")
|
|
577
|
+
def serialize_mode(self, value):
|
|
578
|
+
if isinstance(value, str):
|
|
579
|
+
try:
|
|
580
|
+
return models.RunnableJobCollectionMode(value)
|
|
581
|
+
except ValueError:
|
|
582
|
+
return value
|
|
583
|
+
return value
|
|
584
|
+
|
|
585
|
+
@field_serializer("time_range_type")
|
|
586
|
+
def serialize_time_range_type(self, value):
|
|
587
|
+
if isinstance(value, str):
|
|
588
|
+
try:
|
|
589
|
+
return models.TimeRange(value)
|
|
590
|
+
except ValueError:
|
|
591
|
+
return value
|
|
592
|
+
return value
|
|
593
|
+
|
|
540
594
|
|
|
541
595
|
class RunnableJobCollectionTypedDict(TypedDict):
|
|
542
596
|
collector: CollectorTypedDict
|
|
@@ -612,3 +666,12 @@ class RunnableJobCollection(BaseModel):
|
|
|
612
666
|
r"""If enabled, tasks are created and run by the same Worker Node"""
|
|
613
667
|
|
|
614
668
|
input: Optional[RunnableJobCollectionInput] = None
|
|
669
|
+
|
|
670
|
+
@field_serializer("type")
|
|
671
|
+
def serialize_type(self, value):
|
|
672
|
+
if isinstance(value, str):
|
|
673
|
+
try:
|
|
674
|
+
return models.RunnableJobCollectionJobType(value)
|
|
675
|
+
except ValueError:
|
|
676
|
+
return value
|
|
677
|
+
return value
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from cribl_control_plane import utils
|
|
4
|
+
from cribl_control_plane import models, utils
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from cribl_control_plane.utils import validate_open_enum
|
|
7
7
|
from enum import Enum
|
|
8
8
|
import pydantic
|
|
9
|
+
from pydantic import field_serializer
|
|
9
10
|
from pydantic.functional_validators import PlainValidator
|
|
10
11
|
from typing import Any, List, Optional
|
|
11
12
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -72,6 +73,7 @@ class RunnableJobExecutorRunSettingsTypedDict(TypedDict):
|
|
|
72
73
|
|
|
73
74
|
|
|
74
75
|
|
|
76
|
+
|
|
75
77
|
if your lower bundle size is 1MB, you can bundle up to five 200KB files into one task.
|
|
76
78
|
"""
|
|
77
79
|
max_task_size: NotRequired[str]
|
|
@@ -86,6 +88,7 @@ class RunnableJobExecutorRunSettingsTypedDict(TypedDict):
|
|
|
86
88
|
|
|
87
89
|
|
|
88
90
|
|
|
91
|
+
|
|
89
92
|
you can bundle up to five 2MB files into one task. Files greater than this size will be assigned to individual tasks.
|
|
90
93
|
"""
|
|
91
94
|
|
|
@@ -147,6 +150,7 @@ class RunnableJobExecutorRunSettings(BaseModel):
|
|
|
147
150
|
|
|
148
151
|
|
|
149
152
|
|
|
153
|
+
|
|
150
154
|
if your lower bundle size is 1MB, you can bundle up to five 200KB files into one task.
|
|
151
155
|
"""
|
|
152
156
|
|
|
@@ -164,6 +168,7 @@ class RunnableJobExecutorRunSettings(BaseModel):
|
|
|
164
168
|
|
|
165
169
|
|
|
166
170
|
|
|
171
|
+
|
|
167
172
|
you can bundle up to five 2MB files into one task. Files greater than this size will be assigned to individual tasks.
|
|
168
173
|
"""
|
|
169
174
|
|
|
@@ -283,6 +288,15 @@ class RunnableJobExecutorRun(BaseModel):
|
|
|
283
288
|
job_timeout: Annotated[Optional[str], pydantic.Field(alias="jobTimeout")] = "0"
|
|
284
289
|
r"""Maximum time the job is allowed to run. Time unit defaults to seconds if not specified (examples: 30, 45s, 15m). Enter 0 for unlimited time."""
|
|
285
290
|
|
|
291
|
+
@field_serializer("log_level")
|
|
292
|
+
def serialize_log_level(self, value):
|
|
293
|
+
if isinstance(value, str):
|
|
294
|
+
try:
|
|
295
|
+
return models.RunnableJobExecutorLogLevel(value)
|
|
296
|
+
except ValueError:
|
|
297
|
+
return value
|
|
298
|
+
return value
|
|
299
|
+
|
|
286
300
|
|
|
287
301
|
class RunnableJobExecutorTypedDict(TypedDict):
|
|
288
302
|
executor: ExecutorTypedDict
|
|
@@ -347,3 +361,12 @@ class RunnableJobExecutor(BaseModel):
|
|
|
347
361
|
|
|
348
362
|
streamtags: Optional[List[str]] = None
|
|
349
363
|
r"""Tags for filtering and grouping in @{product}"""
|
|
364
|
+
|
|
365
|
+
@field_serializer("type")
|
|
366
|
+
def serialize_type(self, value):
|
|
367
|
+
if isinstance(value, str):
|
|
368
|
+
try:
|
|
369
|
+
return models.RunnableJobExecutorJobType(value)
|
|
370
|
+
except ValueError:
|
|
371
|
+
return value
|
|
372
|
+
return value
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from cribl_control_plane import utils
|
|
4
|
+
from cribl_control_plane import models, utils
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from cribl_control_plane.utils import validate_open_enum
|
|
7
7
|
from enum import Enum
|
|
8
8
|
import pydantic
|
|
9
|
+
from pydantic import field_serializer
|
|
9
10
|
from pydantic.functional_validators import PlainValidator
|
|
10
11
|
from typing import Any, List, Optional
|
|
11
12
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -72,6 +73,7 @@ class RunnableJobScheduledSearchRunSettingsTypedDict(TypedDict):
|
|
|
72
73
|
|
|
73
74
|
|
|
74
75
|
|
|
76
|
+
|
|
75
77
|
if your lower bundle size is 1MB, you can bundle up to five 200KB files into one task.
|
|
76
78
|
"""
|
|
77
79
|
max_task_size: NotRequired[str]
|
|
@@ -86,6 +88,7 @@ class RunnableJobScheduledSearchRunSettingsTypedDict(TypedDict):
|
|
|
86
88
|
|
|
87
89
|
|
|
88
90
|
|
|
91
|
+
|
|
89
92
|
you can bundle up to five 2MB files into one task. Files greater than this size will be assigned to individual tasks.
|
|
90
93
|
"""
|
|
91
94
|
|
|
@@ -148,6 +151,7 @@ class RunnableJobScheduledSearchRunSettings(BaseModel):
|
|
|
148
151
|
|
|
149
152
|
|
|
150
153
|
|
|
154
|
+
|
|
151
155
|
if your lower bundle size is 1MB, you can bundle up to five 200KB files into one task.
|
|
152
156
|
"""
|
|
153
157
|
|
|
@@ -165,6 +169,7 @@ class RunnableJobScheduledSearchRunSettings(BaseModel):
|
|
|
165
169
|
|
|
166
170
|
|
|
167
171
|
|
|
172
|
+
|
|
168
173
|
you can bundle up to five 2MB files into one task. Files greater than this size will be assigned to individual tasks.
|
|
169
174
|
"""
|
|
170
175
|
|
|
@@ -274,3 +279,12 @@ class RunnableJobScheduledSearch(BaseModel):
|
|
|
274
279
|
|
|
275
280
|
streamtags: Optional[List[str]] = None
|
|
276
281
|
r"""Tags for filtering and grouping in @{product}"""
|
|
282
|
+
|
|
283
|
+
@field_serializer("type")
|
|
284
|
+
def serialize_type(self, value):
|
|
285
|
+
if isinstance(value, str):
|
|
286
|
+
try:
|
|
287
|
+
return models.RunnableJobScheduledSearchJobType(value)
|
|
288
|
+
except ValueError:
|
|
289
|
+
return value
|
|
290
|
+
return value
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .configgroup import ConfigGroup, ConfigGroupTypedDict
|
|
5
5
|
from .productscore import ProductsCore
|
|
6
|
+
from cribl_control_plane import models
|
|
6
7
|
from cribl_control_plane.types import BaseModel
|
|
7
8
|
from cribl_control_plane.utils import (
|
|
8
9
|
FieldMetadata,
|
|
@@ -11,9 +12,9 @@ from cribl_control_plane.utils import (
|
|
|
11
12
|
validate_open_enum,
|
|
12
13
|
)
|
|
13
14
|
import pydantic
|
|
15
|
+
from pydantic import field_serializer
|
|
14
16
|
from pydantic.functional_validators import PlainValidator
|
|
15
|
-
from
|
|
16
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
17
|
+
from typing_extensions import Annotated, TypedDict
|
|
17
18
|
|
|
18
19
|
|
|
19
20
|
class UpdateConfigGroupByProductAndIDRequestTypedDict(TypedDict):
|
|
@@ -45,19 +46,11 @@ class UpdateConfigGroupByProductAndIDRequest(BaseModel):
|
|
|
45
46
|
]
|
|
46
47
|
r"""ConfigGroup object"""
|
|
47
48
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
class UpdateConfigGroupByProductAndIDResponse(BaseModel):
|
|
58
|
-
r"""a list of ConfigGroup objects"""
|
|
59
|
-
|
|
60
|
-
count: Optional[int] = None
|
|
61
|
-
r"""number of items present in the items array"""
|
|
62
|
-
|
|
63
|
-
items: Optional[List[ConfigGroup]] = None
|
|
49
|
+
@field_serializer("product")
|
|
50
|
+
def serialize_product(self, value):
|
|
51
|
+
if isinstance(value, str):
|
|
52
|
+
try:
|
|
53
|
+
return models.ProductsCore(value)
|
|
54
|
+
except ValueError:
|
|
55
|
+
return value
|
|
56
|
+
return value
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .configgroup import ConfigGroup, ConfigGroupTypedDict
|
|
5
4
|
from .deployrequest import DeployRequest, DeployRequestTypedDict
|
|
6
5
|
from .productscore import ProductsCore
|
|
6
|
+
from cribl_control_plane import models
|
|
7
7
|
from cribl_control_plane.types import BaseModel
|
|
8
8
|
from cribl_control_plane.utils import (
|
|
9
9
|
FieldMetadata,
|
|
@@ -11,9 +11,9 @@ from cribl_control_plane.utils import (
|
|
|
11
11
|
RequestMetadata,
|
|
12
12
|
validate_open_enum,
|
|
13
13
|
)
|
|
14
|
+
from pydantic import field_serializer
|
|
14
15
|
from pydantic.functional_validators import PlainValidator
|
|
15
|
-
from
|
|
16
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
16
|
+
from typing_extensions import Annotated, TypedDict
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
class UpdateConfigGroupDeployByProductAndIDRequestTypedDict(TypedDict):
|
|
@@ -43,19 +43,11 @@ class UpdateConfigGroupDeployByProductAndIDRequest(BaseModel):
|
|
|
43
43
|
]
|
|
44
44
|
r"""DeployRequest object"""
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
class UpdateConfigGroupDeployByProductAndIDResponse(BaseModel):
|
|
56
|
-
r"""a list of ConfigGroup objects"""
|
|
57
|
-
|
|
58
|
-
count: Optional[int] = None
|
|
59
|
-
r"""number of items present in the items array"""
|
|
60
|
-
|
|
61
|
-
items: Optional[List[ConfigGroup]] = None
|
|
46
|
+
@field_serializer("product")
|
|
47
|
+
def serialize_product(self, value):
|
|
48
|
+
if isinstance(value, str):
|
|
49
|
+
try:
|
|
50
|
+
return models.ProductsCore(value)
|
|
51
|
+
except ValueError:
|
|
52
|
+
return value
|
|
53
|
+
return value
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
|
|
5
4
|
from .cribllakedatasetupdate import (
|
|
6
5
|
CriblLakeDatasetUpdate,
|
|
7
6
|
CriblLakeDatasetUpdateTypedDict,
|
|
@@ -9,8 +8,7 @@ from .cribllakedatasetupdate import (
|
|
|
9
8
|
from cribl_control_plane.types import BaseModel
|
|
10
9
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
11
10
|
import pydantic
|
|
12
|
-
from
|
|
13
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
11
|
+
from typing_extensions import Annotated, TypedDict
|
|
14
12
|
|
|
15
13
|
|
|
16
14
|
class UpdateCriblLakeDatasetByLakeIDAndIDRequestTypedDict(TypedDict):
|
|
@@ -42,20 +40,3 @@ class UpdateCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
|
|
|
42
40
|
FieldMetadata(request=RequestMetadata(media_type="application/json")),
|
|
43
41
|
]
|
|
44
42
|
r"""CriblLakeDatasetUpdate object"""
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
class UpdateCriblLakeDatasetByLakeIDAndIDResponseTypedDict(TypedDict):
|
|
48
|
-
r"""a list of CriblLakeDataset objects"""
|
|
49
|
-
|
|
50
|
-
count: NotRequired[int]
|
|
51
|
-
r"""number of items present in the items array"""
|
|
52
|
-
items: NotRequired[List[CriblLakeDatasetTypedDict]]
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
class UpdateCriblLakeDatasetByLakeIDAndIDResponse(BaseModel):
|
|
56
|
-
r"""a list of CriblLakeDataset objects"""
|
|
57
|
-
|
|
58
|
-
count: Optional[int] = None
|
|
59
|
-
r"""number of items present in the items array"""
|
|
60
|
-
|
|
61
|
-
items: Optional[List[CriblLakeDataset]] = None
|
|
@@ -4,8 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
from .input import Input, InputTypedDict
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
7
|
-
from
|
|
8
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
7
|
+
from typing_extensions import Annotated, TypedDict
|
|
9
8
|
|
|
10
9
|
|
|
11
10
|
class UpdateInputByIDRequestTypedDict(TypedDict):
|
|
@@ -25,20 +24,3 @@ class UpdateInputByIDRequest(BaseModel):
|
|
|
25
24
|
Input, FieldMetadata(request=RequestMetadata(media_type="application/json"))
|
|
26
25
|
]
|
|
27
26
|
r"""Input object"""
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
class UpdateInputByIDResponseTypedDict(TypedDict):
|
|
31
|
-
r"""a list of Source objects"""
|
|
32
|
-
|
|
33
|
-
count: NotRequired[int]
|
|
34
|
-
r"""number of items present in the items array"""
|
|
35
|
-
items: NotRequired[List[InputTypedDict]]
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
class UpdateInputByIDResponse(BaseModel):
|
|
39
|
-
r"""a list of Source objects"""
|
|
40
|
-
|
|
41
|
-
count: Optional[int] = None
|
|
42
|
-
r"""number of items present in the items array"""
|
|
43
|
-
|
|
44
|
-
items: Optional[List[Input]] = None
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .inputsplunkhec import InputSplunkHec, InputSplunkHecTypedDict
|
|
5
4
|
from .updatehectokenrequest import UpdateHecTokenRequest, UpdateHecTokenRequestTypedDict
|
|
6
5
|
from cribl_control_plane.types import BaseModel
|
|
7
6
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
8
|
-
from
|
|
9
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
7
|
+
from typing_extensions import Annotated, TypedDict
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
class UpdateInputHecTokenByIDAndTokenRequestTypedDict(TypedDict):
|
|
@@ -34,20 +32,3 @@ class UpdateInputHecTokenByIDAndTokenRequest(BaseModel):
|
|
|
34
32
|
FieldMetadata(request=RequestMetadata(media_type="application/json")),
|
|
35
33
|
]
|
|
36
34
|
r"""UpdateHecTokenRequest object"""
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
class UpdateInputHecTokenByIDAndTokenResponseTypedDict(TypedDict):
|
|
40
|
-
r"""a list of InputSplunkHec objects"""
|
|
41
|
-
|
|
42
|
-
count: NotRequired[int]
|
|
43
|
-
r"""number of items present in the items array"""
|
|
44
|
-
items: NotRequired[List[InputSplunkHecTypedDict]]
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
class UpdateInputHecTokenByIDAndTokenResponse(BaseModel):
|
|
48
|
-
r"""a list of InputSplunkHec objects"""
|
|
49
|
-
|
|
50
|
-
count: Optional[int] = None
|
|
51
|
-
r"""number of items present in the items array"""
|
|
52
|
-
|
|
53
|
-
items: Optional[List[InputSplunkHec]] = None
|
|
@@ -4,8 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
from .output import Output, OutputTypedDict
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
7
|
-
from
|
|
8
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
7
|
+
from typing_extensions import Annotated, TypedDict
|
|
9
8
|
|
|
10
9
|
|
|
11
10
|
class UpdateOutputByIDRequestTypedDict(TypedDict):
|
|
@@ -25,20 +24,3 @@ class UpdateOutputByIDRequest(BaseModel):
|
|
|
25
24
|
Output, FieldMetadata(request=RequestMetadata(media_type="application/json"))
|
|
26
25
|
]
|
|
27
26
|
r"""Output object"""
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
class UpdateOutputByIDResponseTypedDict(TypedDict):
|
|
31
|
-
r"""a list of Destination objects"""
|
|
32
|
-
|
|
33
|
-
count: NotRequired[int]
|
|
34
|
-
r"""number of items present in the items array"""
|
|
35
|
-
items: NotRequired[List[OutputTypedDict]]
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
class UpdateOutputByIDResponse(BaseModel):
|
|
39
|
-
r"""a list of Destination objects"""
|
|
40
|
-
|
|
41
|
-
count: Optional[int] = None
|
|
42
|
-
r"""number of items present in the items array"""
|
|
43
|
-
|
|
44
|
-
items: Optional[List[Output]] = None
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .packinfo import PackInfo, PackInfoTypedDict
|
|
5
4
|
from .packupgraderequest import PackUpgradeRequest, PackUpgradeRequestTypedDict
|
|
6
5
|
from cribl_control_plane.types import BaseModel
|
|
7
6
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
8
|
-
from
|
|
9
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
7
|
+
from typing_extensions import Annotated, TypedDict
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
class UpdatePacksByIDRequestTypedDict(TypedDict):
|
|
@@ -27,20 +25,3 @@ class UpdatePacksByIDRequest(BaseModel):
|
|
|
27
25
|
FieldMetadata(request=RequestMetadata(media_type="application/json")),
|
|
28
26
|
]
|
|
29
27
|
r"""PackUpgradeRequest object"""
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
class UpdatePacksByIDResponseTypedDict(TypedDict):
|
|
33
|
-
r"""a list of PackInfo objects"""
|
|
34
|
-
|
|
35
|
-
count: NotRequired[int]
|
|
36
|
-
r"""number of items present in the items array"""
|
|
37
|
-
items: NotRequired[List[PackInfoTypedDict]]
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
class UpdatePacksByIDResponse(BaseModel):
|
|
41
|
-
r"""a list of PackInfo objects"""
|
|
42
|
-
|
|
43
|
-
count: Optional[int] = None
|
|
44
|
-
r"""number of items present in the items array"""
|
|
45
|
-
|
|
46
|
-
items: Optional[List[PackInfo]] = None
|
|
@@ -5,8 +5,7 @@ from .pipeline import Pipeline, PipelineTypedDict
|
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
7
7
|
import pydantic
|
|
8
|
-
from
|
|
9
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
8
|
+
from typing_extensions import Annotated, TypedDict
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
class UpdatePipelineByIDRequestTypedDict(TypedDict):
|
|
@@ -28,20 +27,3 @@ class UpdatePipelineByIDRequest(BaseModel):
|
|
|
28
27
|
Pipeline, FieldMetadata(request=RequestMetadata(media_type="application/json"))
|
|
29
28
|
]
|
|
30
29
|
r"""Pipeline object"""
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
class UpdatePipelineByIDResponseTypedDict(TypedDict):
|
|
34
|
-
r"""a list of Pipeline objects"""
|
|
35
|
-
|
|
36
|
-
count: NotRequired[int]
|
|
37
|
-
r"""number of items present in the items array"""
|
|
38
|
-
items: NotRequired[List[PipelineTypedDict]]
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
class UpdatePipelineByIDResponse(BaseModel):
|
|
42
|
-
r"""a list of Pipeline objects"""
|
|
43
|
-
|
|
44
|
-
count: Optional[int] = None
|
|
45
|
-
r"""number of items present in the items array"""
|
|
46
|
-
|
|
47
|
-
items: Optional[List[Pipeline]] = None
|
|
@@ -5,8 +5,7 @@ from .routes import Routes, RoutesTypedDict
|
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
7
7
|
import pydantic
|
|
8
|
-
from
|
|
9
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
8
|
+
from typing_extensions import Annotated, TypedDict
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
class UpdateRoutesByIDRequestTypedDict(TypedDict):
|
|
@@ -28,20 +27,3 @@ class UpdateRoutesByIDRequest(BaseModel):
|
|
|
28
27
|
Routes, FieldMetadata(request=RequestMetadata(media_type="application/json"))
|
|
29
28
|
]
|
|
30
29
|
r"""Routes object"""
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
class UpdateRoutesByIDResponseTypedDict(TypedDict):
|
|
34
|
-
r"""a list of Routes objects"""
|
|
35
|
-
|
|
36
|
-
count: NotRequired[int]
|
|
37
|
-
r"""number of items present in the items array"""
|
|
38
|
-
items: NotRequired[List[RoutesTypedDict]]
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
class UpdateRoutesByIDResponse(BaseModel):
|
|
42
|
-
r"""a list of Routes objects"""
|
|
43
|
-
|
|
44
|
-
count: Optional[int] = None
|
|
45
|
-
r"""number of items present in the items array"""
|
|
46
|
-
|
|
47
|
-
items: Optional[List[Routes]] = None
|