@remit/api-zod-schemas 0.0.40 → 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 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-zod-schemas",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "type": "module",
5
5
  "main": "./schemas.js",
6
6
  "types": "./schemas.d.ts",