@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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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:
|
|
2585
|
-
is_active:
|
|
2584
|
+
is_secure: IsValidOrUndefinedIsSecure,
|
|
2585
|
+
is_active: IsValidOrUndefinedIsActive
|
|
2586
2586
|
});
|
|
2587
2587
|
var SUpdateAsCreatorWebsiteDocumentRequest = v12__namespace.object({
|
|
2588
2588
|
documentId: IsValidReferenceDocumentId,
|