You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`$Letter` domain object, extending a `DomainBase('Letter')` (see helpers package) with:
51
51
*`domainId` (branded identifier)
52
-
*`sourceSubject` – original resource subject
52
+
*`origin` – resource identifiers from the origin domain
53
53
*`status` – one of `$LetterStatus`
54
54
* Optional `reasonCode`, `reasonText`
55
55
56
56
### 3. Per‑Status Event Schemas
57
57
58
-
`letter-change-events.ts` programmatically creates a schema per status by extending `$EnvelopeProfile` and replacing `data` with the domain payload. Each schema enforces:
58
+
`letter-events.ts` programmatically creates a schema per status by extending `$EnvelopeProfile` and replacing `data` with the domain payload. Each schema enforces:
0 commit comments