@remit/api-zod-schemas 0.0.20 → 0.0.22

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
@@ -56,8 +56,11 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
56
56
  - `PlacementActionSchema` - Enum for PlacementAction
57
57
  - `SemanticSearchChunkTypeSchema` - Enum for SemanticSearchChunkType
58
58
  - `OutboxMessageStatusSchema` - Enum for OutboxMessageStatus
59
+ - `OutboxAttachmentStateSchema` - Enum for OutboxAttachmentState
60
+ - `OutboxAttachmentRejectionReasonSchema` - Enum for OutboxAttachmentRejectionReason
59
61
  - `MessageStatusSchema` - Enum for MessageStatus
60
62
  - `MessageSyncStatusSchema` - Enum for MessageSyncStatus
63
+ - `AuthenticityVerdictSchema` - Enum for AuthenticityVerdict
61
64
  - `AuthResultVerdictSchema` - Enum for AuthResultVerdict
62
65
  - `PlacementConfidenceSchema` - Enum for PlacementConfidence
63
66
  - `AddressRoleSchema` - Enum for AddressRole
@@ -146,7 +149,13 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
146
149
  - `CreateOutboxMessageInputSchema` - CreateOutboxMessageInput model
147
150
  - `OutboxMessageSchema` - OutboxMessage model
148
151
  - `OutboxMessageResponseSchema` - OutboxMessageResponse model
152
+ - `OutboxAttachmentSchema` - OutboxAttachment model
153
+ - `OutboxAttachmentResponseSchema` - OutboxAttachmentResponse model
149
154
  - `UpdateOutboxMessageInputSchema` - UpdateOutboxMessageInput model
155
+ - `MintOutboxAttachmentInputSchema` - MintOutboxAttachmentInput model
156
+ - `MintOutboxAttachmentResponseSchema` - MintOutboxAttachmentResponse model
157
+ - `OutboxAttachmentRejectedSchema` - OutboxAttachmentRejected model
158
+ - `OutboxAttachmentRejectionSchema` - OutboxAttachmentRejection model
150
159
  - `AddressSchema` - Address model
151
160
  - `AddressFlagsSchema` - AddressFlags model
152
161
  - `TrustedFlagSchema` - TrustedFlag model
@@ -200,6 +209,7 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
200
209
  - `MessagePlacementMoveSchema` - MessagePlacementMove model
201
210
  - `MessageFlagPushSchema` - MessageFlagPush model
202
211
  - `EnvelopeSchema` - Envelope model
212
+ - `SenderSignerStandingSchema` - SenderSignerStanding model
203
213
  - `BodyPartParameterSchema` - BodyPartParameter model
204
214
  - `RawMessageStorageSchema` - RawMessageStorage model
205
215
  - `BodyPartStorageSchema` - BodyPartStorage model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-zod-schemas",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "type": "module",
5
5
  "main": "./schemas.js",
6
6
  "types": "./schemas.d.ts",