nominal-api 0.543.0__py3-none-any.whl → 0.547.0__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 nominal-api might be problematic. Click here for more details.

@@ -1,13 +1,18 @@
1
1
  # coding=utf-8
2
2
  from .._impl import (
3
+ api_ArchivedStatus as ArchivedStatus,
3
4
  api_Channel as Channel,
4
5
  api_Empty as Empty,
5
6
  api_Granularity as Granularity,
7
+ api_Label as Label,
6
8
  api_LogicalSeriesRid as LogicalSeriesRid,
7
9
  api_McapChannelId as McapChannelId,
8
10
  api_McapChannelLocator as McapChannelLocator,
9
11
  api_McapChannelLocatorVisitor as McapChannelLocatorVisitor,
10
12
  api_McapChannelTopic as McapChannelTopic,
13
+ api_Property as Property,
14
+ api_PropertyName as PropertyName,
15
+ api_PropertyValue as PropertyValue,
11
16
  api_SerializableError as SerializableError,
12
17
  api_SeriesArchetypeRid as SeriesArchetypeRid,
13
18
  api_SeriesDataType as SeriesDataType,
@@ -5,6 +5,7 @@ from .._impl import (
5
5
  api_rids_DataSourceRid as DataSourceRid,
6
6
  api_rids_DatasetRid as DatasetRid,
7
7
  api_rids_NominalDataSourceRid as NominalDataSourceRid,
8
+ api_rids_SegmentRid as SegmentRid,
8
9
  api_rids_VideoRid as VideoRid,
9
10
  )
10
11
 
@@ -6,10 +6,6 @@ from .._impl import (
6
6
  attachments_api_CreateAttachmentRequest as CreateAttachmentRequest,
7
7
  attachments_api_GetAttachmentsRequest as GetAttachmentsRequest,
8
8
  attachments_api_GetAttachmentsResponse as GetAttachmentsResponse,
9
- attachments_api_Label as Label,
10
- attachments_api_Property as Property,
11
- attachments_api_PropertyName as PropertyName,
12
- attachments_api_PropertyValue as PropertyValue,
13
9
  attachments_api_S3Path as S3Path,
14
10
  attachments_api_SearchAttachmentsQuery as SearchAttachmentsQuery,
15
11
  attachments_api_SearchAttachmentsQueryVisitor as SearchAttachmentsQueryVisitor,
@@ -1,10 +1,6 @@
1
1
  # coding=utf-8
2
2
  from .._impl import (
3
3
  datasource_DatasetFileId as DatasetFileId,
4
- datasource_Label as Label,
5
- datasource_Property as Property,
6
- datasource_PropertyName as PropertyName,
7
- datasource_PropertyValue as PropertyValue,
8
4
  datasource_TimestampType as TimestampType,
9
5
  datasource_Token as Token,
10
6
  )
@@ -57,7 +57,6 @@ from .._impl import (
57
57
  ingest_api_Iso8601Timestamp as Iso8601Timestamp,
58
58
  ingest_api_JournalJsonOpts as JournalJsonOpts,
59
59
  ingest_api_JournalTimestampMetadata as JournalTimestampMetadata,
60
- ingest_api_Label as Label,
61
60
  ingest_api_LogTime as LogTime,
62
61
  ingest_api_McapChannelConfig as McapChannelConfig,
63
62
  ingest_api_McapChannelConfigType as McapChannelConfigType,
@@ -79,8 +78,6 @@ from .._impl import (
79
78
  ingest_api_NoTimestampManifest as NoTimestampManifest,
80
79
  ingest_api_Part as Part,
81
80
  ingest_api_PartWithSize as PartWithSize,
82
- ingest_api_PropertyName as PropertyName,
83
- ingest_api_PropertyValue as PropertyValue,
84
81
  ingest_api_RelativeTimestamp as RelativeTimestamp,
85
82
  ingest_api_RunRid as RunRid,
86
83
  ingest_api_S3IngestSource as S3IngestSource,
@@ -67,6 +67,7 @@ from .._impl import (
67
67
  scout_compute_api_Empty as Empty,
68
68
  scout_compute_api_EnumAggregationFunction as EnumAggregationFunction,
69
69
  scout_compute_api_EnumBucket as EnumBucket,
70
+ scout_compute_api_EnumCountDuplicateSeries as EnumCountDuplicateSeries,
70
71
  scout_compute_api_EnumFilterOperator as EnumFilterOperator,
71
72
  scout_compute_api_EnumFilterRanges as EnumFilterRanges,
72
73
  scout_compute_api_EnumFilterTransformationSeries as EnumFilterTransformationSeries,
@@ -13,6 +13,7 @@ from .._impl import (
13
13
  scout_compute_resolved_api_CartesianNodeVisitor as CartesianNodeVisitor,
14
14
  scout_compute_resolved_api_CumulativeSumSeriesNode as CumulativeSumSeriesNode,
15
15
  scout_compute_resolved_api_DerivativeSeriesNode as DerivativeSeriesNode,
16
+ scout_compute_resolved_api_EnumCountDuplicateSeriesNode as EnumCountDuplicateSeriesNode,
16
17
  scout_compute_resolved_api_EnumEqualityRangesNode as EnumEqualityRangesNode,
17
18
  scout_compute_resolved_api_EnumFilterRangesNode as EnumFilterRangesNode,
18
19
  scout_compute_resolved_api_EnumFilterTransformationSeriesNode as EnumFilterTransformationSeriesNode,
@@ -1,7 +1,6 @@
1
1
  # coding=utf-8
2
2
  from .._impl import (
3
3
  scout_rids_api_ApiKeyRid as ApiKeyRid,
4
- scout_rids_api_ArchivedStatus as ArchivedStatus,
5
4
  scout_rids_api_AssetRid as AssetRid,
6
5
  scout_rids_api_CheckAlertState as CheckAlertState,
7
6
  scout_rids_api_CheckAlertStateVisitor as CheckAlertStateVisitor,
@@ -18,12 +18,8 @@ from .._impl import (
18
18
  scout_run_api_GetRunByIdRequest as GetRunByIdRequest,
19
19
  scout_run_api_GetRunsByAssetRequest as GetRunsByAssetRequest,
20
20
  scout_run_api_GetRunsByAssetResponse as GetRunsByAssetResponse,
21
- scout_run_api_Label as Label,
22
21
  scout_run_api_Link as Link,
23
22
  scout_run_api_LogSetRid as LogSetRid,
24
- scout_run_api_Property as Property,
25
- scout_run_api_PropertyName as PropertyName,
26
- scout_run_api_PropertyValue as PropertyValue,
27
23
  scout_run_api_RefNameAndType as RefNameAndType,
28
24
  scout_run_api_Run as Run,
29
25
  scout_run_api_RunDataReviewEvaluationStatus as RunDataReviewEvaluationStatus,
@@ -1,6 +1,5 @@
1
1
  # coding=utf-8
2
2
  from .._impl import (
3
- scout_video_api_ArchivedStatus as ArchivedStatus,
4
3
  scout_video_api_CreateSegment as CreateSegment,
5
4
  scout_video_api_CreateSegmentsRequest as CreateSegmentsRequest,
6
5
  scout_video_api_CreateSegmentsResponse as CreateSegmentsResponse,
@@ -17,12 +16,8 @@ from .._impl import (
17
16
  scout_video_api_HandleVisitor as HandleVisitor,
18
17
  scout_video_api_IngestError as IngestError,
19
18
  scout_video_api_IngestStatus as IngestStatus,
20
- scout_video_api_Label as Label,
21
19
  scout_video_api_McapTimestampManifest as McapTimestampManifest,
22
20
  scout_video_api_NoTimestampManifest as NoTimestampManifest,
23
- scout_video_api_Property as Property,
24
- scout_video_api_PropertyName as PropertyName,
25
- scout_video_api_PropertyValue as PropertyValue,
26
21
  scout_video_api_S3Path as S3Path,
27
22
  scout_video_api_ScaleParameter as ScaleParameter,
28
23
  scout_video_api_ScaleParameterVisitor as ScaleParameterVisitor,
@@ -1,13 +1,8 @@
1
1
  # coding=utf-8
2
2
  from .._impl import (
3
- secrets_api_ArchivedStatus as ArchivedStatus,
4
3
  secrets_api_CreateSecretRequest as CreateSecretRequest,
5
4
  secrets_api_GetSecretsRequest as GetSecretsRequest,
6
5
  secrets_api_GetSecretsResponse as GetSecretsResponse,
7
- secrets_api_Label as Label,
8
- secrets_api_Property as Property,
9
- secrets_api_PropertyName as PropertyName,
10
- secrets_api_PropertyValue as PropertyValue,
11
6
  secrets_api_SearchSecretsQuery as SearchSecretsQuery,
12
7
  secrets_api_SearchSecretsQueryVisitor as SearchSecretsQueryVisitor,
13
8
  secrets_api_SearchSecretsRequest as SearchSecretsRequest,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nominal-api
3
- Version: 0.543.0
3
+ Version: 0.547.0
4
4
  Requires-Python: >=3.8
5
5
  Requires-Dist: requests
6
6
  Requires-Dist: conjure-python-client<3,>=2.8.0
@@ -1,20 +1,20 @@
1
- nominal_api/__init__.py,sha256=8zq1tBMh7UsNj8ZTu6MqOpq9mF45LcF9K7UZJ2t_-EQ,1762
2
- nominal_api/_impl.py,sha256=ZfOtIy8uYFSOyXxFkj64qoySlp6TkOmNV1KMv-O4voU,2672471
1
+ nominal_api/__init__.py,sha256=ROwmqj2WeJmf321ogqk8N8qfv0l-JHMp_srM0GyX_yA,1762
2
+ nominal_api/_impl.py,sha256=XvmduSleYQOhi1ggIoffdeSCkJKZKjdr6sN6o4d8t14,2669390
3
3
  nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
4
- nominal_api/api/__init__.py,sha256=CaUmWhW0zcP8jVWFQEgj-lpoBi-Unm0wBd2s9dPeWmo,656
5
- nominal_api/api_rids/__init__.py,sha256=p7dKiMV692oGtYStr5FZJEJNg3YbF7scJK1WFMpBiW0,298
6
- nominal_api/attachments_api/__init__.py,sha256=Hep-P4z8gtuYApKhmcowzTbVSH_wQY57HXArM-w-6W0,852
4
+ nominal_api/api/__init__.py,sha256=mncavtSkHRCv-7xIkNkEX_XHnVgTPQwJyD6JDoaKwsQ,830
5
+ nominal_api/api_rids/__init__.py,sha256=vLyAVUPTfk7u9D_K_7MHE-2Pf8leC5JxC-o8NrrnOPk,337
6
+ nominal_api/attachments_api/__init__.py,sha256=v-v2kStsoSipfxj5iBxggnHNNK0bXzcmcOSxEebzCDQ,672
7
7
  nominal_api/authentication/__init__.py,sha256=Vvna9rXXV-WMeJCk2ekq01jHzgsHHsdJl2ROtd4aRgI,272
8
8
  nominal_api/authentication_api/__init__.py,sha256=HBQrldagoqcvYES_kjB1Eh8oZTZ8SJdX85UZySJB9z0,986
9
9
  nominal_api/authorization/__init__.py,sha256=dCAUHfh4BMgGp4RW0-2b_Xrtfz5BDcljwRVaShKhFI4,972
10
10
  nominal_api/comments_api/__init__.py,sha256=bt24EdmTY513nKMrWMCsfYV0XmX7VKQgOFH4I4tKWy4,860
11
- nominal_api/datasource/__init__.py,sha256=kmImuULeFMu34yFli4_OsZSsYvVROfQQVYCMkcaaV1o,325
11
+ nominal_api/datasource/__init__.py,sha256=yX86bTx5nrzK_BLIvfLPIEMOfKVxCvvudclnuy6zd5c,165
12
12
  nominal_api/datasource_api/__init__.py,sha256=5TddGrr5x6bZdVun00Zb_BwwcQtP35Yvn1DSxZ6QZmI,2074
13
13
  nominal_api/datasource_logset/__init__.py,sha256=H3fNxqyYC490MwvdWbt5BwhgWQUev7uieaLz5hUbZDc,94
14
14
  nominal_api/datasource_logset_api/__init__.py,sha256=oaCU4hTiUXPnJbivlCUoPPYRw7prpZtxbv-hgUaiOWQ,1048
15
15
  nominal_api/datasource_pagination_api/__init__.py,sha256=3GO8TAUavOe6dUEitOhje74aSZHjTKVI5N1MNuct1lI,212
16
16
  nominal_api/event/__init__.py,sha256=YUhvDFXtyAn08WNd7Xwnybz3PtflvtTcIOaunRS5-1I,836
17
- nominal_api/ingest_api/__init__.py,sha256=q9Ep0KofeeXH-qz5qrFHDHvc3ZkIAH8jxVnRc5jBLac,5752
17
+ nominal_api/ingest_api/__init__.py,sha256=l3-A9Sfz8Ye5MRwOHjpFct9g-1eD-WsG2hRUC-52qXM,5629
18
18
  nominal_api/scout/__init__.py,sha256=ip3XK_9jJKAoFiCifUVMTpDMiUE4mWIdGzMDu7LASus,324
19
19
  nominal_api/scout_api/__init__.py,sha256=1qhOIaeE1BOyulaGr6dd9rSneKMEeqW9aJgz_Wg2qd0,208
20
20
  nominal_api/scout_asset_api/__init__.py,sha256=Ph-KlW-ki0JRejYQZDvbZ2jRzNAttVBux27lcEj7--Q,1910
@@ -28,10 +28,10 @@ nominal_api/scout_checklistexecution_api/__init__.py,sha256=PfMFzie0xO5d5WSpB3bE
28
28
  nominal_api/scout_checks_api/__init__.py,sha256=RJH7HsXjUhItC11V9C-hfv6lkIfiSXyxnB8slUpaT2g,5203
29
29
  nominal_api/scout_comparisonnotebook_api/__init__.py,sha256=8BL5jE9NDxqCj9DyvZWSPhq6zw2J7xp6aLsl3x9rpyw,4530
30
30
  nominal_api/scout_comparisonrun_api/__init__.py,sha256=1LCXQe64tDqqeMQixW8PI-R_edSz7F5X0x2_ufEuC8M,480
31
- nominal_api/scout_compute_api/__init__.py,sha256=egdqvmdbpuH2fAwi7Y-rFeQ-dsgZMFzO8bta-sqjlt0,16180
31
+ nominal_api/scout_compute_api/__init__.py,sha256=b4mLe0YgO7gJB9wcMryYm6KQ-8cWDrd7bXE75whzaWA,16256
32
32
  nominal_api/scout_compute_api_deprecated/__init__.py,sha256=RggSfc6C1VR1-kNXPWybpfw3hZbkQ1gvxEisFZCHdnM,3732
33
33
  nominal_api/scout_compute_representation_api/__init__.py,sha256=FezODo7sI8m6tDhPPK_gZX1qXImi4O3TUprDoNUuWpk,1672
34
- nominal_api/scout_compute_resolved_api/__init__.py,sha256=LdYWUd7eFPhJMIADnVZwXYu1wNLj8tvwmUHqKMZC19s,8167
34
+ nominal_api/scout_compute_resolved_api/__init__.py,sha256=Lknm4GP9Bk5QrDt8N7q1KD7Xa82R8q4jZyHYxSPkIs4,8260
35
35
  nominal_api/scout_dataexport_api/__init__.py,sha256=pWRQdQJOObD0jITRYLw3AxeDJSrJQqAdFZACxULqA4o,1487
36
36
  nominal_api/scout_datareview_api/__init__.py,sha256=CxPVFirxckwj_cVSmqCI5X-4EDfp7iGp11o3VvmSNX0,8519
37
37
  nominal_api/scout_datasource/__init__.py,sha256=1NWMrEx-JOEb4Pmd2oAqcpSmQB3g3lxgxFenWEtcF2M,101
@@ -45,15 +45,15 @@ nominal_api/scout_layout_api/__init__.py,sha256=mKszV44ni9VODK9jFyY3O9YOV9DYltKJ
45
45
  nominal_api/scout_metadata/__init__.py,sha256=GIhWKJL2XSMB0iGaKfcGgmPHuvGWWmkK4lXSa1YsB44,332
46
46
  nominal_api/scout_notebook_api/__init__.py,sha256=QW0vg8ZrAmuctjnNLxTnqtwyQoX-H9MOkHlLWioe5AA,1230
47
47
  nominal_api/scout_plotting/__init__.py,sha256=m6u3y7R70mo3ugaCp_-fwlS8_tDwrsq1l5ElOTY0TBc,91
48
- nominal_api/scout_rids_api/__init__.py,sha256=YH_6EVOA2sJQH81wYb2sx500wrEBXF-Xij76Bl946MY,1174
49
- nominal_api/scout_run_api/__init__.py,sha256=c4I7gob0WYcnf1Ra5wBhizc5uLSu6z4EMwGT___vuKk,2768
48
+ nominal_api/scout_rids_api/__init__.py,sha256=R88SYmKIWkxLaCccW_dCF4egRrrrTn0ZSf1P9BHZHoQ,1121
49
+ nominal_api/scout_run_api/__init__.py,sha256=lTAFwaHSqRs7dx316MzdQcgdBy7Y_fe_BbfbaktaZGs,2596
50
50
  nominal_api/scout_template_api/__init__.py,sha256=bsu8qPiZ4gf67G5iFvwsfkqEKJRZ7L5Wyg6qcFyogO0,1037
51
51
  nominal_api/scout_units_api/__init__.py,sha256=KxRDScfumX__0ncWJftGvgApn_LBTfnIBAvnaBrcA5A,368
52
52
  nominal_api/scout_versioning_api/__init__.py,sha256=Sf4T4t0rZXNRIZgkqLBN3yh0sAnrxiuzaTfDQVVkyO4,1323
53
53
  nominal_api/scout_video/__init__.py,sha256=yTmMEO1HF-vJq-Q_uuQd34CqvC_EZPVkTKARVQjKNI0,146
54
- nominal_api/scout_video_api/__init__.py,sha256=AybuxiULJFbA_kN7aR7i0C9RIt-PYG6HbHSAZQw6oNk,2952
54
+ nominal_api/scout_video_api/__init__.py,sha256=d0umXwLbeK7BRgfBcr8UrPma_SiWUoINcP0mPAGECtQ,2718
55
55
  nominal_api/scout_workbookcommon_api/__init__.py,sha256=yXWeUKKqU_e08ZfkMZ4gKNUVEZSqM7iyyBBhIrw452c,277
56
- nominal_api/secrets_api/__init__.py,sha256=cHYclGHqwCiu42M3grXjeoxLG4FLC0pIqZfx_ZsiB40,950
56
+ nominal_api/secrets_api/__init__.py,sha256=V5BpnbNzjdMP8kgvR2N6SEVcVyXi6Vyl_lh_5fKjJzw,736
57
57
  nominal_api/storage_datasource_api/__init__.py,sha256=jh_OZE_b4nBNAvnyenBjw8aGZOnvIXR6qvUKd31fXOk,445
58
58
  nominal_api/storage_series_api/__init__.py,sha256=HapfYMCap8kDYXh7_kjsdywLqwterOB0OdVUyU3QZz8,829
59
59
  nominal_api/storage_writer_api/__init__.py,sha256=_yiTu5SKCx7VQBRMDmF_K8O3a4Pp_sgD1wZQeRtg_Zg,864
@@ -65,7 +65,7 @@ nominal_api/timeseries_logicalseries_api/__init__.py,sha256=wr83ByQTVVPOGvbB_KWL
65
65
  nominal_api/timeseries_seriescache/__init__.py,sha256=tFCkNuyrVMgtj-HIl1pOYPJHaL2VikI4C_x97bX_Lcs,109
66
66
  nominal_api/timeseries_seriescache_api/__init__.py,sha256=YLixotb-W-adYR6t_RBsJDwoHttppkOBesoaXERwhVs,1240
67
67
  nominal_api/upload_api/__init__.py,sha256=ZMudWMSqCrNozohbHaJKuxJnT9Edepe7nxxXMz_pT9k,87
68
- nominal_api-0.543.0.dist-info/METADATA,sha256=uyBU8ifh2DHtffVI0jr5dvcpd4zsp4g5cd1BTcbxZ9I,199
69
- nominal_api-0.543.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
70
- nominal_api-0.543.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
71
- nominal_api-0.543.0.dist-info/RECORD,,
68
+ nominal_api-0.547.0.dist-info/METADATA,sha256=hBKra3_PtTbg-sDFzMlPtbqjbkNP0oNSBmTW5G61fS0,199
69
+ nominal_api-0.547.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
70
+ nominal_api-0.547.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
71
+ nominal_api-0.547.0.dist-info/RECORD,,