@remit/api-zod-schemas 0.0.41 → 0.0.42
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.
- package/README.md +1 -0
- package/package.json +1 -1
- package/schemas.d.ts +588 -584
- package/schemas.d.ts.map +1 -1
- package/schemas.js +3 -1
- package/schemas.js.map +1 -1
- package/schemas.ts +4 -1
package/README.md
CHANGED
|
@@ -71,6 +71,7 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
|
|
|
71
71
|
- `OutboxMessageStatusSchema` - Enum for OutboxMessageStatus
|
|
72
72
|
- `OutboxAttachmentStateSchema` - Enum for OutboxAttachmentState
|
|
73
73
|
- `OutboxAttachmentRejectionReasonSchema` - Enum for OutboxAttachmentRejectionReason
|
|
74
|
+
- `AddressFlagKeySchema` - Enum for AddressFlagKey
|
|
74
75
|
- `MessageClassificationStateSchema` - Enum for MessageClassificationState
|
|
75
76
|
- `AuthenticityVerdictSchema` - Enum for AuthenticityVerdict
|
|
76
77
|
- `AuthResultVerdictSchema` - Enum for AuthResultVerdict
|