From 2b23d5ccbf59d3c0a5baf5f13c8afbe249add5d2 Mon Sep 17 00:00:00 2001 From: Max Baumann Date: Fri, 12 Jan 2024 16:26:06 +0100 Subject: [PATCH] use pinned versions for buf plugins (#608) --- buf.gen.yaml | 20 +++++++++---------- .../lib/google/protobuf/timestamp.pb.dart | 2 +- gen/go/google/protobuf/timestamp.pb.go | 2 +- gen/python/google/protobuf/timestamp_pb2.py | 2 +- .../libs/events/v1/organization_events_pb2.py | 2 +- .../proto/libs/events/v1/user_events_pb2.py | 2 +- .../services/auth_svc/v1/auth_svc_pb2.py | 2 +- .../v1/emergency_room_svc_pb2.py | 2 +- .../impulse_svc/v1/impulse_svc_pb2.py | 2 +- .../proto/services/ory_svc/v1/ory_svc_pb2.py | 2 +- .../proto/services/task_svc/v1/bed_svc_pb2.py | 2 +- .../services/task_svc/v1/patient_svc_pb2.py | 2 +- .../services/task_svc/v1/room_svc_pb2.py | 2 +- .../services/task_svc/v1/task_svc_pb2.py | 2 +- .../task_svc/v1/task_template_svc_pb2.py | 2 +- .../services/task_svc/v1/ward_svc_pb2.py | 2 +- .../user_svc/v1/organization_svc_pb2.py | 2 +- .../services/user_svc/v1/user_svc_pb2.py | 2 +- .../gen/google/protobuf/timestamp_pb2.py | 2 +- .../libs/events/v1/organization_events_pb2.py | 2 +- .../proto/libs/events/v1/user_events_pb2.py | 2 +- .../services/auth_svc/v1/auth_svc_pb2.py | 2 +- .../v1/emergency_room_svc_pb2.py | 2 +- .../impulse_svc/v1/impulse_svc_pb2.py | 2 +- .../proto/services/ory_svc/v1/ory_svc_pb2.py | 2 +- .../proto/services/task_svc/v1/bed_svc_pb2.py | 2 +- .../services/task_svc/v1/patient_svc_pb2.py | 2 +- .../services/task_svc/v1/room_svc_pb2.py | 2 +- .../services/task_svc/v1/task_svc_pb2.py | 2 +- .../task_svc/v1/task_template_svc_pb2.py | 2 +- .../services/task_svc/v1/ward_svc_pb2.py | 2 +- .../user_svc/v1/organization_svc_pb2.py | 2 +- .../services/user_svc/v1/user_svc_pb2.py | 2 +- 33 files changed, 42 insertions(+), 42 deletions(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index c311202d5..12f85498e 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -2,37 +2,37 @@ version: v1 managed: enabled: true plugins: - - plugin: buf.build/grpc/go + - plugin: buf.build/grpc/go:v1.3.0 out: gen/go opt: - paths=source_relative - - plugin: buf.build/protocolbuffers/go + - plugin: buf.build/protocolbuffers/go:v1.32.0 out: gen/go opt: paths=source_relative - - plugin: buf.build/community/pseudomuto-doc + - plugin: buf.build/community/pseudomuto-doc:v1.5.1 out: proto_docs - - plugin: buf.build/grpc/web + - plugin: buf.build/grpc/web:v1.5.0 out: gen/ts opt: - import_style=commonjs+dts - mode=grpcwebtext - - plugin: buf.build/protocolbuffers/js + - plugin: buf.build/protocolbuffers/js:v3.21.2 out: gen/ts opt: - import_style=commonjs,binary - - plugin: buf.build/protocolbuffers/dart + - plugin: buf.build/protocolbuffers/dart:v21.1.2 out: gen/dart/lib opt: grpc - - plugin: buf.build/grpc/python:v1.58.1 + - plugin: buf.build/grpc/python:v1.60.0 out: gen/python - - plugin: buf.build/protocolbuffers/python + - plugin: buf.build/protocolbuffers/python:v25.2 out: gen/python - - plugin: buf.build/grpc/python:v1.58.1 + - plugin: buf.build/grpc/python:v1.60.0 out: services/impulse_svc/gen - - plugin: buf.build/protocolbuffers/python + - plugin: buf.build/protocolbuffers/python:v25.2 out: services/impulse_svc/gen diff --git a/gen/dart/lib/google/protobuf/timestamp.pb.dart b/gen/dart/lib/google/protobuf/timestamp.pb.dart index d685fa63a..ea44b44e4 100644 --- a/gen/dart/lib/google/protobuf/timestamp.pb.dart +++ b/gen/dart/lib/google/protobuf/timestamp.pb.dart @@ -102,7 +102,7 @@ import 'package:protobuf/src/protobuf/mixins/well_known.dart' as $mixin; /// [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with /// the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use /// the Joda Time's [`ISODateTimeFormat.dateTime()`]( -/// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D +/// http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime() /// ) to obtain a formatter capable of generating timestamps in this format. class Timestamp extends $pb.GeneratedMessage with $mixin.TimestampMixin { factory Timestamp({ diff --git a/gen/go/google/protobuf/timestamp.pb.go b/gen/go/google/protobuf/timestamp.pb.go index 380b3c62d..8409c2e62 100644 --- a/gen/go/google/protobuf/timestamp.pb.go +++ b/gen/go/google/protobuf/timestamp.pb.go @@ -177,7 +177,7 @@ const ( // [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with // the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use // the Joda Time's [`ISODateTimeFormat.dateTime()`]( -// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D +// http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime() // ) to obtain a formatter capable of generating timestamps in this format. type Timestamp struct { state protoimpl.MessageState diff --git a/gen/python/google/protobuf/timestamp_pb2.py b/gen/python/google/protobuf/timestamp_pb2.py index 09a07c63a..6dca9cfae 100644 --- a/gen/python/google/protobuf/timestamp_pb2.py +++ b/gen/python/google/protobuf/timestamp_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/protobuf/timestamp.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/libs/events/v1/organization_events_pb2.py b/gen/python/proto/libs/events/v1/organization_events_pb2.py index 92626f78a..cbe470c15 100644 --- a/gen/python/proto/libs/events/v1/organization_events_pb2.py +++ b/gen/python/proto/libs/events/v1/organization_events_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/libs/events/v1/organization_events.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/libs/events/v1/user_events_pb2.py b/gen/python/proto/libs/events/v1/user_events_pb2.py index 2e2acf63b..c90c1524f 100644 --- a/gen/python/proto/libs/events/v1/user_events_pb2.py +++ b/gen/python/proto/libs/events/v1/user_events_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/libs/events/v1/user_events.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/auth_svc/v1/auth_svc_pb2.py b/gen/python/proto/services/auth_svc/v1/auth_svc_pb2.py index 199447594..ba8b1d21a 100644 --- a/gen/python/proto/services/auth_svc/v1/auth_svc_pb2.py +++ b/gen/python/proto/services/auth_svc/v1/auth_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/auth_svc/v1/auth_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/emergency_room_svc/v1/emergency_room_svc_pb2.py b/gen/python/proto/services/emergency_room_svc/v1/emergency_room_svc_pb2.py index 8a0b98954..f8630cb0b 100644 --- a/gen/python/proto/services/emergency_room_svc/v1/emergency_room_svc_pb2.py +++ b/gen/python/proto/services/emergency_room_svc/v1/emergency_room_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/emergency_room_svc/v1/emergency_room_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/impulse_svc/v1/impulse_svc_pb2.py b/gen/python/proto/services/impulse_svc/v1/impulse_svc_pb2.py index 684fd5080..86f1e4964 100644 --- a/gen/python/proto/services/impulse_svc/v1/impulse_svc_pb2.py +++ b/gen/python/proto/services/impulse_svc/v1/impulse_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/impulse_svc/v1/impulse_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/ory_svc/v1/ory_svc_pb2.py b/gen/python/proto/services/ory_svc/v1/ory_svc_pb2.py index 87d72b3d5..eda8e12c9 100644 --- a/gen/python/proto/services/ory_svc/v1/ory_svc_pb2.py +++ b/gen/python/proto/services/ory_svc/v1/ory_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/ory_svc/v1/ory_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/task_svc/v1/bed_svc_pb2.py b/gen/python/proto/services/task_svc/v1/bed_svc_pb2.py index 4fb1acef9..f2d5a7bba 100644 --- a/gen/python/proto/services/task_svc/v1/bed_svc_pb2.py +++ b/gen/python/proto/services/task_svc/v1/bed_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/bed_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/task_svc/v1/patient_svc_pb2.py b/gen/python/proto/services/task_svc/v1/patient_svc_pb2.py index fd0e1a3d8..8a91cacdd 100644 --- a/gen/python/proto/services/task_svc/v1/patient_svc_pb2.py +++ b/gen/python/proto/services/task_svc/v1/patient_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/patient_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/task_svc/v1/room_svc_pb2.py b/gen/python/proto/services/task_svc/v1/room_svc_pb2.py index 46eae09db..7e7b2adb8 100644 --- a/gen/python/proto/services/task_svc/v1/room_svc_pb2.py +++ b/gen/python/proto/services/task_svc/v1/room_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/room_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/task_svc/v1/task_svc_pb2.py b/gen/python/proto/services/task_svc/v1/task_svc_pb2.py index e55566afb..92af79f4e 100644 --- a/gen/python/proto/services/task_svc/v1/task_svc_pb2.py +++ b/gen/python/proto/services/task_svc/v1/task_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/task_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/task_svc/v1/task_template_svc_pb2.py b/gen/python/proto/services/task_svc/v1/task_template_svc_pb2.py index 5751dce0d..d2f68f359 100644 --- a/gen/python/proto/services/task_svc/v1/task_template_svc_pb2.py +++ b/gen/python/proto/services/task_svc/v1/task_template_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/task_template_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/task_svc/v1/ward_svc_pb2.py b/gen/python/proto/services/task_svc/v1/ward_svc_pb2.py index d400c6663..1592e7e4f 100644 --- a/gen/python/proto/services/task_svc/v1/ward_svc_pb2.py +++ b/gen/python/proto/services/task_svc/v1/ward_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/ward_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/user_svc/v1/organization_svc_pb2.py b/gen/python/proto/services/user_svc/v1/organization_svc_pb2.py index 5c54dafbd..a27da085c 100644 --- a/gen/python/proto/services/user_svc/v1/organization_svc_pb2.py +++ b/gen/python/proto/services/user_svc/v1/organization_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/user_svc/v1/organization_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/gen/python/proto/services/user_svc/v1/user_svc_pb2.py b/gen/python/proto/services/user_svc/v1/user_svc_pb2.py index 795866a06..78b67d905 100644 --- a/gen/python/proto/services/user_svc/v1/user_svc_pb2.py +++ b/gen/python/proto/services/user_svc/v1/user_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/user_svc/v1/user_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/google/protobuf/timestamp_pb2.py b/services/impulse_svc/gen/google/protobuf/timestamp_pb2.py index 09a07c63a..6dca9cfae 100644 --- a/services/impulse_svc/gen/google/protobuf/timestamp_pb2.py +++ b/services/impulse_svc/gen/google/protobuf/timestamp_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/protobuf/timestamp.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/libs/events/v1/organization_events_pb2.py b/services/impulse_svc/gen/proto/libs/events/v1/organization_events_pb2.py index 92626f78a..cbe470c15 100644 --- a/services/impulse_svc/gen/proto/libs/events/v1/organization_events_pb2.py +++ b/services/impulse_svc/gen/proto/libs/events/v1/organization_events_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/libs/events/v1/organization_events.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/libs/events/v1/user_events_pb2.py b/services/impulse_svc/gen/proto/libs/events/v1/user_events_pb2.py index 2e2acf63b..c90c1524f 100644 --- a/services/impulse_svc/gen/proto/libs/events/v1/user_events_pb2.py +++ b/services/impulse_svc/gen/proto/libs/events/v1/user_events_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/libs/events/v1/user_events.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/auth_svc/v1/auth_svc_pb2.py b/services/impulse_svc/gen/proto/services/auth_svc/v1/auth_svc_pb2.py index 199447594..ba8b1d21a 100644 --- a/services/impulse_svc/gen/proto/services/auth_svc/v1/auth_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/auth_svc/v1/auth_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/auth_svc/v1/auth_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/emergency_room_svc/v1/emergency_room_svc_pb2.py b/services/impulse_svc/gen/proto/services/emergency_room_svc/v1/emergency_room_svc_pb2.py index 8a0b98954..f8630cb0b 100644 --- a/services/impulse_svc/gen/proto/services/emergency_room_svc/v1/emergency_room_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/emergency_room_svc/v1/emergency_room_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/emergency_room_svc/v1/emergency_room_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/impulse_svc/v1/impulse_svc_pb2.py b/services/impulse_svc/gen/proto/services/impulse_svc/v1/impulse_svc_pb2.py index 684fd5080..86f1e4964 100644 --- a/services/impulse_svc/gen/proto/services/impulse_svc/v1/impulse_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/impulse_svc/v1/impulse_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/impulse_svc/v1/impulse_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/ory_svc/v1/ory_svc_pb2.py b/services/impulse_svc/gen/proto/services/ory_svc/v1/ory_svc_pb2.py index 87d72b3d5..eda8e12c9 100644 --- a/services/impulse_svc/gen/proto/services/ory_svc/v1/ory_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/ory_svc/v1/ory_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/ory_svc/v1/ory_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/task_svc/v1/bed_svc_pb2.py b/services/impulse_svc/gen/proto/services/task_svc/v1/bed_svc_pb2.py index 4fb1acef9..f2d5a7bba 100644 --- a/services/impulse_svc/gen/proto/services/task_svc/v1/bed_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/task_svc/v1/bed_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/bed_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/task_svc/v1/patient_svc_pb2.py b/services/impulse_svc/gen/proto/services/task_svc/v1/patient_svc_pb2.py index fd0e1a3d8..8a91cacdd 100644 --- a/services/impulse_svc/gen/proto/services/task_svc/v1/patient_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/task_svc/v1/patient_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/patient_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/task_svc/v1/room_svc_pb2.py b/services/impulse_svc/gen/proto/services/task_svc/v1/room_svc_pb2.py index 46eae09db..7e7b2adb8 100644 --- a/services/impulse_svc/gen/proto/services/task_svc/v1/room_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/task_svc/v1/room_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/room_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/task_svc/v1/task_svc_pb2.py b/services/impulse_svc/gen/proto/services/task_svc/v1/task_svc_pb2.py index e55566afb..92af79f4e 100644 --- a/services/impulse_svc/gen/proto/services/task_svc/v1/task_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/task_svc/v1/task_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/task_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/task_svc/v1/task_template_svc_pb2.py b/services/impulse_svc/gen/proto/services/task_svc/v1/task_template_svc_pb2.py index 5751dce0d..d2f68f359 100644 --- a/services/impulse_svc/gen/proto/services/task_svc/v1/task_template_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/task_svc/v1/task_template_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/task_template_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/task_svc/v1/ward_svc_pb2.py b/services/impulse_svc/gen/proto/services/task_svc/v1/ward_svc_pb2.py index d400c6663..1592e7e4f 100644 --- a/services/impulse_svc/gen/proto/services/task_svc/v1/ward_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/task_svc/v1/ward_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/task_svc/v1/ward_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/user_svc/v1/organization_svc_pb2.py b/services/impulse_svc/gen/proto/services/user_svc/v1/organization_svc_pb2.py index 5c54dafbd..a27da085c 100644 --- a/services/impulse_svc/gen/proto/services/user_svc/v1/organization_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/user_svc/v1/organization_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/user_svc/v1/organization_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool diff --git a/services/impulse_svc/gen/proto/services/user_svc/v1/user_svc_pb2.py b/services/impulse_svc/gen/proto/services/user_svc/v1/user_svc_pb2.py index 795866a06..78b67d905 100644 --- a/services/impulse_svc/gen/proto/services/user_svc/v1/user_svc_pb2.py +++ b/services/impulse_svc/gen/proto/services/user_svc/v1/user_svc_pb2.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: proto/services/user_svc/v1/user_svc.proto -# Protobuf Python Version: 4.25.1 +# Protobuf Python Version: 4.25.2 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool