@joeygrable94/utm-src-pub-validators 0.0.106 → 0.0.107

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/dist/index.cjs CHANGED
@@ -2581,8 +2581,8 @@ var SReadWebsiteDocumentByDocumentId = v12__namespace.object({
2581
2581
  var SUpdateAsCreatorWebsiteDocument = v12__namespace.object({
2582
2582
  domain: IsValidOrUndefinedUrlDomain,
2583
2583
  description: IsValidOrUndefinedDescription,
2584
- is_secure: IsValidIsSecure,
2585
- is_active: IsValidIsActive
2584
+ is_secure: IsValidOrUndefinedIsSecure,
2585
+ is_active: IsValidOrUndefinedIsActive
2586
2586
  });
2587
2587
  var SUpdateAsCreatorWebsiteDocumentRequest = v12__namespace.object({
2588
2588
  documentId: IsValidReferenceDocumentId,