nominal-api-protos 0.963.0__py3-none-any.whl → 0.964.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.
Files changed (34) hide show
  1. nominal_api_protos/nominal/ai/v1/knowledge_base_pb2_grpc.py +2 -2
  2. nominal_api_protos/nominal/ai/v1/workbook_agent_pb2_grpc.py +2 -2
  3. nominal_api_protos/nominal/application/v1/application_pb2_grpc.py +2 -2
  4. nominal_api_protos/nominal/authentication/groups/v1/groups_pb2_grpc.py +2 -2
  5. nominal_api_protos/nominal/authorization/markings/v1/markings_pb2_grpc.py +2 -2
  6. nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2_grpc.py +2 -2
  7. nominal_api_protos/nominal/authorization/roles/v1/roles_pb2_grpc.py +2 -2
  8. nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py +2 -2
  9. nominal_api_protos/nominal/comments/v1/comments_pb2_grpc.py +2 -2
  10. nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py +2 -2
  11. nominal_api_protos/nominal/connect/download/v1/connect_download_pb2_grpc.py +2 -2
  12. nominal_api_protos/nominal/connect/v1/connect_apps_pb2_grpc.py +2 -2
  13. nominal_api_protos/nominal/connections/v1/external_api_connections_pb2_grpc.py +2 -2
  14. nominal_api_protos/nominal/conversations/v1/conversations_pb2_grpc.py +2 -2
  15. nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py +2 -2
  16. nominal_api_protos/nominal/edge/v1/edge_sync_pb2_grpc.py +2 -2
  17. nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py +2 -2
  18. nominal_api_protos/nominal/procedures/v1/id_format_pb2_grpc.py +2 -2
  19. nominal_api_protos/nominal/procedures/v1/procedures_pb2_grpc.py +2 -2
  20. nominal_api_protos/nominal/scout/elements/v1/elements_pb2_grpc.py +2 -2
  21. nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py +2 -2
  22. nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2_grpc.py +2 -2
  23. nominal_api_protos/nominal/types/series/series_pb2_grpc.py +2 -2
  24. nominal_api_protos/nominal/types/time/time_pb2_grpc.py +2 -2
  25. nominal_api_protos/nominal/types/types_pb2_grpc.py +2 -2
  26. nominal_api_protos/nominal/units/v1/units_pb2_grpc.py +2 -2
  27. nominal_api_protos/nominal/versioning/v1/versioning_pb2_grpc.py +2 -2
  28. nominal_api_protos/nominal/workspaces/v1/workspaces_pb2_grpc.py +2 -2
  29. nominal_api_protos/nominal_write_pb2_grpc.py +2 -2
  30. nominal_api_protos/prometheus_remote_write_pb2_grpc.py +2 -2
  31. {nominal_api_protos-0.963.0.dist-info → nominal_api_protos-0.964.0.dist-info}/METADATA +1 -1
  32. {nominal_api_protos-0.963.0.dist-info → nominal_api_protos-0.964.0.dist-info}/RECORD +34 -34
  33. {nominal_api_protos-0.963.0.dist-info → nominal_api_protos-0.964.0.dist-info}/WHEEL +0 -0
  34. {nominal_api_protos-0.963.0.dist-info → nominal_api_protos-0.964.0.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.ai.v1 import knowledge_base_pb2 as nominal_dot_ai_dot_v1_dot_knowledge__base__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/ai/v1/knowledge_base_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/ai/v1/knowledge_base_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.ai.v1 import workbook_agent_pb2 as nominal_dot_ai_dot_v1_dot_workbook__agent__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/ai/v1/workbook_agent_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/ai/v1/workbook_agent_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.application.v1 import application_pb2 as nominal_dot_application_dot_v1_dot_application__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/application/v1/application_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/application/v1/application_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.authentication.groups.v1 import groups_pb2 as nominal_dot_authentication_dot_groups_dot_v1_dot_groups__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/authentication/groups/v1/groups_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/authentication/groups/v1/groups_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.authorization.markings.v1 import markings_pb2 as nominal_dot_authorization_dot_markings_dot_v1_dot_markings__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/authorization/markings/v1/markings_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/authorization/markings/v1/markings_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.authorization.permissions.v1 import permissions_pb2 as nominal_dot_authorization_dot_permissions_dot_v1_dot_permissions__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/authorization/permissions/v1/permissions_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/authorization/permissions/v1/permissions_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.authorization.roles.v1 import roles_pb2 as nominal_dot_authorization_dot_roles_dot_v1_dot_roles__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/authorization/roles/v1/roles_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/authorization/roles/v1/roles_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.blob_storage_service.v1 import blob_storage_service_pb2 as nominal_dot_blob__storage__service_dot_v1_dot_blob__storage__service__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.comments.v1 import comments_pb2 as nominal_dot_comments_dot_v1_dot_comments__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/comments/v1/comments_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/comments/v1/comments_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.connect.demo_apps.v1 import connect_demo_apps_pb2 as nominal_dot_connect_dot_demo__apps_dot_v1_dot_connect__demo__apps__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.connect.download.v1 import connect_download_pb2 as nominal_dot_connect_dot_download_dot_v1_dot_connect__download__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/connect/download/v1/connect_download_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/connect/download/v1/connect_download_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.connect.v1 import connect_apps_pb2 as nominal_dot_connect_dot_v1_dot_connect__apps__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/connect/v1/connect_apps_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/connect/v1/connect_apps_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.connections.v1 import external_api_connections_pb2 as nominal_dot_connections_dot_v1_dot_external__api__connections__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/connections/v1/external_api_connections_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/connections/v1/external_api_connections_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.conversations.v1 import conversations_pb2 as nominal_dot_conversations_dot_v1_dot_conversations__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/conversations/v1/conversations_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/conversations/v1/conversations_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.direct_channel_writer.v2 import direct_nominal_channel_writer_pb2 as nominal_dot_direct__channel__writer_dot_v2_dot_direct__nominal__channel__writer__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.edge.v1 import edge_sync_pb2 as nominal_dot_edge_dot_v1_dot_edge__sync__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/edge/v1/edge_sync_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/edge/v1/edge_sync_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.procedures.executions.v1 import procedure_executions_pb2 as nominal_dot_procedures_dot_executions_dot_v1_dot_procedure__executions__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in nominal/procedures/v1/id_format_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/procedures/v1/id_format_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.procedures.v1 import procedures_pb2 as nominal_dot_procedures_dot_v1_dot_procedures__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/procedures/v1/procedures_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/procedures/v1/procedures_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in nominal/scout/elements/v1/elements_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/scout/elements/v1/elements_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.streaming_connection_service.v1 import streaming_connection_service_pb2 as nominal_dot_streaming__connection__service_dot_v1_dot_streaming__connection__service__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/streaming_connection_service/v1/streaming_connection_service_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/streaming_connection_service/v1/streaming_connection_service_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in nominal/types/series/series_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/types/series/series_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in nominal/types/time/time_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/types/time/time_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in nominal/types/types_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/types/types_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.units.v1 import units_pb2 as nominal_dot_units_dot_v1_dot_units__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/units/v1/units_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/units/v1/units_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in nominal/versioning/v1/versioning_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal/versioning/v1/versioning_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -5,7 +5,7 @@ import warnings
5
5
 
6
6
  from nominal.workspaces.v1 import workspaces_pb2 as nominal_dot_workspaces_dot_v1_dot_workspaces__pb2
7
7
 
8
- GRPC_GENERATED_VERSION = '1.75.1'
8
+ GRPC_GENERATED_VERSION = '1.76.0'
9
9
  GRPC_VERSION = grpc.__version__
10
10
  _version_not_supported = False
11
11
 
@@ -18,7 +18,7 @@ except ImportError:
18
18
  if _version_not_supported:
19
19
  raise RuntimeError(
20
20
  f'The grpc package installed is at version {GRPC_VERSION},'
21
- + f' but the generated code in nominal/workspaces/v1/workspaces_pb2_grpc.py depends on'
21
+ + ' but the generated code in nominal/workspaces/v1/workspaces_pb2_grpc.py depends on'
22
22
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
23
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
24
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in nominal_write_pb2_grpc.py depends on'
20
+ + ' but the generated code in nominal_write_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -4,7 +4,7 @@ import grpc
4
4
  import warnings
5
5
 
6
6
 
7
- GRPC_GENERATED_VERSION = '1.75.1'
7
+ GRPC_GENERATED_VERSION = '1.76.0'
8
8
  GRPC_VERSION = grpc.__version__
9
9
  _version_not_supported = False
10
10
 
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in prometheus_remote_write_pb2_grpc.py depends on'
20
+ + ' but the generated code in prometheus_remote_write_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal-api-protos
3
- Version: 0.963.0
3
+ Version: 0.964.0
4
4
  Requires-Python: >=3.8
5
5
  Requires-Dist: protobuf>=5.25.0
6
6
  Dynamic: requires-dist
@@ -1,95 +1,95 @@
1
1
  nominal_api_protos/nominal_write_pb2.py,sha256=4h11jbIs9aotDqtLlrkeT0R_8moPfJ2gg4tYclIjNbg,4155
2
2
  nominal_api_protos/nominal_write_pb2.pyi,sha256=qg9icVAIH88fxpzD4zqs1otE_Qstwiew0TMwCIoDZlY,4168
3
- nominal_api_protos/nominal_write_pb2_grpc.py,sha256=zNvkzVlnFHhkHvs3sfQylpgaWkV9LZMxHFU-5XHYi_0,894
3
+ nominal_api_protos/nominal_write_pb2_grpc.py,sha256=lfNwYREbTicLP8RS6hqXPH8Sx6-dYk5_5p6QG0biw98,893
4
4
  nominal_api_protos/prometheus_remote_write_pb2.py,sha256=hG4LXQikJs2sFZ57U9lPQv5E8G0XXxnB7uvAOE1-keQ,2192
5
5
  nominal_api_protos/prometheus_remote_write_pb2.pyi,sha256=V0Vct6AbqB2iQlAUz7QLPizufoFU0Dpw3nBhQeI61Ss,1649
6
- nominal_api_protos/prometheus_remote_write_pb2_grpc.py,sha256=pcW8eDkwWavcrcvFhzBuFZzJuX0i4u1s_XOXVebAfc0,904
6
+ nominal_api_protos/prometheus_remote_write_pb2_grpc.py,sha256=j-q7LlZVisarUYxAaeLwFDJZQ0SNlOEuIcIqeEPiKlM,903
7
7
  nominal_api_protos/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  nominal_api_protos/nominal/ai/v1/knowledge_base_pb2.py,sha256=Dsf63Ytqk_r8VVNO11v2IOn83quzbHrq8UkQXPNxYCQ,4828
9
9
  nominal_api_protos/nominal/ai/v1/knowledge_base_pb2.pyi,sha256=Z_KxZu-If8Psuae4fPCiTZdKB3FG12QiQVs02srMtME,4596
10
- nominal_api_protos/nominal/ai/v1/knowledge_base_pb2_grpc.py,sha256=Vel5m3WLmsPbT53C_-jmzInNeI2FU5usajepQFV-DSQ,11889
10
+ nominal_api_protos/nominal/ai/v1/knowledge_base_pb2_grpc.py,sha256=T-ut4KyPTUR5GY2RXMGhGy4vzAdBDIFLLk7K4bH0Wcw,11888
11
11
  nominal_api_protos/nominal/ai/v1/workbook_agent_pb2.py,sha256=ZF08oZuHpj2UmsBbGzjfejXY91Nxrfii2VTk2InJIGc,8730
12
12
  nominal_api_protos/nominal/ai/v1/workbook_agent_pb2.pyi,sha256=xvcSwYt6zO2MRoEPli02XowqQ4TfEmx2u2i9gqRD9KY,10572
13
- nominal_api_protos/nominal/ai/v1/workbook_agent_pb2_grpc.py,sha256=ZN-gKmimtjF1VYb_XOvOhuExo94x4oemaWEos5JxLnk,3908
13
+ nominal_api_protos/nominal/ai/v1/workbook_agent_pb2_grpc.py,sha256=X2BlPnqLMram_fZvuMkFO6FbEaw6YYzBy8m-PmRAug4,3907
14
14
  nominal_api_protos/nominal/application/v1/application_pb2.py,sha256=Kgvx0zgiijr64FJV8tgzq2NijB3oGlwA_w4kUrlIV_Q,2433
15
15
  nominal_api_protos/nominal/application/v1/application_pb2.pyi,sha256=c6e_qS1PmxPBgzWpDOq1VdU89W2AskdrBqWghH5hKmo,561
16
- nominal_api_protos/nominal/application/v1/application_pb2_grpc.py,sha256=JgwRMQRoTBfZLIwj-hFz7mzlNxYKVBWoRp45CWbP_Ww,3969
16
+ nominal_api_protos/nominal/application/v1/application_pb2_grpc.py,sha256=RmNoMjM1FgBLVXpvFNFptLp75PR9N4Z0EtVtFNT6F5E,3968
17
17
  nominal_api_protos/nominal/authentication/groups/v1/groups_pb2.py,sha256=WQjwq2Iykr1BFMX5EhunGq1c43B6yPPshU7J9fz5nP4,15922
18
18
  nominal_api_protos/nominal/authentication/groups/v1/groups_pb2.pyi,sha256=KE8cNOUIeJa6_BPqP6Bpje3S5x9USTOZJrGuyQhm1XA,7386
19
- nominal_api_protos/nominal/authentication/groups/v1/groups_pb2_grpc.py,sha256=eUs5jTTH0F9dePfVkTy2qUHSQuVcPwdqGw4H2bWzCd0,12256
19
+ nominal_api_protos/nominal/authentication/groups/v1/groups_pb2_grpc.py,sha256=vB4-UZeqAaKvsSpNW6xcVuTByTCgQ4B9les1hI_cfBM,12255
20
20
  nominal_api_protos/nominal/authorization/markings/v1/markings_pb2.py,sha256=0-4raUuayjVqDgc7NEQRzNyVewVqBq6VEwbwDn_jOuw,30200
21
21
  nominal_api_protos/nominal/authorization/markings/v1/markings_pb2.pyi,sha256=1N8eWhHlxBCBgUFQOYL-oMycsRWhR5sC9IIQo5XjglM,15683
22
- nominal_api_protos/nominal/authorization/markings/v1/markings_pb2_grpc.py,sha256=VYNeXNpDq9SlsRNgFipi6EhxRkfpplaObFeNeItf4do,33638
22
+ nominal_api_protos/nominal/authorization/markings/v1/markings_pb2_grpc.py,sha256=gT7fmmwNo0SYV6aHb7MkZIF5PMKvzYs6cDSk1wPpK6o,33637
23
23
  nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2.py,sha256=aX8xfhcisw9btpdhlxVydaOp_YaOdUOfs0Q_pZv9gAo,4587
24
24
  nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2.pyi,sha256=9Ciz_1NOKg6DQIJjCdezhEbP16tANht1ADZVuArEnJs,1897
25
- nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2_grpc.py,sha256=9Wqrwaxny4xZjg1skViWclZkYj8x8R5CqsQCE4zhfIQ,4493
25
+ nominal_api_protos/nominal/authorization/permissions/v1/permissions_pb2_grpc.py,sha256=d0Lmx1H6xBpp8C8h-6mKGfzH05QEuJa5qzpA5ROGEhc,4492
26
26
  nominal_api_protos/nominal/authorization/roles/v1/roles_pb2.py,sha256=77enyarvFqfN1XcNA434ikGXAJLdzYwVr-dXwxd7l7A,9265
27
27
  nominal_api_protos/nominal/authorization/roles/v1/roles_pb2.pyi,sha256=FtkAXQPt5CTeNXb4XndYgQVUZT5o1Dfm7gEgRqD7KCU,4309
28
- nominal_api_protos/nominal/authorization/roles/v1/roles_pb2_grpc.py,sha256=ytRu9nCnx-x7eyEzMAOtCTnMHimdzSUjGlV7sniQ79s,8381
28
+ nominal_api_protos/nominal/authorization/roles/v1/roles_pb2_grpc.py,sha256=Q7Rjt3CfioWSXFycI_AXpiC_WeueyJ1IVXkNr7lOGek,8380
29
29
  nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2.py,sha256=1dGPCmvKUNjPC2q4YQbYuoKm5Tf_zPelUFmpMSrc44Y,5867
30
30
  nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2.pyi,sha256=pN2tN6QZwrDil-rvhwBQMERNh3ccGzgLVUyzBkStRTU,1988
31
- nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py,sha256=2S6EwNglTTq0r8Nv_X946j1rPIB7miybRNB6Efndyi4,6679
31
+ nominal_api_protos/nominal/blob_storage_service/v1/blob_storage_service_pb2_grpc.py,sha256=XPGEpktbWJZRcSbRl8VZQ8ADlFFYWQzzn4up_izk-gQ,6678
32
32
  nominal_api_protos/nominal/comments/v1/comments_pb2.py,sha256=aGuHzSn0DwKzKgKPu1gnBO-ukqU1Da7lA4c8tiUjRG4,23450
33
33
  nominal_api_protos/nominal/comments/v1/comments_pb2.pyi,sha256=0CfsEwht3tOuWnqRlWS10X2N0wnZQ3lFhY71-cj3Wzc,12613
34
- nominal_api_protos/nominal/comments/v1/comments_pb2_grpc.py,sha256=rRap63AllaldInz4uftM818KXxM2_RX_1NvP0e7ulR0,21565
34
+ nominal_api_protos/nominal/comments/v1/comments_pb2_grpc.py,sha256=m63CZCBoa2W7IBhXs-9_I6EqWVq7djRAZiESa992VRk,21564
35
35
  nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2.py,sha256=ro0jZR2Qp5kZHElJuBIAelaHcNx5EAGot74JpfCHy34,4408
36
36
  nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2.pyi,sha256=lwo4eGKGkO1A3PtfcGaw0MzzyWn2XjmmK8-LiDBVLVM,1514
37
- nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py,sha256=IeBNgPDU7OMGqsclL07G2m2hP00EiMXLlMNmb4AshEw,4212
37
+ nominal_api_protos/nominal/connect/demo_apps/v1/connect_demo_apps_pb2_grpc.py,sha256=uGXIFH-WJ3J9661NTLt9jsXUhWNN1eh9KyUSEkY4LNU,4211
38
38
  nominal_api_protos/nominal/connect/download/v1/connect_download_pb2.py,sha256=IHZLJgJ0UMyyBICxU9XKa9nbX1cHiE-f48PScP5O4b8,3892
39
39
  nominal_api_protos/nominal/connect/download/v1/connect_download_pb2.pyi,sha256=TH03M0mCLutadUHZ3Z8yuMDmGXOHaIUFq0tDws85Nj4,1295
40
- nominal_api_protos/nominal/connect/download/v1/connect_download_pb2_grpc.py,sha256=X5OzBcb-jGixbp7TZ4YOECKejnTef3_xH2ecdCHbU90,4179
40
+ nominal_api_protos/nominal/connect/download/v1/connect_download_pb2_grpc.py,sha256=0RIhLJMkP4pkouoTwKiCxTxJ4tlVOWtapaFvxiB3Wa0,4178
41
41
  nominal_api_protos/nominal/connect/v1/connect_apps_pb2.py,sha256=gzJgf2jUZdUHXeFKrZwenjypsjKEKWxMYWUmpX7AC1A,25553
42
42
  nominal_api_protos/nominal/connect/v1/connect_apps_pb2.pyi,sha256=tCtQ5VmuLAgAZPutaMDZMr0G6yLSloTsu_QOnjSYd6o,14909
43
- nominal_api_protos/nominal/connect/v1/connect_apps_pb2_grpc.py,sha256=delxLGJkJvtql7_jpYDySxlyFfyzK3-szQu3_6Sy9xg,18293
43
+ nominal_api_protos/nominal/connect/v1/connect_apps_pb2_grpc.py,sha256=yOQ0UfYLbuJN2LeMFuzJit8XwmYbQpgvLPQ8wnTGQCI,18292
44
44
  nominal_api_protos/nominal/connections/v1/external_api_connections_pb2.py,sha256=bdWG1n471-6NuPgY379ecHSFzH1dk3a0xgOCzqSEt6g,6809
45
45
  nominal_api_protos/nominal/connections/v1/external_api_connections_pb2.pyi,sha256=YexjjcGA0UNpdbs23vqghkgY-KETiM9PV1zDye02FsA,6144
46
- nominal_api_protos/nominal/connections/v1/external_api_connections_pb2_grpc.py,sha256=x1G-8s10Gi1ptp8eAMwwchCULLTLSAWSNAn1tYuMNJY,7368
46
+ nominal_api_protos/nominal/connections/v1/external_api_connections_pb2_grpc.py,sha256=ylardOxmStVTxJiE2cGwLjd2vJ7kKd8ba-ebyYBjx9o,7367
47
47
  nominal_api_protos/nominal/conversations/v1/conversations_pb2.py,sha256=-wldWCj1VbcjCCOYVEhPQvTBGAzauMYzQUGfveGA-qo,8008
48
48
  nominal_api_protos/nominal/conversations/v1/conversations_pb2.pyi,sha256=nojuB7cNopoecx0R4AoOmPRirqvoA7CgxkhlobmFgUM,8064
49
- nominal_api_protos/nominal/conversations/v1/conversations_pb2_grpc.py,sha256=Vy2lrBdc0kikQCdHxphuSFijE8yjtxDQ_bSMId_lEqg,12422
49
+ nominal_api_protos/nominal/conversations/v1/conversations_pb2_grpc.py,sha256=lVOoDZFzXV8i64oyILZ3ygiKRM_AguQxTsgPp-m3NeY,12421
50
50
  nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2.py,sha256=vPvzGHT0NM8siWsMn60ULHtnq3RSQBtFMnb2bRAmCbI,16411
51
51
  nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2.pyi,sha256=XLW7FqiceWaXMZIg_qWKDouyjXcJUmk6HqJM83HZPQY,9435
52
- nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py,sha256=SAzBuHdbT6eTnjOm_ek7w1Voml2gcCaJeYH--XClBVw,4806
52
+ nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py,sha256=itsUaYfQ_TWNpUfCdq4wPH_wNvx-ofjSQqu6B2L9UYM,4805
53
53
  nominal_api_protos/nominal/edge/v1/edge_sync_pb2.py,sha256=C2uxi17fN99ukwEAFl4LveGwmne51jWNVjBxtx6Psjo,9793
54
54
  nominal_api_protos/nominal/edge/v1/edge_sync_pb2.pyi,sha256=Ju1JIgNjRGc-8GriwIoSF2PwkZ_M7VnXqgfSjPfZ8i8,3972
55
- nominal_api_protos/nominal/edge/v1/edge_sync_pb2_grpc.py,sha256=-69qWAXkeM4rdfrisgPoxl9OwXC8E46oYcOcOC66iTs,9688
55
+ nominal_api_protos/nominal/edge/v1/edge_sync_pb2_grpc.py,sha256=ko6MvzERfBKZ_LuwuBxtadhFjghycZlFJVzfnvNel6o,9687
56
56
  nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2.py,sha256=mEMut_jfvLOZlDzhuoFr3zaVi_3pduvXTl0nXSSs8NY,65305
57
57
  nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2.pyi,sha256=nfRerchy8GNfqIRIaDpknzKbdsQToDsZPZW3bfjhAHA,44725
58
- nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py,sha256=xTziiC-WDjtE_cVj6FIJRdsR4aliX9PdtYB7Wr-ZUdg,21212
58
+ nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2_grpc.py,sha256=qFCHv7FZ8ZfkaHa59XSbQU-RoDAu6WLzuwVnrdPp7Zg,21211
59
59
  nominal_api_protos/nominal/procedures/v1/id_format_pb2.py,sha256=I1W4kVKBMNfJlk3ccwPvufKYsJsXOdMQX4qIs0KWJq8,3527
60
60
  nominal_api_protos/nominal/procedures/v1/id_format_pb2.pyi,sha256=RqEhEeOKYbxtUWoCgJFervQZlUdB8Js_ryv3bNWQKL8,498
61
- nominal_api_protos/nominal/procedures/v1/id_format_pb2_grpc.py,sha256=sIUSqJ8gLAMnQlh4sqCoxdVRJW2S-z2kp5j7Eh5_q0o,912
61
+ nominal_api_protos/nominal/procedures/v1/id_format_pb2_grpc.py,sha256=B4v8Xrlv5aGK-LjkwQnpdH59XpS1jcjq9dgrhmsCp6M,911
62
62
  nominal_api_protos/nominal/procedures/v1/procedures_pb2.py,sha256=mOuWU4Ox7ZGy9Y9akmvCkCi9jiv3G3-8mVvCHdGiLbM,81948
63
63
  nominal_api_protos/nominal/procedures/v1/procedures_pb2.pyi,sha256=eFg0aw4X2aKbb2j5GR_Ulea_xtoGJxmLGzKK19uZyS4,55045
64
- nominal_api_protos/nominal/procedures/v1/procedures_pb2_grpc.py,sha256=9Z4xF74iPP6oeyYRBr5mFyKUbllGSwf_WRsVl1S3Utc,26671
64
+ nominal_api_protos/nominal/procedures/v1/procedures_pb2_grpc.py,sha256=r6kxr3ny-wJVnnukeIDuuT-Z6bqhFqwVPvaiAf_bvFg,26670
65
65
  nominal_api_protos/nominal/scout/elements/v1/elements_pb2.py,sha256=-T2RQp6NlnfaWR930ExhoDusEsM0dpuBVTfPTEWzAJ8,2346
66
66
  nominal_api_protos/nominal/scout/elements/v1/elements_pb2.pyi,sha256=VXIH7egTSO_rJl1uq25zijhpVGVkDEJ83H10SlwLdxg,809
67
- nominal_api_protos/nominal/scout/elements/v1/elements_pb2_grpc.py,sha256=CxORGALMrp-xU9WqPP3yyaEOC2ihhuhXjf7KmiJtewo,915
67
+ nominal_api_protos/nominal/scout/elements/v1/elements_pb2_grpc.py,sha256=Qd2NPLmbKVnWAeMnEWUlsrVjNNY7meDAeWmPiOc622I,914
68
68
  nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.py,sha256=1ldlyII5XeC6t-8i2DxSAgdzfGDiFmHhzpUHuY6mcJo,11875
69
69
  nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2.pyi,sha256=k6WGQLp8VHmvaKeZ6boaY4Of9gjGm6x70U-qb7IL5LU,12350
70
- nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py,sha256=UjSEVG0xUUZAKH6w_Y9V49WT9TTGsTVI-lRqzHX_i-I,927
70
+ nominal_api_protos/nominal/streaming_connection_service/v1/opc_ua_pb2_grpc.py,sha256=kEtwET5GFaXInUD_hzdweWc7SiedyRi3mkBBhdqVzOQ,926
71
71
  nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2.py,sha256=iOAJDIVIhHh0Vil7J9d1hGVNLMBAnbntVoEWTDzXSHw,15720
72
72
  nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2.pyi,sha256=GIBTHu98VJA9wlgGESbDHQ0PWGJ5AQ9kzT5Rl42hP8s,7683
73
- nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2_grpc.py,sha256=JoQkNHmzoE9UEPnsHkI8czwRLE3H0IkVZuQotPAwKXc,16737
73
+ nominal_api_protos/nominal/streaming_connection_service/v1/streaming_connection_service_pb2_grpc.py,sha256=2x08WHK26Xljw-yY54zH6_r0f426pGGcgHa6XAgUPyw,16736
74
74
  nominal_api_protos/nominal/types/types_pb2.py,sha256=xLrviEqi2mHqPTN4kWHBAQd_prDMqkY4V7vuwEJCgIE,9858
75
75
  nominal_api_protos/nominal/types/types_pb2.pyi,sha256=uOz6TQIK9qFQiz_8xPR5EpNgMW9jBZt_4EpTWJL88QI,6337
76
- nominal_api_protos/nominal/types/types_pb2_grpc.py,sha256=4YM5DhcDudk_4wk5d2k7j5tXkLSrUXmO46SRuEawRDs,900
76
+ nominal_api_protos/nominal/types/types_pb2_grpc.py,sha256=rqdR6s6jfw27Xv0_zMlkc56IUAU_6_GOcMpE_BNCBQY,899
77
77
  nominal_api_protos/nominal/types/series/series_pb2.py,sha256=nbiBiwTjVAPCrqDxeCZsqbhHI0_Z670i-cq9NktzNPM,1623
78
78
  nominal_api_protos/nominal/types/series/series_pb2.pyi,sha256=tgXMEySgHXHeeOM_IO0MybzlL526zt6VKEmUWe1yr_Y,642
79
- nominal_api_protos/nominal/types/series/series_pb2_grpc.py,sha256=A4mbJwZJ6rcnBgKUXQFRIMsYeAUGrd_UhbFSKanrYMo,908
79
+ nominal_api_protos/nominal/types/series/series_pb2_grpc.py,sha256=SiiYlV5QeJ8NCmAdXXTKona4qExoLbGCKj_UFwmmiwg,907
80
80
  nominal_api_protos/nominal/types/time/time_pb2.py,sha256=xUoO7xznGUBYGRnMadGCyoqYTavRm7ZQ2h36Q9k5fNw,2371
81
81
  nominal_api_protos/nominal/types/time/time_pb2.pyi,sha256=sYoqgjqEqFf-ZH2E7TnVrVyeBuYAGL-r0XIBcHZGQGg,1642
82
- nominal_api_protos/nominal/types/time/time_pb2_grpc.py,sha256=SQuif3nshh7qssvDUK4cjbk8iVk1rVsoRIOSRh4uaH8,904
82
+ nominal_api_protos/nominal/types/time/time_pb2_grpc.py,sha256=yzPOTTPD5jkz7-6Pv4nTIHfp_pfa7q8rV7V5r8uQb_o,903
83
83
  nominal_api_protos/nominal/units/v1/units_pb2.py,sha256=nbZe31fh_yNq3pGH90-8wzx-6Ih6rVWIXgbdoHXUwyY,11532
84
84
  nominal_api_protos/nominal/units/v1/units_pb2.pyi,sha256=st3KljD24bzmlegBAcIllprLmOU6sl38jX_XsBhBY0o,5179
85
- nominal_api_protos/nominal/units/v1/units_pb2_grpc.py,sha256=p_NQMkFudeGhL2DuqUVB1cfse96O7lYoB-1bUlHT4ug,10134
85
+ nominal_api_protos/nominal/units/v1/units_pb2_grpc.py,sha256=ngK_hqHNCO1jMBy8dj04zuhGEQ2PJGXwuHOAcUz1MGw,10133
86
86
  nominal_api_protos/nominal/versioning/v1/versioning_pb2.py,sha256=hOOrJBMbtE57DiCIFfqEY7xrhf9AT12QYk44Jm7Lcts,2479
87
87
  nominal_api_protos/nominal/versioning/v1/versioning_pb2.pyi,sha256=mM6_FQ3vQNsit5_qmKoB7GdWDGq791G_DPmlt9muLjk,598
88
- nominal_api_protos/nominal/versioning/v1/versioning_pb2_grpc.py,sha256=9gQlOS1PS7XzUqJOKkKExqLAMzV326Qaf6_BEWZnSog,913
88
+ nominal_api_protos/nominal/versioning/v1/versioning_pb2_grpc.py,sha256=X6uaQTGIZNt7glJQVLPfFK8SFQAnjqNv9khZlxdOKOc,912
89
89
  nominal_api_protos/nominal/workspaces/v1/workspaces_pb2.py,sha256=If3gH8W_yuTpFrBIoctbaMFgIPvkPE0cuZC7HpqjPlM,14331
90
90
  nominal_api_protos/nominal/workspaces/v1/workspaces_pb2.pyi,sha256=qsnUMQrUtaA0z0N1MoQbfjuFt-Qf_rKjn1YmEV0WjmU,6917
91
- nominal_api_protos/nominal/workspaces/v1/workspaces_pb2_grpc.py,sha256=lTQ_Y8AHY7eBzG-EBuqAyDeSUtIjgRQZC8a8cmd086E,10542
92
- nominal_api_protos-0.963.0.dist-info/METADATA,sha256=sWC95QrxcQZYqUbTEu86c1SVd5Bo-vo6CBSaiBUicAE,167
93
- nominal_api_protos-0.963.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
94
- nominal_api_protos-0.963.0.dist-info/top_level.txt,sha256=LGL0l0Ex9617MHzOemB7GgioLYe-livRUUrqIkV0hpQ,19
95
- nominal_api_protos-0.963.0.dist-info/RECORD,,
91
+ nominal_api_protos/nominal/workspaces/v1/workspaces_pb2_grpc.py,sha256=sKvcCPuF3Tn_APr_QTJD06cpo4KRC8aVxc-gCqQnTsc,10541
92
+ nominal_api_protos-0.964.0.dist-info/METADATA,sha256=TFfFK4xeZIzJ4O2xLAqcgPJnK47J_NfHlhWnvAYTqcg,167
93
+ nominal_api_protos-0.964.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
94
+ nominal_api_protos-0.964.0.dist-info/top_level.txt,sha256=LGL0l0Ex9617MHzOemB7GgioLYe-livRUUrqIkV0hpQ,19
95
+ nominal_api_protos-0.964.0.dist-info/RECORD,,