@remit/api-zod-schemas 0.0.45 → 0.0.46

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
@@ -212,6 +213,7 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
212
213
  - `AddressFlagsSchema` - AddressFlags model
213
214
  - `TrustedFlagSchema` - TrustedFlag model
214
215
  - `BlockedFlagSchema` - BlockedFlag model
216
+ - `NeverSpamFlagSchema` - NeverSpamFlag model
215
217
  - `VipFlagSchema` - VipFlag model
216
218
  - `WellknownFlagSchema` - WellknownFlag model
217
219
  - `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.46",
4
4
  "type": "module",
5
5
  "main": "./schemas.js",
6
6
  "types": "./schemas.d.ts",