@remit/api-zod-schemas 0.0.23 → 0.0.24

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
@@ -162,6 +162,7 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
162
162
  - `BlockedFlagSchema` - BlockedFlag model
163
163
  - `VipFlagSchema` - VipFlag model
164
164
  - `WellknownFlagSchema` - WellknownFlag model
165
+ - `JunkOnlyFlagSchema` - JunkOnlyFlag model
165
166
  - `CategoryFlagSchema` - CategoryFlag model
166
167
  - `AutoArchiveFlagSchema` - AutoArchiveFlag model
167
168
  - `UnsubscribedFlagSchema` - UnsubscribedFlag model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-zod-schemas",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "type": "module",
5
5
  "main": "./schemas.js",
6
6
  "types": "./schemas.d.ts",