@remit/api-zod-schemas 0.0.45 → 0.0.47

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
@@ -91,6 +91,7 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
91
91
  - `MailboxAttributeSchema` - Enum for MailboxAttribute
92
92
  - `StorageTypeSchema` - Enum for StorageType
93
93
  - `ContentEncodingSchema` - Enum for ContentEncoding
94
+ - `SenderOverrideSchema` - Enum for SenderOverride
94
95
  - `AccountSettingNameSchema` - Enum for AccountSettingName
95
96
  - `ConfigImportStateSchema` - Enum for ConfigImportState
96
97
  - `ConfigImportRefKindSchema` - Enum for ConfigImportRefKind
@@ -109,6 +110,7 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
109
110
  - `NoContentSchema` - NoContent model
110
111
  - `FolderRoleConflictSchema` - FolderRoleConflict model
111
112
  - `AppointFolderRoleConflictSchema` - AppointFolderRoleConflict model
113
+ - `MailboxNotSettledSchema` - MailboxNotSettled model
112
114
  - `PreconditionFailedErrorSchema` - PreconditionFailedError model
113
115
  - `DeleteMessagesConflictSchema` - DeleteMessagesConflict model
114
116
  - `MessagePlacementConflictSchema` - MessagePlacementConflict model
@@ -212,6 +214,7 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
212
214
  - `AddressFlagsSchema` - AddressFlags model
213
215
  - `TrustedFlagSchema` - TrustedFlag model
214
216
  - `BlockedFlagSchema` - BlockedFlag model
217
+ - `NeverSpamFlagSchema` - NeverSpamFlag model
215
218
  - `VipFlagSchema` - VipFlag model
216
219
  - `WellknownFlagSchema` - WellknownFlag model
217
220
  - `JunkOnlyFlagSchema` - JunkOnlyFlag model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-zod-schemas",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "type": "module",
5
5
  "main": "./schemas.js",
6
6
  "types": "./schemas.d.ts",