@remit/api-zod-schemas 0.0.23 → 0.0.25
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 +1 -0
- package/package.json +1 -1
- package/schemas.d.ts +955 -38
- package/schemas.d.ts.map +1 -1
- package/schemas.js +10 -1
- package/schemas.js.map +1 -1
- package/schemas.ts +11 -1
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
|