Fixes + stable gateway ids

This commit is contained in:
Stephan D
2026-02-18 20:38:08 +01:00
parent 4dc182bfa2
commit 770c7b9da9
119 changed files with 3000 additions and 734 deletions

View File

@@ -4,7 +4,9 @@ package common.obound.v1;
option go_package = "github.com/tech/sendico/pkg/proto/common/organization_bound/v1;oboundv1";
// OrganizationBound is an embeddable fragment that ties a record to an
// organisation for multi-tenancy isolation.
message OrganizationBound {
// organization_ref is the unique identifier of the owning organisation.
string organization_ref = 1;
}
}