@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 +2 -0
- package/package.json +1 -1
- package/schemas.d.ts +925 -7
- package/schemas.d.ts.map +1 -1
- package/schemas.js +11 -1
- package/schemas.js.map +1 -1
- package/schemas.ts +13 -1
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
|